/* Zen Photo Default 1.0 */

/* Basics */

html {
	height:99%; /* Moz */
}

/* Link Styles */

a:link, a:active, a:visited {
	text-decoration:none;
	color:#611424;
}

a:hover, a:focus {
	text-decoration:none;
	color:#852F39;
}

/* Text Styles */

body {
	font:12px "Trebuchet MS", "Myriad Pro", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color:#333;
	padding-bottom:20px;
}

h2 {
}

h2 a:link, h2 a:visited {
	color:#852F39;
}

h2 span {
}

h2 a:hover {
	color:#611424;
}

h3 {
}

h3 a:link, h3 a:visited {
	color:#852F39;
}

h3 a:hover {
	color:#611424;
}

/* Main Layout */

body {
	width:770px;
	margin:auto;
}

div#header {
	margin:15px 0 5px 0;
}

div#subheader {
}

div#main {
	background:#fff;
	padding:20px;
	border:1px dotted #CDDED3;
}

div#footer {
	font-size:85%;
	color:#555;
	text-align:left;
	clear:both;
	margin-top:10px;
	float:right;
	text-align:right;
}

#sort {
}

#footer a, #sort a {
	color:#555;
}

#footer a:hover, #sort a:hover {
	color:#000;
}

#gallerytitle {
	border-bottom:1px solid #CDDED3;
	margin-bottom:10px;
}

#gallerytitle h2 {
	font-size:16px;
	color:#8AA190;
}

/* Miscellaneous */

hr {
	height:0;
	border-top:1px solid #ccc;
}

img {
	border:0;
}

blockquote {
	border-left:1px dotted #999;
	margin-left:20px;
	padding-left:20px;
	color:#333;
}

#imagemetadata {
	text-align:right;
	position:relative;
	display:none;
}

#imagemetadata table {
	text-align:left;
	line-height:1em;
	border:1px solid #ccc;
	position:absolute;
	top:2em;
	right:0px;
	background-color:#fafafa;
}

#imagemetadata table td {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 2px 5px;
}

/* Page Navigation */

div.pagelist {
	clear:both;
	padding:5px 0;
	list-style-type:none;
	font-size:17px;
	height:25px;
	text-align:center;
	border-top:1px solid #CDDED3;
	border-bottom:1px solid #EAF5E9;
}

ul.pagelist li {
	display:inline;
	height:25px;
}

ul.pagelist li a, ul.pagelist span.disabledlink {
	color:#fff;
	padding:3px;
	background:url(../images/background_hoverbutton.png) repeat-x;
}

ul.pagelist span.disabledlink {
	background:#fff;
}

ul.pagelist li a:hover {
	background:url(../images/background_hoverbutton.png) repeat-x;
}

ul.pagelist li.current a {
	color:#fff;
}

ul.pagelist li.prev {
}

ul.pagelist li.next {
}

.disabledlink {
}

.pagenav {
	clear:both;
}

.disabled_nav {
	visibility:hidden;
}

/* AJAX */

#albumDescEditable, #albumTagsEditable {
}

#imageDescEditable, #albumTagsEditable {
}

#imageDesc {
	margin:10px 0;
	padding:10px 0;
	border-top:1px solid #CDDED3;
	border-bottom:1px solid #CDDED3;
	font-size:14px;
	line-height:150%;
}

#exif_link {
	float:right;
	margin-bottom:4px;
}

/* Tags */

div.taglist {
}

.taglist ul {
	display:inline;
	list-style-type:none;
}

.taglist ul li {
	background:url(../images/tag.png) no-repeat left center;
	float:left;
	display:inline;
	list-style-type:none;
	margin:0 10px 10px 0;
	padding-left:20px;
}

.taglist .tags_title {
	background:none;
	margin-right:10px;
	padding:0;
}

/* Image Thumbnails */

.imagethumb a, .imagethumb a:hover {
	display:block;
}

.imagethumb a:visited {
}

.imagethumb a:hover {
}

.imagethumb {
	float:left;
	margin:10px 9px 10px 9px;
}

