/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	/*margin-bottom: 0.1em;*/
}
body {
margin:0 auto 0 auto;
padding:0;
min-width:750px;
max-width:100%;
text-align:center;
background:#F2F2F2;
font:100.1%/115% Arial,sans-serif,'ms sans-serif',helvitica;
color:#111;
}

/* *** Structure and layout*** */
#container {
width:740px;
margin:0 auto 0 auto;
text-align:center;
background:#fff url(images/background.gif) top left repeat-y;
}
#topBorder {
margin:0;
padding:0;
width:740px;
height:12px;
background:transparent url(images/topBorder.gif) top left no-repeat;
}
#top {
margin:0;
padding:0;
text-align:left;
}
#redDiv {
margin:0 0 0 14px;
padding:0;
width:712px;
height:15px;
background: transparent url(images/redDiv.gif) repeat-x;
}
#mainContent {
position:relative;
width:690px;
margin:0 auto 0 auto;
padding:0;
text-align:left;
}
#footer {
position:relative;
clear:both;
width:705px;
margin:25px auto 0 auto;
padding:25px 0 0 0;
text-align:center;
background-color:#f2f2f2;
}

/* ***Presentation styles*** */
/* Header */
#top img {
margin:0 0 0 20px;
padding:0;
}
#top h1 {
position:relative;
margin:0 0 0 -199%;
padding:0;
height:-1px;
line-height:0;
font-size:50%;
}
#randomimg {
float:right;
width:420px;
margin:-158px 35px 0 0;
padding:10px;
border: 1px solid #ccc;
background: #f8faff;
}
#randomimg a img {
margin:0 5px;
text-align:center;
border:2px solid #17a;
}
#randomimg a:hover img, #randomimg a:active img, #randomimg a:focus img {
border:2px solid #6BD;
}
h2.storytitle {
margin:10px 0 12px 0;
padding:0;
text-align:left;
font:200 120%/125% verdana,arial,'ms sans-serif',sans-serif;
color:/*0380FC*/#FC0404;
}
/* Menu */
#topNav {
margin:0 auto;
padding:0;
text-align:center;
}
#topNav ul {
float:left;
margin:5px auto 10px auto;
padding:0;
list-style-type:none;
text-align:center;
}
#topNav li {
float:left;
padding:0 8px;
font-size:90%;
line-height: 125%;
list-style-type:none;
}
#topNav li a {
text-decoration: underline; 
color: #035;
}
#topNav li a:visited {
color:#000;
}
#topNav li a:active, #topNav li a:hover, #topNav li a:focus {
color:#114477;
text-decoration:none;
}
/* Footer */
#footer p {
margin-top:20px;
margin-left:20px;
/*padding-top:20px;*/
font-size:75%;
text-align:left;
}

/* Start ZenPhoto CSS ******************** */

/* Link Styles
------------------------------ */
a:link { text-decoration: underline; color: #17A; }
a:visited { text-decoration: underline; color: #035; }
a:hover, a:focus, a:active { text-decoration: none; color: #6BD; }

/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#gallerytitle {
margin-top:10px;
padding-bottom:5px;
border-bottom: 1px solid #777;
color:#777;
}
p.galleryinfo {
font-size:85%;
font-style:italic;
color:#555;
}
.clear {
clear: both;
}

/* Page Navigation
------------------------------ */
.pagelist {
clear:both;
padding-top:20px;
}
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;
	margin: 6px;
	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;
}


/* Album Thumbnails
------------------------------ */
#albums {
width:680px;
margin:0 auto 0 auto;
text-align:center;
padding:0;
}
div.album {
padding:10px;
margin:25px 10px 12px 10px;
/*clear: both;*/
float:left;
width:180px;
height:215px; 
min-height:215px;
border: 1px solid #ccc;
background: #f8faff;
text-align:center;
}
div.album a img {
margin: 0 auto 0 auto;
text-align:center;
border:2px solid #17a;
}
div.album a:visited img {
border:2px solid #035;
text-decoration: underline
}
div.album a:hover img, div.album a:active img, div.album a:focus img {
border:2px solid #6BD;
text-decoration: none;
}

.albumdesc h3 {
margin: 0 auto 12px auto;
text-align:center;
padding:5px 0 0 0;
font:105%/125% Georgia, 'times new roman', serif;
}
.albumdesc p {
margin: 0 0 4px 0;
text-align:left;
font:93%/125% Georgia, 'times new roman', serif;
color:#555;
}

.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}

#albumdesc, #imgdesc {
margin-top:12px;
margin-bottom:12px;
font:93%/125% Georgia, 'times new roman', serif;
}
/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
margin-top:20px;
text-align: center;
line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top:20px;
}
.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: 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: 20px 0 0 35px;
	width: 475px;
text-align:left;
}


/* Comments
------------------------------ */
#comments {
text-align:left;
margin-top:25px;
clear: both;
padding:10px;
border: 1px solid #ccc;
background: #f8faff;
}
.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: 95%;
	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;
}