/*==================================================*/
/*													*/
/* 	This is a stylesheet created for Zenphoto v0.9	*/
/*	---------------------------------------------- 	*/
/* 	Author: 	Jason Hsu 							*/
/* 	Theme: 		Killer Bee v1.0						*/
/* 	Created: 	10/31/05 							*/
/* 	Website: 	http://imagebaker.com 				*/
/*													*/
/*==================================================*/



/* 01 GLOBAL */
html {
	/* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
	}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #eee/*white*/;
	background-color: #000000;
	}
a:link {
	text-decoration: none;
	color: #aaa/*gray-10*/;
	}
a:visited {
	text-decoration: none;
	color: #888/*gray-8*/;
	}
a:hover, 
a:active {
	text-decoration: underline;
	color: #666/*gray-6*/;
	}
h1 {
	font-size: 1.4em;
	}
img {
	border: 0px;
	}
#title {
	color: #ccc/*gray-12*/; 
	}
#title a:link,
#title a:visited,
#title a:hover,
#title a:active { 
	text-decoration: underline; 
	}
#title h1 {
	margin: 10px;
	float: left;
	font-size: 1.2em;
	}
#title img {
	float: right;
	margin: 5px 28px 0 0;
	}
#header {
	height: 13px;
	background-image: url(images/header.gif);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#main {
	width: 668px;
	text-align: left;
	float: left;
	}
#footer {
	height: 13px;
	width: 1002px;
	clear: both;
	} 
.footnote {
	text-align: center;
	font-size: .9em;
	color: #555/*gray-5*/;
	width: 1002px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	}
.footnote a {
	color: #666/*gray-6*/;
	}
/* 01 GLOBAL */



/* 02 INDEX.PHP & ALBUM.PHP */
ul.pagelist {
	clear: both;
	width: 360px;
	height: 2em;
	padding: 0;
	list-style-type: none;
	}
ul.pagelist li { 
	display: inline; 
	}
ul.pagelist li a, 
ul.pagelist li span.disabledlink {
	display: block;
	float: left;
	padding: 2px 4px;
	text-decoration: none;
	}
ul.pagelist li a {
	color: #ee0/*yellow-14*/;
	}
ul.pagelist li a:hover { 
	color: #888/*gray-8*/; 
	}
ul.pagelist li.current a { 
	background-color: #cc0; 
	color: #FFF/*white*/; 
	cursor: default;
	}
.disabledlink {
	color: #777/*gray-7*/; 
	cursor: default; 
	}
.pagenav {
	clear: both;
	margin: 0;
	color: #bb0/*yellow-11*/;
	padding: 0px;
	}
.pagenav a:link, 
.pagenav a:visited { 
	text-decoration: none; 
	color: #ee0/*yellow-15*/; 
	}
.pagenav a:hover, 
.pagenav a:active {
	text-decoration: none; 
	color: #888/*gray-8*/; 
	}
/* 02 INDEX.PHP & ALBUM.PHP */



/* 03 INDEX.PHP */
#index {
	text-align: left;
	}
.indexcell {
	float:left;
	margin-right: 10px;
	}
.indexthumb {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	}
.indexthumb a:hover {
	border-bottom: 2px solid #ee0/*yellow-15*/;
	}
.indexcell h2 {
	margin-left: 100px;
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#albumDescEditable {
	margin-left: 100px;
	font-size: 1em;
	}
/* 03 INDEX.PHP */


/* 04 ALBUM.PHP */
#albumDesc {
	margin-bottom: 10px;
	}
#album {
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
	}
.albumcell { 
	float: left;
	margin-right: 5px; 
	}
.albumthumb {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.albumthumb img{
	width: 200px;
	height: 110px;
}
.albumthumb a:hover{
	border-bottom: 2px solid #ee0/*yellow-15*/;
	height: 120px;
	}
/* 04 ALBUM.PHP */



/* 05 IMAGE.PHP */
#imgnav {
	margin: 10px 0; 
	padding-left: 10px;
	font-weight: bold; 
	color: #ccc/*gray-12*/; 
	}
#imgnav .current {
	color: #666/*gray-6*/;
	}
.image {
	text-align: center;
	background-color:  #333333;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	margin-bottom: 10px;
	}
#imageDescEditable{
	padding: 20px 20px 0;
	text-align: left;
}
/*.description {
	padding: 20px 20px 0;
	text-align: left;
	}*/
#comments {
	margin-top: 15;
	margin-bottom: 0;
	background-color: #282828;
	border: 1px solid #3a3a3a;
	height: 320px;
	padding: 10px;
	}
.commentcount { 
	width: 350px;
	margin: 0 auto ; 
	text-align: left;
	}
.comment {
	background-color: #0d0d0d/*gray-4*/;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222222;
	}
.commentmeta { 
	color: #aaa/*gray-10*/; 
	}
.commentauthor, 
.commentauthor a:link, 
.commentauthor a:visited{
	color: #ee0/*yellow-15*/; 
	font-weight: bold; 
	}
.commentauthor a:hover{
	color: #aa0/*yellow-10*/; 
	font-weight: bold; 
	}
.commentbody { 
	margin-top: 10px; 
	line-height: 1.3em; 
	}
.imgcommentform {
	text-align: left;
	float: left;
	}
.imgcommentform h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}	
#commentform table{
	float: left;
	margin-right: 10px;
	}
.imgcommentform input { 
	margin-top: 4px;
	padding: 2px; 
	border: 0px; 
	background-color: #eee/*white*/;
	color: #666/*gray-6*/; 
	}
.imgcommentform textarea { 
	margin-top: 6px; 
	border: 0px;
	font-family: arial, helvetica, verdana, sans-serif; 
	background-color: #ddd/*gray-13*/;
	color: #333/*gray-3*/;
	}
#normas {
	float: right;
	margin-right: 10px;
	width: 300px;
	margin-top: 28px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 10px;
	height: 295px;
	}
#normas h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-decoration: underline;
}	
#normas ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}	
#normas ul li {
	margin-bottom: 10px;
}	
.button {
	margin-top: 8px;
	text-align: left;
	}
.error {
	text-align: center; 
	color: #c33/*red*/; 
	font-weight: bold; 
	}
/* 05 IMAGE.PHP */
