/*
Theme Name: Hcast 
Theme URI: http://www.hcast.com.br/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Caetano Neto
Author URI: http://caetanoneto.com/
Tags: wine, custom header, fixed width, three columns, widgets
Text Domain: hcast

	Hcast v1.0
	 http://caetanoneto.com/

	This theme was designed and built by Caetano Neto,
	whose blog you will find at http://caetanoneto.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	background: url(_images/bgBody.jpg) repeat-x #700000;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman";
	color: #371111;
}
p, h1, h2, h3, h4, h5, h6, h7, ul, ol, dl {
	margin: 0;
	padding: 0;
}
.entry h2, h3 {
	padding-top: 20px;
}
.entry p {
	line-height: 22px;
}
p {
	padding: 5px 0;
}
a {
	color: #1f4ad5;
}
a:hover {
	color: #700000;
	text-decoration: none;
}
a img {
	border: none;
}

blockquote {
	background-color: #efefef;
	padding: 20px;
	font-size: 18px;
	font-style: italic;
}
blockquote span.autor {
	font-weight: bold;
	font-size: 14px;
	display: block;
	line-height: 12px;
}
blockquote span.profissao {
	font-size: 12px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

ul {
	list-style: none;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}

#page {
	width: 1000px;
	margin: 0 auto;
}
#header {
	background: url(_images/header.jpg) repeat-x center top;
	position: relative;
	min-width: 1000px;
	height: 202px;
	margin-bottom: 14px;
}
#headerContent {
	width: 1000px;
	margin: 0 auto;
}
h1#logo, h1#logo a {
	margin: 0;
	padding: 0;
	width: 290px;
	height: 180px;
	position: relative;
	left: 0;
	float: left;
}
h1#logo a {
	display: block;
	left: 0;
	overflow: hidden;
	text-indent: -9999px;
	margin-right: 90px;
}
ul#mainMenu {
	margin: 0 0 0 290px;
	padding: 0;
	position: relative;
	list-style: none;
}
ul#mainMenu li {
	text-indent: -9999px;
	height: 182px;
	float: left;
}
ul#mainMenu li:hover, ul#mainMenu li.selected {
	background: url(_images/menuBgHighLight.png) no-repeat center top;
}

ul#mainMenu li a, ul#mainMenu li span {
	display: block;
	width: 142px;
	height: 140px;
	position: relative;
	top: 42px;
	cursor: pointer;
}
ul#mainMenu li.home a {
	background: url(_images/menuHome.png) no-repeat center top;
}
ul#mainMenu li.podcast a {
	background: url(_images/menuHcast.png) no-repeat center top;
}
ul#mainMenu li.videocast a {
	background: url(_images/menuVideo.png) no-repeat center top;
}
ul#mainMenu li.colunas span {
	background: url(_images/menuColunas.png) no-repeat center top;
}
ul#mainMenu li.contatos a {
	background: url(_images/menuContatos.png) no-repeat center top;
}

/* Submenu */
ul#mainMenu li.colunas {
	position: relative;
	z-index: 100;
}
ul#mainMenu li.colunas ul {
	display: none;
	background:url("_images/bgTransp333.png");
	left:-23px;
	padding:10px;
	position:absolute;
	top:182px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px
}
ul#mainMenu li ul li, ul#mainMenu li ul li a {
	text-indent: 0;
	height: auto;
	float: none;
	text-decoration: none;
	top: 0;
	color: #aaa;
	padding: 2px 0;
}
ul#mainMenu li ul li:hover {
	background: none;
}
ul#mainMenu li ul li a:hover {
	color: #fff;
}

/* --- Side Bar ---- */
#sidebar div {
	margin: 14px 0;
}
#sidebar #searchPaginas {
	margin-top: 0;
}
#rssPodcast {
	background: #FFF;
	text-align: center; 
	padding: 10px 0;
}

