/* @override 
	http://enes.local:8888/kaopaoshu.it/gallery/themes/default/styles/dark.css
	http://kaopaoshu.it/gallery/themes/kaopaoshu/styles/dark.css
	http://kaopaoshu.it/themes/kaopaoshu/styles/dark.css
*/

/*

	Zen Photo Default (Dark) 1.0
	
*/

/* Basics
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html {
 /  * Moz */  height: 100%;
	margin-bottom: .1em;
}
/* Main Layout
------------------------------ */

body {
	background: #000;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}
#topStripe {
	width: 758px;
	margin: 60px auto 0 auto;
}
#middleStripe {
	width: 100%;
	display: block;
	float: left;
}
#bottomStripe {
	width: 758px;
	margin: 0 auto;
}
#stripeContainer {
	width: 100%;
	background: #111;
	padding: 0px;
	border: 0px solid #444;
}
#main {
	text-align: left;
	margin: 0px auto;
	width: 100%;
	background: #111;
	padding: 0px 0px 0px 0px;
	border: 0px solid #444;
}
#innerMain {
	text-align: left;
	margin: 0px auto;
	width: 758px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #444;
}
#credit, #sort {
	margin: 0 auto;
	width: 640px;
	color: #999;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #999;
	border-bottom: 1px dotted #999;
}
#credit a:hover, #sort a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
#gallerytitle {
	margin: 0px auto;
	width: 758px;
}
#header {
	float: left;
	display: block;
	padding: 4px 10px;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	background: #111 url(../images/header_bg.gif) no-repeat right center;
}
/* Link Styles
------------------------------ */

a:link, a:active, a:visited {
	text-decoration: none;
	color: #999;
}
a:hover, a:focus {
	text-decoration: none;
	color: #FFF;
}
/* Text Styles
------------------------------ */

body {
	font: normal 10px/2em "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #888;
}
h2 {
	font: normal 1.5em/1em "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #AAA;
}
h2 a:link, h2 a:visited {
	color: #666;
	text-decoration: none;
}
h2 span {
	color: #666;
}
h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
h3 {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #999;
	margin-top: 30px;
}
h3 a:link, h3 a:visited {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: none;
}
p {
	font: normal 1.2em/1.5em "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
}
ul.friends {
	font: normal 1.2em/1.5em "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	margin:0 10px 10px 50px;
}
ul.friends li {
	list-style:none;
}
ul.friends a {
	color:#000;
}
ul.friends a:hover {
	color:#FFF;
}

.content {
	padding: 10px;
}
/* Miscellaneous
------------------------------ */

hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}
#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
------------------------------ */

ul.pagelist {
	clear: both;
	padding: 0;
	margin: 0px auto 0 auto;
	width: 750px;
	list-style-type: none;
	text-align: left;
	float: left;
	background: #222;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px 8px;
	background: #333;
	display: block;
	float: left;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #666;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #333;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}
/* AJAX
------------------------------ */

#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
	font-size: 12px;
	color: #CCC;
}
#exif_link {
	float: right;
}
/* Tags
------------------------------ */

.taglist ul {
	display: block;
	list-style-type: none;
}
.taglist li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float: left;
	padding-right: 5px;
}
.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}
.tags {
	font: 28px/1em Arial;
	margin-bottom: 14px;
	list-style-type: none;
}
.tags a {
	display: block;
	float: left;
	margin: 0 1px 1px 0;
	padding: 2px 10px;
	background: #FFF;
}
.tags a:hover {
	background: #000;
}
/* Image Thumbnails
------------------------------ */

