/*
//----------------------------
Theme Name: Lynn's Lighthouse
Theme URL: http://wwwlynnslighthouseart.com
Description: Expanse Theme Developed for Lynn McMeans
Version: 1.0
Author: Jason Morrison
Author http://dubtastic.com/
//----------------------------
*/


/*
--------------------------------------
|          GENERAL STYLES            |
--------------------------------------
*/

body {
	margin: 30px;
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	background-color: #000000;
	text-align:center;
}

.body_fill {
	background-image: url(../images/body_fill.jpg);
}

#contentHolder {
	width:661px;
	color: #494949;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #FFFFFF url(../images/body_fill.jpg) repeat-x;
}


.mainNav {
	color: #4F4F4F;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left:15px;
	line-height:16px;
	text-align:left;
}
	.mainNav a:active, .mainNav a:visited, .mainNav a:link {
		color: #4F4F4F;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		text-decoration:none;
	}
	.mainNav a:hover {
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		text-decoration:none;
	}


#footer {
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#8C8C8C;
	background: #000000;
}
	#footer a { 	
	  color: #8C8C8C;
	  font-family: Verdana, Arial, sans-serif;
	  text-decoration:underline;
	  font-size: 11px;
	}
	#footer a:hover { 	
	  color: #FFFFFF;
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 11px;
	  text-decoration:none;
	}

.content {
	color: #494949;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
}

.content a:active, .content a:visited, .content a:link {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	font-weight:normal;
}

.content a:hover {
	color: #820303;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	font-weight:normal;
}


.required {
	color: #820303;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

h1 {
	color: #740000;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	border-bottom:0px;
	margin-bottom:0px;
}


h2 {
	color: #740000;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	border-bottom:0px;
	margin-bottom:2px;
}


h3 {
	color: #740000;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	border-bottom:0px;
	margin-bottom:0px;
}

h4 {
	color: #024392;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
}

HR {
	border-top: 1px dashed #363636;
	height: 1px; 
	color: #;
	width: 75%;
	text-align:center;
}

.contentsuccess {
	color: #1F6B01;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align:center;
}


.artworkImages{
	border: 1px solid #ccc;
	background: #fff;
}


/*
--------------------------------------
|            NEWS STYLES             |
--------------------------------------
*/


.news {
	color: #494949;
	background-color: #EBEBEB;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left:15px;
	line-height:16px;
}

.news a:active, .news a:visited, .news a:link {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration:underline;
}

.news a:hover {
	color: #820303;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration:underline;
}



.newsContentSubTitle {
	color: #877979;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
}

	.newsContentSubTitle a { 	
	  color: #B7A5A5;
	  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	  text-decoration:underline;
	  font-size: 10px;
	}
	.newsContentSubTitle a:hover { 	
	  color: #B77800;
	  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	  font-size: 10px;
	  text-decoration:none;
	}


/*
--------------------------------------
|          GALLERY STYLES            |
--------------------------------------
*/


#gallery{
	list-style:none;
}

#gallery li{
	display:inline; margin-left:7px;
}

#gallery li a{
	margin:1px;
	vertical-align:top;
	display:table-cell; 
	display:inline-table; 
	display:inline-block;
}

#gallery li img{
	margin:3px 3px 3px;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ 
	border: none; 
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{ 
	left: 0;
}

#hoverNav a{ 
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; color:#333;}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
.viewDetails{
	padding:5px 18px;
	background:url(../images/view_details.gif) no-repeat 0 50%;
}

#lightboxImage{
	border:1px solid #ccc;
}




/*
--------------------------------------
|            FORM STYLES             |
--------------------------------------
*/

.formfields{
	color: #740000;
	font-weight:normal;
	border: 1px #C5C5C5 solid;
	border-bottom: 1px #E0E0E0 solid;
	border-top: 1px #909090 solid;
	font-family: Verdana, Arial, sans-serif;
	background: #FFF url(../images/tile.gif) repeat-x;
	padding: 0 0 0 5px;
}

br{
	clear:left;
}

label,input{
	display: block;
	width: 150px;
	float: left;
	margin: 0 0 10px 0;
}
textarea{
	height: 80px;
	width: 60%;
}

label {
	text-align: right;
	width: 75px;
	padding: 0 20px 0 0;
}

.buttons {
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
} 

.commentForm{
	margin: 0;
	padding: 15px 0 0 5px;
}
.commentFormDetail{
	margin: 0;
	padding: 0 0 0 5px;
}

#cPContent{
	height: 490px;
	overflow:auto;
	padding: 0 4px 0 8px;
} 

#cPContent p{
	padding: 0 0 5px 0;
}

#cPContent img{
	padding: 5px;
}




/*
--------------------------------------
|           MAILER FORMATS           |
--------------------------------------
*/

#mailBox, #mailBoxEmail{
	width: 90%;
	background: #fff;
	padding: 2em;
	margin: 0 auto;
	color: #000;
}

#mailBox #commenterDetails{
	font-size: 90%;
}

#mailBox dl dt{
	font-size: 110%;
	font-weight: bold;
	margin:0;
	padding: 0.3em 1.6em;
	background: #edf9bd;
}

#mailBox dl dt#contactForm{
	font-size: 110%;
	font-weight: bold;
	margin:0;
	padding: 0.3em 1.6em;
	background: #EFF5FF;
	border-bottom: 1px solid #53B2F8;
}

#mailBox dl dt#commenterInformation{
	font-size: 100%;
	font-weight: bold;
	margin:0;
	padding: 0.3em 1.6em;
	background: #eaeaea;
}

#mailBox dl dd{
	padding:2em;
}