/* 
'****************************************************************************
' W O N D E R W E B Z   L L C
'
' File Description:
' The default style sheet for TimPeary.com
'
'****************************************************************************
*/



/* --------------BELOW SHOULD BE USED EXPLICITLY BY DEVELOPER-------------- */


* {
	margin: 0;
	padding: 0;
}


html {
	background-color: #C5C0AB;
}


/* All Content */


body {
	margin-top: 0;
	padding: 0; 
	font: normal medium Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: black;
	text-align: left;
}

/* Wrapper */


#wrapper {
	position: absolute;
	top: 50%;
	margin-top:-302px;
	width: 100%;
	}
	
#container {
	margin: 0;
	padding: 0;
	z-index:1;
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	height: 605px;
	width: auto;
}

/*Content*/

#content {
	top: 112px;
	padding: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 811px;
/*	top: 50%;
	margin-top:-158px;*/	
}

#menu {
	
}

#logo {
	float: left;
	margin: 0px;
	padding: 0;
	z-index:1;
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	height: 316px;
	width: 264px;
}

#dogs {
	float: left;
	margin: 0px;
	padding: 0;
	z-index:1;
	background-image: url(images/dogs.jpg);
	background-repeat:no-repeat;
	height: 316px;
	width: 331px;
}

#horse {
	float: left;
	margin: 0px;
	padding: 0;
	z-index:1;
	background-image: url(images/horse.jpg);
	background-repeat:no-repeat;
	height: 316px;
	width: 216px;
}

#newBlog a {
	background-image: url(images/newBlog.gif);
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 100px;
}

/*Scrolling Effect*/

#arrows {
	position: fixed;
	top: 440px;
	left: 650px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a{background: transparent url(images/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent url(images/rightbig.png) no-repeat;}