.albumdesc2 {
}

.albumdesc {
	margin-left:110px;
}

/* Album Thumbnails */

#albums {
	float:left;
}

.album {
	float:left;
	display:block;
	width:320px;
	margin:10px 9px 10px 9px;
	padding:10px;
	border:1px dotted #dee0df;
	background:#F6F9F7;
}

.album a img {
}

.album .thumb, .imagethumb {
	float:left; 
	padding:8px;
	border:1px solid #eee;
	background:#fff;
}

.album .thumb:hover, .imagethumb:hover {
	border:1px solid #ccc;
}

.album h3 {
	color:#8AA190;
	font-size:16px;
	border-bottom:1px solid #CDDED3;
	margin-bottom:5px;
}

.album p {
}

.albumdesc small {
}

#images {
	margin-bottom:10px;
}

/* Individual Image */

.image { 
}

#image {
	text-align:center;
	line-height:0;
	padding:20px;
	background:#000;
}

div.imgnav {
	text-align:center;
	height:25px;
	font-size:17px;
	margin-bottom:-5px;
}

.imgnav .imgprevious a, .imgnav .imgnext a {
	display:block;
	width:15%;
	min-height:25px;
	float:left;
	line-height:150%;
	background:#555 /*url(../images/background_hoverbutton.png) repeat-x*/;
	color:#fff;
}

.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background:url(../images/background_hoverbutton.png) repeat-x;
}

.imgnav .imgprevious a {
	float:left;
}

.imgnav .imgnext a {
	float:right;
}

#narrow {
}

/* Comments */

#comments {
	clear:both;
}

.error { 
}

.comment {
}

.commentmeta {
}

.commentauthor {
}

.commentdate {
}

/* Forms */

.inputbox {
}

textarea {
}

.checkbox {
	cursor:pointer;
}

.pushbutton {
	cursor:pointer;
}

label {
	cursor:pointer;
}

label:hover {
}

#map {
}

#rating {
}

/* Admin Toolbox */

#admin, #admin_data {
	position:fixed;
	_position:absolute;
	right:0px;
	top:0px;
	width:130px;
	border-bottom:1px solid #E6E6DF;
	border-left:1px solid #E6E6DF;
	background:#fff;
	z-index:2;
	text-align:left;
}

#admin_data {
	top:0px;
	padding-top:20px;
	z-index:1;
	line-height:1.6em;
}

#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
	text-align:center;
}

#admin h3:hover {
	color:#036;
}

/* Search Box */

div#search {
	float:right;
	margin-top:-1px;
}

#search input {
	border:1px dotted #8AA190;
	margin-top:-2px;
	font-size:13px;
	padding:2px;
}

#search input.pushbutton {
	font-size:11px;
	margin-top:4px;
	border:0;
	padding:3px;
	color:#fff;
	background:#852F39 url(../images/background_hoverbutton.png) repeat-x;
}

#search ul {
	text-align:left;
	list-style:none;
}

#search ul .item {
	display:none;
}

#search ul:hover .item {
	display:block;
}

#search li {
}

.clear {
	clear:both;
}

/* Archive View */

#archive {
	text-align:center;
}

ul.archive * {
	list-style:none;
}

ul.archive .year {
	text-align:center;
}

ul.archive .month {
	list-style:none;
}

/* Tag Cloud */

#tag_cloud {
	text-align:center;
}

#tag_cloud ul li {
	display:inline;
	list-style-type:none;
}

#tag_cloud p {
	text-align:center;
}

/* Error Messages */

.errorbox {
}

.errorbox h2 {
}

/* Zenphoto link */

#zen-part {
}

#photo-part {
}

/* Meus */

div#album_description {
	margin-bottom:10px;
}

div#pub_top {
	margin:5px 0 15px 0;
	padding:5px 0;
	border-top:1px dotted #CDDED3;
	border-bottom:1px dotted #CDDED3;
}

div.pub_links {
	margin:10px 0 0 0;
	padding:10px 0;
	border-top:1px dotted #CDDED3;
	clear:left;
}
