﻿/* Basic Stuff ------------------------------------------------------------- */

*
{
	padding: 0;
	margin: 0;
}

body
{
	background-image: url(sidebarbkg.png);
	background-repeat: repeat-y;
	background-color: #282C2F;
	color: #fff;
	font: normal 100% "Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4
{
	text-transform: uppercase;
}

h2, h4
{
	color: #C7FF68;
	font-size: 18px;
}

code
{
	color: #535B61;
	font-size: 12px;
	padding: 0;
}

/* Layout ------------------------------------------------------------------ */
/* wrapper ----------------------------------------------------------------- */
#wrapper
{
	width: 1000px !important;
}

/* content holder ---------------------------------------------------------- */
#content
{
	width: 1000px;

}

/* main content ------------------------------------------------------------ */
#main
{
	float: right;
	color: #fff;
	display: inline;
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	margin: 0;
	padding: 23px 20px 20px;
	width: 500px;
}

#main_top
{
	clear: both;
	width: 500px;
}

#main_bottom
{
	clear: both;
	width: 500px;
}

/* sidebar ----------------------------------------------------------------- */

#sidebar
{
	float: left;
	font-size: 12px;
	line-height: 1.4em;
	text-align: right;
	width: 165px;
	padding: 0;
	margin: 20px;
	margin-top: 120px;
	color: #999;
}

#sidebar h2
{
	color: #6CF;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 5px;
}

#sidebar h2 a
{
	color: #6CF;
}

#sidebar ul, #header ul 
{
	list-style: none;
	margin :0 0 20px;
}

#sidebar li, #header li
{
	list-style: none;
	text-transform: lowercase;
}

#sidebar li a:link, #sidebar li a:visited,
#header li a:link, #header li a:visited
{
	color: #fff;
}

#header ul
{
	margin-top: 5px;
}

#header ul li
{
	font-size: 12px;
}

/* search */
#searchdiv
{
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	padding: 0;
}

#searchdiv input
{
	background: #181B1C;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	border: 1px solid #181B1C;
	text-align: right;
	padding: 5px;
	font-size:12px;
	color:#999;
}

/* feeds */
#sidebar ul#feed {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

#sidebar ul#feed li {
	padding-bottom: 3px;
	padding-top: 3px;
}

#sidebar ul#feed li a {
	background: url(/pics/feed-icon-16x16.png) no-repeat left 50%;
	padding-left: 25px;
	border-style: none;
}

/* navigation */
#sidebar .navigation
{
	padding-top: 1px;
	text-transform: uppercase;
	text-align :right;
}

#sidebar .navigation a:link, #sidebar .navigation a:visited
{
	color: #3E4449;
	line-height: 30px;
	font-size: 26px;
	list-style: none;
	margin: 0;
}

#sidebar .navigation a:hover
{
	color: #535B61;
	font-size: 26px;
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 2px 0;
}

#sidebar .navigation li
{
	line-height: 1.4em;
	list-style: none;
	margin: 0;
	padding: 0 0 2px;
	text-transform: uppercase;
}

#sidebar .current_page_item a:link, #sidebar .current_page_item a:visited
{
	color: #C7FF68;
	font-size: 26px;
	list-style: none;
	text-decoration: none;
	margin :0;
	padding: 2px 0;
}

#sidebar .current_page_item a:hover
{
	font-size: 26px;
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 2px 0;
}


/* footer ------------------------------------------------------------------ */
#footer
{
	/*
	width: 100%;
	text-align: center;
	text-transform: lowercase;
	font-size: 9pt;
	padding-bottom: 15px;
	clear: both; 
	*/
}






/* posts ------------------------------------------------------------------- */
h3.entrytitle,h3 {
color:#fff;
display:block;
font-size:26px;
font-weight:400;
line-height:100%;
padding-bottom:3px;
margin:0;
}

h3.entrytitle a, h3.entrytitle a:visited, h3 a
{
	color:#fff;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
}

h3.entrytitle a:hover, h3 a:hover
{
	color:#C7FF68;
	text-decoration:none;
}

.entry
{
	margin-bottom:35px;
}

.entrybody p
{
	margin-bottom:15px;
	text-align:left;
}

.entrybody
{
	border-bottom:1px solid #202326;
	padding-bottom:5px;
	padding-top:10px;
}

.entrymeta
{
	color:#535B61;
	font-size:14px;
	margin-bottom:3px;
	margin-top:3px;
}


a, a:visited, a:hover
{
	color: #6CF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.commentlink a:link, .commentlink a:visited, #sidebar li a:hover, #sidebar li a:active
{
	color:	#C7FF68;
}

/* comments ---------------------------------------------------------------- */
#commentblock h2 {
font-size:20px;
}

ol#commentlist {
list-style:none;
padding:0;
}

.commenttext {
background:#303538 url(comm.gif) no-repeat left top;
/*min-height:90px;*/
}

.commenttext .authorcomment {
background:#202326;
margin-top:3px;
/*min-height:90px;*/
padding:10px;
}

* html .commenttext {
/*height:90px;*/
overflow:visible;
}

.commentp {
margin-left:5px;
padding:21px 12px 10px 10px;
}

.commenttext p {
line-height:1.5em;
margin:0 0 15px;
padding:0;
}

#commentblock ol li {
	margin-bottom:30px;
}



/* header ------------------------------------------------------------------ */
#header
{
	/*display: none;*/
	height: 100px;
}

#header h1
{
	text-transform: lowercase;
}

#header h2
{
	text-transform: none;
}


/* archive -- */

div#archive table
{
	width: 500px;
}

div#archive h1
{
	margin-bottom: 15px;
}

div#archive h2
{
	margin-top: 15px;
}

div#archive td.date
{
	width: 100px;
}

div#archive td.comments
{
	width: 70px;
}

div#archive img
{
	border-width: 0px;
}


