/*
Theme Name: Caf&eacute; Dourado
Theme URI: http://www.cafedourado.com.br/
Description: Tema Caf&eacute; Dourado 2010
Version: 4.0
Author: ghsehn
Author URI: http://www.ghsweb.com.br/
Tags: cafe, dourado, uhules
Text Domain: cafedourado
*/

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #FFF url(images/background.png) repeat;*/
	background: #FFF url(images/bg_primavera.png) repeat;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	color: #069;
}

#cafe_layout {
	width: 920px;
	background: url(images/bg_layout.png) repeat-y;
	margin: 0 auto;
	padding: 0 30px;
}

#layout_limit {
	width: 880px;
}

#topo {
	/*background: url(images/banner.png) no-repeat;*/
	background: url(images/banner_primavera.png) no-repeat;
	height: 182px;
}

#topo h1 {
	padding: 46px 0 0 69px;
}

#topo h1 a {
	display: block;
	width: 219px;
	height: 44px;
	overflow: hidden;
	text-indent: -9999px;
}

#menu {
	margin-top: 45px;
}

#menu a {
	display: block;
	float: left;
	/*background: url(images/menu.png) 0 17px no-repeat;*/
	background: url(images/menu_primavera.png) 0 17px no-repeat;
	width: 100px;
	height: 47px;
	overflow: hidden;
	text-indent: -9999px;
}

a#nav_equipe { background-position: -100px 17px; }
a#nav_noticias { background-position: -200px 17px; }
a#nav_valores { background-position: -300px 17px; }
a#nav_fancenter { background-position: -400px 17px; }
a#nav_forum { background-position: -500px 17px; }

a#nav_home:hover { background-position: 0 -31px; }
a#nav_equipe:hover { background-position: -100px -31px; }
a#nav_noticias:hover { background-position: -200px -31px; }
a#nav_valores:hover { background-position: -300px -31px; }
a#nav_fancenter:hover { background-position: -400px -31px; }
a#nav_forum:hover { background-position: -500px -31px; }

#cont_dourado {
	background: #C99701;
	color: #FFF;
	height: 198px;
	border-bottom: 1px solid #836301;
}

#cont_dourado a {
	color: #FFF;
	text-decoration: none;
}

#padding_dourado {
	padding: 4px 5px;
}

#twitter_cd, #forum_cd {
	width: 215px;
	height: 190px;
	background: url(images/box_dourado.gif) no-repeat;
	float: left;
}

#twitter_cd ul, #forum_cd ul {
	margin: 0;
}

#twitter_cd ul li, #forum_cd ul li {
	list-style: none;
} 

#twitter_cd h3, #forum_cd h3 {
	margin: 0;
	padding: 0;
}

#twitter_cd h3, #forum_cd h3 {
	background: url(images/twitter_e_forum.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 35px;
	height: 8px;
	margin: 9px 0 9px 8px;
}

#twitter_cd h3 {
	height: 7px;
}

#forum_cd h3 {
	width: 36px;
	height: 8px;
	background-position: 6px -7px;
	margin-bottom: 8px;
}

.box_dourado_padding {
	text-align: center;
	padding: 5px;
}

#destaques_cd {
	float: left;
	width: 430px;
	height: 190px;
	background: url(images/box_dourado_principal.gif) no-repeat;
	margin: 0 5px;
}

#cont_cinza {
	padding: 4px 5px;
}

#boxes_esquerda, #boxes_direita {
	float: left;
	width: 215px;
}

#boxes_centro {
	float: left;
	width: 650px;
	margin-left: 5px;
}

body.home #boxes_centro, body.error404 #boxes_centro, body.page-template-archives-php #boxes_centro {
	width: 430px;
	margin: 0 5px;
}

.cd_box {
	background: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	padding: 2px;
}

.box_conteudo {
	padding: 4px;
}

h3 {
	background: #09C url(images/seta_cima.gif) 19px 20px no-repeat;
	color: #FFF;
	font-weight: normal;
	font-size: 9px;
	padding: 4px 0 8px 12px;
}

h3.dourado {
	background-color: #E0A901;
}

h3.vermelho {
	background-color: #C00;
}

h3.preto {
	background-color: #333;
}

h3 a {
	color: #FFF;
	text-decoration: none;
}

dl#menu_lateral dt a {
	display: block;
	background: #EBC128;
	color: #FFF;
	text-decoration: none;
	margin: 1px 0 0 0;
	padding: 5px;
}

