a{ color: #96c;}
a:visited{ color: #96c; }
a:active{ color: #009; }

html{ 
background-color: #306;
color: #306;
background-image:url("../images/general/purpswrl.gif");
font-family: 'Futura Bk BT', 'URW Gothic L', AppleGothic, 'Trebuchet MS', sans-serif
}

/* IE doesn't understand these selectors */
html[id="html"]{
background-image:url("../images/general/purpswrl.gif");

}

body{
margin: 0;
margin-left: 1em;
margin-right: 1em;
/* leave room for the floating nav bar */
margin-top: 6em;
}

h1{ 
font-family: 'Deviant Strain', 'Deviant Strained', 'VAGRounded BT', 'Cooper Black', 'Trebuchet MS', sans-serif;
font-size:29pt;
}

h2{
font-family: 'VAGRounded BT', 'Cooper Black', 'Trebuchet MS', sans-serif;
font-size:22pt;
}

h3{
font-family: 'VAGRounded BT', 'Cooper Black', 'Trebuchet MS', sans-serif;
font-size:18pt;
}

h4{
font-family: 'VAGRounded BT', 'Cooper Black', 'Trebuchet MS', sans-serif;
margin-bottom:-15px;
}

h5{
font-family: 'VAGRounded BT', 'Cooper Black', 'Trebuchet MS', sans-serif;
font-size:12pt
}

h6{
font-family: 'VAGRounded BT', 'Cooper Black', 'Trebuchet MS', sans-serif;
font-size:11pt;
}

.page-title-header {
text-align: right;
}

.section {
margin-left: 4em;
margin-right: 4em;
}

.tab { 
margin-left: 15px; }

.tab2 { 
margin-left: 40px; }


.imgleft, .imgright {
padding: 1em;
text-align: center;
}

.imgleft {
float: left;
}

.imgright {
float: right;
}

/* navigation */

/* XXX */

/* .nav-text, .nav-photos, .nav-graphics { text-decoration: line-through !important } */
.nav {
       text-align: center;
       margin: auto; 
       font-family: 'Trebuchet MS';

font-size: 14px; 

position: absolute;

right: 0;
top: 0;
height: 3em;
background-color: #306;
color: #eff;
padding: 2px;
margin: 1ex;
list-style-type: none;
float: left;
width: 100%;
}

/* only mozilla understands this selector */
.nav[id='navvy'] {

position: fixed;

}

.nav ul {
padding: 2px;
width: 100%;
margin: 1.5ex;
}

.nav li {
display: inline;
}

.nav li a{ 
width: 3.5em;
color: #eff;
background-color: #306;
padding: 0.2em 0.5em;
text-decoration: none;
border-right: 1px solid #eff;
}

.nav li a:hover {
background-color: #aaf;
color: #306;
}

/* lightbox for photo galleries */
#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: #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; 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: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


