﻿@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	
@import url('default.css');
/* Import default comment styles */

/*
 * Main page construct:
 */
 
* {margin:0;padding:0}

html,body {
	background-color: #fff;
	color: #000;
}
p + p { margin-top: 1em; }
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 {
	border: 1px solid #999999;
	margin: -12px 0px 0px -25px;
	padding: 12px;
	background-color: #F5F5F5;
	width: 900px;
	float: left;
	background-image: url('../../images/featurebkg.png');
}

div.inner_wrapper
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	width: auto;
	margin: 0 auto;
	padding: 1px;
}

.evo_main_area /* Left column */
{
	overflow: hidden;
	height: auto;
	width: 700px;
	float: left;
	margin-bottom: 12px;
	border-right-style: solid;
	border-right-color: #999999;
	font-size: smaller;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-right-width: 1px;
}

.evo_sidebar /* Right column */ {
	height: auto;
	width: 225px;
	float: right;
	overflow: hidden;
}
p.baseline {
	font-size: 76%;
	margin: 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

/*
 * General styles:
 */
div.clear {
	clear: both;
}

a {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
	color: #808080;
	font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #999999;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h6 a:hover,
h6 a:hover {
	color: #666666;
	text-decoration:none;
}
h4 {
	font-size: x-small;
}


/*
 * Header / bloglist on top:
 */
div.PageTop,
div.top_menu {
	margin: 3px 0;
}
div.PageTop ul,
div.top_menu ul {
	margin: 0;
	list-style-type:none;
	padding: 0;
	float: left;
}
div.PageTop li,
div.top_menu li {
	display: inline;
	padding-right: 1em;
}
div.PageTop a {
	color: #aaa;
}
div.PageTop a.selected {
	color: #fff;
	font-weight:bold;
}
div.top_menu a {
	color: #333;
}
div.top_menu a.selected {
	font-weight:bold;
}


/*
 * Title area styles:
 */
div.evo_title_area {
	padding: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
div.evo_title_area h2 {
	text-transform: lowercase;
	color: #808080;
	font-weight: normal;
}
div.evo_title_area div.widget_core_coll_tagline {
	letter-spacing: 4px;
	margin: 1ex 0;
}


/*
 * Styles for content
 */
table.prevnext_post {
	width: 600px;
	float: left;
	font-size: smaller;
}
table.prevnext_post td {
	padding: 0;
}
table.prevnext_post td a {
	color: #aaa;
}
table.prevnext_post td a:hover {
	color: #666666;
	text-decoration:underline;
}

.evo_req_title {
	margin: 0 0 12px 0;
	padding: 1px 0;
	border-bottom: 2px solid #aaa;
}
.evo_post
{
	clear: both;
	margin: 12 0 6px 0;
	padding: 0;
}
.evo_post_title {
	margin: 12px 0px 12px 0px;
	font-size: 100%;
	color: #999999;
	border-bottom: 1px solid #aaa;
	float: left;
	width: 600px;
}
.evo_post_head {
	font-size: 76%;
	color: #999;
}
.evo_post_text {
	margin: 12px 0px 6px 0px;
	font-size: 84%;
}
.evo_post_text p {
	margin: 1em 0;
	line-height: 115%;
}
.evo_post_foot
{
	color: #999;
	font-size: x-small;
	clear: both;
	margin: 1ex 0 2ex 0;
}

.evo_post_text a {
	text-decoration: none;
}

.evo_post_head a,
.evo_post_foot a {
	color: #999;
}

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 {
	font-size: 84%;
	padding: 0;
}

.evo_side_item ul {
	margin-top: 12px;
	list-style-type: none;
	text-align: left;
	margin-left: 6px;
}
.evo_side_item ul ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

.evo_side_item form {
	margin-top: 0px;
	margin-bottom: 0px;
}

input.SearchField
{
	margin: 6px 0px 6px 0px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0px;
	width: 220px;
}

/*
 * Special SideItems:
 */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {
	padding: 0;
}
.widget_core_coll_title,
.widget_core_coll_longdesc {
	border-bottom: none;
}
