/* James Stroud Studio Style Sheet */
/* Written for Center Street Studio jamesstroudstudio.com */
/* Coded by randy apuzzo apuzzo@gmail.com */

body{
	background: url(images/bg.gif) repeat-y left;
	background-color:#ff6f00;
	margin:0px 0;
	font-family:Arial, Helvetica, sans-serif;
	}
a{
	text-decoration:underline;
	color: #f2f2f2;
	}
a:hover{
	text-decoration:none;
	}

p{	
	color:#ccc;
	font-size:.7em;
	padding:0px 0;
	margin:0px 0;
	line-height:15px;
	
	}
strong{
	color:#f2f2f2;
	font-weight:normal;
	text-indent:-2px;
	}
#content p{
	width:280px;
	padding-left:3px;
	font-weight:normal;
	}
h1,h6{ color: #ff6f00;
	font-size:.85em;
	padding:0px 0;
	margin:0px 0;
	font-weight:normal;
	padding-bottom:7px;
	text-transform:uppercase;
	letter-spacing:1px;
	}
h6{
	letter-spacing:0px;
	text-transform:capitalize;
	 padding-top:7px;
	 padding-bottom:4px; 
	 font-size:.8em;
	 }

/* divs and layout */

#wrap{
	padding-top:20px;
	width:800px;
}

#header{
	width:800px;
	clear:both;
	vertical-align:top;
	}
	
#content{
	padding-top:10px;
	width:800px;
	vertical-align:top;
	}
	
#left_content{
	padding-left:17px;
	margin-top:15px;
	width:268px;
	float:left;
	}
	
#right_content{
	width:491px;
	float:right;
	text-align:center;
	margin-top:38px;
	background-color:#FFFFFF;
	}
	
#footer{
	clear:both;
	float:left;
	width:309px;
	padding-top:40px;
	padding-bottom:20px;
	padding-left:35px;
	}

/* division styles */
#footer p{
	font-size:.6em;
	color:#666;
	
	}
p.bottomLinks{
	margin-left:-17px;
	}
#footer a{
	border-left:#4B4E54  1px solid;
	padding-left:1px;
	font-size:.9em;
	text-transform: uppercase;
	text-decoration:none;
	color:#ccc;
	letter-spacing:.15px;
	}
#footer a:hover{
	color:#fff;
	}
#footer a.on{
	color:#FF6600;
	}
#footer a.sitemap{
	color:#ccc;
	font-size:1.0em;
	text-decoration:none;
	text-transform:lowercase;
	}

	
/* fancy css */
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity:0.8;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}


/* images title and paragraph styling */

#images img{
	border:none;
	}
#images h3{
	padding-top:7px;
	color:#000;
	font-size:.8em;
	}
#images p{
	padding-top:5px;
	color:#333333;
	font-size:.7em;
	width:300px;
	}
/* image layer div classes */
.imageDiv{
	background:#fff; width:450px; text-align:center; display:none; position:absolute; height:400px;left:340px; top:98px; color:#333; font-size:.7em; font-weight:normal;
	}
#imageControl h3{
	font-size:1.1em;
	padding-top:2px;
	padding-bottom:3px;
	font-weight:normal;
	color:#000;
	}
#imageControl p{
	width:300px;
	line-height:1.3em;
	}

/* thumbs */
#thumbs img{
	padding:1px;
	}
