/*
	Zenpage Default theme
*/ /* Basics
------------------------------ */
html { /* Moz */
	margin: 0;
	padding: 0;
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	color: #222;
}

/* Main Layout
------------------------------ */
body {
	margin: 0;
	padding: 0;
	background: #eee;
}

#main {
    display: block;
    position: relative;
    width: 1104px;
    margin: 20px auto;
    background: #888 url('images/ray.png') repeat;
    border: 1px solid #666;
    -webkit-box-shadow: 0 0px 20px #666;
    -moz-box-shadow: 0 0px 20px #666;
    box-shadow: 0 0px 20px #666;    
}

#header {
	height: 100px;
background: transparent url('images/h1.png') no-repeat 30px 30px;
	margin: 0;
	padding: 0;
}

#header h1 {
	position: relative;
	top: 55px;
	left: 50px;
	text-align: left;
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
display: none;
}

#breadcrumb {
	height: 1em;
	font-size: 1.3em;
    padding-top: 5px;
	color: white;
}

#breadcrumb h2 {
	margin: 0;
	padding-right: 10px;
	font-size: 1em;
	font-weight: normal;	
    float: right;
    text-shadow: #000 0 1px 1px;
}

#breadcrumb a {
	text-align: right;
	color: #fff;
	border-bottom: 0px dotted white;
}

#breadcrumb a:hover {
    text-shadow: #000 0 -1px 1px;
}

#content {
	width: 100%;
}

#content-error {
	width: 890px;
	padding: 45px 25px 45px 25px;
	background-color: white;
	font-size: 14px;
	margin-left: 5px;
}

#content-left {
	height: 100%;
	margin: 30px 0 30px 0;
	padding: 0 40px 0 40px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#content-left h2 {
    text-shadow: #fff 0 0px 5px;
}

#content-left h3 {
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 0.3em;
}

#content-left p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	clear: both;
}

#text-content {
    padding: 0 20px 0 20px;
    background: #bbb;
    border: 1px solid #333;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px #444;
    -moz-box-shadow: 2px 2px 2px #444;
    box-shadow: 2px 2px 2px #444;
}

#sidebar {
    position: relative;
    display: block;
    clear: both;
    background-color: #bbb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 25px;
    padding: 10px 20px 10px 20px;
    margin: 0 20px 0 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0px 20px #eee;
    -moz-box-shadow: 0 0px 20px #eee;
    box-shadow: 0 0px 20px #eee;
}

#sidebar ul, #sidebar ul li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    float: left;
    padding: 0 10px;
    margin: 0 10px 0 0 ;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-shadow: #000 0 1px 1px;
}

#sidebar ul li:hover{
    color: #333;
    text-shadow: #000 0 -1px 1px;
}

#sidebar li a {
    color: #fff;
}

#footer {
	height: 35px;
	padding-top: 6px;
	text-align: center;
	clear: both;
	font-size: 1em;
    padding-top: 3em;
}

#footer #border {
    padding: 4px 8px 4px 8px;
    background-color: #aaa;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px #444;
    -moz-box-shadow: 2px 2px 2px #444;
    box-shadow: 2px 2px 2px #444;
}

#rss-link {
float: right;
position:relative;
right: 4px;
}

/* Link Styles
------------------------------ */
a:link {
	text-decoration: none;
	color: #fff;
	border-bottom: 0px dotted;
}

a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 0px dotted;
}

/* Miscellaneous
------------------------------ */
img {
	border: 0;
}

blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#imagemetadata {
    float: right;
    width: 490px;
    margin-top: 2em;
}

#imagemetadata table {
	text-align: left;
width: 100%;
	line-height: 1em;
	border: 1px solid #444;
	background-color: #bbb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#imagemetadata table td {
	padding: 2px 5px;
}

/* Page Navigation
------------------------------ */
div.pagelist {
    font-weight: bold;
margin: 0px auto;
width: 40%;
text-align: center;
}

ul.pagelist {
	font-size: 1em;
	clear: both;
	padding: 5px 0 5px 0;
	margin: 20px 0 0 0;
	list-style-type: none;
    background: #bbb;
    border: 1px solid #444;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 3px #444;
    -moz-box-shadow: 0 0px 3px #444;
    box-shadow: 0 0px 3px #444;
}

ul.pagelist li {
	display: inline;
}

ul.pagelist li a {
text-shadow: #000 0 1px 1px;
padding: 0 5px 0 5px;
}

ul.pagelist li a:hover {
text-shadow: #000 0 -1px 1px;
}

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 {
    float: left;
    width: 500px;
    border: 1px solid #444;
}


