/* CSS Document for prosserstudio.com */

* {
margin: 0;
padding: 0;
}

body {
	background-color: #000053;
	width: 100%;
	color: #FFFFFF;
	text-align:center;
	behavior: url("csshover.htc");
	font: 100.01% Arial, Helvetica, sans-serif;
}
div#mainwrap {
	width:1000px;
 	margin-left:auto; 
	 margin-right:auto;
 	text-align:left;}
	
div#header {
	width:1000px;
 	background-color:#CAF; 
 }
 
div#contentarea {
	width:1000px;
	clear: both;
	background: url(images/nav_bg_black.gif) repeat-y;
	z-index: 100;
	}
div#contentarea2 {
	width:1000px;
	/*clear: both;*/
	background: url(images/prosser_nav.gif) no-repeat left bottom;
	}

div#column1 {
	width:200px;
	float:left;
	background: url(images/prosser_nav.gif) no-repeat bottom;
	background-color: #000000;
}



div#column2 {
	width:800px;
	float:left;
	background: #3f3f3f;
	}

	
	
div#footer {
	width: 1000px;
	vertical-align: middle;
	text-align: center;
	clear: both;
	border-top: 3px solid #000000;
	background: #CBC8C8;
	padding-top: 2px;
	padding-bottom: 3px;
	}
#footer ul {
	line-height: normal;
	font-weight: normal;
	}
#footer li {
	display: inline;
	padding: 4px 27px;
	color: #000000;
	font: normal 0.7em/normal Geneva, Arial, Helvetica, sans-serif;
	}
#footer a {
	display: inline;
	color: #0084E4;
	text-decoration: none;
	
	}
#footer a:hover {
	display: inline;
	color: #ef9000;
	text-decoration: none;
}
	
a.anchor:link {
	color: #0084e4;
	text-decoration: underline;
	}
a.anchor:visited {
	color: #0084e4;
	text-decoration: underline;}
a.anchor:hover {
	color: #EF9000;
	text-decoration: underline;
	}
a.anchor:active {
	color: #EF9000;
	text-decoration: underline;}
	

#mainwrap #footer #copyright {
	width: 200px;
	bottom: 0px;
	height: 1px;
	margin: 0px 0px 0px 8px;
	float: left;
	text-align: left;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #222222;
	letter-spacing: normal;
	padding-top: 3px;
	display: inline;
}
#mainwrap #footer #copyright a.copy:link {
	color: #222222;
	text-decoration: none;
	}
#mainwrap #footer #copyright a.copy:visited {
	color: #222222;
	text-decoration: none;}
#mainwrap #footer #copyright a.copy:hover {
	color: #0084e4;
	text-decoration: underline;
	}
#mainwrap #footer #copyright a.copy:active {
	color: #0084e4;
	text-decoration: underline;}
	
h1 {
	font: normal 1.5em Arial, Helvetica, sans-serif;
	color: #0084e4;
	letter-spacing: 0.1em;
	margin: .9em 0px 0px 30px;
}
h2  {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: .1em;
	margin: 0.5em 0px 0 50px;
	}

	
	h3  {
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: .1em;
	margin: 10px 0px 2px 70px;
	position: relative;
	}

h4  {
	font: normal 0.86em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: .1em;
	margin: 0.1em 0px 3px 70px;
	}
#gallery #mainwrap #contentarea  img {
	border: none;
}
.centered {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#mainwrap #contentarea #contentarea2 #column1 #copyright {
	width: 200px;
	bottom: 0px;
	height: 1px;
	margin: 0px 0px 0px 8px;
	float: left;
	text-align: left;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #222222;
	letter-spacing: normal;
	padding-top: 3px;
}
#mainwrap #footer #copyright a {
	color: #222222;
}
.whiteBold {
	color: #FFFFFF;
	font-weight: bold;
}
.leftmargin50px {
	margin-left: 50px;
}

.leadsculptors {
	font-size: 80%;
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.reducetopmargin {
	margin-top: 0px;	
	display: inline;
}

.centered {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}

/*Thumbnails info here*/
#mainwrap #contentarea #contentarea2 #column2 #thumbnails img {
	margin-right: 18px;
	margin-bottom: 8px;
	margin-top: 20px;
	border: 0;
}

.left_align {
	margin-left: -400px;
}
#mainwrap #contentarea #contentarea2 #column2 #thumbnails {
	width: 650px;
	margin-left: 95px;
	clear: both;
}

/*Info for pages with large images*/
#media {
}
#description {
	float: left;
	width: 49%;
	text-align: left;
	margin-left: 0px;
}
#dimensions {
	float: right;
	width: 49%;
	text-align: right;
	margin-right: 0px;
}
