/***** Zenpage Default Disipio modified 10-26-09 *****/ 

/* ---------- Basics ---------- */

html { /* Moz */
 margin: 0;
 padding: 0;
 font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
 color: #222;
}

/* ---------- Main Layout ---------- */

body {
 margin: 0;
 padding: 0;
 background-color: #fffde4;
 font-size: 70%;
}

#main {
 margin: 0 auto;
 padding: 0;
 width: 950px;
}

#header {
 margin: 0;
 padding: 0;
 width: 950px;
 height: 100px;
 background-image: url(images/masthead.jpg);
 background-repeat: no-repeat;
}

#header h1 {
 position: relative;
 margin: 0;
 width: 600px;
 top: 50px;
 left: 40px;
 text-align: left;
 color: #fff;
 font-size: 2.3em;
 font-weight: bold;
 letter-spacing: 0.1em;
 visibility: hidden;
}

#breadcrumb {
 width: 910px;
 height: 1.5em;
 margin: 0 auto;
 padding: 8px 0 5px 40px;
 font-size: 1em;
 color: #ccc;
 background-color: #666;
}

#breadcrumb h2 {
 float: left;
 width: 610px;
 margin: 0;
 padding: 0;
 font-size: 12px;
 font-weight: normal;
}

#breadcrumb a {
 text-align: right;
 color: #ddd;
 border-bottom: 0px dashed white;
 font-weight: bold;
}

#breadcrumb a:hover {
 color: #fff;
}

#content {
 width: 948px;
 padding-bottom: 40px;
 background-color: #fff;
 border: 1px solid #ccc;
}

#content-error {
 width: 590px;
 margin-left: 40px;
 padding: 0;
 font-size: 1.1em;
 line-height: 1.6em;
}

#content-left {
 width: 590px;
 height: 100%;
 float: left;
 margin: 2em 0;
 padding-left: 40px;
 font-size: 1.1em;
 line-height: 1.6em;
}

#content-left h3 {
 font-size: 1em;
 font-weight: normal;
 text-transform: uppercase;
 letter-spacing: 0.3em;
 color: #000;
}

#content-left p {
 font-size: 1em;
 line-height: 1.5em;
 margin-bottom: 1em;
 clear: both;
}

#narrow .zp_uneditable_image_desc h2 {
 font-size: 0.9em;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 0.5em;
 color: #000;
}

#sidebar {
 width: 280px;
 height: 100%;
 float: right;
}

/* ---------- Sidebar Menu ---------- */

#sidebar .menu {
 margin: 0;
 padding-bottom: 10px;
 font-size: 1.1em;
 border-bottom: 1px dotted #666;
 height: 100%;
}

#sidebar .menu h3 {
 margin: 15px 15px 5px 1px;
 padding: 0;
 font-size: 1em;
 font-weight: normal;
 text-transform: uppercase;
 letter-spacing: 0.3em;
 color: #000;
 border: 0px dashed white;
}

#sidebar .menu ul {
 list-style: none;
 margin: 0 0 10px 10px;
 padding: 0;
 height: 100%;
}

#sidebar .menu ul li {
 margin: 0 0 3px 15px;
 padding: 0 0 0 15px;
 background: url(images/bullet.gif) no-repeat 1px 0;
}

#sidebar .menu-active {
 color: #333;
 font-weight: bold;
}

.submenu {
 list-style: none;
 margin: 0;
 padding: 0;
}

#sidebar small {
/* font-size: 1em; */
 color: #666;
}
 
/* ---------- Link Styles ---------- */

a:link {
 text-decoration: none;
 color: #333;
 border-bottom: 0px dashed white;
}

a:visited {
 text-decoration: none;
 color: #666;
 border-bottom: 0px dashed white;
}

a:hover {
 text-decoration: none;
 color: #c00;
 border-bottom: 1px dotted #c00;
}

/* ---------- 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 ---------- */

