/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 13px;
 background: #F2F2F2;
}
#wrapper { 
 margin: 0 auto;
 width: 722px;
 overflow:auto;
}
#splash {
 width: 700px;
 color: #333;
 padding: 10px;
 margin: 10px 0px 0px 0px;
 height: 60px;
 background-color:transparent; 
 background-image:url('image/header_ampridatvir_700.png'); 
 background-repeat: no-repeat;
}
#header {
 width: 700px;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px 20px 0px 0px;
 background: #E6E6E6;
 border-bottom-style: solid; 
 border-bottom-color: #ccc; 
 border-bottom-width: 1px;
}
#navigation {
 width: 700px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background:none;
}
#content { 
 width: 700px;
 color: #333;
 border: 1px solid #ccc;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 20px 10px;
}
#footer { 
 width: 700px;
 color: #333;
 border: 1px solid #ccc;
 background: #fff;
 margin: 5px 0px 10px 0px;
 padding: 10px;
}



a:link { 
	text-decoration: none;
	color:#369; 
	background-color: transparent;
	}

a.nav:link { 
	text-decoration: none;
	color:#000; 
	background-color: transparent;
	}
	
a:visited { 
	text-decoration: none;
	color:#66C;
	background-color:transparent;
	}

a.nav:visited { 
	text-decoration: none;
	color:#000;
	background-color:transparent;
	}
	
a:hover {
	text-decoration: none;
	color:#036;
	background-color:transparent;
	}
	
a.nav:hover {
    text-decoration: none;
	color:#9c3;
	background-color:transparent;
	}
	
h1.splash {
	color:#fff;
	display: none;
	text-align:right;
	vertical-align: middle;
	padding: 10px 20px 10px 20px;
}

h2.journal {
	padding: 40px 0px 0px 0px;
}

h2.gallery {
	padding: 40px 0px 20px 0px;
}

h3.mark {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 20px 0px 20px;
	border-right-style: solid; 
	border-right-color: #ccc; 
	border-right-width: 1px;
}

h3.header {
	color:#ccc;
	text-shadow: 0px 1px 0px #fff;
	display: table-cell;
	text-align:right;
	vertical-align: middle;
	padding: 10px 20px 10px 20px;
	border-right-style: solid; 
	border-right-color: #ccc; 
	border-right-width: 1px;
}

h3.headeractive {
	color:#fff;
	display: table-cell;
	text-align:right;
	vertical-align: middle;
	padding: 10px 20px 10px 20px;
	border-right-style: solid; 
	border-right-color: #ccc; 
	border-right-width: 1px;
	background-color:#bdbdbd;
}

h5.menu {
	text-shadow: 0px 1px 0px #fff;
	display: table-cell;
	text-align:right;
	vertical-align: middle;
	padding: 30px 10px 10px 20px;
}


h5.submenu {
	color:#9c3;
	text-shadow: 0px 1px 0px #fff;
	display: table-cell;
	text-align:right;
	vertical-align: middle;
	padding: 30px 20px 10px 20px;
}

img { 
border: none; 
}

img.preview {
 padding: 10px;
}

img.journaltop {
 padding: 0px;
}

img.journal {
 float:right;
 padding: 0px 10px 10px 10px;
}

img.about {
 float:left;
 padding: 0px 10px 10px 10px;
}

p.journal{
 padding: 10px 40px 5px 10px;
}

p.gallery{
 padding: 10px 40px 5px 10px;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(image/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(image/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
