
/*

	Zenpage Default 1.0

*/

/* Basics
------------------------------ */
html {
	/* Moz */
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #222;
}

/* Main Layout
------------------------------ */
body {
	background-color: #DBDBDB;
	font-size: 62.5%;
	margin: 0;
	margin-top:16px;
	padding: 0;
}

#main {
	padding-top: 0;
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 127px;
	background-color: #EAEDD6;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0; 
}

#header h3 {
	/* position: relative; */
	/* top: 55px; */
	/* left: 50px; */
	/* text-align: left; */
	font-size: 2.4em;
	color: #82996F;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0;
	margin-top:30px;
	margin-left:30px;
	position:absolute;
}

#header h6 {
	/* position: relative; */
	/* top: 60px; */
	/* left: 50px; */
	/* text-align: left; */
	font-size: 1.2em;
	color: #82996F;
	font-weight: normal;
	/* letter-spacing: 0.1em; */
	margin: 0;
	margin-top:70px;
	margin-left:30px;
	position:absolute;
}

#title {
	position: relative;
	top: 60px;
	left: 50px;
	display: block;
	/* float: left; */
	/* padding-top: 30px; */
	/* padding-left: 40px; */
	/* text-align: center; */
	/* background: transparent; */
	/* z-index: 1000; */
	/* position: relative; */
}

#breadcrumb {
	width: 950px;
	height: 25px;
	background-color: gray;
	background-image:url(images/breadcrumb.png);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0; 
	/* margin-left: 4px; */
	font-size: 1.3em;
	/* padding-top: 7px; */
	/* padding-bottom: 4px; */
	/* padding-right: 0; */
	/* padding-left: 37px; */
	/* border-bottom: 1px solid darkgray; */
	/* border-top: 1px solid darkgray; */
	color: white;
}

#breadcrumb h2 {
	margin: 0;
	/* padding: 0; */
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 0px;
	font-size: 1em;
	font-weight: normal;
	/* float: left; */
	/* width:590px; */
}

#breadcrumb a {
	text-align: right;
	color: #D1E079; 
	border-bottom: 0px dotted white;
}

#breadcrumb a:hover {
	color: white;
}

#ad {
	width: 950px;
	height: 21px;
	background: transparent url(images/ad.png) repeat-y scroll 0 0;
	margin: 0; 
	padding: 0;
}

#ad2 {
padding-top:3px;
padding-bottom:3px;
padding-left:8px;
padding-right:0;
}




#content {
	width: 950px;
	background-color: #EAEDD6;
	background-image:url(images/content.jpg);
	background-repeat: repeat-y;
}

#content-error {
	/* width: 890px; */
	width: 450px;
	padding: 45px 25px 45px 25px;
	background-color: white;
	font-size: 14px;
	margin-left: 5px;
}

#content-left {
	/* width: 590px; */
	width: 507px;
	height: 100%;
	background-color: transparent;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	/* padding-top: 0.8em; */
	/* padding-left: 3.6em; */
	/* padding-left: 0.6em; */
	/* padding-right: 0em; */
	font-size: 1.2em;
	line-height: 1.6em; 
}

#content-left h1 {
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 0.3em;
}

#content-left h2 {
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 0.3em;
}

#content-left h3 {
	/* font-size: 1.4em; */
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 0.3em;
}

#content-left p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 0.4em;
	margin-bottom: 1em;
	clear: both;
}

#content-left ul {
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 25px;
}


#sidebar {
	width: 300px;
	height: 100%;
	float: left;
	background-color: transparent;
	/* margin-right: 6px; */
	border-top: 0px dotted red;  
}

#sidebar .menu {
	margin: 0em;
	font-size: 11px;
	padding-bottom: 0px; 
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	/* border-bottom: 1px dotted darkgray; */
	height: 100%; 
}

#sidebar .menu h3, #sidebar-left .menu h3 {
	font-size: 12px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-transform: none;
	/* letter-spacing: 0.3em; */
	letter-spacing: normal;
	color: black;
	margin-bottom: 0.5em; 
	margin-top: 0.7em;
	margin-left: 0em;
	border: 0px solid gray;
}

#sidebar .menu ul {
	list-style: none;
	padding-left: 1.8em;
	padding-right: 2em;
	margin-top: 0.2em;
	margin-left: 0px;
}