#facebook {
	background-color:#FFF;
	width: 250px;
}

/* --- BANNERS ---  */
#mainBannerWrapper {
	position: relative;
}
#mainBanner {
	height: 230px;
	background-color: #FFF;
	padding: 10px;
	list-style: none;
	margin: 0 0 14px;
}
#mainBanner li, #mediumBanners li {
	position: absolute;
}
#mainBannerWrapper .navBannerMenu {
	position: absolute;
	bottom: 15px;
	right: 11px;
}
#mainBannerWrapper .navBannerMenu li {
	float: left;
}
#mainBannerWrapper .navBannerMenu li a {
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 2px;
	background: url(_images/navBanner.png) no-repeat;
}
#mainBannerWrapper .navBannerMenu li a.selecionado {
	background: url(_images/navBannerSelecionado.png) no-repeat;
}

#frameMercadoLivre {
	float: right;
	margin-bottom: 14px;
}

/* --- INDEX.PHP --- */
#leftColumn, #centerColumn, #rightColumn {
	margin-bottom: 14px;
}
#leftColumn {
	width: 272px;
	float: left;
}
#leftColumn #facebook {
	margin: 14px 0;
}
#latestPodcast {
	width: 230px;
	height: 118px;
	background: #FFF url(_images/bannerCast.jpg) no-repeat center center;
	padding:  110px 10px 10px;
	margin-bottom: 14px;
}
#latestPodcast h3 {
	
}

#searchPaginas {
	margin-bottom: 14px;
	background: #fff;
	padding: 10px;
	padding-bottom: 20px;
	width: 230px;
}
#searchform label {
	display: none;
}
#searchform #s, #searchform #searchsubmit {
	background: #f1f1f1;
	border: 1px solid #999;
	font-size: 12px;
	padding: 5px;
}
#searchform #s {
	width: 181px;
	padding: 6px 5px;
}
#searchPaginas ul {
	
}
#searchPaginas ul li {
	padding: 5px 0;
	font-size: 14px;
	border-bottom: 1px solid #999;
}
#searchPaginas ul li h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	padding-left: 36px;
	background: url(_images/iconVeja.jpg) no-repeat left center;
}
#searchPaginas ul li a {
	text-decoration: none;
}

#centerColumn {
	width: 415px;
	padding: 20px;
	float: left;
	background: #FFF;
	clear: right;
	font-size: 14px;
}
#centerColumn p {
	padding: 0;
}
#centerColumn div.post {
	min-height: 80px;
	border-bottom: 1px solid #999;
	margin-top: 10px;
	padding-bottom: 10px;
}
#centerColumn div.post:first-child {
	margin-top: 0;
}
#centerColumn div.post:last-child {
	border: 0;
}
#centerColumn div.post h2, #centerColumn div.post p {
	margin-left: 80px;
}
#centerColumn div.post h2 a {
	font-size: 20px;
	text-decoration: none;
}
#centerColumn div.post p small {
	color: #999;
}
#centerColumn div.post p.thumb {
	float: left;
	margin-right: 5px;
	margin-left: 0;
	padding-left: 3px;
	padding-bottom: 4px;
	background: url(_images/thumbShadow.jpg) no-repeat;
	
}

#centerColumn div.category-podcast-de-quadrinhos-hcast p.thumb, 
#centerColumn div.category-hcast-o-videocast-de-quadrinhos p.thumb {
	float: none;
	text-align: center;
	background: none;
	margin-bottom: 5px;
}

#centerColumn div.category-podcast-de-quadrinhos-hcast h2, 
#centerColumn div.category-hcast-o-videocast-de-quadrinhos h2,
#centerColumn div.category-podcast-de-quadrinhos-hcast p, 
#centerColumn div.category-hcast-o-videocast-de-quadrinhos p {
	margin-left: 0;
}
#centerColumn p.author {
	padding-top: 7px;
}

.postmetadata a {
	white-space: nowrap;
}

