@import url('css/reset.css');
@import url('css/default.css');
/*
Theme Name: Os Consumidores
Theme URI: http://www.osconsumidores.com.br/
Description: Layout baseado no modelo StyleIsle para Wordpress
Version: 0.1
Author: Emilio Conde
Author URI: http://www.osconsumidores.com.br/
*/
body {
	font:normal 11px Tahoma, Verdana, Arial;
	background-image:url('./imagens/bg.gif');
}
a {
	color:#004882;
	text-decoration:none;
}
a:hover {
	color:#41C5EF;
}
/* header */
#top{
	background:url('./imagens/bg-top.gif') repeat-x 0 0;
}
#header{
	width:980px;
	height:242px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#848383;
}
#page-menu {
	text-transform:uppercase;
	float:left;
	width:693px;
	height:33px;
	line-height:33px;
	overflow:hidden;
	font-size:12px;
}
#page-menu li, #menu-footer li{
	display:inline;
	padding:0 8px;
}
#page-menu a, #menu-footer a{
	color:#848383;
}
#page-menu a:hover, #menu-footer a:hover {
	color:#006;
}
#top-search-wrap {
	float:right;
	width:264px;
	height:30px;
	margin-right:10px;
}
#top-search, #footer-search {
	background:transparent url('./imagens/bg-search.jpg') no-repeat 0 0;
	width:264px;
	height:30px;
	position:relative;
	top:0;
}
#top-search input, #footer-search input {
	border:medium none;
	background:transparent;
	position:absolute;
	color:#BEBEBE;
}
#top-search .input-text, #footer-search .input-text{
	font-size:11px;
	width:153px;
	left:5px;
	top:5px;
	color:#999;
}
#footer-search .input-text{
	top:9px;
}
#top-search .input-submit, #footer-search .input-submit{
	width:65px;
	height:24px;
	padding:0;
	right:30px;
	top:6px;
	cursor:pointer;
}
/* branding */
#branding {
	height:134px;
	padding-left:6px;
}
#logo{
	float:left;
}
#banner{
	width:500px;
	height:120px;
	float:left;
	margin:5px 0 0 34px;
}
#category-menu {
	text-transform:uppercase;
	float:left;
	width:693px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size:12px;
}
#category-menu ul{
	margin-top:3px;
	text-align:left;
}
#category-menu li {
	display:inline;
	margin-right:17px;
}
#category-menu li a {
	color:#fff;
}
#category-menu li a:hover {
	text-decoration:underline;
}
#sub-menu{
	width:100%;
}
#social-menu, #social-menu-footer{
	width:206px;
	height:24px;
	float:right;
	margin:10px 0 0 0;
}
#social-menu li, #social-menu-footer li{
	float:left;
	margin-left:9px;
}
/*menu drop down*/
#menu-drop{
	background:url('./imagens/bg-drop.gif') no-repeat;
	width:357px;
	height:41px;
	float:right;
}
#menu-drop select{
	width:150px;
	float:right;
	margin:10px 20px 0 0;
	color:#fff;
	background-color:#006;
	border:1px solid #7E7E7E;
	padding:3px;
	font-weight:bold;
	letter-spacing:1px;
}
#menu-drop option, #menu-drop-footer option{
	border:none;
}
#menu-drop select.expand, #menu-drop-footer select.expand {
	width: auto;
}