.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 0px;
	margin: 0px 8px 8px 0px;
	line-height: 0px;
	border: 0px solid #444;
	background-color: #333;
}
.imagethumb a:visited {
	background-color: #333;
	border: 0px solid #444;
}
.imagethumb a:hover {
	background-color: #333;
	border: 0px solid #ccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}
/* Album Thumbnails
------------------------------ */

#albums {
	float: left;
}
.album {
	margin: 0 8px 8px 0;
	padding: 0px;
	float: left;
	background: #222;
	line-height: 100%;
	display: block;
}
.album a {
	display: block;
	border: px solid #111;
	float: left;
	width: 100px;
	height: 316px;
	cursor:pointer;
}
.album a:hover {
	background: #FFF;
	color: #000;
}
.subAlbum {
	margin: 0 8px 8px 0;
	padding: 0px;
	float: left;
	background: #222;
	line-height: 100%;
	display: block;
}
.naslov {
	display: block;
	float: left;
	border: 0px solid #FFF;
	margin: 0px;
	padding:10px;
	width:80px;
	font: normal 1.4em/1em "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
}
.album a img {
	display: block;
}
.album .thumb {
	display: block;
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
	padding: 4px 0px 0px;
	margin: 0px;
}
.albumdesc small {
	color: #CCC;
}
/* Individual Image
------------------------------ */

.image {
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
	width: 100%;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 0px solid #333;
	background: #222;
	margin:0 8px 0 0;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	background-color: #111;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #666;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #161616;
	text-decoration: none;
	color: #FFF;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}
/* Comments
------------------------------ */

#comments {
	clear: both;
}
.error {
	color: #C33;
	font-weight: bold;
}
.comment {
	padding: 10px;
	border: 1px solid #444;
	background: #333;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #555;
	font-size: 85%;
}
/* Forms
------------------------------ */

.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #888;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #999;
}
#map {
	margin-left: -77px;
}
/* Admin Toolbox
------------------------------ */

#admin, #admin_data {
	position: fixed;
	_position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	background: #222;
	z-index: 2;
}
#admin_data {
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #aaa;
	margin: 0;
	padding: 0;
}
#admin h3:hover {
	color: #86a1b6;
}
/* Navigation
------------------------------ */

#navigation {
	background:#222 url(../images/kaopaoshu_logo_44_white.gif) no-repeat left center;
	display: block;
	width: 750px;
	height: 44px;
	float: left;
}
#navigation ul {
	display: block;
	list-style-type: none;
	clear: both;
	float: right;
	margin: 12px 12px 10px 10px;
}
#navigation li {
	list-style-type: none;
	padding-left: 10px;
	display: block;
	float: left;
	padding-right: 5px;
}
#navigation a {
	display: block;
	float: left;
}
#navigation a.store:link, #navigation a.store:visited, #navigation a.store:active {
	display: block;
	float: left;
	color: #F36;
}
#navigation a.store:hover {
	color: #FFF;
}
#footer {
	display: block;
	float:left;
	width: 750px;
	background: #1F1F1F;
	padding: 10px 0;
}
/* Search Box
------------------------------ */

#search {
	float: right;
	text-align: center;
	background: #222;
	margin: 0 8px 0 0;
}
#search input.pushbutton {
	padding: 1px 10px;
	font-size: 1em;
	line-height: 220%;
	border: 1px none #FFF;
}
#search_input {
	padding: 1px 8px;
	font-size: 1em;
	line-height: 220%;
	border: 1px solid #FFF;
}
#search ul {
	position: absolute;
	text-align: left;
	width: 20px;
	margin: 0px;
	padding: 2px;
	list-style: none;
}
#search ul .item {
	display: none;
}
#search ul:hover .item {
	display: block;
	padding: 1px;
	margin: 0px;
	background-color: #222;
	color: #fff
}
#search li {
	width: 150px;
}
.searchResultNext a {
	display: block;
	float: left;
	background: #222;
	color: #FFF;
	width: 100px;
	height: 100px;
}
.searchResultNext a:hover {
	background: #FFF;
	color: #000;
}
.searchResultNext span {
	display: block;
	padding: 40px 25px;
}
.clear {
	clear: both;
	height: 10px;
}
/* Archive View
---------------------------- */

#archive {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
ul.archive * {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.archive #year {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}
ul.archive #month {
	font-size: 14px;
	list-style: none;
	border-top: 2px solid #666;
	padding-top: 5px;
}
/* Tag Cloud
---------------------------- */

#tag_cloud {
	text-align: center;
	background: #111;
}
#tag_cloud p {
	padding: 10px 0;
	margin: 20px 0;
	background: #222;
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
