@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0px;
}
/* GERAL */
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
}
small {}
a {
	text-decoration: none;
	color: #09F;
}
a:hover {
	color: #999;
}
a img {
	border: 0;
}
.displaynone {
	display: none;
}
.clearboth {
	clear: both;
}
.alignleft {
	float: left;
	margin: 10px;
}
.alignright {
	float: right;
	margin: 10px;
}
.wp-caption {
	background-color: #CCC;
	padding: 10px;
	font-size: 11px;
	font-style: italic;
}
.par {
	background-color: #FFF;
}
.impar {
	background-color: #FAFAFA;
}

/* CONTEUDO */
#header {
	width: 100%;
	height: 375px;
	background-image: url(http://img.argcast.com/fundos/sunshine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topo {
	height: 345px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
}
#logo {
	float: left;
	height: 90px;
	width: 195px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
#podcast {
	height: 240px;
	width: 930px;
	clear: both;
	background-color: #000;
	overflow: hidden;
	color: #FFF;
}
#podcast h2 {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 24px;
	color: #FFF;
	text-shadow: 0 0 0.1em #ccc;
}
#podcast #pc_main {
	width: 590px;
	height: 240px;
	padding: 0px;
	position: relative;
	margin-left: 300px;
}
#podcast #pc_main .SlidingPanelsContentGroup {
	position: relative;
	width: 1200px;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}
