/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	background:url(/themes/jamo/images/bbg.gif);
	background-color: #D8E8ED;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}
#logo {
	margin-top:-20px;
	position:relative;
	top:40px;

}
#main {
	text-align: left;
	margin: 20px auto;
	margin-bottom:5px;
	width: 680px;
	background: #fff;
	border: 10px solid #A4C4DC;
	padding:20px 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#credit {
	margin: 0 auto;
	width: 700px;
	font-size: 85%;
	color: #6AA6B9;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #6AA6B9;
	border-bottom: 1px dotted #6AA6B9;
}
#credit a:hover {
	color: #49889C;
	border-bottom: 1px solid #6AA6B9;
	text-decoration: none;
}
#gallerytitle {
	margin-bottom: 15px;
	text-align:center;
	line-height:1em;
}


/* Text Styles
------------------------------ */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:28px;
	font-weight: normal;
	color: #D16401;
	margin-bottom:0;
	letter-spacing:-1px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:175%;
	font-weight: normal;
	color: #D16401;
	font-weight:normal;
	margin-top: 30px;
	margin-bottom:5px;
	letter-spacing:-1px;
}


/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: underline; color: #D16401; }
a:visited { text-decoration: underline; color: #D16401; }
a:hover, a:focus { 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;
}
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: 25px 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
	font-size:16px;
	font-family: Verdana, Arial, Sans-Serif;
	text-transform:uppercase;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
	color:#D16401;
}
ul.pagelist span.disabledlink {
	color:#999;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #D16401;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ccc;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
}
#imageDescEditable {
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #D8E8ED;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #D8E8ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #D8E8ED;
	background: #fff;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding:0px;
	clear: both;
	text-align:center;
}
.album .mid {
	padding:10px;
}
.album .mid img {
	padding:8px;
	background:#F2F7F9;
	border:2px solid #D8E8ED;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.album .mid img:hover {
	background:#fff;
}
.albumdesc {font-size:11px;}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	padding: 3px 0 6px 0;
}
h3 a:hover {
	text-decoration:underline;
	color:#D16401;
}
.album p {
	margin: 0 0 4px 0;
}
td.album .albumdesc {
}
td.album .albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	margin-top:40px;
	text-align:center;
	line-height: 0;
}
#image img {border:1px solid #D8E8ED;padding:5px;}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 100%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
	font-weight:bold;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background:#D5E6EE;
	text-decoration: none;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 600px;
}


/* 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 {
	padding:3px;
}
textarea {
	padding:3px;
	width: 100%;
	resize:none;
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	font-weight:bold;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
.caption {
	text-align:center;
	margin-top:10px;
	letter-spacing:1px;
	font-style:italic;
}
