/* - - - - - - - - - - - - - - - - - - - - -
 
Title : Midnight Blue Stylesheet
 
- - - - - - - - - - - - - - - - - - - - - */
 
/* ------------------------------------------------------------
 
	css
 
------------------------------------------------------------ */
 
*{
	margin: 0;
	padding: 0;
}	
html{background: #221f20;}	
body{
	background: #221f20;
	color: #324F6A;
	font: 62.5% "Helvetica Neue", Arial, Helvetica, sans-serif;	
	text-align: center;
}
 
/* links  */
 
a{
	color: #7C90A1;
	text-decoration: underline;
}
a:hover{color: #234466;}
 
/* headings */
 
h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */
 
/* tables & forms */
 
input, select, th, td {font-size:1em}
 
/* ------------------------------------------------------------
 
	page structure & layout
 
------------------------------------------------------------ */
 
#page{
	background: #f8fdfe;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}
#page-top{	
	background: #012345;
	border-bottom: 2px solid #76A5BD;
	position: relative;
}
#title{height: auto;padding: 40px 30px;}
#sitemenu-content{
	bottom: 0;
	font-size: 1.1em;
	position: absolute;
	right: 25px;	
}
#page-content{
	overflow: hidden;
}
#main{
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 30px 20px 30px 30px;
	width: 448px;
}
#sidebar{
	color: #4B798B;
	float: right;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 10px 30px 20px 20px;
	width: 206px;
}	
#page-bottom{
	border-top: 1px solid #DBDFE0;
	clear: both;
	color: #aaa;
	font-size: 1.1em;
	margin-left: 30px;
	width: 450px;
	line-height: 1.5em;
	text-align: center;
	padding: 20px 0;
}
 
/* ------------------------------------------------------------
 
	page-top 
 
------------------------------------------------------------ */
 
#page-top h1 {
	font-size: 3.0em;
	
	color: #9ca9b7;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;	
}
#page-top h1 a:hover {color: #fff;}
#page-top p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
}
 
/* ------------------------------------------------------------
 
	sitemenu-content
 
------------------------------------------------------------ */
 
#sitemenu-content ul{
	display: inline;
}
#sitemenu-content li{
	display: block;
	float: left;
	list-style: none;
}
#sitemenu-content li a, .currentPage{
	background: #234466;
	color: #fff;
	display: block;
	margin: 0 1px 0 1px;
	line-height: 1.6em;
	padding: 7px 20px 7px 20px;
	text-align: center;
	text-decoration: none;
}
#sitemenu-content li a:hover{background: #3C6787;}
 
/* ------------------------------------------------------------
 
	path-time
 
------------------------------------------------------------ */
 
#path-time a{
	color: #4c7897;
	text-decoration: none;	
	text-transform: capitalize;
}
#path-time a:hover{text-decoration: line-through;}
 
 
/* ------------------------------------------------------------
 
	main
	 
------------------------------------------------------------ */
 
#main h2{
	background: url(h2-bg.gif) no-repeat;
	background-position: bottom;
	color: #76aac9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 22px 0;
}	
#main h2 a{
	color: #76aac9;
	text-decoration: none;
}		
#main h2 a:hover{
	color: #7C90A1;
}	
#main h3, #main h4{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}	
#main p{
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#main ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}	
#main ul {
	line-height: 1.8em;
	margin: 0 30px 20px 30px;
}
#main ul li {
	background: url(blue-box.gif) no-repeat 0 3px;
	line-height: 1.8em;
	list-style: none;
	padding-left: 20px;
}
 
/* forms & class's */
 
#main form{margin: 10px 0 20px 0;}		
#main fieldset legend{
	margin: 0 0 10px 0;
}
#main fieldset{
	background: #fff;
	border: 1px solid #dfe3e4;
	padding: 5px 15px 15px 10px;
	width: 95%;
	margin-bottom: 20px;
	position: relative;
}
#main textarea{
	height: 250px;
	overflow: auto;
}
form input:focus, form textarea:focus {background: #fffff0; color: #324F6A;}
#main .submit{
	margin: 0 auto;
}
	
/* ------------------------------------------------------------
 
	sidebar
 
------------------------------------------------------------ */
 
#sidebar h2, #sidebar h3{
	color: #FF6501;
	border-bottom: 1px solid #DFEDF2;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 20px 0 5px 0;
	padding: 7px 0 7px 0;
	text-transform: uppercase;
}		
#sidebar p{margin: 0 0 15px 0;}		
#sidebar ul{
	margin: 7px 0 20px 10px;
}	
#sidebar ul li{
	background: url(blue-box.gif) no-repeat 0 1px;
	height: 18px;
	list-style: none;
	padding-left: 15px;
}	
#sidebar a{	
	color: #4B798B;
	text-decoration: none;
}	
#sidebar a:hover{color: #231f20;}
 
/* ------------------------------------------------------------
 
	page-bottom
 
------------------------------------------------------------ */
 
#page-bottom a{
	color: #aaa;
	text-decoration: underline;
}
 
/* ------------------------------------------------------------
 
	misc.
 
------------------------------------------------------------ */
 
a img {border: none;}
acronym{cursor: help;}
legend{
	color: #324F6A;
	font-weight: bold;
}
blockquote{
	background: url(quote.gif) no-repeat 10px 0;
	color: #76aac9;
	border-left: 2px solid #76aac9;
	line-height: 1.5em;
	margin: 0 10px 20px 10px;	
	padding: 0 10px 0 10px;
}
hr, .hide, .hidden {display: none;}
.show{display: block;}

/* photos */

.gridItem {
    float: left;
    position:relative;
    width:152px;
    height:192px;	/* room for caption */
    overflow: hidden;
    margin: 3px;
    padding-top: 6px;
}
.gridItem h3 {
    font-weight:normal;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    height: 33px;
    overflow: hidden;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;	
}
.gridItem img {
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}
* html .gridItem img {
	position: relative;
	top:6px;
}
	
/* ----------- Individual Photo Pages ---------------- */

.photo-navigation{
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
#previous-photo	{
	position: absolute;
	left: 0;
	top: 0;
}

#next-photo {
	top: 0;
	position: absolute;
	right: 0;
}
#photo-list{
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 0;
}