/* General */
html, body
{
	color: #8c909a;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #1e1e1e;
	font-size: 12px;
}

/* Header */
#header
{
	height: 14px;
	line-height: 54px;
	background: #1e1e1e;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	color: #aeff00;
}

/* Structure */
.body
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 800px;
}

#cols
{
	background: #1e1e1e url("img/boxed.gif") no-repeat;
	height: 100px;
}


.col
{
	float: left;
	width: 400px;
}

#menu
{
	margin: 10px 0;
	background: #aeff00 url("img/mbg2.gif");
	height: 42px;
	line-height: 42px;
}

#items
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	color: #000;
}

#footer
{
	clear:both;
	height: 150px;
	background: #000 url("img/fbg.gif") repeat-x;
	font-size: 10px;
	margin: 10px 0 0;
}

/* Styling */

#header a
{
	color: #aeff00;
}

#menu a
{
	color: #000;
	font-weight: bold;
	border-right: 1px solid #5b9400;
	display: block;
	float: left;
	padding: 0 10px;
}

#menu a:hover
{
	background: #aeff00 url("img/mbg.gif");
}

#selected
{
	background: #aeff00 url("img/mbg.gif");
}
#menu #items .selectedMenu
{
	background: #aeff00 url("img/mbg.gif");
}

a
{
	color: #fbaf32;
	text-decoration: none;
}

a:hover
{
	color: #f0e155;
}

h1
{
	color: #aeff00;
	font-size: 24px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
}
a.header
{
	color: #aeff00;
	font-size: 24px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
}
a.header:hover
{
	text-decoration:underline;
}

p
{
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

blockquote
{
	border: 1px #333 solid;
	border-left: 5px #333 solid;
	background: #262626;
	margin: 10px 0;
	padding: 10px;
}

code
{
	border: 1px #333 solid;
	border-left: 5px #333 solid;
	background: #262626;
	margin: 10px 0;
	padding: 10px;
	display: block;
	white-space: pre;
}

.postInfo
{
	margin: 10px 0;
	font-size: 10px;
}

ul.main
{
	margin: 10px 0;
	padding-left: 32px;
}

li.main
{
	list-style-image: url("img/dot.gif");
}

.right
{
	float: right;
}

.about
{
	padding-top: 8px;
	padding-left: 24px;
}









.pl1
{
	padding-left:5px;
}
.pl2
{
	padding-left:15px;
}
.pr1
{
	padding-right:5px;
}
.pr2
{
	padding-right:15px;
}
.hidden
{
	display:none;
}
.lw1
{
	width:75px;
}
.lw2
{
	width:150px;
}
.rightAlign
{
	text-align:right;
}


.lengthLeft
{
	background-color:#262626;
	border:1px solid #333333;
	width:30px;
	color:#8c909a;
}



.comment
{
	width:702px;
}
.commentTop
{
	background:url(img/commentTop.gif) no-repeat;
	height:38px;
}
.commentBottom
{
	background:url(img/commentBottom.gif) no-repeat;
	border-left:2px solid #333333;
	border-right:2px solid #333333;
}




#comments { width: 702px; margin: 4.0em 0 1.5em 0; }
	ul#comment_list { list-style: none; }
		
		ul#comment_list li.comment { width: 702px; margin: 0 0 3.0em 0; float: left; }
				
			.comment_meta { position: relative; padding: 0 0 33px 0; background: url('img/commentTop2.gif') 0 100% no-repeat; }
				
				.comment_num { display: inline-block; padding: 0 4px 0 0; font: normal 1.1em Verdana, sans-serif; }
				
					.comment_num a, .comment_num a:visited { color: #999; text-decoration: none; }
					
					.comment_num a:hover { color: #a90000; text-decoration: none; }
				
				.comment_meta strong { font-weight: bold; font-size: 1.4em; }
				
					.comment_meta strong a, .comment_meta strong a:visited { color: #222; border-bottom: 1px dotted #999; }
					
					.comment_meta strong a:hover { color: #a90000; border-bottom: 1px dotted #555; text-decoration: none; }
					
				.comment_time { font: normal 1.1em Verdana, sans-serif; color: #999; }
		
			.comment .entry { padding: 0 20px 1px; background: #333333 url('img/commentBottom2.gif') 0 100% no-repeat;}
			
				.comment .entry p { margin: 0 0 15px 0; }




.ads
{
	position:relative;
	top:10px;
	left:20px;
	width:98px;
	background-color:White;
}