/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */
body {
	background: #F0F0F0;
	margin: 0px;
	font-family:helvetica, arial;
	color:#8F8F8F;
}

a img {border:none;}
.clearThis {clear:both;}
.floatLeft {float:left; margin-right:15px; margin-bottom:5px;}
.floatRight {float:right;}

a {color:#555555; text-decoration:none; outline:none;}
a:hover {color:#252525;}

#main {
	margin: 25px auto;
	width: 850px;
	background: url(/themes/minimal/images/bg.png) repeat-y;
}

#header
{
	width:800px;
	margin: 10px auto;
}
	#logo
	{
		width:320px;
		height:75px;
		float:left;
	}
	
	.socialLinks {width:350px; float:right; margin-top:50px;}
	
		.more 
		{
			width:70px;
		    height:25px; 
		    background: url(/themes/minimal/images/flickr.png) no-repeat; 
		    display:block;
		    text-indent:-9999px;
		    float:right;
		}
		
		.more:hover {background-position:0 -25px;}
		
		.fan
		{
			width:132px;
			height:31px;
			background: url(/themes/minimal/images/facebook.png) no-repeat;
			display:block;
			text-indent:-9999px;
			float:right;
			margin-top:-6px;
			margin-right:10px;
		}
		
		.fan:hover {background-position:0 -31px;}
	
#padbox
{
	width:800px;
	margin: 0 auto;
}

.backAlbumsLink
{
	display:block;
	width:89px;
	height:25px;
	background: url(/themes/minimal/images/albums.png) no-repeat;
	text-indent:-9999px;
	margin-top:15px;
	margin-bottom:5px;
}

.backAlbumsLink:hover {background-position:0 -25px;}

#footer
{
	width:800px;
	margin:15px auto;
	text-transform:uppercase;	
}

	.findMe
	{
		width:300px;
		float:left;
		font-size:12px;
	}
		.findMe h6 {color:#666666; font-weight:normal; font-size:12px; margin-bottom:5px; margin-top:0px;}
		.findMe a {color:#A3A3A3;}
		.findMe a:hover {color:#4A4A4A;}

.copyright {width:300px; text-align:right; margin-top:0px; float:right; font-size:10px; color:#A3A3A3;}

.ad_bottom
{
	width:720px;
	margin:0 auto;
}

/* 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: #8DB8CF;
	text-decoration: none;
}
h2 span {
	color: #8DB8CF;
}
h2 a:hover {
	color: #94c2e5;
	text-decoration: none;
}
h3 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #282828;
	margin-top: 30px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 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 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 {
	list-style-type: none;
	display:inline;
}

.taglist li {
	float:left;
	padding-right: 8px;
	color: #A3A3A3;
	font-size:12px;
}

.tags_title {float:left; padding-right:5px;}

.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:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albumContainer
{
	width:755px;
	margin:25px auto;
}

#albums {
	float: left;
	margin-top:25px;
	margin-left:25px;
}
.album {
	margin: 0 40px 20px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 305px;
	border: 1px solid #C8C8C8;
	background: #EEEEEE;
    line-height: 100%;
}

.album:hover {background: #E7E7E7; border: 1px solid #B5B5B5;}

.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3, .albumTitle h3{
	padding: 0;
	margin: 0;
	text-transform:uppercase;
}

.album h3 a:hover, .albumTitle h3 a:hover {text-decoration:none;}

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

.albumTitle
{
	margin-top:20px;
	margin-bottom:20px;
}

.albumdesc small, .albumTitle small {
	color: #A3A3A3;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
	margin-top:35px;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	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: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 25px auto;
	width: 440px;
}


/*Navigation
----------------------------------------------*/
.navigation
{
	margin-top:20px;
	position:relative;
	padding-top:6px;
}

.previousLink
{
	display:block;
	float:left;
	width:115px;
	height:25px;
	text-indent:-9999px;
	background: url(/themes/minimal/images/previous.png) no-repeat;
}

.previousLink:hover {background-position:0 -25px;}

.currentAlbumLink
{
	display:block;
	position:absolute;
	left:50%;
	margin-top:-6px;
	margin-left:-50px;
	width:100px;
	height:31px;
	text-indent:-9999px;
	background: url(/themes/minimal/images/album.png) no-repeat;
}

.currentAlbumLink:hover {background-position:0 -31px;}

.nextLink
{
	display:block;
	float:right;
	width:115px;
	height:25px;
	text-indent:-9999px;
	background: url(/themes/minimal/images/next.png) no-repeat;
}

.nextLink:hover {background-position:0 -25px;}

/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #D4D4D4;
	background: #F6F6F6;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #BFBFBF;
	font-size: 11px;
}


/* Forms
------------------------------ */
.imgcommentform
{
	background:#E7E7E7;
	border:#BBBBBB solid 1px;
	padding:0 25px 20px 15px;
	margin-bottom:15px;
	margin-top:10px;
}

.inputbox {
	width: 250px;
	padding: 2px;
	margin-left:10px;
	margin-bottom:5px;
}
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;
}