#podcast #pc_main .SlidingPanelsContent {
	float: left;
	height: 240px;
	overflow: hidden;
	margin: 0px;
	border: none;
}
#podcast #pc_main .SlidingPanelsAnimating * {
	overflow: hidden !important;
}
#podcast #pc_desc {
	width: 590px;
	font-size: 11px;
}
#podcast #pc_desc #pc_cont {
	padding-left: 10px;
	padding-right: 10px;
	width: 570px;
	height: 160px;
	overflow: auto;
}
#podcast #pc_desc #pc_cont ul {
	list-style: none;
	padding-left: 5px;
}
#podcast #pc_meta {
	font-size: 10px;
	height: 40px;
	padding-left: 10px;
	background: #333;
	margin-top: 1px;
}
#podcast #pc_meta .alignleft {
	width: 200px;
	margin: 0px;
}
#podcast #pc_meta .alignright {
	text-align: right;
	width: 350px;
	margin: 7px;
}
#podcast #pc_meta .sociable {
	padding-top: 12px;
}
#podcast #pc_meta .sociable_tagline {
	display: none;
}
#podcast #pc_meta a {
	color: #fff;
	opacity: 0.5;
}
#podcast #pc_meta a:hover {
	color: #fff;
	opacity: 1;
}
#podcast #pc_lista {
	width: 590px;
}
#podcast #pc_lista ul {
	width: 590px;
	height: 240px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
}
#podcast #pc_lista li.lista_epi {
	background: #000;
	display: block;
	padding: 3px;
	color: #ccc;
	cursor: pointer;
}
#podcast #pc_lista lia.impar {
	background: #111;
}
#podcast #pc_lista li.lista_epi:hover {
	color: #FFF;
	background: #FF5100;
}
#pc_tip {
	padding: 5px;
	background: #FFF;
	width: 200px;
	display: none;
}
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	opacity: 0.9;
}
#podcast #pc_lateral {
	float: left;
}
#podcast #pc_info {
	width: 300px;
	clear: left;
	float: left;
	background: #111;
}
#podcast #pc_info object {
	float: right;
	background: #222;
}
#podcast .pc_botao {
	background: #111;
	font-size: 10px;
	color: #CCC;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 8px;
	padding-left: 30px;
	display: block;
	float: left;
	border-right: 1px #000 solid;
}
#podcast .pc_duracao {
	background-image: url(images/botoes.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#podcast .pc_down {
	background-image: url(images/botoes.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#podcast .pc_comentario {
	background-image: url(images/botoes.gif);
	background-repeat: no-repeat;
	background-position: -5px -80px;
	opacity: 0.8;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 17px;
	color: #333;
	font-size: 12px;
	width: 15px;
	text-align: center;
}
#podcast .pc_comentario:hover {
	opacity: 1;
	color: #FF5100;
}
#podcast #pc_info a:hover {
	color: #FF5100;
}
#podcast #pc_img {
	float: left;
}
#podcast #pc_verlista {
	float: right;
	width: 40px;
	height: 240px;
	background-color: #111;
	background-image: url(images/botoes.gif);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	cursor: pointer;
}
#podcast #pc_verdesc {
	float: right;
	width: 40px;
	height: 240px;
	background-color: #111;
	background-image: url(images/botoes.gif);
	background-repeat: no-repeat;
	background-position: -40px -120px;
	display: none;
	cursor: pointer;
}
#nav {
	clear: both;
	height: 75px;
	width: 100%;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -6px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#nav_principal {
	width: 930px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;	
}
#nav_principal a {
	font-size: 17px;
	color: #FFF;
	margin-top: 13px;
	margin-left: 10px;
	display: inline-block;
	text-shadow: 0 0 0.1em #000;
}
#nav_principal a:hover {
	text-shadow: 0 0 0.2em #CCC;
}
#nav_principal a.selected {}
#nav_principal #busca {
	float: right;
	width: 300px;
}
#nav_principal #busca #s {
	background-color: #FFF;
	font-size: 17px;
	color: #CCC;
	padding: 5px;
	width: 265px;
	border: none;
	display: block;
	float: left;
	margin-top: 8px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#nav_principal #busca #s:focus {
	color: #000;
}
#nav_principal #busca #buscar {
	background-color: #FFF;
	background-image: url(images/botoes.gif);
	background-repeat: no-repeat;
	background-position: -80px -115px;
	margin-top: 8px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 30px;
	width: 25px;
	border: none;
	display: block;
	float: right;
	font-size: 0px;
	text-align: right;
	color: #FFF;
}
#nav_secundaria {
	width: 920px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
}
#nav_secundaria a {
	font-size: 12px;
	color: #FFF;
	margin-top: 7px;
	margin-left: 5px;
	display: inline-block;
	text-shadow: 0 0 0.1em #000;
}
#nav_secundaria a:hover {
	text-shadow: 0 0 0.2em #CCC;
}
#nav_secundaria a.selected {}
#nav_secundaria #feeds {
	float: right;
	color: #FFF;
}
#nav_secundaria #feeds img {
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
}
#content {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	position: relative;
	left: 0px;
	right: 0px;
}
#main {
	background: #FFF;
	width: 615px;
	word-spacing: 1px;
	line-height: 19px;
	text-align: justify;
	float: left;
}
#main #post {
	padding: 10px;
}
#main h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
	text-shadow: 1px 1px 0.1em #CCC;
}
#main h3 {
	padding-top: 15px;
}
#main .brad {
	font-size: 14px;
	color: #666;
	padding: 10px;
}
#main .brad a {
	color: #666;
}
#main .brad a:hover {
	text-decoration: underline;
}
#main small.autor{
	color: #666;
	display: block;
	text-align: right;
	font-size: 11px;
	padding-bottom: 10px;
}
#main #post-extras {
	background: #CCC;
	padding: 10px;
}
#main #comentarios {
	background: #EEE;
	padding: 10px;
}
#sidebar {
	background-color: #CCC;
	padding: 10px;
	width: 280px;
	float: right;
}
#sidebar h3 {
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 10px;
}
#sidebar a {
	color: #FF5100;
}
#sidebar a:hover {
	background: #FFF;
}
#sidebar ul, #sidebar li {
	list-style-type: none;
}
#parceiros {
	padding: 10px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000;
	text-align: center;
}
#parceiros a {
	margin: 5px;
	display: inline-block;
}
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-color: #000;
	clear: both;
}
#rodape {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}
#rodape .subrodape {
	width: 280px;
	margin-left: 15px;
	float: left;
	padding: 10px;
}
#rodape .subrodape a {
	display: block;
}
#rodape #hospedadopor {
	float: right;
}
#rodape .copyright {
	color: #CCC;
	width: 910px;
	margin-left: 15px;
	clear: both;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#carregando {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 500px;
	display: block;
	background-image: url(images/carregando.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
#social {
	clear: both;
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: -432px -48px;
	padding-left: 160px;
}
#social a {
	height: 48px;
	width: 48px;
	display: block;
	float: left;
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
}
#social span {
	display: none;
}
#social a.social-twitter {
	background-position: 0px 0px;
}
#social a.social-twitter:hover {
	background-position: 0px -48px;
}
#social a.social-facebook {
	background-position: -48px 0px;
}
#social a.social-facebook:hover {
	background-position: -48px -48px;
}
#social a.social-myspace {
	background-position: -96px 0px;
}
#social a.social-myspace:hover {
	background-position: -96px -48px;
}
#social a.social-delicious {
	background-position: -144px 0px;
}
#social a.social-delicious:hover {
	background-position: -144px -48px;
}
#social a.social-digg {
	background-position: -192px 0px;
}
#social a.social-digg:hover {
	background-position: -192px -48px;
}
#social a.social-linkedin {
	background-position: -240px 0px;
}
#social a.social-linkedin:hover {
	background-position: -240px -48px;
}
#social a.social-technorati {
	background-position: -288px 0px;
}
#social a.social-technorati:hover {
	background-position: -288px -48px;
}
#social a.social-buzz {
	background-position: -336px 0px;
}
#social a.social-buzz:hover {
	background-position: -336px -48px;
}
#social a.social-tumblr {
	background-position: -384px 0px;
}
#social a.social-tumblr:hover {
	background-position: -384px -48px;
}

