@charset "utf-8";
/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body {
	background:#fff url(./images/bg.png) 0px 10px repeat-x;
	color:#555;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	padding:0;
	text-align:left;
	width:76em;
	background-color:#FFFFFF;
	border-left:1px dotted #F0F0F0;
	border-right:1px dotted #F0F0F0;
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:44em;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding:0; margin:0;
	padding-top:2em;
	width:18em;
}
#sidebar .sideblock {
	margin-bottom:20px;
}
#header{
	padding:10px 0px;
	margin:0;
}
#adsense_top {
	margin-top:10px;
}
#header a#blog_name {
	background:url('images/logo_top.gif') top left no-repeat;
	width:750px; height:60px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
/*************************************
 +Menu Top
 *************************************/
#menu {
	background:url('images/mnu_bg_off.jpg') repeat-x #333;
	height:24px; width:100%;
	color:#FFFFFF;
	overflow:hidden;
}
#menu ul {
	display:block;
	width:76em;
	margin:0;
	padding:0;
	height:25px;
}
#menu ul li {
	display: inline;
	position:relative; float:left;
	line-height: 25px;
	padding:0;
	margin:0 2px;
	_width:8em;
	height:25px;
}

#menu ul li a {
	display:block;
	height:25px;
	padding:0 15px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border:0;
}

#menu ul li#search {
	float:right;
	_width:30em;
}
#search input {
	background:#EEEEEE;
	border:1px solid #555555;
}
#search #searchsubmit {
	border:1px solid #555555;
	background:#CCCCCC;
	border-top-color:#F5F5F5;
	border-right-color:#F5F5F5;
}
#menu ul li a:hover, #menu ul li.current_page_item a
{
	background: #fff url(images/a18.gif) repeat-x top;
	color: #4A4A24;
	text-decoration: none;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3, h4 {
	font-family: HelveticaNeue, Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-weight:normal;
	margin:0;
}
#header p {
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2 {
	font-size:2em;
	font-weight:500;
}
.entrytitle h2 a {
	color:#003366;
}
.entrytitle h2 a:hover {
	color:#003399;
}
.entrytitle h3 {
	font-size:1.5em;
	color:#6F6F6F;
}
h3.homeTitList {
	background:url('images/post.gif') center left no-repeat;
	padding:0 0 0 20px; margin-bottom:2px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:1.0em;
	letter-spacing:normal;
	font-weight:bold;
}
#sidebar h3 {
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
.extlink {
	background:url('images/bullet_external.gif') 100% center no-repeat;
	padding-right:12px;
}
.href_comparacao {
	border-bottom:1px dashed #AA0000;
}
.smalltext { font-size:0.8em; line-height:1.2em; }

/*************************************
 +Entry
 *************************************/
.entry {
	margin-bottom:2em;
	padding-bottom:1em;
}
.entrytitle {
	clear:both;
}

.entrymeta{
	font-size:0.9em;
}
.posteddate {
	background:url('images/ico_calendar.png') left center no-repeat;
	padding:0;
	padding-left:20px;
	float:left;
}
.postedby {
	background:url('images/ico_user.png') left center no-repeat;
	padding:0;
	padding-left:20px;
	margin-left:20px;
}
.postrate { 
	padding:0;
	margin-left:20px;
}
.filedto {
	background:url('images/ico_tags.png') left center no-repeat;
	padding:3px;
	padding-left:20px;
	margin-left:20px;
}
.commentslink{
	background:url('images/ico_comments.png') left center no-repeat;
	padding:3px;
	padding-left:20px;
	margin-left:20px;
	clear:right;
}
.jacotei {
	margin:10px 0;
	padding:10px 0;
	clear:both;
	text-align:center;
	border:1px solid #F0F0F0;
	background-color:#F9F9F9;
}
.post_ads {
	text-align:center;
	margin:10px 0;
}
blockquote {
	margin:10px;
	padding:10px;
	background-color:#F7F7EA;
}
/*************************************
 +Sidebar
 *************************************/
#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul.parent li {
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:0.3em;
	padding:0.3em;
	font-weight:bold;
}
#sidebar ul.children li {
	border-bottom:1px dotted #EEEEEE;
	margin-bottom:0.2em;
	padding:0.2em;
	font-weight:normal;
}

/*************************************
 +Comments
 *************************************/
#commentform textarea {
	width:100%;
}
#commentform input, #commentform textarea {
	border:1px solid #d1d1d1;
	background:
}
#commentform textarea:focus, #commentform input:focus{
	background:#FFF;
	border:1px solid #a1a1a1;
}
.commentauthor {
	display:block;
	font-size:1.5em;
}
#comments {
	text-align:center;
	background-color:#F9F9F9;
	color:#666;
	padding:10px 0;
	margin:0; border:0;
	display:block;
}
#comments .commenttitle {
	font-weight:normal;
	font-size:1.2em;
	margin:0; border:0;
}
ol.commentlist {
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li {
	margin-bottom:0.5em;
	padding:0.5em 1em;
	list-style-position:outside;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
fieldset {
	border:1px solid #EEEEEE;
	padding:10px;
}
legend {
	font-size:1.2em;
	color:#666666;
	font-weight:bold;
}
fieldset label {
	display:block;
	width:90px;
	float:left;
	clear:left;
}

/*************************************
 +Misc
 *************************************/
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#000099;
}

/* -----------------------
    Submarino Shopping Posts
*/

#content #submarino_shp {
	position:relative;
	margin:0; padding:0;
	height:90px; overflow:hidden;
	font:"Trebuchet MS" 0.8em; 
	text-decoration:none;
	background-image:none;
	background-color:#FFFFFF;
}

#content #submarino_shp a {
	text-decoration:none;
	display:block;
	width:100%; height:100%
}

#content #submarino_shp img {
	position:absolute;
	top:5px; left:5px;
	float:left;
	width:80px; height:80px;
	margin:0; padding:0; border:0;
}

#content #submarino_shp h3 {
	font-size:1.2em; line-height:1.1em;
	font-weight:bold; color:#0169AE;
	margin:2px 0 2px 90px; padding:0;
	background-image:none;
}

#content #submarino_shp p {
	line-height:1em;
	margin-left:90px; padding:0;
	color:#666666;
	clear:right;
}

#content #submarino_shp p.preco {
	line-height:0.8em;
	margin:0 0 0 90px; padding:0;
	color:#FF0000;
}

#content #submarino_rodape {
	display:none; /*
	position:absolute; bottom:0px; left:0;
	margin:0; padding:0; border:0;
	width:100%; height:20px; overflow:hidden;
	background:url('/banners/submarino/mini_logo.gif') no-repeat right #0169AE;
	text-indent:-500px; */
}

