/*

	Zen Photo Default 1.0
	
*/

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

/* Main Layout
------------------------------ */
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #002E5B;
	background-color: #666698;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}
#wrapper {
	margin: 0;
	padding: 0;
	margin: 2px auto 0 auto;
	width: 668px;
}
#title {
	border: 1px solid #2a2a5e;
	border-bottom: none;
	border-top: none;
	margin: 0;
	padding: 0;
	height: 61px;
	background-image: url(../../../img/title.jpg);
}
#navbar {
	border: 1px solid #2a2a5e;
	border-top: 1px solid #666698;
	border-bottom: 1px solid #666698;
	margin: 0px;
	padding: 1px;
	background-image: url(../../../img/navbg.jpg);
}
#navbottom {
	border: 1px solid #2a2a5e;
	border-top: 1px solid #666698;
	margin: 0;
	padding: 1px;
	background-image: url(../../../img/navbg.jpg);
}
#main {
	text-align: left;
	margin: 0px auto;
	background: #fff;
	padding: 12px 30px 20px 30px;
	border-left: 1px solid #2a2a5e;
	border-right: 1px solid #2a2a5e;
}
/* Hides from IE5-mac \*/
* html #main { 
	height: 1%;
}
	/* End hide from IE5-mac */

#credit {
	margin: 0 auto;
	width: 640px;
	font-size: 80%;
	color: #3d3d70;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #3d3d70;
}
#credit a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #9292b4;
	text-decoration: none;
}
#gallerytitle {
	/*border-bottom: 1px solid #dfd3ed;*/
	padding-bottom: 0px;
	padding-top: 8px;
	margin-bottom: 6px;
	_margin-top: 0px; /* IE Only */
}

/* Text Styles
------------------------------ */


h2 {
	font: 120% Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #7f539b;
	margin-bottom: 0px;
}
h3 {
	font: 120% Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #36044b;
	margin-top: 30px;
}


/* Link Styles
------------------------------ */


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}

/* 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: 0px;
	margin: 8px 2px;
	width: 138px;
	height: 138px;
	text-align: center;
}
.imagethumb a:visited {
	
}
.imagethumb a:hover {
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 6px;
	margin-bottom: 12px;
	border: 1px solid #c3a1d3;
	background: #e6ddf0;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: inline;
	width: 120px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: left;
	width: 300px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 100px;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
	margin-bottom: 10px;
	_margin-bottom: 10px; /* For IE */
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #666698;
	background: #f5f1f9;
	margin-top: 24px;
	_margin-top: 24px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 120%;
	color: #7f539b;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #7f539b;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
	font: 120% Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #002E5B;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
	display: none;
}
.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;
}

/* My Tag/Class/Link Additions!!!
------------------------------ */
h1 {
	color: #f5f2f8;
	font-family: Lucida Sans Unicode, Helvetica, Georgia;
	font-size: 1.5em;
	margin-top: 0px;
	background-color: #abaec9;
	border: 1px solid #666698;
	padding-left: 5px;
}
.h1div {
	position:absolute;
	width: 599px;
}
p {
	line-height: 1.5em;
	text-indent: 1.2em;
	margin: 1px 4px 4px 4px;
}
strong {
	color: #666698;
	font-size: 16px;
}	
.nav-p {
 	color: #eae3ef;
	margin: 0;
	text-indent: 0;
	line-height: 1em;
	text-align: center;
}
.bottomnav {
	font-size: 10px;
	color: #495876;
	text-align: right;
	text-indent: 0;
	line-height: 1em;
	margin: 0;
	padding: 1px 3px;
}
a {
	text-decoration: none;
	color: #7f539b;
}
a:hover {
	text-decoration: underline;
}
a.navlink {
	color: #eae3ef;
}
a.navlink:hover {
	color: #d4c4e0;
}
a.bottomnav {
	color: #495876;
	text-decoration: underline;
}
a.bottomnav:hover {
	color: #dadbde;
}
.bmargin {
	margin-bottom: 0px;
}
.block {
	display: block;
}