@charset "UTF-8";
/* CSS Document */
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* Content: Web CSS, Spry Tab CSS, Lightbox CSS. Edited by Christopher Disher */


/****************************** WEB STUFF ******************************/

.photoheading {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.workcaptions {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}
	
.style1 { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666;}
.headings  { font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666;}
.resume { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ABABAB;}
.indent { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ABABAB; text-indent: 10px;}

a:link        { color: #6699CC; text-decoration: none } 
a:active      { color: #CC0033; text-decoration: none } 
a:visited     { color: #6699CC; text-decoration: none } 
a:hover       { color: #FFCC66; text-decoration: none } 

img		{ border: none; }

/****************************** SPRY TAB STUFF ******************************/

/* The whole thing */
.TabbedPanels2 {
	padding: 0px;
	margin: 0px;
	float: left;
	clear: none;
	width: 700px;
	border: 0px;
	}

/* Just the tabbs as a group */
.TabbedPanelsTabGroup {
	margin-left: 0px;
	padding: 0px;
	border: 0px;
	}

/* Individual buttrons */
.TabbedPanelsTab {
	position:relative;
	top: 0px;
	float: left;
	padding: 5px 10px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	background:#CCC;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#FFF;
	}

/* Individual buttrons with hover */
.TabbedPanelsTabHover {
	background-color: #9A3319;
	border-left: dotted 1px #FFF;
	border-bottom: dotted 1px #FFF;
	border-top: dotted 1px #FFF;
	border-right: dotted 1px #FFF;
	opacity: .6;
	filter: alpha(opacity=60);
	color:#FFF;
	}

/* Individual tab buttons once they've been selected */
.TabbedPanelsTabSelected {
	background-color:#FFF;
	border-bottom: 1px solid #555;
	border-top: solid 1px #555;
	border-left: solid 1px #555;
	border-right: solid 1px #555;
	font-style: normal; 
	color: #000;
	margin-right: -2px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index:1;
	}

/* Inside Tab content text decoration */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	}

/* Content stuff!!! */
.TabbedPanelsContentGroup {
	clear: both;
	border: 0px;
	background-color: #FFF;
	}

/* Individual content pannel stuff */
.TabbedPanelsContent {
	padding: 4px;
	}

/* Active pannel stuff */
.TabbedPanelsContentVisible {
}

/****************************** LIGHTBOX ******************************/

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 8px;
	}

#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/lightbox/blank.gif) no-repeat;
	display: block;
	}
	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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: #144896;
	}
	
/****************************** END LIGHTBOX ******************************/
