/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */


/* Main Layout
------------------------------ */
#album-list {
	margin-top: 25px;
}
.post-body-g {
	padding: 1px 10px;
}
#credit {
	margin: 0 20px;
	text-align: right;
	clear: both;
}
#sort {
	font-size:0.8em;
	text-decoration: none;
}
#credit a {
	text-decoration: none;
}
#credit a:hover, #sort a:hover {
	text-decoration: underline;
}

/* Text Styles
------------------------------ */



/* 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
------------------------------ */
#top-nav {
	padding-bottom:20px;
}
#bottom-nav {
	clear:both;
	padding-top:20px;
}
ul.pagelist {
	clear: both;
	padding: 0;
	margin:0 auto;
	text-align:center;
	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 {
	float:right;
	font-style:oblique;
	/*margin-bottom: 12px;*/
}
#imageDescEditable {
	
}
#imageTitleEditable {
	font-weight:bold;
	font-size:1.6em;
	color:#102A37;
	padding: 10px 0;
}

/* Image Thumbnails
------------------------------ */



/* Album Thumbnails
------------------------------ */
.album {
	text-align: center;
	padding:10px;
	float: left;
	width: 206px;
	background:#FAFBFC;
	border:1px solid #B9BD93;
	font-size:1.1em;
}
#album-title {
	color:#DAE0C1;
	font-size:0.7em;
}
.album img {
	margin:0;
	width:200px;
}
.album-first {
	clear:both;
	display:inline;
	margin: 0 0 0 12px;
}
.album-not-first {
	margin: 0 0 15px 12px;
}
.album .imagethumb a {
	margin: 0;
}

.description {
	font-size: 0.8em;
}
.albumdesc {
	padding-top:10px;
	clear: both;
	height:48px;
	line-height: 1.2em;
}

/* Individual Image
------------------------------ */
#images {
	width:700px
	padding:0 auto;
}
.image {
	text-align: center;
	padding:10px;
	float: left;
	width:206px;
	background:#FAFBFC;
	border:1px solid #B9BD93;
	font-size:1.1em;
	margin: 0 6px 12px 6px; 
}
.image-title {
	font-size:0.9em;
	padding-top:10px;
}
.image img {
	margin:0;
	margin-bottom:5px;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 13px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	text-decoration: none;
	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;
}

