/*

	Sterile 1.0
	
*/

/* Main Layout
------------------------------ */
body {
	background: #EEE;
	margin: 0 !important;
	padding: 0 0 35px;
	text-align: center;
	font: 76% Helvetica, sans-serif;
}
#main {
	text-align: left;
	margin: 30px auto 0;
	padding: 0;
	width: 800px;
}
html {
	overflow-y: scroll;
}
* html #main{width: 820px;}
#credit {
	margin: 0 auto;
	padding: 5px 0 0;
	width: 800px;
	font-size: 9px;
	color: #AAA;
	text-align: right;
	clear: both;
	border-top: 1px solid #CCC;
}
#credit a {
	text-decoration: none;
	color: #69A;
}
#credit a:hover {
	color: #5AC;
	text-decoration: none;
}
#gallerytitlelink {
	font-size: 1.8em;
	text-transform: none;
}
#exif {
	color: #9C3;
	display:none;
}

#imagemetadata {
    display: none;
}

#padbox {
	padding: 50px 40px 70px;
	clear: both;
}

#page-list {
	text-align: right;
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
}


/* Text Styles
------------------------------ */
body {
	font: normal 14px Helvetica, sans-serif;
	color: #777;
}
p {
	line-height: 1.5em;
	margin-bottom: 2em;
}
h1 {
	font: normal 16px;
	color: #777;
	margin: 0;
	padding: 0;
}
h1 a:link, h1 a:active, h1 a:visited {
	color: #69A;
	text-decoration: none;
}
h1 span {
	color: #AAA;
}
h1 a:hover, h1 a:focus {
	color: #5AC;
}
h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #777;
	text-transform: uppercase;
	padding:0;
	margin:0;
	float:left;
	font-weight: normal;
}
h2 a:link, h2 a:active, h2 a:visited { text-decoration: none; color: #69A;}
h2 a:hover, h2 a:focus { text-decoration: none; color: #5AC;}
h3 {
	color: #777;
	margin: 5px 0 5px 0 !important;
	margin: 0;	
	padding: 0;
}
h4 {
	color: #777;
	margin: 0;
	padding: 0;
}
textarea {
	font-size: 12px;
}


/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #9AB; }
a:hover, a:focus { text-decoration: none; color: #69A; }
#page-list a {
	color: #bbb;
}
#page-list a:hover {
	color: #9B7;
}

/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
	color: #444;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}
acronym {
  	cursor: help;
  	border-bottom: 1px solid;
}
#randomhead {
	text-align: center;
	clear: both;
}




/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 12px;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url("../images/tag.png") no-repeat left center;
	list-style-type: none;
	line-height: 16px;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .thumb a {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 0px;
	background: #EEE;
}
.imagethumb a:hover, .thumb a:hover {
	background: #FFF;
}
.imagethumb, .thumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
.album {
	margin: 0 20px 0 0;
	float: left;
	width: 340px;
}
.album .imagethumb a, .album .thumb a {
	margin: 0;
}
.album h3, #page-list li {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#page-list li {
	margin-left: 6px;
}
album h3 a {
	display: block;
	width: 100%;
}

.album p {
	margin: 0;
	line-height: 17px;
	font-size: 12px;
}
.albumdesc {
	float: right;
	width: 205px;
	padding: 25px 0 0 0;
}


/* Individual Image
------------------------------ */
.imgdesc {
	padding: 10px 0 10px 0;
	line-height: 18px;
}
#image {
	text-align: center;
	line-height: 0;
	padding: 60px 0 10px;
}
#image div {
	padding: 15px 0;
	font-size: 10px;
}
#imageheading {
	font-size: 1.5em;
	color: #444;
}
.imgnav {
	float: right;
	text-align: center;
	font-size: 1.3em;
	margin-top: 8px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious {
	float: right;
}
.imgnav .imgnext {
	float: right;
	margin-left: 5px;
}
.imgnav a {
	background: #FFF;
	padding: 7px 12px;
	border: 1px solid #FFF;
	-moz-border-radius: 10%;
}
.imgnav a:hover {
	border: 1px solid #CCC;
}
#imgoriginal {
	font-size: 8pt; 
	text-align: right;
	height:30px;
}
#imgorder {
	float: left;
}
#information {
	text-align: center;
	padding: 0 0 30px;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 20px;
	border: 1px solid #DDD;
	background: #FFF;
	margin-bottom: 5px;
	line-height: 18px;
}
.commentmeta {
	margin-bottom: 5px;
	color: #AAA;
	font-size: 12px;
}
.commentauthor {
	font-weight: bold;
}

/* Forms
------------------------------ */
form {padding-bottom:10px;}
.inputbox {
	width: 250px;
	padding: 2px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 12px Helvetica, sans-serif;
}
textarea {
	padding: 10px;
	width: 100%;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 14px Helvetica, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Helvetica, sans-serif;
}
label {
	cursor: pointer;
}

#map{
	margin-left:-85px;
	padding: 10px 0;
}

#rating { margin-top: 10px; }

.imgcommentform table {
	border-spacing: 10px;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position:fixed;
	right:0;
	top:0;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #fff;
	width:120px;
}
#admin_data{
	top:16px;
}
#admin h3 {
	font: 100% Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dashed #CCC;
	margin:0;
	padding:0;
}
/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: left;
	margin:0;
	padding:0;
	width: 175px;
}
#search_form, #search_form * {
	padding:0px;
	margin:0px;
}
#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: Helvetice, sans-serif;
 font-size: 1.8em;
 font-weight: 100;
}

#photo-part {
 font-family: 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;
}
