﻿/* Designed by Asevo - http://asevo.com */

@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('../timmydownloads/menu.css');
@import url('menu.css');
/* Import default comment styles */

/*
 * Main page construct:
 */
body {
	background-color: #572A85;
	color: #000;
	background-image: url('../../images/purplecomic.jpg');
}
#centercontent {
	width: 700px;
	clear: both;
	float: left;
	overflow: hidden;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: -30px;
}

div.head_zone {
	background-color: #393939;
	padding: 0 1em;
	margin-bottom: 3px;
	}
div.nav_zone {
	background-color: #ccc;
	padding: 0 1em;
}
div.main_zone
{
	margin: 12px;
	padding: 12px;
	width: 650px;
}
div.foot_zone
{
	padding: 0 1em;
	float: left;
	text-align: center;
	width: 650px;
}

div.inner_wrapper
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	width: 88ex;
	margin: 0 auto;
	padding: 1px;
}

.evo_main_area /* Left column */
{
	width: 650px;
	float: left;
	overflow: hidden;
}

.evo_sidebar /* Right column */
{
	width: 175px;
	float: left;
	overflow: hidden;
}

p.baseline {
	font-size: 90%;
	margin: 3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

/*
 * General styles:
 */
div.clear {
	clear: both;
}

a {
	color: #632163;
	text-decoration: none;
}
a:hover {
	color: #632163;
	text-decoration: none;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin: 2ex 0 1ex 0;
	color: #632163;
	font-size: small;
	font-family: "Trebuchet MS";
	font-weight: normal;
	letter-spacing: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #632163;
	line-height: 125%;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h6 a:hover,
h6 a:hover {
	text-decoration: none;
}


/*
 * 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 {
	height: auto;
	width: 650px;
	padding-right: 15px;
	padding-left: 15px;
}
div.evo_title_area h2 {
	font-size: 180%;
	margin: 2em 0 0 0;
}
div.evo_title_area div.widget_core_coll_tagline {
	letter-spacing: 4px;
}


/*
 * Styles for content
 */
table.prevnext_post {
	width: 100%;
}
table.prevnext_post td {
	font-size: 84%;
	padding: 0;
}
table.prevnext_post td a {
	color: #aaa;
}
table.prevnext_post td a:hover {
	color: #000;
	text-decoration:underline;
}

.evo_req_title {
	margin: 0 0 2ex 0;
	padding: 1px 0;
}
.evo_post
{
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
}
.evo_post_title {
	font-family: "SF Cartoonist Hand SC";
	font-size: x-large;
	color: #5C1D5C;
	letter-spacing: 2px;
	line-height: 150%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #632163;
	font-weight: bold;
}
.evo_post_head {
	font-size: 76%;
	color: #999;
}
.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;
}



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%;
	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;
}

/*
 * 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;
}

#sidebar {
	float: left;
	width: 30%;
	position: relative;
	padding-left: 10px;
}
#sidebar2 {
	position: relative;
	float: left;
	border: medium double #591E59;
	margin-top: 20px;
	width: 40%;
}
#container {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
	vertical-align: top;
	text-align: left;
	width: 700px;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -350px;
	margin-bottom: 50px;
	height: auto;
	background-color: #FFFFFF;
}
#mast {
}
.style1 {
	margin-left: 10px;
	border-width: 0px;
}
.style2 {
	border-style: solid;
	border-width: 0;
	margin: 5px;
	text-align: center;
}
.style3 {
	margin-top: 50px;
	text-align: center;
	border-top-style: double;
	border-top-width: 2px;
	border-top-color: #800080;
}
.style4 {
	margin-left: -20px;
	margin-top: -14px;
}
.style6 {
	margin-right: -10px;
}
.style7 {
	text-align: center;
}
.style10 {
	border: 1px dashed #993399;
	padding: 6px;
	margin-top: 25px;
	margin-bottom: 0px;
	text-align: justify;
}
#parent {
	float: left;
	width: 100%;
	position: relative;
}
#flash1 {
	width: 700px;
	margin-bottom: 0px;
	height: 400px;
}
#centercontent {
	clear: both;
	float: left;
	overflow: hidden;
	margin-right: 15px;
	margin-left: 15px;
	width: 650px;
	padding-right: 10px;
	padding-left: 10px;
}
.style5 {
	float: right;
	margin-left: 5px;
}
.stylesideblog {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	letter-spacing: 1px;
}
.float {
	float: left;
	margin-right: 12px;
	margin-bottom: 3px;
}
.indent {
	margin-right: 12px;
	margin-left: 12px;
	border-width: 0px;
	font-size: smaller;
}
.rambling a {
	font-size: larger;
	font-weight: bold;
}
.rambling li {
	margin-top: 18px;
}
.videoblock {
	width: 400px;
	height: 325px;
	margin-bottom: 12px;
	margin-left: -6px;
}
.btext img {
	float: left;
	margin: 3px;
}