#sidebar .menu ul li {
	padding-left: 5px;
	padding-bottom: 0px;
	/*background-image: url(images/arrow_right.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 1px 0px;*/
}

#sidebar .menu ul li a {
	text-decoration: underline;
}


#sidebar .menu-active {
	color: #002E5B;
}

.submenu {
	list-style: none;
	margin-left: -25px;
	padding: 2px;
}

#sidebar-left {
	width: 130px;
	float: left;
	background-color: transparent;
	margin-left: 5px;
}

#sidebar-left .menu {
	margin: 0em;
	font-size: 11px;
	font-family: Arial, sans-serif;
	padding-bottom: 15px; 
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 0px;
	/* border-bottom: 1px dotted darkgray; */
}



#sidebar-left .menu ul {
	list-style: none;
	padding-left: 0em;
	padding-right: 0em;
	margin-top: 0.2em;
	margin-left: 0px;
}

#sidebar-left .menu ul li {
	padding-left: 7px;
	padding-bottom: 1px;
	/* background-image: url(images/arrow_right.gif); */
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

#sidebar-left .menu p {
	margin-bottom: 0.5em;
}


#sidebar-left .menu a:link, #sidebar-left .menu a:visited, #sidebar-left .menu a:active, #sidebar-left .menu a:hover {
	border-bottom: 0px solid #FD32CA;
	text-decoration: underline;
}

.category a:link, .category a:visited, .category a:active, .category a:hover {
	text-decoration: underline;
}

.page  {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	width: 950px;
	height: 62px;
	padding-top: 6px;
	background-color: #F6F9E1;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	font-size: 1.2em; 
}

/* Link Styles
------------------------------ */
a:link {
	text-decoration: none;
	color: #82996F; 
	border-bottom: 0px dotted;
}

a:visited {
	text-decoration: none;
	color: #82996F;
	border-bottom: 0px dotted;
}

a:active {
	text-decoration: none;
	color: #002E5B;
	border-bottom: 0px dotted;
}

a:hover {
	text-decoration: none;
	color: #002E5B;
	border-bottom: 0px dotted;
}

/* Miscellaneous
------------------------------ */

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
------------------------------ */
.pagelist {
	text-align: center;
}

ul.pagelist {
	font-size: 1em;
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	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: #82996F;
}

ul.pagelist li.prev {
	margin-right: 10px;
}

ul.pagelist li.next {
	margin-left: 10px;
}

.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
------------------------------ */
#images {
	/* float: left; */
	/* width: 590px; */
	/* width: 505px; */
	border: 0px solid gray;
	margin-left: 10px;
}

.imagethumb a:link, .imagethumb a:hover, .imagethumb a:active, .imagethumb a:visited {
	display: block;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	line-height: 0px;
	border: 1px solid #e6e6e6;
	background-color: #FBFBF8;
}

/* .imagethumb a:visited {
	background-color: #fcfcfc;
	border: 1px solid #f8f8f8;
}*/

.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}

.imagethumb {
	float: left;
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	/* width: 590px; */
	/* width: 505px; */
	font-size: 0.9em;
	/* margin-top: 2em; */
	padding-top: 0.8em;
	padding-left: 15px;
}

.album {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	min-height: 85px;
	border: 1px solid #CBCBCB;
	background: #FBFBF8;
	/* width: 265px; */
	width: 112px;
}

.album a {
	margin: 0px;
	padding: 0px;
}

.album a img {
	margin: 0px;
	padding: 0px;
}

.album .thumb {
	/* float: left; */
	/* margin-right: 6px; */
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
}
.albumdesc {
	/* width: 100px; */
	/* float: left; */
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
}

.albumdesc h3 {
	font-weight: normal;
	font-size: 1em;
	padding-top: 2px;
	margin: 4px 0 0 0 ;
	font-size: 1em;
}

#albums p {
	font-size: 1em;
	margin:0;
}

.albumdesc small {
	color: gray;
}

/* Album Thumbnails
------------------------------ 
#albums {
	float: left;
	width: 590px;
	border: 0px solid gray;
	font-size: 10px;
}

.album {
	margin: 0px 16px 15px 0;
	padding: 10px 0px 10px 10px;
	float: left;
	width: 265px;
	border: 1px solid #EEEEEE;
	background: #FBFBF8;
	line-height: 100%;
	height: 90px;
}

.album a img {  }

.album .thumb {
	text-decoration: none;
	float: left; 
	margin-right: 6px;
}

.album h3 {
	padding: 0;
	margin: 0px;
}
	
.albumdesc {
	height: 90px;
	width: 160px;
	float: left;
}


.album p {
	line-height: 12px;
	font-size: 11px;
	padding: 0px 0px 0px;
	margin: 0px;
}

.albumdesc small {
	color: gray;
}
*/

