/*

	Polariod
	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */
body {
	background:#FFFFCA url(images/bg.png) no-repeat scroll center top;
	color:#150500;
	font-family: Arial, Tahoma, Verdana, sans; 
	font-size:72.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#main {
	background:#FBFBF3 none repeat scroll 0 0;
	border-left:1px solid #CDE0A4;
	border-right:1px solid #CDE0A4;
	position:relative;
	margin:140px auto 0;
	min-height:642px;
	padding:0 30px 20px;
	text-align:left;
	width:784px;
}
#footer{
	background:transparent url(images/bg-footer.png) no-repeat scroll center top;
	clear:both;
	font-size:1.1em;
	height:40px;
	margin:0 auto;
	width:856px;
}
#footer a {
    color:#56523a;
}
#footer a:hover {
	color:#ffffff;
}
#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	margin-bottom:20px;
	padding-bottom:20px;
}
#gallerytitle h2 { 
	font-weight: bold; 
	font-size: 12pt; 
	margin-top: 18px;
	width:510px;
}
#image_gallerytitle{
	border-bottom: 1px solid #E6E6DF;
	margin-bottom:20px;
	padding-bottom:40px;	
}
#image_gallerytitle h2{
	font-weight: bold; 
	font-size: 12pt; 
	margin-top: 18px;
	width:510px;	
}
#index_gallerytitle{
	border-bottom: 1px solid #E6E6DF;
	margin-bottom:20px;	
}
#index_gallerytitle h2{
	font-weight: bold; 
	font-size: 12pt; 
	margin-top: 18px;
	width:510px;	
}
/* Link Styles
------------------------------ */
a:link, a:active, a:visited { 
color:#19ACFF;
text-decoration:none; 
}
a:hover, a:focus { 
color:#424242;
text-decoration:none; 
}

/* Text Styles
------------------------------ */

h2 {
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
}
h2 a:link, h2 a:visited {
	color:#19ACFF;
	text-decoration:none;
}
h2 span {
	color: #9FBF32;
}
h2 a:hover {
	color:#424242;
	text-decoration:none;
}
h3 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
	margin-top: 30px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: none; }


/* 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;
}

#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:20px 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding:15px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	background:transparent url(images/post-prev.gif) no-repeat scroll left center;
	display:block;
	float:left;
	height:27px;
	margin-right:10px;
	width:27px;
}
ul.pagelist li.next {
	background:transparent url(images/post-next.gif) no-repeat scroll left center;
	float:right;
	height:27px;
	margin-left:34px;
	margin-top:-18px;
	width:27px;
}
.disabledlink {
	color: #ddd;
	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;
}

#exif_link {
  float: right;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist ul li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	color: #999999;
	display: inline;
	list-style-type: none;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	border:1px solid #E6E6E6;
	display:block;
	line-height:0;
	margin:0 9px 9px 0;
	padding:5px;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #CCCCCC;
}
.imagethumb a:hover {
	border:1px dotted #000000;
	padding:5px;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CDE0A4;
	float:left;
	height:140px;
	line-height:100%;
	margin-left:15px;
	margin-top:18px;
	padding:10px 8px 2px 10px;
	width:350px;
}
.album a img { 
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
max-width:450px;
padding:5px;
position:relative;
}
.album a:hover img { 
border:1px dotted #000000;
padding:5px;
}
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}

#images{
}
/* Individual Image
------------------------------ */
.image { 
	border:0 none;
	float:left;
	height:150px;
	margin:0;
	padding:0 0 0 14px;
}
#image {
	text-align: center;
	line-height: 0;
}
#image img{
	margin:0 auto;
	padding:5px;
	background-color:#FCFCFC;
	border:1px solid #CCCCCC;
}
#image img:hover{
	border:1px dotted #000000;
	padding:5px;
}
.imgnav {
	float:right;
	margin-top:-10px;
	text-align:center;
	width:80px;
}
.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: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin:30px auto 0;
	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
------------------------------ */
.captchainputbox {
	width: 6.5em;
	padding: 2px;
}
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	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;
}
#map {margin-left: -77px;}
#rating { margin-top: 10px; }

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	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
------------------------------ */
#search {
	float: right;
	text-align: left;
	margin:0;
	padding:0;
	background: #fff;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}
#search a {
text-decoration: none;
}
#search ul {
border: 1px solid #ccc; position:absolute; text-align:left; list-style: none; 
height: 8em; width: 20em; overflow: auto; 
background-color: white;
}

#searchfields_icon {
position: relative;
top: 4px;
}
.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 #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}
.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* Zenphoto link
------------------------------ */

#zen-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 1.8em;
 font-weight: 100;
}

#photo-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 0.9em;
 font-weight: bold;
}

/* centering flowplayer 3 on image.php */
#image .flowplayer {
	margin: 0 auto;
}

/* login form */
table.password td.userlabel{
	text-align:right;
}
table.password td.userinput{
	text-align:left;
}

table.password td.userinput input, td.passwordinput input {
	width: 15em;
}