ul.pagelist {
 margin: 20px 0 0 0;
 padding: 0;
 list-style-type: none;
 font-size: 1em;
 clear: both;
}

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: #333;
}

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;
 border: 1px dotted red;
}

#imageDescEditable,
#albumTagsEditable {
 margin-top: 24px;
 border: 1px dotted green;
}

#imageDesc {
 margin-bottom: 4px;
 border: 1px dotted blue;
}

#imagedescription #editable_3 .zp_uneditable zp_uneditable_image_desc h2 {
 margin: 18px 15px 5px 1px;
 font-size: 1em;
 font-weight: bold;
 color: red;
}

/* ---------- 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;
}

.imagethumb a,
.imagethumb a:hover {
 display: block;
 margin: 0px 12px 12px 0px;
 padding: 6px;
 line-height: 0px;
 border: 1px solid #e6e6e6;
 background-color: #f6f6f6;
}

.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: 620px;
}

.album {
 margin: 0px 16px 15px 0;
 padding: 9px;
 float: left;
 width: 265px;
 border: 1px solid #e6e6e6;
 background: #f6f6f6;
}

.album .thumb {
 float: left;
 margin-right: 6px;
}

.album h3 {
 padding: 0;
 margin: 0;
}

.albumdesc {
 width: 158px;
 float: left;
}

.album p {
 margin-top: 3px;
 margin-bottom: 0;
 padding: 0;
}

.albumdesc small {
 color: #666;
}

/* ---------- Individual Image ---------- */

.image {
 margin: 0;
 padding: 0;
 border: 0;
}

#image {
 text-align: center;
 margin: 0 auto;
 width: 580px;
}

#image a,
#image a:hover {
 text-decoration: none;
 border-bottom: 0px dashed white;
}

/* centering flowplayer 3 on image.php */

#image .flowplayer {
 margin: 0 auto;
}

#narrow {
 margin-top: 5px;
 width: 590px;
}

/* ----- Image Navigation ----- */

ul#imgnav {
 margin: 0;
 padding: 0;
 list-style-type: none;
 float: right;
 width: 280px;
 background-color: #f0f0f0;
 font-size: 1em;
}

ul#imgnav li {
 display: inline;
}

ul#imgnav li.imgprevious a,
ul#imgnav li.imgnext a {
 float: left;
 color: #333;
 background-color: #transparent;
 padding: 4px 30px 5px;
 text-decoration: none;
 border-bottom: 0px dashed white;
}

ul#imgnav li.imgprevious a:hover,
ul#imgnav li.imgnext a:hover {
 background: transparent;
 text-decoration: none;
 color: #000;
 border-bottom: 0px dashed white;
}

ul#imgnav li.imgprevious a {
 float: left;
}

ul#imgnav li.imgnext a {
 float: right;
}

/* ---------- 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 pink;
 padding: 1px;
}

#pagedthumbsnav-active img {
 border: 2px solid pink;
 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;
}

/* ---------- Comments ---------- */

#comments {
 clear: both;
 width: 590px;
 margin-top: 10px;
 padding: 0;
 border-top: 1px dotted darkgray;
}

#comments h3 {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 font-size: 1em;
 line-height: 1.6em;
 font-weight: normal;
 text-transform: uppercase;
 letter-spacing: 0.3em;
}

.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;
 margin: 2px 0;
 padding: 2px;
}

textarea {
 padding: 4px;
 width: 100%;
 color: #5A5A4B;
 font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.checkbox {
 cursor: pointer;
}

.pushbutton {
 cursor: pointer;
 margin: 5px 0;
 padding: 5px 8px;
 background-color: #666;
 color: #fff;
 font: bold 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
 text-transform: uppercase;
 border: 0;
}

label {
 cursor: pointer;
}

label:hover {
 color: #000;
}

#map {
 margin-left: -77px;
}

#rating {
 margin-top: 10px;
}

/* ---------- Admin Toolbox ---------- */

