/* thanny.com styles */

/* General & Reset Elements ***************/
body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:.625em;
	color:#898073;
	margin:0;
	padding:0;
	text-align:center;
	background:#eff9e4;
}
a{
	color:#77a806;
	text-decoration:underline;
	outline:none;
}
a img{
	text-decoration:none;
	outline:none;
	border:none;
}
h1,h2,h3, h4, p{
	font-weight:normal;
	margin:0;
}
h3{
	color:#bb4c8d;
}
ul, ol, blockquote{
	margin:0 0 0 2em;
	padding:0;
}


/* General Layout ***************/
h1#TYheader a{
	display:block;
	height:100px;
	width:410px;
	overflow:none;
	text-indent:-1000em;
}
h1#TYheader{
	width:920px;
	padding-top:45px;
	margin:0 auto;
	position:relative;
}
div#siteHeader{
	background:#FFF url(images/ty-header.jpg) no-repeat center;
	min-width:920px;
	height:150px;
	margin:0 auto;
width: expression( document.body.clientWidth < 921 ? "920px" : "auto" ); /* set min-width for IE */
min-width: 920px; /* sets min-width value for all standards-compliant browsers */
	}
div#footer{
	background:#FFF url(images/ty-footer.jpg) no-repeat bottom center;
	min-width:920px;
	border-bottom:2px solid #FFF;
width: expression( document.body.clientWidth < 921 ? "920px" : "auto" ); /* set min-width for IE */
min-width: 920px; /* sets min-width value for all standards-compliant browsers */
}
div#footer .inner{
	padding:30px 0;
}
div#footer .about{
	width:500px;
	float:left;
	margin-right:100px;
}
div#footer ul{
	list-style:none;
	margin:5px 0 20px 0;
}
div#footer p{
	margin: 1em 0;
}
.legal{
	text-transform:uppercase;
	margin:1em 0;
	font-size:.9em;
	letter-spacing:.1em;
}
div.inner{
	width:900px;
	text-align:left;
	margin:0 auto;
	padding:0 10px;
	font-size:1.1em;
	line-height:1.5em;
	position:relative;
}
/* HOME STYLES ***************/
div#intro{
	background:#eff9e4;
	padding:30px 0;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
}
div#intro p{
	width:270px;
	padding-right:30px;
	float:left;
	line-height:1.8em;
}
div#intro strong{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#93aa0e;
	font-size:1.35em;
	font-weight:normal;

}
#featured{
	padding:50px 0;
	background:#f5f4ee;
}
.projThumb{
	width:288px;
	background:#FFF;
	margin:0 18px 20px 0;
	float:left;
	padding:0;
}
div.last{
	margin-right:0;
}
#featured h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6f5c3a;
	font-size:1.8em;
	margin-bottom:.4em;
	letter-spacing:.1em;
}
h2 .dim{
	color:#acb381;
	letter-spacing:normal;
}
.projThumb h4{
	color:#363636;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.15em;
	letter-spacing:.1em;
	text-transform:uppercase;
	line-height:1em;
	margin:.3em 0 .1em 0;
	padding:1px 3px;
	display:inline;
}
.projThumb a{
	text-decoration:none;
	display:block;
	padding:3px;
	border:1px solid #fff;
}
.projThumb a:hover{
	border:1px solid #e3dfc9;
}	
.projThumb a:hover h4{
	background:#e3f5a1;
	color:#333;
}		
.projThumb p{
	color:#8f9e82;
	line-height:1em;
	margin-bottom:.5em;
	padding: 0 3px;
}

/* DETAILS PAGE **********/

div#detailsHeader{
	background:#eff9e4;
	padding:15px 0;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	
}
div#detailsHeader h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#93aa0e;
	font-size:1.35em;
	font-weight:normal;
	letter-spacing:.1em;
	text-transform:uppercase;
}
.pageNav{
	font-size:.95em;
	position:absolute;
	right:10px;
	top:0;
}
.pageNav a{
	color:#df5aa8;
	text-transform:uppercase;
}
div#details{
	padding:20px 0;
	background:#f5f4ee;
}
div#details div.whiteMatte{
	background:#fff;
	padding:20px;
}
div#details div.darkMatte{
	background:#dbdad3;
	color:#5b544a;
	padding:20px;
}

div#details h2,
div#details h3{
	color:#6f5c3a;
	font-size:1.2em;
}
div#details div.darkMatte h2,
div#details div.darkMatte h3{
	color:#473b24;
	font-size:1.2em;
}
div#details .description{
	width:550px;
	float:left;
	margin:15px 50px 10px 0;
}
div#details .additional{
	width:200px;
	float:left;
	margin:10px;
}
div#details .additional ul{
	margin: 0 0 0 15px;
}
div#details img{
	border-bottom:1px solid #e7e6df;
	margin:0 0 0 0;
	padding: 0 0 20px 0;
}
div#details div.darkMatte img{
	border-bottom:1px solid #fff;
}

/* MORE General Componenets ***************/
.break{
	clear:both;
}

hr{
	border:0;
	height:1px;
	border-top:1px solid #433a36;
	clear:both;
}
#intro:after,
#footer:after,
#footer .inner:after,
#featured:after,
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}




