/* 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");	/* Default styles for the post CONTENT */
/*
 * Main page construct:
 */
*, html, body {
	margin:0;
	padding:0;
}
body {
	background:url(http://blog.ramadinha.com.br/wp-content/themes/default/images/bkgd.png) repeat-y;
	background-color: #fff;
	color: #000;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding: 0;
	height:100%;
	min-height:100%;
}
html {
	position:relative;
	color:#333;
	font:  90% Verdana, Helvetica, Arial, sans-serif;
	height:100%;
}
div.inner_wrapper {
	width:1020px;
	text-align:left;
	position:relative;
	min-height:100%;
	height:100%;
}
.evo_sidebar {
	width:240px;
	padding:10px 0 0 30px;
	float:left;
	background-color:#f1f1f1;
}
.evo_main_area {
	padding:45px 0 0 45px;
	width:700px;
	height:100%;
	min-height:100%;
	float:right;
}
p.baseline, p.baseline2 {
	font-size: 76%;
}
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:underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #e00000;
	font-size: 100%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #e00000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover, h6 a:hover {
	color: #aaa;
	text-decoration:none;
}
/*
 * Header / bloglist on top:
 */
div.PageTop, div.top_menu {
}
div.PageTop ul, div.top_menu ul {
}
div.PageTop li, div.top_menu li {
}
div.PageTop a {
}
div.PageTop a.selected {
}
div.top_menu a {
}
div.top_menu a.selected {
}
/*
 * Title area styles:
 */
div.evo_title_area {
}
div.evo_title_area h2 {
}
div.evo_title_area div.widget_core_coll_tagline {
}
/*
 * Styles for content
 */
table.prevnext_post {
	width: 100%;
}
table.prevnext_post td {
	font-size: 60%;
	padding: 0;
}
table.prevnext_post td a {
	color: #aaa;
}
table.prevnext_post td a:hover {
	color: #000;
	text-decoration:underline;
}
.evo_req_title {
	padding: 1px 0;
}
.evo_post {
	clear: both;
	padding: 0;
}
.evo_post_title {
	display:block;
	height:45px;
}
.evo_post_title a {
	font-size: 100%;
	color: #999;
	line-height:20px;
}
.evo_post_head {
	font-size: 76%;
	color: #999;
}
.evo_post_text {
	margin-top: 0px;
}
.evo_post_text p {
}
.evo_post_foot {
}
.evo_post_text a {
	text-decoration: underline;
}
.evo_post_head a, .evo_post_foot a {
}
input.bComment, textarea.bComment {
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
}
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%;
}
.evo_side_item ul {
	padding:0;
}
.evo_side_item ul ul {
	padding:0;
}
.evo_side_item form {
}
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;
}
/* Calendar: */
table.bCalendarTable caption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	width: 100%;
	border: solid 1px #ccc;
}
table.bCalendarTable td {
	color: #ccc;
}
table.bCalendarTable td.bCalendarLinkPost {
	color: #000;
}
.logo {
	padding:10px 0 0;
}
.mainmenu {
	margin: 40px 0;
	padding: 0;
	width: 200px; /*width of menu*/
}
.mainmenu div.sub_menu { /*DIV that contains each sub menu*/
}
.mainmenu div.sub_menu ul { /*UL of each sub menu*/
	list-style-type: none;
}
.mainmenu div.sub_menu ul li {
	margin:5px 0 5px 0;
}
.mainmenu div.sub_menu ul li a {
	font: 10px Verdana, Helvetica, sans-serif;
	margin:0;
	text-decoration: none;
	padding-left: 20px;
}
.mainmenu div.sub_menu ul li a:hover {
	color: #ff5c5c;
}
.img_menu {
	display:block;
	margin-top: 15px;
}

#arteinfolio {
display:block;
position:fixed;
outline:none;
left:30px;
bottom:5px;
}
