/*

	Zen Photo Default 1.0
	
*/


/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */
body {
	height: 100%;
	color: #888888;
	background: #111111;
	font-family: arial, helvetica, sans;
	font-size: 11px;
	padding: 45px;
	margin:0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	overflow:auto;
overflow-x:auto;
overflow-y:visible;
}

#content {
    padding: 0px;
    position: relative;
    text-align: left;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    border: 0px dashed lightgrey;
}

#bodyBlock {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    border-bottom: 0px dashed green;
}

#list {
    margin: 0px auto;
    position: relative;
    border: 0px dashed blue;
}

#list ul {
	margin: 0px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	display: inline;
	border: 0px dotted red;
}

#list li {

    margin-right: 2px;
    margin-bottom: 2px;
    display: inline-block;
    list-style-type: none;
    border: 0px solid orange;
}

#textlet {
    position: absolute;
    bottom: 80px;
    float: left;
    text-align: left;
    border: 0px dashed blue;
}

#copy {
    position: absolute;
    bottom: 80px;
    margin-bottom: 5px;
    margin-right: 5px;
    right: 0px;
    float: right;
    text-align: right;
    font-size: 10px;
    border: 0px dashed blue;
}

#info {
    float: left;
    width: 154px;
    margin: 0px;
    padding: 0px;
    border: 0px dotted black;
    display: inline-block;
}

#image {
    float: left;
    margin: 0;
    margin-left: 10px;
    padding: 0px 0 0 0px;
    border: 0px solid blue;
    display: inline-block;
}

#menuBar {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    border: 0px solid yellow;
}


#pageContent {
    margin-left: 50px;
    width: 600px;
    border: 0px solid red;
}

#newsItem {
    border-bottom: 1px dotted #888888;
    font-size: 11px;
    font-weight: normal;
}

/* Link Styles
------------------------------ */
a	{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:link	{
    color: #888888;
}
a:active{
    color: #888888;
}

a:visited	{
    color: #888888;
}

a:hover	{
    color: #888888;
}

.menu {
    position: relative;
    top: 13px;
    margin-left: 15px;
}

.th {
}

.menuHL {
    position: relative;
    top: 13px;
    margin-left: 15px;
    color: #C97722;
}

.menu a	{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

a.menu:link	{
    color: #888888;
}

a.menu:active{
    color: #888888;
}

a.menu:visited	{
    color: #888888;
}

a.menu:hover	{
    color: #FFA000;
}


.menuHL a	{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

a.menuHL:link	{
    color: #C97722;
}

a.menuHL:active {
    color: #C97722;
}

a.menuHL:visited	{
    color: #C97722;
}

a.menuHL:hover	{
    color: #C97722;
}

#newsItem a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

#newsItem h2 a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

#newsItem a:link	{
    color: #888888;
}

#newsItem a:active{
    color: #888888;
}

#newsItem a:visited	{
    color: #888888;
}

#newsItem a:hover	{
    color: #FFA000;
}


/* Text Styles
------------------------------ */

p {
    color: #888888;
	font-family: arial, helvetica, sans;
	font-size: 11px;
}

/* Miscellaneous
------------------------------ */

img {
    padding: 0px;
    margin: 0px;
    border: 0px black solid;
}

/* EA STUFF
-------------------------------*/

table {
    border: 0px solid black;
}

td {
	font-size: 11px;
}

th {
	font-size: 11px;
}

form {
	font-size: 11px;
}

input {
	font-size: 11px;
    display: inline;
}

select {
	font-size: 11px;
}

option {
	font-size: 11px;
}

.rule {
    height: 1px;
    border: 0 solid black;
    color: #c5c5c5;
    background-color: #c5c5c5;  
}

.head1 {
	font-size:16px;
	font-weight: bold;
	color: #888888;
	}
	
.head2 {
	line-height: 28px;
	}

.address {
	font-size: 9px;
	line-height: 16px;
	padding: 5px;
	}

.infoText, .infoText a {
	font-size: 10px;
	}

.PDF {
    text-align: left;
    margin-top: 8px;
    margin-left:25px;
    border: 0px dashed blue;
}

.red {
    color: #B04A5D;
}

.floatRight {
    float: right;
    border: 0px solid red; 

}

.floatLeft {
    float: left;
    border: 0px solid red;
}

.blankThumb {
	display:inline-block;
	width: 71px;
	height: 71px;
    background-color: #222222;
	border: 0px solid gray;
}

.popupText {
    font-weight: bold;
    font-size: 18px;
}

/* Page Navigation
------------------------------ */

ul.pagelist {
	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: #5A5A4B;
}
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
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.imagethumb a:visited {
    background-color: #111111;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #111111;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 305px;
	border: 1px solid #E7F0F5;
	background: #333333;
    line-height: 100%;
}
.album a img {  }
.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;
}


/* Individual Image
------------------------------ */

.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	 background: #333333;
	margin-top: -10px;
}
.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 {
	background-color: #111111;
	text-decoration: none;
	color: #002E5B;
}
.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 #E7F0F5;
	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;
	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;
}

#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;
}
