/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
a:link { color:#000066;; text-decoration:none;}
a:visited { color:#000066; text-decoration:none;}
a:hover { color:#999999; text-decoration:none;}
a:active { color:#FF7300; text-decoration:none;}

body {
margin:0;
padding:0;
background-color: #fff;
font: 100%/101% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
color:#000;
text-align:left;
}

#wrapper {
width:920px;
background: #fff url(bg.gif) top left repeat-y;
}

#innerwrap {
padding: 20px;


}

#footer {
clear: both;
background-color: #fff;
}

#footer p {
padding: 10px 50px 0px 50px;
text-align: center;
text-indent: 0px;
}

#footer p.final {
margin: 0 0 0 0;
padding: 0px 50px 10px 50px;
}

#left {
width: 598px;
float: left;
background-color: #fff;
display: inline;
}

#right {
width: 312px;
background-color: #fff;
float: right;
z-index: 5;
text-align: center;
}

#right img {
padding: 12px 0px 0px 0px;
margin:  0px 0px 20px 0px;
background: transparent url(http://www.lohud.com/graphics/frontpage07/advertise_img.gif) top left  no-repeat;
z-index: 20;
}

/* Text Styles
------------------------------ */
body {
	font: normal 82%/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
}
h1 {
	color: #002E5B;
	margin-top: 0px;
}
h2 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 0px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 30px;
}


/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: underline; color: #17A; }
a:visited { text-decoration: underline; color: #035; }
a:hover, a:focus { text-decoration: underline; color: #6BD; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px 0 10px 0;
	margin: 10px 15px 5px 15px;
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
	display: block;
	text-align: center;
	width:180px;
	height:180px;
	margin: 10px 5px 15px 5px;
}

.imagethumb form {
margin: 4px auto;
}

#floater form {
	float: right;
}


/* Album Thumbnails
------------------------------ */
#albums {
width: 100%;
}

.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 430px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 430px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}

.linkage {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.1em;
	text-align: center;
	padding: 5px 2px 0 2px;
}

.linkage a {
	font-family: verdana;
	border:  0;
	background: transparent;
	padding: 0 0 10px 0;
}

.linkage a:visited {
	font-family: verdana;
	border:  0;
	background: transparent;
	padding: 0 0 10px 0;
}

.linkage a:hover {
	font-family: verdana;
	border:  0;
	background: transparent;
	padding: 0 0 10px 0;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	text-align: center;
	margin-top: 13px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	float: left;
	padding: 4px 0;
	font-size: 90%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}

/*Lightbox
------------------------------- */

#lightbox{
	position: absolute;
	top: 10px;
	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(http://www.nyjnews.com/graduation/graphics/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(http://www.nyjnews.com/graduation/graphics/prevlabel.gif) left 0% no-repeat; }
#nextLink, #nextLink:visited { background: url(http://www.nyjnews.com/graduation/graphics/nextlabel.gif) right 0% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:10px 10px 0px 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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

#footer a:hover img {
background: transparent url(adLabelGREYup.gif) center left no-repeat;
}

#footer a:link { color:#000066;; text-decoration:none;}
#footer a:visited { color:#000066; text-decoration:none;}
#footer a:hover { color:#999999; text-decoration:none; background: transparent;}
#footer a:active { color:#FF7300; text-decoration:none;}

#footer {
clear: all;
background-color: #fff;
text-align: center;
}

#footer p {
padding: 10px 50px 0px 50px;
text-indent: 0px;
}

#footer p.final {
margin: 0 0 0 0;
padding: 0px 50px 10px 50px;
}

#footer img {
padding: 10px 0px 16px 10px;
background: transparent url(adLabelGREYup.gif) left center no-repeat;
}

body#about {
	margin: 20px;
}

.Neck #caption form {
	display: none;
}

.Neck .imagethumb form {
	display: none;
}