/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;

}

#image {
	text-align: center;
	margin: 0 auto;
	line-height: 0;
	/* width: 580px; */
	width: 490px;
	font-size: 0.7em;
}

#image img {
	border:1px solid #A9A9A9;
	display:block;
	padding:5px;
}

.imgnav {
	/* float: right; */
	/* position: relative; */
	/* width: 280px; */
	/* width: 505px; */
	/* padding-top: 50px; */
	width: 450px;
	margin: 0 auto;
	/* text-align: center; */
	border: 0px solid #D5E6EE;
	background: transparent;
	/* margin-right: 1em; */
	font-size: 1.4em;
}

.imgnav .imgprevious, .imgnav .imgnext, .imgnav .counter {
	float: left;
}

.imgnav .imgprevious, .imgnav .imgnext {
	font-size: 120%;
}

.imgnav .imgprevious a, .imgnav .imgnext a, .imgnav .imgprevious, .imgnav .imgnext {
	display: block;
	width: 100px;
	/* height: 100%; */
	height: 36px;
	/* float: left; */
	padding: 0px 0;
	/* font-size: 120%; */
	text-decoration: none;
	line-height: 180%;
	color: #82996F;
}

.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background: transparent;
	text-decoration: none;
	color: #002E5B;
}

.imgnav .imgprevious a {
	/* float: left; */
}

.imgnav .imgnext {
	text-align: right;
	/* float: right;*/
}

.counter {
	display: block;
	width: 250px;
	font-size: 12px;
	padding-top: 12px;
	text-align: center;
}

#narrow {
	width: 480px;
	margin: 0 auto;
	margin-top: 10px;
}

/* Paged thumbs nav
------------------------------ */
#pagedthumbs {
	/* width: 580px; */
	width: 505px;
	height: 45px;
	/* position: relative; */
	/* left: 50px; */
	margin-bottom: 1em;
}

#pagedthumbsnav {
	height: 45px;
	text-align: center;
	padding: 0px;
	/* width: 580px; */
	width: 505px;
	border: 0px solid gray;
	color: #444444;
}

#pagedthumbsnav img {
	border: 1px solid darkgray;
	padding: 2px;
	float: left;
}

#pagedthumbsnav img:hover {
	border: 2px solid orange;
	padding: 1px;
}

#pagedthumbsnav-active img {
	border: 2px solid orange;
	padding: 1px;float: left;
}

.pagedthumbsnav-prev {
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

.pagedthumbsnav-next {
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
	/* width: 560px; */
	width: 480px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	/* border-top: 1px dotted darkgray; */
}

#comments h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0;
}
.error {
	color: #C33; 
	font-weight: bold; 
}

.comment {
	padding: 0px;
	border: 1px solid #E7F0F5;
	background: #F8F9F2;
	margin-bottom: 12px;
	width: 580px;
}

.commentmeta {
	margin-bottom: 12px;
}

.commentauthor {
	font-weight: bold;
}

.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}

/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}

textarea {
	padding: 4px;
	width: 380px;
	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: 1001; 	text-align: left;
	font-size: 1.3em;
}

#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 1.6em;

}

#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0; text-align: center;
	font-size: 1.1em;
}

#admin h3:hover { color: #036; }

/* Search Box
------------------------------ */
#search {
	float: right;
	margin-top: 60px;
	margin-right: 40px;
	text-align: center;
	background: transparent;
	z-index: 1000;
	position: relative;
}

#search input.pushbutton {
	padding: 1px;
	font-size: 95%;
}

#search #search_input {
	border:1px solid #918E8C;
	padding:2px;
	width:100px;
}

#search ul {
	position:absolute;
	text-align: left;
	width:20px;
	margin:0px;
	padding:0px;
	list-style:none;
	background-color: white;
}

#search ul .item {
	display:none;
	background-color: white;
}

#search ul:hover .item {
	display:block;
	padding:1px;
	margin:0px;
	background:#fff
}