#admin,
#admin_data {
 font: 11px Verdana, Helvetica, Arial, sans-serif;
 line-height: 18px;
 text-align: right;
 padding-right: 10px;
 padding-bottom: 1px;
 position: fixed;
 right: 0;
 top: 0;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 background: #fff;
 width: 150px;
}

#admin {
 padding-bottom: 8px;
}

#admin_data ul {
 margin-bottom: 13px;
}

#admin_data {
 top: 22px;
 z-index: 1000;
}

#admin h3 {
 font-weight: normal;
 color: #666;
 margin: 0;
 padding: 0;
 text-align: right;
 font-size: 1.1em;
}

#admin h3:hover {
 color: #333;
}

/* ---------- Search Box ---------- */

#search {
 float: right;
 margin: 5px 40px 0 0;
 text-align: center;
 background: transparent;
 z-index: 1000;
 position: relative;
}

#search_form {
 margin: 0;
 padding: 0;
}

#search input.pushbutton {
 padding: 2px 0 1px;
 font-size: 11px;
 text-transform: uppercase;
}

#search ul {
 position: absolute;
 text-align: left;
 width: 20px;
 margin: 0;
 padding: 0;
 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: 590px;
 text-align: left;
}

ul.archive {
 margin: 0 0 10px 0;
 padding: 0;
 list-style: none;
 border-bottom: 1px solid #ccc;
}

ul.archive li.year {
 margin: 0;
 padding: 0;
 list-style: none;
 font-weight: bold;
}

ul.archive ul.month {
 margin: 0;
 padding: 0;
 list-style: none;
 font-weight: normal;
 margin-bottom: 15px;
}

ul.archive ul.month li {
 display: inline;
 margin: 0;
 padding: 0;
 padding-right: 20px;
}

#archive h3 {
 margin: 0 0 10px 0;
 font-size: 1em;
 font-weight: normal;
 text-transform: uppercase;
 letter-spacing: 0.3em;
 color: #000;
}

/* ---------- Tag Cloud ---------- */

#tag_cloud {
 text-align: center;
 background: #f0f0f0;
}

#tag_cloud ul li {
 display: inline;
 list-style-type: none;
}

#tag_cloud p {
 padding: 10px 0;
 margin: 20px 0;
 background: #fff;
 border-top: 1px solid #e6e6df;
 border-bottom: 1px solid #e6e6df;
 font-size: 18px;
 font-weight: bold;
 text-align: left;
}

/* ---------- Error Messages ---------- */

.errorbox {
 margin: 0;
 padding: 40px 0 50px;
 font-size: 100%;
 color: #DD6666;
 background-color: #fff;
}

.errorbox h2 {
 margin: 0;
 font-size: 100%;
 font-weight: bold;
 color: #DD6666;
}

/* ---------- News Articles ---------- */

.newsarticle {
 padding-top: 0;
 padding-bottom: 1em;
 border-bottom: 1px dotted #ccc;
}

.newsarticle h3 {
 margin: 0;
 font-size: 1em;
 font-weight: normal;
 text-transform: uppercase;
 letter-spacing: 0.3em;
 color: #000;
}

.newsarticle h3+.newsarticlecredit {
 margin-top: 0;
 margin-bottom: 12px;
}

.newsarticlecredit-left {
 margin-right: 0.3em;
 font-weight: bold;
}

/*.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%;
}

/* ---------- footer ---------- */

#footer {
 width: 950px;
 height: 35px;
 padding-top: 6px;
 text-align: left;
 clear: both;
}

#footer img {
 float: left;
 margin: 0;
}

#footer p {
 float: right;
 font-size: 1em;
 color: #666;
 text-align: right;
 margin: 0;
}

#footer a {
 color: #666;
}

#footer a:hover {
 color: #333;
}

/* ---------- zenphoto/zenpage link ---------- */

#zen-part {
 font-size: 1em;
 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: 1em;
 font-weight: normal;
}

/* ---------- 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;
}

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;
}

.thumb a,
.thumb a:hover {
 text-decoration: none;
 border-bottom: 0px dashed white;
}