/* container */
#container {
	width:980px;
	margin:0 auto;
	background-color:#FFFFFF;
}
/* content */
#content {
	float:left;
	width:590px;
	margin:6px 6px 20px 6px;
}
#destaques{
	margin-bottom:10px;
}
/* mini post */
.box-category {
	float:left;
}
.box-category-in {
	width:276px;
	height:332px;
	padding:0 7px 7px;
	overflow:hidden;
}
.box-category-in-no-image {
	background:transparent url('./imagens/mini-post-bottom-bg.gif') no-repeat 0 135px !important;
}
.odd {
	margin-right:8px;
}
.box-title {
	color:#fff;
	height:34px;
	line-height:34px;
	white-space:nowrap;
}
.box-title a{
	color:#fff;
}
.box-category .title a {
	color:#4D7CB3;
}
.box-category .title a:hover {
	color:#555555;
}
.box-category img {
	margin:8px auto 10px;
	width:276px;
	height:142px;
}
.box-category .entry {
	height:96px;
	padding-top:4px;
	overflow:hidden;
}
.box-category .entry a{
	color:#000;
}
.box-category .box-more-title {
	height:35px;
	line-height:35px;
	color:#201F1F;
	text-transform:uppercase;
}
.box-category .box-more-title a{
	color:#201F1F;
}
.box-category .more-title {
	margin:10px 0 10px 0;
}
.box-category .more-title li {
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.box-category .more-title li a{
	color:#570031;
}
.box-category .read-more {
	background:#919191 url('./imagens/ler-mais-bg.gif') repeat-x 0 0;
	display:block;
	width:63px;
	height:22px;
	line-height:20px;
	text-align:center;
	color:#FFFFFF;
	border:1px solid #F3F3F3;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	float:right;
	margin-right:10px;
}
.no-image {
	background:#FFFFFF url('./imagens/mini-post-top-no-image-bg.gif') repeat-x 0 0 !important;
}
.pagetitle, .center {
	font:normal 25px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3C589E;
	text-transform:uppercase;
	margin-left:14px;
}
/* post */
.post{
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 0 15px;
}
.post .title {
	font-size:18px;
	color:#211F1F;
	margin-bottom:3px;
}
.post .title a {
	color:#211F1F;
}
.post .meta {
	margin-bottom:10px;
	font-size:11px;
}
.post .meta a{
	color:#211F1F;
}
.post .entry{
	font-size:13px;
}
.post .separador{
	display:inherit;
	width:50%;
	margin:0 auto;
	background:none;
	height: 1px;
	border: 0;
	border-top:#3E5AA1 dashed 1px;
}
/* sidebar */
#sidebar {
	float:right;
	width:352px;
	margin:6px 6px 0 0;
}
.widget {
	margin-bottom:15px;
}
#sidebar #primary .widget-title {
	font-size:17px;
	font-family:'Trebuchet MS', Verdana, Tahoma;
	font-weight:bold;
	color:#293E7E;
	text-transform:uppercase;
	height:23px;
}
.widget-content a {
	color:#5D5D5D;
}
.widget-content li {
	height:27px;
	line-height:27px;
	overflow:hidden;
	border-bottom:1px solid #F0ECDE;
}
.widget-content li li {
	border:none;
}
#calendar_wrap {
	padding:5px 5px 0;
}
#sidebar #secondary .widget-title {
	background:#1C84B1 url('./imagens/widget-title-bg.gif') repeat-x 0 0;
	overflow:hidden;
	font:normal 12px 'Trebuchet MS', Verdana, Tahoma;
	height:23px;
	line-height:23px;
	color:#FFFFFF;
	border:1px solid #368ACE;
	padding:0 5px;
}
#sidebar .widget-content li {
	padding:0 5px;
}
/* footer */
#footer {
	background-color:#fff;
	width:980px;
	height:100%;
	margin:0 auto;
}
#menu-footer {
	background:url('./imagens/bg-menu-footer.gif') repeat-x;
	text-transform:uppercase;
	float:left;
	width:686px;
	height:34px;
	line-height:33px;
	overflow:hidden;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}
#footer-search-wrap {
	float:left;
	width:294px;
	height:34px;
	margin-left:70px;
}
#footer-search {
	background:transparent url('./imagens/bg-search-footer.jpg') no-repeat 0 0;
}
#menu-dropdown-footer{
	width:100%;
	background:#fff url('./imagens/bg-drop-footer.gif') no-repeat left;
	height:32px;
}
#menu-drop-footer{
	width:377px;
	height:32px;
	float:left;
}
#social-menu-footer{
	float:right;
	margin:0;
	margin-top:4px;
	margin-right:237px;
	margin-bottom:5px;
}
#menu-drop-footer select{
	width:150px;
	float:right;
	margin:3px 45px 0 0;
	color:#fff;
	background-color:#006;
	border:1px solid #7E7E7E;
	padding:3px;
}
#copyright{
	background:url('./imagens/bg-copyright.gif') repeat-x;
	height:18px;
	line-height:16px;
	text-align:right;
	padding-right:10px;
}
/*comentários*/
.comment{
	border:#F7F7F7 solid 1px;
	width:100%;
	margin-bottom:10px;
}
#comments, .commentlist, #respond{
	margin-left:15px;
}
#commentform p{
	margin-top:5px;
}
.comment-meta{
	margin-bottom:5px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