#rightColumn {
	float: right;
	width: 250px;
}
.comercial {
	margin: 14px 0;
	width: 230px;
	padding: 10px;
	background-color:#FFF;
}
#mediumBanners {
	width: 230px;
	height: 195px;
}


/* --- SINGLE.php --- */
.oeste {
	width: 250px;
	float: left;
}
.leste {
	float: right;
	width: 684px;
	background: #FFF;
	padding: 22px;
	margin-bottom: 14px;
}
#single .post h2 {
	font-size: 48px;
	margin-bottom: 7px;
}
.post .infoPost {
	margin-bottom: 22px;
	overflow: hidden;
}
.post .infoPost span {
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
}
.post .infoPost small {
	line-height: 20px;
}
.contentDetail {
	margin-bottom: 13px;
}
.metadaDetail {
	color: #999;
	clear: both;
}

.navigation {
	margin: 10px 0;
	overflow: hidden;
}
.navigation div {
	width: 300px;
	font-size: 12px;
}
.navigation .alignright {
	text-align: right;
}
.tweetmeme_button {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}


.postRelacionadosTitle {
	clear: both;
	border-bottom: 1px solid #ccc;
}
.postRelacionadosList {
	font-size: 12px;
	list-style: none;
}
.postRelacionadosList li {
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}
.postRelacionadosList li:hover {
	background-color:#eee;
}
.postRelacionadosList li a {
	display: block;
}

.detalhesComentarios {
	clear: both;
	padding-top: 14px;
}
ol.commentlist {
	list-style: none;
}
.comment-body {
	margin: 15px 0;
}
cite.fn {
	font-size: 20px;
}
.says {
	font-size: 12px;
}
.comment-meta {
	font-size: 12px;
}
img.avatar {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
.comment-body p {
	padding: 5px 37px;
	color: #666;
	font-size: 14px;
}
#respond {
	clear: both;
	padding-top: 14px;
}

#commentform {
	display: block;
}
#commentform label {
	font-size: 12px;
}
#commentform #url, #commentform #email, #commentform #author {
	font-size: 20px;
	width: 400px;
	padding: 5px;
}
#commentform #comment {
	width: 400px;
	padding: 5px;
}

.boo-widget {
	clear: both;
	padding-top: 28px;
}
/* --- FOOTER --- */
#footer {
	clear: both;
	padding: 10px;
	background: #fff;
	margin: 14px 0;
	overflow: hidden;
	font-size: 12px;
}
#footer ul {
	float: left;
	list-style: none;
	margin-right: 40px;
	margin-bottom: 14px;
}
#footer ul li h3 {
	font-size: 12px;
	color: #700000;
	padding-top: 0;
}
#footer ul li a {
	display: block;
	padding: 3px 0;
}
#footer #castFooter h3 {
	width: 94px;
	height: 94px;
	text-indent: -999px;
	overflow: hidden;
	background: url(_images/footerHcast.jpg) no-repeat;
}
#footer #copyAgradecimentos {
	clear: both;
}
#agradecimentos {
	float: right;
	text-align: right;
}
#copyright {
	float: left;
}
.podPress_downloadlinks {
	height: auto !important;
}

/* ---- TOP TOP --- */
#comentaristasElite, #maisComentados {
	padding-bottom: 10px;
}
#comentaristasElite h3, #maisComentados h3 {
	padding-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
#comentaristasElite li, #maisComentados li {
	padding: 5px 0;
	border-bottom: 1px solid #999;
	vertical-align: middle;
}
#comentaristasElite a, #maisComentados a {
	text-decoration: none;
}
#comentaristasElite li img {
	vertical-align: middle;
}
#comentaristasElite li span {
	display: inline-block;
	vertical-align: middle;
}
.wp-caption-text {
	background-color: black;
	color: white;
	padding: 3px 5px;
	margin-right: 10px;
}


