/*******************************************************************************
** style.css
** CSS for TheBlackzone's Homepage (Screen, CSS 2.1)
** Author: TheBlackzone <theblackzone@gmail.com>
**
** Feel free to use and modify but please provide credits!
**
** $Id$
*******************************************************************************/

body, html {
    margin: 0;
    padding: 0;
	color: #000000;
	background: #000000;
} 

body {
	background: black url('images/pgbkgrnd.jpg') repeat;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.88em;
	line-height: 1.4em;
	color: #b2b2b2;
	margin-bottom: 10px; 
}

#header {
	background-color: #000000;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 130px;
}

#logo {
	margin: 0;
	padding: 0;
	width: 880px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#logo a {
	text-decoration: none;
}

#topmenu {
	float: right;
	margin: 56px 0 0 0;
	padding: 0 20px 0 0;
	text-align: right;
	color: #b2b2b2;
	font-size: 0.8em;
}

#container {
	width:880px;
	margin:0 auto;
	background-color: #101010;
}

#nav {
	padding: 5px 20px;
	background-color: #101010;
	text-align: left;
	font-size: 0.7em;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
}

#main {
	float: left;
	width: 590px;
	padding: 10px 20px 10px 20px;
	background-color: #101010;
	text-align: left;
}

#main pre {
	padding: 10px;
	margin: 10px 0 10px 0;
	line-height: 1.2em;
	border: 1px solid #333333;
	background-color: #0d0d0d;
}

#main h1 {
	font-family: Georgia,Serif;
	font-weight: normal;
	color: #b0b07e;
	font-size: 1.5em;
}

#main h2 {
	font-family: Georgia,Serif;
	font-weight: normal;
	color: #b0b07e;
	font-size: 1.3em;
	margin-top: 30px;
}

#main h3 {
	font-family: Georgia,Serif;
	font-weight: normal;
	color: #b0b07e;
	font-size: 1.1em;
	margin-top: 20px;
}

#main h4 {
	font-family: Georgia,Serif;
	font-weight: normal;
	color: #b0b07e;
	font-size: 1.0em;
	margin-top: 15px;
}

#main ul li {
	list-style-type: square;
	list-style-image: url(images/greenstar.jpg);
} 

#sidebar {
	float: right;
	width: 228px;
	padding: 10px;
	border-left: 1px solid #222222;
	background-color: #101010;
	text-align: left;
}

#sidebar ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	font-size: 0.85em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.8em;
}

#sidebar h2 {
	font-family: Georgia,Serif;
	font-weight: normal;
	color: #b0b07e;
	font-size: 1em;
	margin: 0;
	padding: 0 0 10px 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	height: 24px;
	color: #b0b07e;
	padding: 3px 0 3px 0;
}

#footer .left {
	float: left;
	text-align: left;
	padding-left: 10px;
	margin: 0;
}

#footer .right {
	float: right;
	text-align: right;
	padding-right: 10px;
	margin: 0;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 24px;
}

#footer address {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-style: italic;
} 

* html #footer {
	height:1px;
}

blockquote {
	font-family: Serif;
	font-size: 0.9em;
	font-style: italic;
	background-image: url('images/quote.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 25px 0 25px;
	margin: 0;
}

em {
	color: #c5ff00;
}

a, a:visited {
	text-decoration: underline;
	color: #00a3ff;
}

a:active, a:hover {
	text-decoration: underline;
	color: #81cdf9;
}

img {
	border: 0;
} 

i {
	color: #81cdf9;
}

#topbox {
	margin: 0;
	border: 1px dashed #c5ff00;
	background-color: #0d0d0d;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #ffc000;
	padding: 10px 10px 10px 10px;
}

.newsheader {
	font-family: Georgia,Serif;
	font-weight: normal;
	color: #b0b07e;
	font-size: 1.4em;
	margin: 20px 0 5px 0;
	border-bottom: 1px dotted #b0b07e;
	padding: 0 0 5px 0;
}

.newsheader a {
	text-decoration: none;
	color: #b0b07e;
}

.newsheader p {
	margin: 0;
	padding: 0;
}

.newsposter {
	color: #b0b07e;
	font: 0.7em Arial, Helvetica, Sans-Serif;
	margin: 0 0 15px 0;
}

.newsentry
{
	margin: 15px 0 25px 0;
}

.newsentry img
{
	border: 0;
}

#comments
{
	margin-top: 25px;
	border-top: 3px solid #222222;
}

#commentform
{
	margin-top: 25px;
}

#commentform h4
{
	border-bottom: 1px dotted #222222;
}

#commentform form
{
	margin: 20px 0 0 0;
	padding: 0;
}

#commentform table
{
	border: 0;
	margin: 0;
	padding: 5px;
	width: 100%;
}

#commentform input {
	margin-top: 5px; 
	font: 0.95em 'Courier New', Courier, Monospace;
	padding: 5px;
	border: 1px solid #222222;
	color: #b2b2b2;
	background-color: #000000;
}


#commentform textarea
{
	border: 1px solid #222222;
	color: #b2b2b2;
	background-color: #000000;
	padding: 5px;
	margin-bottom: 5px;
}

#commentform input.button 
{
	border: 1px solid #222222;
	color: #00a3ff;
	background-color: #000000;
	font: 0.9em "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	padding: 2px;
	width: 100px;
}

#commentform input.button:hover
{
	color: #c5ff00;
}

#commentlist
{
	margin: 0;
	padding: 0;
}

#commentlist li
{
	list-style-type:none;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #121212;
	border: 1px solid #222222;
}

.commentposter
{
	font: 0.7em Arial;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #222222;
}

.commenttext
{
	font: 0.9em Arial;
	margin: 0;
	padding: 0 5px 5px 5px;
}

#search input
{
	border: 1px solid #222222;
	color: #b2b2b2;
	background-color: #000000;
	padding: 4px;
}

#search input.button 
{
	border: 1px solid #222222;
	color: #00a3ff;
	background-color: #000000;
	padding: 2px;
}

#search input.button:hover
{
	color: #c5ff00;
}

.postnav {
	font-size: 0.8em;
}

.codeblock {
	padding: 10px;
	margin: 10px 0 10px 0;
	line-height: 1.2em;
	border: 1px solid #333333;
	background-color: #0d0d0d;
	font-family: monospace;
	font-size: 0.9em;
}

#gallery table {
	border-spacing: 10px;
}

#gallery td {
	border: 0;
	text-align: center;
	vertical-align: center;
}

/* lightbox styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

