﻿/* Designed by Asevo - http://asevo.com */

@import url('../../rsc/css/basic.css');	/* Import basic styles */
@import url('../../rsc/css/blog_base.css');	/* Default styles for the blog navigation */
@import url('../../rsc/css/item_base.css');	
@import url('../../../default.css');
/* Default styles for the post CONTENT */
.evo_main_area /* Left column */
{
	width: 62ex;
	float: left;
}

.evo_sidebar /* Right column */
{
	width: 23ex;
	float: right;
}

/*
 * General styles:
 */
div.clear {
	clear: both;
}

/*
 * Title area styles:
 */
div.evo_title_area {
	margin: 1em 0;
	padding: 0;
}
div.evo_title_area h2 {
	margin: 2em 0 0 0;
	padding: 0;
}
div.evo_title_area div.widget_core_coll_tagline {
	letter-spacing: 4px;
	margin: 1ex 0;
}


/*
 * Styles for content
 */
table.prevnext_post {
	width: 100%;
	margin-top: 12px;
}
table.prevnext_post td {
	padding: 0;
}

.evo_req_title {
	margin: 0 0 2ex 0;
	padding: 1px 0;
	border-bottom: 2px solid #aaa;
}
.evo_post
{
	clear: both;
	margin: 0 0 5ex 0;
	padding: 0;
}
.evo_post_title {
	color: #e00000;
	margin: 1ex 0 .5ex 0;
	border-bottom: 1px solid #aaa;
}
.evo_post_head {
	color: #999;
}
.evo_post_text {
	margin-top: 0px;
	margin-bottom: 0px;
}
.evo_post_text p {
	margin: 1em 0;
}
.evo_post_foot
{
	color: #999;
	clear: both;
	margin: 1ex 0 2ex 0;
}

input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right)
 */
.evo_side_item {
	margin: 2ex;
	padding: 0 0 2ex 0;
}

.evo_side_item ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:none;
}
.evo_side_item ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.evo_side_item form {
	margin-top: 0px;
	margin-bottom: 0px;
}

input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 500px;
	margin-top: 12px;
}
.post_monthyear {
	font-size: small;
	font-weight: normal;
}
.post_day {
	font-weight: normal;
	font-size: xx-large;
	color: #FF0000;
	letter-spacing: 5px;
}
.dimmed {
	color: #FFFFFF;
}
#header {
	width: 845px;
	border-right-width: 0px;
}
#content {
	overflow: visible;
	margin-left: 0px;
	width: 850px;
}
#wrapper {
	overflow: visible;
}
#left {
	border-left-width: 0px;
	border-right-width: 0px;
}

