/*
 * SAWYERART.NET
 * ANDON SAWYER
 */

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html, body {
	height: 100%;
	}
	body {
		background:url('images/body-tile.gif') 0 0;
		font-family:"Trebuchet MS";
		}

blockquote, q { quotes: none; }
.clear {clear:both;}
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; font-weight: bold; }
del { text-decoration: line-through; }
p {margin-bottom:10px;text-indent:20px;}
h2 {
	color:#036;
	display:block;
	font-size:24px;
	
	height:30px;
	margin-bottom:10px;
	padding:10px;
	}
#splash {
	background:url('images/subpage-blue.gif') 0 0 repeat-x;
	border-top:7px solid #fff;
	border-bottom:7px solid #fff;
	height:103px;
	margin-top:200px;
	}
	.subpageComingSoon {
		background:url('images/subpage-coming-soon.png') center center no-repeat;
		height:103px;
		}
	.splashWrap {
		margin:0 auto;
		position:relative;
		width:800px;
		}
		.signatureWhite {
			background:url('images/sawyer-white.png') 0 0 no-repeat;
			height:188px;
			position:absolute;
			width:221px;
			top:-40px;			
			}
		.splashContact {
			background:url('images/splash-contact.png') 0 0 no-repeat;
			height:43px;
			position:absolute;
			width:129px;
			top:-60px;
			right:0;
			}


#wrap {min-height: 100%;}

#main {
	overflow:auto;
	padding-bottom: 72px;
	}  /* must be same height as the footer */
#content {
    padding:40px 0;
    margin:40px 0;
}
.boundingBox {
    margin: 0 auto;
    width: 960px;
}
#headerWrapper {
	background:url('images/header-bg.gif') 0 0 repeat-x;
	height:137px;
	}
	#header {
		background:url('images/header-texture.gif') 0 0 no-repeat;
		height:137px;
		position:relative;
		z-index:200;
		}
		#header ul{ position: absolute; bottom: -1px; right: 0; margin: 0; padding: 0; list-style: none; width: 400px; height: 31px; text-align: right; }
		#header ul li{ float: left; display: inline; position: relative; margin: 0; padding: 0; }
		#header ul li a{ display: block; height: 30px; margin-left: 2px; line-height: 30px; text-align: center; color: #aaa; background: #222; text-decoration: none; }
		#header ul li a:hover, #header ul li:hover a{ background: #333; color: #999; }
		#header ul li.current a, #header ul li.current a:hover{ color: #FFF; background: #dfdfdf; color: #00223B; }
		#header ul li a.home{ width: 74px; }
		#header ul li a.gallery{ width: 84px; }
		#header ul li a.otherartists{ width: 120px; }
		#header ul li a.contact{ width: 82px; }
		
		#header ul li ul { display: none; position: absolute; top: 29px; left: 0; height: auto; width: 200px; opacity: .95; z-index:3;}
		#header ul li ul li ul { display: none; position: absolute; top:0; left: -198px; height: auto; width: 200px; opacity: .95; z-index:4;}
		#header ul li ul li { display: block; position: relative; float: none; }
		#header ul li ul li a, #header ul li.current ul li a { background: #333; color: #999; text-align: left; padding: 2px 0 2px 18px; }
		#header ul li ul li a:hover, #header ul li.current ul li a:hover { background: #222; color: #aaa; }
		#header ul li:hover ul, #header ul li.hover ul { display: block; }
		#header ul li:hover ul ul, #header ul li.hover ul ul { display: none; }
		#header ul ul li:hover ul, #header ul ul li.hover ul { display: block; }

	#sawyerSig {
		background:url('images/sawyer-signature.png') 0 0 no-repeat;
		bottom:-40px;
		display:block;
		height:175px;
		left:20px;
		overflow:hidden;
		position:absolute;
		text-indent:-600px;
		width:221px;
		z-index:100;
		}




	#menu {
		bottom:0;
		left:525px;
		padding:0;
		position:absolute;
		margin:0;
		}
		#menu li {
			float:left;
			list-style-type:none;
			margin:0 3px 0 0;
			padding:0;
			}
		#menu a, #menu a:visited, #menu a:hover {
			background-color:#4a4a4a;
			color:#c0c0c0;
			display:block;
			font-size:15px;
			font-weight:bold;
			line-height:15px;
			padding:10px 15px;
			text-decoration:none;
			}
			#menu a:hover {
				background:#e2e2e2 url('images/body-tile.gif') 0 0 no-repeat;
				color:#3a3a3a;
				}

#featureWrapper{ position: relative; z-index: 1; }
	body.home #featureWrapper{ 
		background: url('images/backgroundFeatureHome.png') 0 0 repeat-x;
		height: 341px; 
		overflow: hidden; 
		}
	body.section #featureWrapper{ 
		background: url('images/backgroundFeature.png') 0 0 repeat-x; 
		}
	body.subpage #featureWrapper{ 
		background: url('images/backgroundFeatureSubpage.png') 0 0 repeat-x; 
		}