/* login form */
table.password td.passwordlabel{
	text-align:right;
}

table.password td.passwordinput{
	text-align:left;
}

table.password td.submit{
	text-align:center;
}

table.password td.hint{
	text-align:left;
}
/*************************************
 +Menu
 *************************************/
#menu {
	left:200px;
	position:absolute;
	text-align:right;
	top:-140px;
	width:650px;
}
#menu ul{
	background:#fbfbf2;
	font-size:14px;
	letter-spacing:-1px;
	list-style: none;
	padding:0;
	margin:0px;
	text-align:right;
	float:right;
	border-left:1px solid #dedecd;
	border-right:1px solid #dedecd;
	border-bottom:1px solid #dedecd;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	height:25px;
}
#menu li{
	float: left;
	font-weight:bold;
}
#menu li a{
	padding:4px 8px;
	color:#9FBF32;
}
#menu li a:hover{
	color:#19acff;
	padding:4px 8px;
}
#menu li .current{
	color:#19acff;
	padding:4px 8px;
}
/*=-=-=-[Navigation]-=-=-=*/
#topnavigation {
z-index:105;
width:924px;
height:42px;
font-size:12px;
font-family: Arial, Tahoma, Verdana;
color: #fff;
font-weight:  bold;
margin:0 auto;
padding: 0px;/* border-bottom: 1px solid #8c0000 */
}
#topnavigation a, #topnavigation a:visited {
color: #fff;
font-size: 12px;
text-decoration: none;
padding: 0px 0px 0px 3px
}
#topnavigation a:hover {
color:#fff;
text-decoration:underline;
padding:0px 0px 0px 3px
}
#topnavigation ul {
list-style-type:none;
margin:0;
padding:0;
}
ul#mc_menu_1 {
height:26px;
margin:0 0 0 20px;
padding:0px;
list-style-type: none !Important;
}
#mc_menu_1 a, #mc_menu_1 a:visited {
height:18px;
display:block;
font-weight:bold;
margin:0px;
}
#mc_menu_1 a:hover {
color:#FFF;
margin:0px;
padding:2px 17px 2px 15px;
text-decoration:none
}
#mc_menu_1 li {
float:left;
margin:0px;
padding:0px
}
#mc_menu_1 li ul {
position:absolute;
width:136px;
left:-999em;
z-index:10000;
}
#mc_menu_1 li li {
float:left;
margin:0px !Important;
padding:0px !Important;
width:115px;
}
#mc_menu_1 li li a, #mc_menu_1 li li a:link, #mc_menu_1 li li a:visited {
background:#FBFBF2 none repeat scroll 0 0;
border-bottom:1px solid #DEDECD;
border-left:1px solid #DEDECD;
border-right:1px solid #DEDECD;
float:none;
height:20px;
line-height:20px;
margin:0;
padding:2px 10px;
text-transform:none;
text-align:left;
width:115px;
}
#mc_menu_1 li li a:hover, #mc_menu_1 li li a:active {
padding:2px 10px 2px 10px
}
#mc_menu_1 li:hover ul {
left:auto;
display:block
}
#mc_menu_1 li:hover ul, #mc_menu_1 li.sfhover ul {
left:auto
}
/*=-=-=-[End Navigation]-=-=-=*/
#header-logo{
	height:44px;
	left:110px;
	position:absolute;
	top:-122px;
	width:250px;
}
#header-logo a{
	display:block;
	height:50px;
	width:250px;
}
#bulgarian-text{
	height:28px;
	position:absolute;
	right:15px;
	top:-72px;
	width:30px;
}
#bulgarian-text a{
	display:block;
	width:30px;
	height:28px;
}
#russian-text{
	height:28px;
	position:absolute;
	right:60px;
	top:-72px;
	width:30px;
}
#russian-text a{
	display:block;
	width:30px;
	height:28px;
}
.quickjump {
	float:left;
	padding: 0 0 0 30px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	color: #782f02;
}

.postjumper {
	float: left;
}

.postjumper img {
	padding-right: 20px;
}
.album_description{
	color:#666666;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
/*loader*/
#image_loader {
  border: 1px solid #ccc;
  margin:0 auto;
}
#image.image_loading {
  	background: url(../images/image_loader.gif) no-repeat center center;
 	height:400px;
	margin:0 auto;
	width:400px;
}
.image_position{
	margin:0 auto;
}
.image_description{
	text-align:left;
	font-size:16px;
	padding:10px;
	color:#666600;
	border:1px solid #FFFFFF;
}
.tags{
	background: url(../images/tags.png) no-repeat 0 0;
	padding-left:20px;
}
.view_slideshow{
	float:left;
	font-size:11px;
	margin-top:3px;
}
.view_slideshow a:link{
	color:#9FBF32;
}
.navigation{
	float:left;
	color: #9FBF32;
}
.pagelist{
	
}
.image_wrapper{
	margin:0 auto;
}
#screenshot{
	position:absolute;
	background:#FFFFCA;
	border:1px dotted #000000;
	padding:3px;
	display:none;
	color:#666666;
	}
	
