body
{
	background-color: #101010;
	color: #000000;
}

#container
{
	width: 980px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	height: 200px;
	margin-bottom: 20px;
}

#header img
{
	border: none;
}

/*Posts section begins*/
#posts
{
	width: 78%;
	vertical-align: top;
	float: left;
}

.post_title
{
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
}

.post_title .date
{
	font-size: 1.1em;
	background-image: url("images/date.png");
	width: 76px;
	height: 21px;
	text-align: center;
	padding: 1px 8px 1px 8px;
	vertical-align: bottom;
}

.post_title .title
{
	vertical-align: bottom;
	padding: 0px 0px 0px 10px;
}

.post_title a
{
	font-size: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
}

.post_title a:hover
{
	color: #FF9323;
}

.post_content
{
	font-size: .9em;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 5px;
	width: 100%;
}

.post_content a
{
	font-weight: bold;
	color: #FFFFFF;
}

.post_content a:hover
{
	color: #FF9323;
}

.post_footer
{
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 20px;
}

.post_footer .comments
{
	font-size: 1.1em;
	background-image: url("images/comment.png");
	background-repeat: no-repeat;
	padding: 0px 4px 3px 4px;
}

.post_footer .comments a
{
	color: #000000;
	text-decoration: none;
}

.post_footer .tags
{
	padding-left: 5px;
	font-size: .7em;
}

.post_footer .tags a
{
	color: #FFFFFF;
	text-decoration: none;
}

.post_footer .tags a:hover
{
	color: #FF9323;
}
/*Posts section ends*/

/*Side nav section begins*/
#menu
{
	margin-left: 790px;
	vertical-align: top;
	padding-left: 5px;
}

#menu h2
{
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
}

#menu img
{
	border: none;
	margin-bottom: 10px;
}

#twitbox
{
	background-image: url("images/twitbox.png");
	background-repeat: no-repeat;
	width: 176px;
	padding-top: 2px;
}

.message
{
	font-size: .8em;
	margin-top: -12px;
	line-height: 1.1;
	background-color: #DDE2C7;
}

.time
{
	font-size: .8em;
}

.twitbox_footer
{
	background-image: url("images/twitbox_bottom.png");
	background-repeat: no-repeat;
	height: 1px;
}

.hidden
{
	display: none;
}

.show
{
	display: inline;
}

.side_list ul
{
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	list-style: none;
}

.side_list ul li
{
	padding: 0;
	margin: 0px 0px 0px 20px;
}

.side_list ul li a
{
	text-decoration: none;
	color: #FFFFFF;
}

.side_list ul li a:hover
{
	text-decoration: none;
	color: #FF9323;
}
/*End sidebar*/

#comments
{
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}

#comments .comment
{
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
}

#comments .author
{
	padding: 5px;
	color: #FFFFFF;
	float: left;
}

#comments .comment_text
{
	color: #FFFFFF;
	margin-left: 80px;
	vertical-align: top;
}

#comments .comment_text a
{
	color: #FFFFFF;
}

#comments .comment_text a:hover
{
	color: #FF9323;
}

#reply
{
	color: #FFFFFF;
}

#reply a
{
	color: #FFFFFF;
}

#reply a:hover
{
	color: #FF9323;
}

/*Footer Begin*/
#footer
{
	clear: both;
	width: 100%;
	color: #FFFFFF;
	font-size: .8em;
	text-align: center;
	border-top: 1px solid #FFFFFF;
}

h2.search_header
{
	color: #FFFFFF;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #000000;
}
/* End captions */