#feature{ position: relative; margin:0 auto; height: 144px; width: 932px; overflow: hidden; z-index: 1; }
body.home #feature, body.section #feature { height: 344px; }
#feature h2, #feature h3, #feature p{ width: 550px; }
#feature h2{ padding: 0; margin: 45px 0 12px 0; font-size: 3em; line-height: 1em; color: #FFF; }
#feature h3{ margin: 0; padding: 0 0 6px 0; font-size: 2em; line-height: 1.1em; color: #FFF; color: #98d3e4; font-weight: normal; }
#feature a, #feature p, #feature strong{ color: #FFF; }
#feature img.heading { display:block; position:absolute; top:10px;left:50px;}
#feature p{ margin-bottom: 1.5em; }
#feature p.banner-message{ position: absolute; margin: 0; padding: 0; width: 53%; top: 22%; left: 47%; color: #99c3d9; }
#feature p.banner-message a{ color: #FFF; }
#feature #video{ position: absolute; top: 53px; right: 10px; }

ul#feature-slideshow{ margin: 0; padding: 0; width: 9320px; position: absolute; left: 0; height: 100%; list-style: none; }
ul#feature-slideshow li{ float: left; width: 932px; text-align: left; text-align: center; height: 100%; }
ul#feature-slideshow li div.slide-content { width: 932px; height: 100%; position: relative; margin: 0 auto; text-align: left; }
ul#feature-slideshow li img.slide-image { position: absolute; top:10px; right:0px; margin: 0; padding: 0; }
ul#feature-slideshow li h2{ position: absolute; top: 0; left: 0; width: 400px; height: 100px; background-position:-8px -30px; background-repeat: no-repeat; text-indent: -9999px;  }
ul#feature-slideshow li div.slide-text { position: absolute; width: 400px;  height: 180px; overflow: hidden; left: 0; top: 85px; }
ul#feature-slideshow li p{ margin: 1em 0; padding: 0; width: 400px; color: #dee5eb; }
ul#feature-slideshow li a{ position:absolute; display:block; top:0; left:0; height:344px; width:932px;}

ul#feature-navigation{ z-index: 2; position: relative; top: -47px; margin: 0 auto; width: 916px; height: 37px; left: 0;  padding: 0; list-style: none; }
ul#feature-navigation li{ float: left; display: block; padding: 0 16px 0 14px; background: transparent url('images/backgroundFeatureHomeDivider.png') right no-repeat; }
ul#feature-navigation li.first{ padding-left: 0; }
ul#feature-navigation li.last{ background: none; padding-right: 0; }
ul#feature-navigation li.current a { position: relative; top: -8px; padding-top: 8px; background: url("images/carrot.png") no-repeat top center; }
ul#feature-navigation li a{ display: block; line-height: 37px; font-size: 12px; color: #87939e; text-decoration: none; cursor:pointer;  text-transform:uppercase;}

ul#feature-navigation li.current a, ul#feature-navigation li a:hover{ color: #FFF; cursor: pointer; cursor: hand; }
ul#feature-navigation li.current a{ text-decoration: underline; padding-top: 8px; position: relative; top: -8px; background: url("images/carrot.png") no-repeat top center; }

#subBlue {
	background:url('images/subpage-blue.gif') 0 0 repeat-x;
	height:103px;
	margin-bottom:7px;
	position:relative;
	}
	#subBlue div {
		height:103px;
		margin:0 auto;
		width:930px;
		}
	.subpageGallery {
		background:url('images/subpage-gallery.png') 0 0 no-repeat;
		}
	.subpagePortfolio {
		background:url('images/subpage-portfolio.png') 0 0 no-repeat;
		}
	.subpageLicensing {
		background:url('images/subpage-licensing.png') 0 0 no-repeat;
		}
	.subpageContact {
		background:url('images/subpage-contact.png') 0 0 no-repeat;
		}

.content {
	margin:0 auto;
	padding:20px 0;
	width:960px;
	}

#gallery {}
.galleryPic,.galleryPic:visited,.galleryPic:hover {
	color:#444;
	display:block;
	float:left;
	height:220px;
	overflow:hidden;
	padding-bottom:10px;
	text-align:center;
	text-decoration:none;
	width:25%;
	}
	.galleryPic img {border:4px solid #000;clear:both;display:block;margin:0 auto;}

#footer {
	background:url('images/footer-tile.gif') 0 0 repeat-x;
	position: relative;
	margin-top: -72px; /* negative value of footer height */
	height: 72px;
	clear:both;
	}
	.footerTexture {
		background:url('images/footer-texture.gif') 0 0 no-repeat;
		height:72px;
		margin:0 auto;
		width:960px;
		}
		.footerLinks {
			color:#adadad;
			padding:15px;
			width:360px;
			}
			.footerLinks ul {
				margin:0;
				padding:0;
				}
				.footerLinks li {
					float:left;
					font-size:14px;
					list-style-type:none;
					margin:0 5px 0 0;
					padding:0;
					}
					.footerLinks li.copyright {
						clear:left;
						font-size:11px;
						}
				.footerLinks a, .footerLinks a:visited, .footerLinks a:hover {
					color:#fff;
					font-size:14px;
					text-decoration:none;
					}
					.footerLinks a:hover {
						color:#adadad;
						}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/