dl.dl_sub {
	border-top: 1px solid #FFF;
}

dl#menu_lateral dl.dl_sub a {
	background: #CCC url(images/seta_baixo.gif) 16px 0 no-repeat;
	padding-left: 16px;
}

dl#menu_lateral dl.dl_sub a:hover {
	background-color: #F0F0F0;
	color: #808080;
}

#pre_rodape {
	background: #E0E0E0;
	padding: 4px;
}

#stats_rodape {
	float: left;
	width: 80px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#stats_rodape:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#links_rodape {
	float: left;
	width: 710px;
	color: #333;
	text-align: center;
}

#links_rodape a {
	color: #808080;
	text-decoration: none;
}

#links_rodape a:hover {
	color: #333;
}

#rodape {
	background: #6A6A53;
	font: 10px Verdana, Arial, sans-serif;
	color: #afaf8f;
	min-height: 60px;
	height: auto !important;
	height: 40px;
	padding: 6px;
}

#rodape a img {
	border: 0;
}

#rodape_left {
	float: left;
	padding: 15px 0 0 25px;
}

#rodape_right {
	float: right;
	padding: 4px 10px 0 0;
}

#rodape a {
	color: #FFF;
	text-decoration: none;
}

.clear {
	clear: both;
}

.post {
	padding: 4px;
}

.post h2 {
	font-weight: bold;
	font-size: 11px;
}

.post h2 a {
	color: #333;
}

.post h2 a:hover {
	color: #808080;
	text-decoration: none;
}

.post_img {
	float: left;
	width: 80px;
}

.post_dados {
	float: left;
	width: 318px;
	text-align: justify;
	padding-left: 6px;
}

.alt {
	background: #F0F0F0;
}

.conteudo_post p, .post_single p {
	margin-bottom: 15px;
}

h2.big_title {
	font: normal 20px 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #808080;
}

.post_single {
	font-size: 11px;
}

#single_post_info {
	font-size: 10px;
	background: url() -5px -18px no-repeat;
	height: 40px;
	padding: 14px 0 0 55px;
}

#single_post_info p {
	margin-bottom: 4px;
}

.post-edit-link {
	display: block;
	background: #F0F0F0;
	color: #808080;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	border: 2px solid #D0D0D0;
	margin-top: 10px;
	padding: 4px;
}

.post-edit-link:hover {
	background: #D0D0D0;
	color: #333;
	border-color: #808080;
}

#tweets, #forum_posts {
	overflow: auto;
	height: 154px;
	text-align: left;
}

#tweets li, #forum_posts li {
	border-bottom: 1px solid #ECBB27;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#forum_posts li {
	margin-bottom: 4px;
	padding-bottom: 4px;
}

#tweets li.alt_tweet {
	background: #ECBB27;
}

a img {
	border: 0;
}

.form-comum label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 2px;
	padding-top: 5px;
}

.form-comum input, .form-comum select, .form-comum textarea {
	width: 200px;
	border: 1px solid #D0D0D0;
	margin-bottom: 2px;
	padding: 2px;
}

.form-comum input:focus, .form-comum select:focus, .form-comum textarea:focus {
	border-color: #808080;
	outline: 0;
}

.form-comum textarea {
	width: 400px;
	padding: 4px;
	border: 1px solid #D0D0D0;
}

.form-comum button {
	display: block;
	padding: 4px;
}

.form-comum br {
	clear: both;
}

.comentario_alt {
	background: #F0F0F0;
}

.comentario {
	margin-bottom: 4px;
	border: 0 solid #D0D0D0;
	border-width: 0 1px 1px 0;
	padding-right: 5px;
}

.comentario_conteudo {
	float: left;
}

.comentario_body {
	width: 565px;
	padding: 10px 0 6px 4px;
}

.autor_comentario_imager {
	float: left;
	background: url() -5px -18px no-repeat;
	width: 60px;
	height: 50px;
}

h2.pagetitle {
	color: #000;
	font: bold 18px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	margin-bottom: 10px;
}

#select_img_fonte {
	display: none;
	width: 398px;
	background: #FFF;
	border: 1px solid #D0D0D0;
	position: absolute;
	margin-left: 100px;
	margin-top: -3px;
	overflow: auto;
	height: 200px;
}

#select_img_fonte a {
	display: block;
	text-align: center;
	padding: 6px;
}

