@charset "utf-8";
/* CSS Document */
/* Written by Amanda Hartman*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 45px 0px 35px 0px;
	background: #01657f;
	overflow: -moz-scrollbars-vertical; /*Forces Firefox to display a scroll bar (like IE) so that the design doesn't shift) -- also causes CSS to not validate*/
}

h1 { 
	visibility: hidden;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 300%;
	color: #003366;
	text-align: left;
}

h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #cc0000;
	margin: 4px;
}

h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 4px;
}

p {
	margin: 10px;
	line-height: 1.3em;
}

ul {
	margin-bottom: 4px;
}

li {
	margin-left: 40px;
}

a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* The Layout - banner, main area, navigation, footer */

#main {
	background: #fff url(../images/peacock/blue_stripe_bkg.png) repeat-y right;
	width: 80%;
	margin: 0 auto;
	border-color: #330000;
	border-style: solid;
	border-width: 3px;
}

#banner_top {
	background:  url(../images/peacock/name_banner.png) no-repeat top left;	
	position: relative;
	top: -32px;
	right: 2px;
	height: 86px;
	width: 552px;
}

#subtitle_float {
	position: relative;
	float: right;
	z-index: 3;
	top: -35px;
	right: 130px;
	height: 50px;

}

#red_line{
	border-top: #cc0000 solid 2px;
	width: 80%;
	margin-top: -32px;
	margin-left: 85px;
	margin-bottom: 30px;
}

#content {
	position: relative;
	float: right;
	width: 80%;
	right: 50px;
	z-index: 1;
	top: -20px;
}

/* Main Navigation */
#top_nav {
	position: relative;
	padding: .6em;
	width: 100px;
 	right: 30px; 
	float: left;
	z-index: 2;
	top: -20px;
}

#top_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#top_nav li {
	margin: .3em auto;
}

#top_nav li a {
	background: #cc0000;
	line-height: 2em;
 	width: 9em;
	display: block;
	border: .25em solid #330000;
	text-align: center;
	font-size: 115%;
	color: #fff;
	text-decoration: none;
}

#top_nav li a:hover {
	background: #660000;
	text-decoration: underline;
}

#top_nav li a.active {
	background: #990000;
	text-decoration: none;
}

/* Bottom Navigation */
#bottom_nav {
	position: relative;
	text-align: center;
}

.nav_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #fff;
	text-align: center;
}

a.nav_bottom {
	color: #fff;
	text-decoration: underline;
}

a.nav_bottom:hover {
	color: #fff;
	text-decoration: none;
}


/* Specific for each page */

.section {
	margin-top: 20px;
	margin-left: 5px;
}

.center {
	text-align: center;
}

.float_lt {
	float: left;
	width: 40%;
}

.float_lt2 {
	float: left;
	width: 15%;
}

.float_rt {
	float: right;
	width: 40%;
}

.spacer { /* Spacer on either end of the floats will give the thumbnails space */
  clear: both;
}

/* Photo Page Elements */

.float {
  float: left;
  margin: 5px;
  border: 0;
}
  
.float p {
   text-align: center;
   font-size: 90%;
}

.float img {
	border: 0;
}

/* Lightbox Code from http://www.lokeshdhakar.com/projects/lightbox2/ */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	
#lightbox a img { 
	border-style: 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;
	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: #000;
	}


/*Last.fm widget style */	
table.lfmWidgetchart_e565d3fb7360b2d88269bc626c499a99 td {margin:0 !important;padding:0 !important;border:0 !important;}table.lfmWidgetchart_e565d3fb7360b2d88269bc626c499a99 tr.lfmHead a:hover {background:url(http://cdn.last.fm/widgets/images/en/header/chart/recenttracks_regular_blue.png) no-repeat 0 0 !important;}table.lfmWidgetchart_e565d3fb7360b2d88269bc626c499a99 tr.lfmEmbed object {float:left;}table.lfmWidgetchart_e565d3fb7360b2d88269bc626c499a99 tr.lfmFoot td.lfmConfig a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/blue.png) no-repeat 0px 0 !important;;}table.lfmWidgetchart_e565d3fb7360b2d88269bc626c499a99 tr.lfmFoot td.lfmView a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/blue.png) no-repeat -85px 0 !important;}table.lfmWidgetchart_e565d3fb7360b2d88269bc626c499a99 tr.lfmFoot td.lfmPopup a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/blue.png) no-repeat -159px 0 !important;}</style>
