


* { margin: 0px; padding: 0px; }

body {
	background: #121212;
	font-family: Helvetica, Arial, Verdana, Serif;
	font-size: 10px;
	color: #A1A1A1;
}

img { border: 0px; display: inline; }
a {
	COLOR: #9fd30e;
	TEXT-DECORATION: none;
	border: 0px
}
a:visited {
	COLOR: #9fd30e; TEXT-DECORATION: none;
	border: 0px
}
a:active {
	COLOR: #9fd30e; TEXT-DECORATION: none; border: 0px
}
a:hover {
	COLOR: #8C8C8C; TEXT-DECORATION: none;border: 0px
}
p { line-height: 14px; margin-bottom: 20px; }

input, textarea, select { font-family: Verdana, Serif; padding: 3px; border: 0px;  background: #000000; color: #808080; font-size: 9px; }

h2.pagetitle { padding-left: 10px; padding-bottom: 10px; color: #0B8DE1; font-size: 16px; }

div#container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	height: 126px;
	background: url(_assets/img/header.gif) no-repeat left top;
	cursor: pointer;
}
div #header_text {
	padding-top: 60px;
	font-size: 18px;
	padding-left: 30px;
	color: #eeeeee;
	font-style: italic;
}
#columns {
	width: 870px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	background: #1a1a1a url(_assets/img/background_page.gif) repeat-x left top;
}

/* 
 * wrapper around everything below the header:
 */
div#content {
	width: 620px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	float: left;
}

div.posting {
	width: 600px;
	border: 10px solid #0d0d0d;
	float: left;
	margin-bottom: 20px;
	background: #161415;
}
div.replies {
        width: 610px;
        float: left;
	padding-left: 30px;
}
div.leave_reply {
	width: 610px;
	float: left;
	padding-left: 20px;
	margin-top: 20px;
}
div.posting img { float: right; }
div.posting_header {
	background: #0d0d0d;
}
div.posting_header h2 a {
	font-size: 16px;
	color: #0B8DE1;
	text-decoration: none;
	line-height: 25px;
}
p.author { padding-left: 10px; padding-bottom: 10px; }

div.blog_title {
        line-height: 15px;
	width: 590px;
	display: block;
        vertical-align: middle;
        background: #0d0d0d;
        border: 10px solid #0d0d0d;
}
div.bubble {
        background: url(_assets/img/bubble.gif) no-repeat left top;
        height: 46px;
        width: 47px;
        line-height: 17px;
        text-align: center;
        color: #5f5f5f;
        font-size: 13px;
        float: left;
        padding-right: 5px;
	font-weight: bold;
}
div.posting_text { 
	padding-top: 10px; 
	padding: 10px; 
	float: left; 
}
div.entry { padding: 10px; }

a.comments_link {
	background: url(_assets/img/comment_bubble.gif) no-repeat left center;
	padding-left: 10px;
}
a.add_comment_link {
	margin-left: 10px;
	background: url(_assets/img/add-comment-pencil.gif) no-repeat left center;
	padding-left: 10px;
}
div#searchform { 
	width: 160px;
	height: 63px;
	background: #161415;
	border: 20px solid #0d0d0d;
	border-top-width: 0px;
	padding-top: 22px;
	border-top-width: 0px;
	text-align: center;
	position: relative; top: -38px;
	z-index: 1;
}
div#searchform_img_container { z-index: 2; text-align: center; position: relative; top: -20px; }
img#searchform_img { cursor: pointer; z-index: 2; }
div#sidebar {
	width: 200px;
	padding-left: 5px;
	padding-top: 20px;
	padding-right: 20px;
	float: right;
}

div#sidebar h2 {
	height: 30px;
	background: url(_assets/img/background_h2.gif) no-repeat left top;
	font-size: 16px;
	line-height: 30px;
	text-indent: 30px;
	color: #ffffff;
}
div#sidebar h3 {
	font-size: 14px;
	color: #94c22c;
	padding-top: 5px;
}

#sidebar ul { list-style-type: none; padding-top: 5px; padding-bottom: 10px; }
#sidebar li {
	padding-left: 10px;
	line-height: 14px;
}
ul.arrow li {background: url(_assets/img/link_arrow.gif) no-repeat left top; }
ul.arrow li a { text-decoration: none; color: #a1a1a1; }
ul.bubble li { padding-left: 15px; background: url(_assets/img/link_bubble.gif) no-repeat left top; }


#footer {
	height: 25px;
	width: 880px;
	line-height: 25px;
	background: url(_assets/img/background_footer.gif) left top;
	clear: both;
}
span.copyright { float: left; padding-left: 10px; }
div#footer_links { height: 25px; float: right; padding-right: 20px; }
div#footer_links img { position: relative; top: 5px; padding-left: 2px;  }
