/* 
'****************************************************************************
' 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; 
	width:3340px;
	font: normal medium Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: black;
	text-align: left;
	height: 100%;
	overflow: auto;
}

/* Wrapper */


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

/*Content*/

#content {
	top: 60px;
	padding: 0;
	position: relative;
	width: 811px;
}

/*Home Thumbs on Homes.html Page*/

.ClickHere {
	background-image: url(images/ClickHere.gif);
	display: inline;
	height: 59px;
	margin: 112px 0 0 131px;
	position: absolute;
	width: 84px;
	z-index: 100;
	}

#thumbWrapper {
	height:270px;
	width:3340px;
}

#vid {
	float:left;
	margin-left: 75px;
	height:260px;
	width: 345px;
	display:block;
}

#cash {
	float:left;
	margin-left: 75px;
	background-image:url(homes/cash/images/cashThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
	display:block;
}

#wilson {
	float:left;
	margin-left: 75px;
	background-image:url(homes/wilson/images/wilsonThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
	display:block;
}

#obrien {
	float:left;
	margin-left: 75px;
	background-image:url(homes/obrien/images/obrienThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
	display:block;
}

/*#cichon {
	float:left;
	margin-left: 150px;
	background-image:url(homes/cichon/images/cichonThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
	display:block;
}
*/
#humphrey {
	float:left;	
	margin-left: 75px;
	background-image:url(homes/humphrey/images/humphreyThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
}

#morris {
	float:left;
	margin-left: 75px;
	background-image:url(homes/morris/images/morrisThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
}

#blackburn {
	float:left;
	margin-left: 75px;
	background-image:url(homes/blackburn/images/blackburnThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
}

/*#kaufman {
	float:left;	
	margin-left: 150px;
	background-image:url(homes/kaufman/images/kaufmanThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
}*/

/*#bowen {
	float:left;
	margin-left: 150px;
	background-image:url(homes/bowen/images/bowenThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
}*/

#filar {
	float:left;
	margin-left: 75px;
	background-image:url(homes/filar/images/filarThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
}

#lomprez {
	float:left;	
	margin-left: 75px;
	background-image:url(homes/lomprez/images/lomprezThumb.jpg);
	background-repeat:no-repeat;
	height:210px;
	width: 220px;
}

#pitts {
	float:left;
	margin-left: 75px;
	background-image:url(homes/pitts/images/pittsThumb.jpg);
	background-repeat:no-repeat;
	height:250px;
	width: 220px;
}
#burkart {
	float:left;
	margin-left: 75px;
	background-image:url(homes/burkart/images/burkartThumb.jpg);
	background-repeat:no-repeat;
	height:250px;
	width: 220px;
}
#peary {
	float:left;
	margin-left: 75px;
	background-image:url(homes/peary/images/pearyThumb.jpg);
	background-repeat:no-repeat;
	height:250px;
	width: 220px;
}

#mailchimp 
{
	display: inline;
	float:left;
	margin-left: 75px;
	position: relative;
	height:2500px;
	width: 220px;
}

.sold {
	display: inline;
	position: absolute;
	margin: 40px 0;
	background-image:url(images/sold.gif);
	background-repeat:no-repeat;
	height: 42px;
	width: 220px;
	z-index:50;
}

.description {
	margin:0 auto;
	}

#thumbWrapper a {
	display:block;
	height:200px;
	text-indent:-9999px;
	width:210px;
}

/*Fixed Arrows/Menu*/

#fixed {
	position: fixed;
	width: 900px;
	height: auto;
	margin: 0 0 0 50%;
	left: -425px;
	}

/*Clear Fix
.clear {
	clear:both;
	}

/*Scrolling Effect*/

#arrows {
	margin: 0 auto;
	width: 300px;
	height: 90px;
	cursor: pointer;
}

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

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

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

#arrows ul #left a{background: transparent url(images/handLt.gif) no-repeat;}
#arrows ul #right a{background: transparent url(images/handRt.gif) no-repeat;}



/* Menu */


#topperBox {
	margin: 50px auto 0;
	height:61px;
	z-index: 100;
	}
	
#topper ul {
	line-height:1.8em;
	width:800px;
	position: relative;
	}
	
#topper li {
	float:left;
	text-align:center;
	padding: 0 30px 0 30px;
	display: inline;
	}
	
#topper li:first-child {
	margin-left:6px;
	}
#topper a {
	text-decoration:none;
	width:100%;
	color:#3C3C3C;
	display:block;
	font-size: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.08em;
	}

#topper li a:hover {
	color:#ffffff;
	border:none;
	}


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

#warning {
	color:#6A8141;
	border:none;
	font-size: 60%;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.08em;
	text-indent: -9999px;
	}

#warning a {
	color:#6A8141;
	border:none;
	}

/* Gallery */
	
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
