@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");	/* Default styles for the post CONTENT */

/*
 * Main page construct:
 */
body {
	background-color: #fff;
	color: #000;
}

div.head_zone {
	background-color: #393939;
	padding: 0 1em;
	margin-bottom: 3px;
	}
div.nav_zone {
	background-color: #ccc;
	padding: 0 1em;
}
div.main_zone
{
	padding: 0 1em;
}
div.foot_zone
{
	background-color: #e0e0e0;
	padding: 0 1em;
}

div.inner_wrapper
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
        line-height: 1.5em;
	margin: 0 auto;
 
        padding: 200 200px;
        width: 85%;
        margin: 0 auto;
        text-align: justify;
}

.evo_main_area /* Left column */
{
	width: 100%;
	float: left;
	overflow: hidden;
}

p.baseline,
p.baseline2 {
	font-size: 76%;
	margin: 3px;
}
p.baseline2,
p.baseline2 a {
	color: #666;
}

/*
 * General styles:
 */
div.clear {
	clear: both;
}

a {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #aaa;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 2ex 0 1ex 0;
	color: #000000;
	font-size: 175%;
        line-height: 1.5em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h6 a:hover,
h6 a:hover {
	color: #aaa;
	text-decoration:none;
}



/*
 * Title area styles:
 */
div.evo_title_area {
	margin: 1em 0;
	padding: 0;
}
div.evo_title_area h2 {
	font-size: 180%;
	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
 */

.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 {
	margin: 1ex 0 .5ex 0;
	border-bottom: 1px solid #aaa;
}
.evo_post_head {
	font-size: 76%;
	color: #999;
        line-height: 1.5em;
}
.evo_post_text {
	font-size: 84%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.evo_post_text p {
	margin: 1em 0;
}
.evo_post_foot
{
	color: #999;
	font-size: 76%;
	clear: both;
	margin: 1ex 0 2ex 0;
}

.evo_post_text a {
	text-decoration: underline;
}


.evo_post_head a,
.evo_post_foot a {
	color: #999;
}

