/* style.css - Cow Shell Graphics theme. © Mike Maihack- http://cowshell.com/ */



/* Scrollbars
----------------------------------------------- */
HTML
{
scrollbar-face-color: #000000;
scrollbar-arrow-color: #74aa93;
scrollbar-track-color: #91b4b0;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #74aa93;
scrollbar-darkshadow-color: #74aa93;
}

/* PAGE ATTRIBUTES*/


body {
	background-image: url(images/bg_site.gif);
	background-color: #91b4b0;
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
	margin: 0;

}


body,td,th {
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 9pt; font-weight: normal; color: #000000;
}


/* LINKS*/

a:link {  color: #ffffff; text-decoration: none; }
a:visited {  color: #ffffff; text-decoration: none; }
a:hover {  color: #74aa93; text-decoration: none; }
a:active {  color: #ffffff; text-decoration: none; }
a img {  color: 000000; text-decoration: none; }

/* soical bookmark links using: #257867 */

/* MAIN*/

.main p { font-size: 11pt; }
.content a { font-size: 11pt; }
.content p { color: #74aa93; }

/* FONTS*/

p {  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 9pt; font-weight: normal; color: #FFFFFF; }
.menu {  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 9pt; font-weight: normal; color: #000000; }

h1 {font-size: 11pt; color: #74aa93; }
h2 {font-size: 9pt; color: #257867; }
h3 {font-size: 10pt; color: #74aa93; }
h4 {font-size: 14pt; color: #74aa93; }

/* NAV BAR*/

.tagline {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.navbar {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #000000;
}

.navbar a:link {  color: #000000; text-decoration: none}
.navbar a:visited {  color: #000000; text-decoration: none}
.navbar a:hover {  color: #257867; text-decoration: none;}
.navbar a:active {  color: #000000; text-decoration: none}

/* UPDATES*/

.updates {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #000000;
}

.updates a:link {  color: #257867; text-decoration: underline}
.updates a:visited {  color: #257867; text-decoration: underline}
.updates a:hover {  color: #000000; text-decoration: underline;}
.updates a:active {  color: #257867; text-decoration: underline}


/* GALLERY*/

.gallery {  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 9pt; font-weight: normal; color: #000000; }
.gallery a:link {  color: #000000; text-decoration: none; }
.gallery a:visited {  color: #000000; text-decoration: none; }
.gallery a:hover {  color: #257867; text-decoration: none; }
.gallery a:active {  color: #000000; text-decoration: none; }
.gallery a img { border: 2px solid #000000; }
.gallery a:hover img { border: 2px solid #74aa93; }	


/* FOOTER*/

.footer {
	font-family: 'Times New Roman', Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-style: italic;
}


/* FORMS*/

#field {
	width:220px;
	height:22px;
	margin: 1px 4px 2px 8px;
	padding: 4px 5px 4px 5px;
	color: #114c4a;
	background:#fff;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	#field:hover {
		background: #f0fbf0;
		}


#form {
	width: 300px;
	height: 140px;
	margin: 1px 4px 2px 8px;
	padding: 4px 5px 0px 5px;
	color: #114c4a;
	background:#fff;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	#form:hover {
		background: #f0fbf0;
		}

#submit {
  	margin: 7px 4px 10px 2px;
	padding: 1px 10px;
	color: #fff;
	background: #74aa93;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 97%;
	border-width: 2px;
	border-style: solid;
	border-color: #74aa93;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#submit:hover {
  		cursor:pointer;
		background: #114c4a;
		}
		
		#submit:active {
  		cursor:pointer;
		background: #257867;
		}


/* LIGHTBOX*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#lightbox a { color: 000000; }
#lightbox a:visited {  color: #000000; }
#lightbox a:hover {  color: #257867; }
#lightbox a:active {  color: #000000; }

#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(lightbox/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(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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; }	
#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 */
	}	





/* THE END */




