/* Start reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* End reset css */


/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; 	color:#333; }

h1 { font-size:28px; }

h2 { font-size:16px; }

h3 { font-size:1.3em; }

h4, h5, h6 { font-size:1.1em; }

/* Other Html Elements */
.titles { font-size:2em; }
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #099; font-family: "Courier New", Sans-Serif; }

strong {
font-weight:bold;
}

small {
font-size:0.8em;
}

p {
margin-bottom:2em;
line-height:1.2;
}

ul, ol { line-height: 2; }

ul li {
margin-bottom:5px;
}

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

img.icon {
vertical-align:bottom;
margin-left:5px;
}

/* Structure */

body
{
	color: #333;
	background-color: #0f1513;
	font: normal 90% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	text-align:center;
}

#container {
position:relative;
text-align:left;
width: 768px;
margin-left: auto;
margin-right: auto;
}
#header
{
	float: left;
	width: 768px;
	height: 246px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#navigation
{
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #FFFFFF;
}

#content-wrapper
{
	width: 65%;
	float: left;
}

#content
{
	float: left;
	padding: 0 0px 10px 30px;
}

#sidebar-wrapper
{
	width: 35%;
	float: right;
}

#sidebar
{
	float: right;
	padding: 0px 15px 10px 10px;
	width: 210px;
	margin-right: 15px;
	margin-top: 10px;
}

#footer
{
	clear: both;
	float: left;
	width: 748px;
	text-align: left;
	padding-left: 20px;
	background: #fff;
	background-image: url(images/footer-bg.png);
	background-position: bottom;
	background-repeat: no-repeat; 
	color: #666;
	font-size: 0.85em;
	padding-bottom: 10px;
	margin-bottom:10px;
}
#footer p {
margin-bottom:5px;
}
span.validlogos {
vertical-align:bottom;
margin-left:10px;
}

/* Title */

div#title {
font-size:3.5em;
margin-top:30px;
float: left;
}

div#title a {
color:#fff;
}

/* Navigation */

#navigation ul {
list-style-type:none;
list-style-image:none;
position:absolute;
top:0;
right:0;
z-index:99;
}

#navigation li { float: left; }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #fff;
	display: block;
	padding: 10px 10px;
	font-size: 1em;
}

#navigation li a:hover,
#navigation li a:active
{
	color:#fff;
	background-image:url(images/nav-bg.gif);
	background-repeat:repeat-x;
}

#navigation li.active a
{
	color: #555;
	background-color: #fff;
}

/* Content */

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 0.9em; 
	color: #888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: no-repeat;
	background-color: #F6FAFF;
	border: 1px solid #DDEBF4;
}

/* Sidebar */

.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #FAFAFA;
	border: 1px solid #F4F4F4;
}

.sideblock h2{ margin-top: 5px; font-size: 1.1em; color: #333; font-weight: bold; }

#searchform input {
width:100px;
}
input#sidebarsubmit {
width:60px;
margin-left:5px;
color:#fff;
background-color:#487AD9;
border-top:1px solid #33f;
border-left:1px solid #33f;
border-bottom:1px solid #001;
border-right:1px solid #001;
}


/* Comments Styling */
.commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #69c;
}

.commentlist p {
margin-top:1em;
margin-bottom:0.5em;
}

#commentform {
margin: 1em 0;
background: #fff;
width: 460px;
}

#commentform #email, #commentform #author, #commentform #url, #commentform textarea {
font-size: 1.1em;
background: #F1FAFF;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover, #commentform textarea:hover {
font-size: 1.1em;
background: #fff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus, #commentform textarea:focus {
font-size: 1.1em;
background: #fff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

#commentform p {
margin-bottom:0;
}

#commentform p.note {
margin-bottom:10px;
margin-top:5px;
font-size:0.9em;
}
#submit {
color:#fff;
background-color:#487AD9;
border-top:1px solid #33f;
border-left:1px solid #33f;
border-bottom:1px solid #001;
border-right:1px solid #001;
}

.date {
	background: url(images/date.png) no-repeat;
	height: 57px;
	width: 57px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	display: block;
	color: #B0D4F1;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size:0.8em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #fff;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}
#left {
	width: 60px;
	float: left;
}

#tagline {
font-size:0.35em;
color:#69c;
margin-top:5px;
float:left;
}

/* Links */

a:link { text-decoration: none; color: #36c; }

a:visited { text-decoration: none; color: #00245D; }

a:hover, a:active { color: #36f; }

.boosters{
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.boosters a{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}

.boosters a:hover{
	text-decoration: underline;
	color: #999999;
}

.boosters_content{
	font-size: 14px;
	padding-top: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

