/*==================================================*/
/*													*/
/* 	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 { 
	background: url(../killer_bee/background_pattern.jpg);
	background-repeat: repeat;
	font-family: arial, helvetica, sans-serif; 
	font-size: 62.5%; 
	color: #eee/*white*/;
	text-align: center; 
	}
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;
	}
h2 {
	font-size: 1.2em;
	}
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #666/*gray-6*/; 
	margin: 0 8px 12px 0;
	padding: 0;
	}
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;
	}

.twoColElsLtHdr #title_header {
	width: 1120px; 
	height: 185px;
	margin: 0 0px; 
	background-image: url(images/banner_v5.jpg);
	}	
	
	#header {
	width: 910px; 
	height: 13px;
	margin: 20px auto 0; 
	}
	
.twoColElsLtHdr #container { 
	width: 1120px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	/*background-image: url(images/main_background_v5.jpg);*/
	background: #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 	
	
	
#main {
	width: 1120px; 
	margin: -8px auto 0; 
	background: #000000;
	text-align: left; 
	}
#footer {
	width: 508px; 
	height: 13px;
	margin: 0px auto; 
	} 

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 17em; /* since this element is floated, a width must be given */
	/*background: #CDC5BF;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div */
	background: #000000;
}

.twoColElsLtHdr #sidebar1 li {
	font-size: 12px;
	float:left;
	width:170px;
	list-style: none;
	margin-left: -15px;
}
.twoColElsLtHdr #sidebar1 a {
	color:#c4c04b;
	line-height:25px;
	text-align:left;
}
.twoColElsLtHdr #sidebar1 a:hover {
	background:#e3e3e3;
	color:#555;
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;	
}	

.twoColElsLtHdr #mainContent {
	margin: 10 1.5em 5 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	color: #0000FF;
	width: 45em;
	float: right;
	
	
} 

.twoColElsLtHdr #mainContent h1 {
	font-size: 25px;
	color: #FFFFFF;
}

.twoColElsLtHdr #mainContent h3 {
	font-family: Times New Roman ;
	font-style: italic;
	font-size: 14px;
}

.twoColElsLtHdr #mainContent h4 {
	font-family: Edwardian Script ITC;
	font-size: 28px;
}

.twoColElsLtHdr #mainContent li {
	margin-left: 25px;
	font-size: 15px;
	list-style: inside;
	float: left;
}





	
	.footnote {
	width: 470px;
	margin: 20px auto;
	padding-right: 38px;
	text-align: right;
	font-size: 1em;
	color: #FFFFFF;
	}
.footnote a {
	color: #0000FF;
	}
/* 01 GLOBAL */



/* 02 INDEX.PHP & ALBUM.PHP */
ul.pagelist {
	clear: both;
	width: 360px;
	height: .9em;
	margin: 10px auto ;
	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;
	width: 360px; 
	margin: 0 auto; 
	padding: 10px 0;
	color: #bb0/*yellow-11*/; 
	}
.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 { 
	width: 360px; 
	margin: 16px auto 10px; 
	}
.indexcell {
	float:right;
	width:700px;
	}
.indexthumb {
	float: left;
	margin-bottom: 10px;
	}
.indexthumb a:hover {
	border-bottom: 2px solid #ee0/*yellow-15*/;
	}
.indexcell h2 { 
	margin-left: 100px;
	font-size: 1.2em;
	}
#albumDescEditable {
	margin-left: 150px;
	font-size: 1em;
	}
/* 03 INDEX.PHP */


/* 04 ALBUM.PHP */
#albumDesc {
	margin-bottom: 10px;
	}
#album {
	clear: both; 
	width: 360px; 
	margin: 5px auto 10px; 
	}
.albumcell { 
	float: left;
	margin-right: 5px; 
	}
.albumthumb {
float: left;
margin-bottom: 10px;
}
.albumthumb a:hover{ 
	border-bottom: 2px solid #ee0/*yellow-15*/;
	}
/* 04 ALBUM.PHP */



/* 05 IMAGE.PHP */
#imgnav {
	margin: 10px 0; 
	padding-left: 10px;
	font-weight: bold; 
	color: #ccc/*gray-12*/; 
	width: 300px;
	}
#imgnav .current {
	color: #666/*gray-6*/;
	}
.image {
	padding-bottom: 20px;
	text-align: center;
	}
#imageDescEditable{
	padding: 20px 20px 0;
	text-align: left;
}
/*.description {
	padding: 20px 20px 0;
	text-align: left;
	}*/
#comments {
	width: 508px;
	margin: 0 auto;
	padding: 10px 0;
	background: #000000;
	display: none;
	}
.commentcount { 
	width: 350px;
	margin: 0 auto ; 
	text-align: left;
	}
.comment {
	width: 310px;
	margin: 10px auto;
	padding: 10px 20px 10px 20px;
	background-color: #444/*gray-4*/;
	text-align: left;
	}
.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 {
	width: 350px;
	margin: 12px auto;
	text-align: left;
	}
#commentform table{

	float: right;
	margin-right: -2px;
	}
.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*/;
	}
.button {
	margin-top: 8px;
	text-align: left;
	}
.error {
	text-align: center; 
	color: #c33/*red*/; 
	font-weight: bold; 
	}
/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	background: #222;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #aaa;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #86a1b6; }
/* 05 IMAGE.PHP */