#select_img_fonte a:hover {
	background: #D0D0D0;
}

select#fonte option {

}

ul, ol {
	margin-left: 20px;
}

#box_emblemas {
	width: 620px;
	border: 1px solid #D0D0D0;
	margin-top: 20px;
}

#qtd_emblemas {
	background: #F0F0F0;
	padding: 8px;
	font-weight: bold;
	border-bottom: 1px solid #D0D0D0;
}

#emblemas_habbo span {
	display: block;
	width: 42px;
	height: 42px;
	float: left;
	margin: 5px 10px;
}

#box_amigos {
	width: 620px;
	border: 1px solid #D0D0D0;
	margin-top: 20px;
}

#amigos_habbo {
	height: 334px;
	overflow: auto;
}

#qtd_amigos {
	background: #F0F0F0;
	padding: 8px;
	font-weight: bold;
	border-bottom: 1px solid #D0D0D0;
}

.amigo_habbo {
	cursor: pointer;
	width: 198px;
	background: #FFF url() -10px -20px no-repeat;
	height: 45px;
	float: left;
	margin: 2px 0 0 2px;
	border: 0 solid #D0D0D0;
	border-width: 0 1px 1px 0;
}

.amigo_alt {
	background-color: #F0F0F0;
}

.info_amigo {
	padding: 12px 4px 4px 50px;
	font-weight: bold;
}

.valor_mobi {
	float: left;
	width: 300px;
	background: #F0F0F0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 2px 4px 2px;
	padding: 4px;
}

.valor_mobi h4 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.valor_mobi_imagem {
	float: left;
	background: #D0D0D0;
	padding: 4px;
	width: 36px;
	height: 36px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 4px;
}

.valor_mobi_info {
	float: left;
	width: 200px;
}

.preco_subiu, .preco_desceu {
	background-color: #e2efe1;
	background-image: url(../../plugins/valores/subiu.gif);
	background-repeat: no-repeat;
	background-position: 278px 10px;
}

.preco_desceu {
	background-color: #efe1e1;
	background-image: url(../../plugins/valores/desceu.gif) !important;
}

.preco_subiu .valor_mobi_imagem {
	background: #b4e0b1;
}

.preco_desceu .valor_mobi_imagem {
	background: #dfb0b0;
}

#valores_random_sidebar {
	margin: 0;
	padding: 0;
}

#valores_random_sidebar .mobi {
	background: #FFF;
	margin: 2px 3px;
	padding: 4px;
}

#link_todos_valores {
	background: #F0F0F0;
	display: block;
	text-align: right;
	padding: 4px;
}

#lista_cats dt a {
	float: left;
	font-size: 11px;
	text-decoration: none;
	color: #0080C0;
	display: block;
	width: 260px;
	margin: 2px;
	padding: 8px 8px 8px 30px;
	background: #F0F0F0 url() 5px 5px no-repeat;
	border: 1px solid #F0F0F0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#lista_cats dt a:hover {
	color: #000;
	background-color: #E5E5E5;
}

#valores_random_sidebar .alt {
	background: #F0F0F0;
}

#valores_random_sidebar .valor_mobi_imagem {
	background: none;
	padding: 0;
}

#valores_random_sidebar .info_mobi {
	float: left;
	width: 150px;
}

#valores_random_sidebar b {
	display: block;
	margin-top: 4px;
	margin-bottom: 2px;
}

#destaque {
	width: 424px;
	height: 187px;
	margin: 2px 3px;
}

#destaque_spacer {
	padding-top: 127px;
}

#destaque_info {
	height: 60px;
	font: 13px Verdana, Tahoma, Helvetica, sans-serif;
	color: #FFF;
	background: url(/wp-content/plugins/destaques/overlay.png) repeat;
}

#destaque_info div {
	padding: 15px 12px;
}

#destaque_info a {
	display: block;
	color: #FFF;
	font: bold 11px Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 4px;
}

#destaque_info small {
	font: 10px Verdana, Tahoma, Helvetica, sans-serif;
}

#tabela_horarios {
	width: 100%;
	font-size: 10px;
}

#tabela_horarios thead th {
	background: #D0D0D0;
	border: 0 solid #999;
	border-width: 0 1px 1px 0;
	text-align: center;
	font-weight: normal;
	padding: 4px;
}

#tabela_horarios tbody td {
	padding: 4px;
	border: 0 solid #D9D9D9;
	border-width: 0 1px 1px 0;
}