/* PUBLICIDADE */
#ad_header {
	float: right;
	height: 90px;
	width: 728px;
	margin-bottom: 15px;
}
#ad_reclateral_home {
	background: #000;
	float: left;
	width: 300px;
	height: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#ad_reclateral_home2 {
	background: #000;
	float: left;
	width: 300px;
	height: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* NOVO */

#noticias {
	width: 400px;
	background: #FFF;
	float: left;
	margin-left: 10px;
}
#noticias #noticias-destaque {
	height: 300px;
	width: 400px;
	position: relative;
	overflow: hidden;
	display: block;
}
#noticias #noticias-destaque #noticias-imgover {
	padding: 10px;
	width: 380px;
	height: 60px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	font-size: 20px;
	color: #FFF;
	position: absolute;
	top: 220px;
}
#noticias #noticias-destaque #noticias-imgover small {
	font-size: 12px;
	color: #FC0;
	text-transform: capitalize;
}
#noticias .noticias-catlink {
	background: rgb(0,0,0);
	text-align: right;
	font-size: 18px;
	padding: 5px;
}
#noticias .noticias-catlink a {
	color: #FFF;
}
#noticias .noticias-catlink small {
	font-size: 10px;
}
#noticias a.noticias-mais {
	color: #000;
	font-size: 18px;
	display: block;
	padding: 10px;
}
#noticias a.noticias-mais:hover {
	color: #FC0;
}

#colunas {
	width: 300px;
	background: #FFF;
	float: left;
	margin-left: 10px;
}
#colunas .colunas-catlink {
	background: rgb(0,0,0);
	text-align: right;
	font-size: 18px;
	padding: 5px;
}
#colunas .colunas-catlink a {
	color: #FFF;
}
#colunas .colunas-catlink small {
	font-size: 10px;
}
#colunas a.colunas-mais {
	color: #000;
	font-size: 18px;
	display: block;
	padding: 10px;
}
#colunas a.colunas-mais:hover {
	color: #FC0;
}

#lateral_especial {
	background: #000;
	width: 240px;
	height: 780px;
	float: left;
}