#search li {
	width:150px;
	background-color: white;
}

#searchfields_icon {
	position: relative;
	top: 4px;
}

.clear {
	clear:both;
	height:10px;
}

/* Archive View
---------------------------- */
#archive{
	width: 580px;
	text-align: left;

}

ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}

ul.archive .year {
	margin-top:0px;
	text-align: left;
	font-weight:bold;
	font-size: 1.2em;
	margin-left: -30px;
}

ul.archive .month {
	font-size: 1em;
	list-style:none;
	border-top:0px solid #E6E6DF;
	padding-top: 5px;
	margin-left: -30px;
	font-weight: normal;
	margin-bottom: 15px;
}

ul.archive li {
	display: inline;
	margin-right: 9px;
}

#archive h3 {
	background-color: transparent;
	font-size: 1.3em;
}

/* 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: left;
}

/* 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 h1 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* News Articles
------------------------------ */
.newsarticle {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #666666;
}

.newsarticlecredit {
	margin-top: 0px;
	margin-bottom: 10px;
}

.newsarticlecredit-left {
	float: left;
	margin-right: 0.3em;
}

.newscategories {
	margin: 0;
	padding: 0;
}

.newscategories li {
	display: inline;
	list-style: none;
}

.singlenews_prev {
	float: left;
}
.singlenews_next {
	float: right;
}

.langselector {
	height: 25px;
}
.langselector p {
	float: left;
}

.newstype {
	font-size: 0.8em;
}

.langselector {
	margin-top: 0em;
	font-size: 1.3em;
	padding: 2em 0em 0.8em 3em;
	border-bottom: 1px dotted darkgray;
	height: 100%; 
}

/* zenphoto/zenpage link
---------------------------*/
#zen-part {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
}

#photo-part {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#IE-clear-part {
	font-size: 12px;
	font-weight: normal;
}

/* frans
---------------------------*/
.titulo-imagethumb {
	font-size: 0.8em;
	margin-bottom: 20px;
	padding-left: 4px;
}

.titulo {
	width:490px;
	margin:0pt auto;
	text-align:center;
}

.titulo h1 {
	font-size: 1.6em;
	margin-top:10px;
	margin-bottom:10px;
}

a:focus {outline: none;}

.numimages, .images {
	font-size: 0.9em;
	color: #222222;
}

.numimages {
	font-weight: bold;
}

/*  frans theme colors
---------------------------*/
body {
	background-color: #B8DA23;
	background-attachment: scroll;
	background-repeat: repeat;
}

#header {
	background-color: transparent;
	background-image:url(images/header-share.png);
	background-repeat: no-repeat;
}

#breadcrumb {
	background-color: transparent;
	background-image:url(images/breadcrumb-share.png);
	background-repeat: no-repeat;
}

#content {
	background-color: transparent;
	background-image:url(images/content-share.png);
	background-repeat: repeat-y;
}

#footer {
	background-color: transparent;
	background-image:url(images/footer-share.png);
	background-repeat: no-repeat;
}

a:link, a:visited, a:active {
	color: #FD32CA;
	text-decoration: none;
	border-bottom: 0px dotted;
}

a:hover {
	color: #002E5B;
	text-decoration: none;
	border-bottom: 0px dotted;
}

#header h3 {
	font-size: 3.4em;
	font-weight: bold;
}

#header h3 a {
	color: white;
}

#header h6 {
	font-size: 1.7em;
	font-weight: bold;
	color: white;
}

#breadcrumb a {
	color: white;
	text-decoration: underline;
	border-bottom: 0px solid white;
}

#breadcrumb a:hover {
	color: #002E5B;
	border-bottom: 0px solid white;
}

ul.pagelist li.current a {
	color: black;
}

.imgnav .imgprevious a, .imgnav .imgnext a {
	color: #FD32CA;
}

#header h3, #header h6 {
	font-family:Georgia,'Times New Roman',Serif;
}

.widget_feeds {
  width:250px;
  margin-top:3px !important;
  margin-bottom:3px !important;
  padding-left:1.8em;
}
.widget_feeds_izdo {
  width:20px;
  float:left;
  height:19px;
}
.widget_feeds_izdo img {
  border:0 !important;
  margin:0 !important;
  padding:0 !important;
}
.widget_feeds_dcho {
  width:220px;
  float:left;
  height:19px;
}