/* 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: 800px;
	border: 0px solid gray;
    margin: 0px auto;
clear: both;
}

.imagethumb a,.imagethumb a:hover {
	display: block;
	padding: 10px;
	margin: 0px 18px 18px 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;
	border: 0px solid gray;
	font-size: 10px;
clear: both;
}

.album {
	margin: 0px 16px 15px 0;
	padding: 10px 0px 10px 10px;
	float: left;
	width: 265px;
	border: 1px solid #bbb;
	background: #fff;
	line-height: 100%;
	height: 120px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.album a img {

}

.album .thumb {
	text-decoration: none;
	float: left;
	margin-right: 6px;

}

.album h3 {
	padding: 0;
	margin: 52px auto;
}

.album h3 a {
    color: #444;
}

.albumdesc {
	height: 100px;
	width: 110px;
	float: right;
margin-right: 10px;
}

.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;
	font-size: 0.7em;
}

#image div {
	line-height: 1.6em;
	text-align: left;
	font-size: 1.6em;
	}

/* centering flowplayer 3 on image.php */
#image .flowplayer {
	margin: 0 auto;
}

.imgnav {
    float: right;
	background: transparent;
	margin: 3.5em 2em 0 0;
	font-size: 1.2em;
    font-weight: bold;
    background: #bbb;
    border: 1px solid #444;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 3px #444;
    -moz-box-shadow: 0 0px 3px #444;
    box-shadow: 0 0px 3px #444;
}

.imgnav .imgprevious a {
float: left;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
color: #fff;
text-shadow: #000 0 1px 1px;
padding: 0 5px 0 5px;
border-right: 1px solid #444;
}
.imgnav .imgnext a {
float: right;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
color: #fff;
text-shadow: #000 0 1px 1px;
padding: 0 5px 0 5px;
}

.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-shadow: #000 0 -1px 1px;
}

#narrow {
    width: 490px;
    margin-top: 2em;
    background: #bbb;
    padding: 5px 5px 5px 5px;
    border: 1px solid #444;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Paged thumbs nav
------------------------------ */
#pagedthumbsnav {
	width: 580px;
	height: 55px;
	padding: 0px;
	border: 0px solid gray;
	color: #444444;
}

#pagedthumbsimages {
	text-align: center;
	border: 0px solid gray;
}

#pagedthumbsimages img {
	border: 1px solid darkgray;
	padding: 2px;
	float: left;
}

#pagedthumbsimages img:hover {
	border: 2px solid orange;
	padding: 1px;
}

#pagedthumbsnav-active img {
	border: 2px solid orange;
	padding: 1px;
	float: left;
}

#pagedthumbsnav-prev {
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

#pagedthumbsnav-next {
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}

#pagedthumbsnav-prevdisabled {
	visibility: hidden;
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

#pagedthumbsnav-nextdisabled {
	visibility: hidden;
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
	width: 560px;
	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 8px 12px 8px;
	border: 1px solid #E7F0F5;
	background: #F8F9F2;
	margin-bottom: 12px;

}

.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: 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: #000;
	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: 40px;
	margin-right: 30px;
	text-align: center;
	background: transparent;
	z-index: 1000;
	position: relative;
}

#search_input {
    outline: none !important;
    width: 125px;
    position: absolute;
    right: 20px;
    display: block;
    padding: 5px 10px;
    top: 9px;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 -1px 1px #333;
    -moz-box-shadow: 0 -1px 1px #333;
    -webkit-box-shadow: 0 -1px 1px #333;
}

#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
display: none;
}

#search ul#searchextrashow {
	position: absolute;
	text-align: left;
	width: 150px;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	list-style: none;
	background-color: white;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#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: transparent;
}

#searchfields_icon {
	position: relative;
	top: 15px;
    left: -30px;
}

.clear {
	clear: both;
	height: 10px;
}

/* Archive View
---------------------------- */
#archive {
	text-align: left;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

ul.archive * {
	padding: 0;
	margin: 0;
	list-style: none;
}

.archive .year {
	margin-top: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: -20px;
}

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 h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* News Articles
------------------------------ */
hr {
	border: 0;
	border-top: 1px dotted gray;
}

.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;
	display: inline;
}

.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.2em;
	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;
}

/* login form */
table.password td.userlabel{
	text-align:left;
}
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:left;
}

table.password td.passwordinput{
	text-align:left;
}

table.password td.submit{
	text-align:left;
}

table.password td.hint{
	text-align:left;
}
.captchainputbox {
	width: 6.6em;
	padding: 2px;
}

/* menu
----------------------/
