/*  
Theme Name: ARGCast 2010
Theme URI: 
Description: Versão totalmente em AJAX do site ARGCast.
Version: 4.0
Author: Matheus "Shortfall"
Author URI: http://www.argcast.com/
*/
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FF5100;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #CCC;
}
a:hover {
	color: #FFF;
}
h2 {
	font-size:14px;
	margin: 10px;
}
p {
	margin-bottom: 10px;
}
#site {
	margin: auto;
	width: 960px;
}
#topo {
	background-image: url(images/logo.jpg);
	height: 200px;
}
#topo h1, #topo h2 {
	display: none;
}
#topo #barra {
	margin-left: 8px;
	margin-right: 8px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #CCC;
	/*position: fixed;*/
	width: 942px;
	height: 24px;
}
#topo #barra ul, #topo #barra ul li {
	list-style-type: none;
}
#topo #barra ul li {
	display: block;
	float: left;
}
#topo #barra a {
	display: block;
	float: left;
	color: #CCC;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	text-decoration: none;
}
#topo #barra a:hover {
	color: #FFF;
	background: #FF5100;
}
#topo #barra #formbusca {
	float: right;	
}
#topo #network {
	margin-top: 20px;
	margin-right: 8px;
	float: right;
	height: 154px;
	width: 304px;
}
#topo #network #net1 {
}
#topo #network #net2 {
	display: none;
}
#topo #network #nettwitter {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 40px;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	background-image: url(images/net_fundo_twitter.jpg);
}
#topo #network #nettwitter a {
	color: #FF5100;
}
#topo #network #netsiga {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/net_twitter_fundo2.jpg);
	height: 19px;
	width: 300px;
	text-align: center;
	margin-bottom: 6px;
	background-color: #0CF;
}
#topo #network #netsiga a {
	padding: 2px;
	color: #FFF;
	display: block;
	text-decoration: none;
}
#topo #network #netmail {
	background-image: url(images/net_outros_fundo.jpg);
	padding: 5px;
	height: 20px;
	width: 290px;
	border: 2px solid #000;
	margin-bottom: 6px;
	background-color: #FFF;
}
#topo #network #netmail a {
	font-size: 14px;
	font-weight: bold;
	color: #FF5100;
	float: left;
	padding-left: 36px;
	text-decoration: none;
	background-image: url(images/network.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: 0px 0px;
}
#topo #network #netmail small a {
	background: none;
	font-size: 10px;
	float: right;
	font-weight: normal;
	color: #000;
	padding: 0px;
	text-decoration: none;
}
#topo #network #netfeed {
	background-image: url(images/net_outros_fundo.jpg);
	padding: 5px;
	height: 20px;
	width: 290px;
	border: 2px solid #000;
	background-color: #FFF;
	color: #999;
}
#topo #network #netfeed #netrss {
	padding-top: 3px;
	padding-left: 25px;
	margin-right: 10px;
	background-image: url(images/network.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	height: 17px;
	display: block;
	float: left;
}
#topo #network #netfeed #netpodcast {
	padding-top: 3px;
	padding-left: 25px;
	background-image: url(images/network.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	height: 17px;
	display: block;
	float: left;
}
#topo #network #netfeed #netrss a, #topo #network #netfeed #netpodcast a {
	color: #FF5100;
	text-decoration: none;
	size: 10px;
}
#topo #network #netfeed small a {
	color: #000;
	float: right;
	text-decoration: none;
}
#formbusca input[type="text"] {
	background: rgb(30,30,30);
	background: rgba(30,30,30,0.5);
	color: #000;
	border: 1px solid #000;
	padding: 2px;
	margin-top: -2px;
}
#formbusca input[type="text"]:focus {
	color: #CCC;
	border-color: #666;
}
#formbusca input[type="submit"] {
	background: url(images/botoes.gif);
	color: #999;
	height: 25px;
	width: 75px;
	text-align: center;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: 0px;
}
#formbusca input[type="submit"]:hover {
	background-image: url(images/botoes.gif);
	color: #FFF;
	text-align: center;
	background-position: 0px -25px;
	background-repeat: no-repeat;
}
#cont {}
#podcast {}
#podcast #pc_principal{
	width: 620px;
	float: left;
	margin-top: 16px;
	margin-left: 8px;
	border: 2px solid #000;
	background-color: #000;
	background-image: url(images/fundo_podcast.jpg);
	background-repeat: no-repeat;
}
#podcast #pc_principal h2 {
	width: 460px;
	float: left;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px
}
#podcast #pc_principal a {
	color: #999;
	text-decoration: none;
}
#podcast #pc_principal a:hover {
	color: #FFF;
}
#podcast #pc_principal li {
	width: 180px;
	float: left;
	list-style-position: inside;
	margin-right: 20px;
}
#podcast #pc_principal h3 {
	clear: both;
	padding-top: 15px;
	padding-bottom: 5px;
}
#podcast #pc_principal #pc_p_desc {
	color: #CCC;
	font-size: 12px;
	clear: both;
	padding: 10px;
}
#podcast #pc_principal #pc_p_player {
	width: 200px;
	margin: 8px;
	float: right;
}
#podcast #pc_principal #pc_p_player .post-ratings {
	float: left;	
	width: 100px;
}
#podcast #pc_principal #pc_p_player .commentslink {
	float: right;
	text-align: right;
	width: 98px;
	padding-top: 3px;
	padding-right: 2px;
}
#podcast #pc_principal #pc_p_tags {
	width: 390px;
	margin-left: 8px;
	float: left;
	font-size: 10px;
	text-align: justify;
	height: 50px;
	padding-top: 8px;
	color: #333;
}
#podcast #pc_principal #pc_p_tags a {
	color: #333;
	text-decoration: none;
	text-transform: lowercase;
}
#podcast #pc_principal #pc_p_tags a:hover {
	color: #666;
}
#podcast #pc_principal .ad_podcast {
	float: right;
	width: 120px;
	height: 60px;
	margin-right: 10px;
}
#podcast #pc_principal #pc_p_img {
	float: left;
	height: 198px;
	width: 529px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	overflow: hidden;
}
#podcast #pc_principal #pc_p_infos {
	float: right;
	height: 200px;
	width: 90px;
}
#podcast #pc_principal #pc_p_infos .pc_p_infot {
	width: 90px;
	display: block;
	text-align: center;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	margin-top: 10px;
}
#podcast #pc_principal div#divulgar {
	width: 61px;
	font-size: 12px;
	color: #999;
	background: #111;
	padding: 5px;
	display: none; 
	margin-left: 9px;
	border: 1px solid #000;
	z-index: 500;
	text-align: center;
	font-weight: bold;
}
#podcast #pc_anteriores {
	width: 300px;
	float: left;
	margin-top: 16px;
	margin-left: 16px;
	border: 2px solid #000;
	background-color: #000;
	background-image: url(images/fundo_podcast.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}
#podcast #pc_anteriores h2 {
	color: #FFF;
	float: left;
	width: 200px;
}
#podcast #pc_anteriores a#pc_filtro {
	color: #666;
	float: right;
	margin: 7px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0.1em;
}
#podcast #pc_anteriores a#pc_filtro:hover {
	color: #999;
}
#podcast #pc_anteriores #pc_anterior .pc_a_img {
	height: 100px;
	width: 300px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	clear: both;
}
#podcast #pc_anteriores #pc_anterior #pc_a_desc {
	float: left;
	margin: 5px;
	width: 210px;
	color: #CCC;
}
#podcast #pc_anteriores #pc_anterior #pc_a_desc h3 {
	font-size: 12px;
	color: #FFF;
}
#podcast #pc_anteriores #pc_anterior #pc_a_infos {
	float: right;
	width: 80px;
	margin-top: 4px;
}
#podcast #pc_anteriores #pc_anterior #pc_a_infos .pc_botoes_1{
	margin: 1px;
}
#podcast #pc_anteriores #pc_lista {
	clear: both;
	background: #000;
	overflow: auto;
	height: 200px;
}
#podcast #pc_anteriores #pc_lista ul, #podcast #pc_anteriores #pc_lista ul li {
	list-style-type: none;
}
#podcast #pc_anteriores #pc_lista a {
	display: block;
	color: #999;
	text-decoration: none;
	padding: 3px;
	font-size: 11px;
}
#podcast #pc_anteriores #pc_lista a:hover {
	color: #FFF;
	background-color: #666;
}
#podcast .pc_duracao {
	color: #999;
	font-size: 12px;
	display: block;
	width: 60px;
	text-align: center;
	background-image: url(images/botoes.gif);
	background-position: -150px 0px;
	padding-right: 14px;
	margin-top: 8px;
	margin-left: 8px;
	height: 20px;
	padding-top: 4px;
}
#podcast a.pc_down {
	background-image: url(images/botoes.gif);
	height: 20px;
	width: 60px;
	display: block;
	color: #999;
	font-size: 12px;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 8px;
	padding-top: 4px;
	text-align: center;
	padding-right: 14px;
	background-position: -75px 0px;
}
#podcast a.pc_down:hover {
	background-image: url(images/botoes.gif);
	display: block;
	color: #FFF;
	background-position: -75px -25px;
}
#podcast a.pc_botao {
	background-image: url(images/botoes.gif);
	height: 20px;
	width: 74px;
	display: block;
	color: #999;
	font-size: 12px;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 8px;
	padding-top: 4px;
	text-align: center;
	background-position: 0px 0px;
}
#podcast a.pc_botao:hover {
	background-image: url(images/botoes.gif);
	display: block;
	color: #FFF;
	background-position: 0px -25px;
}
#conteudo {
	clear: both;
}
#conteudo #noticias {
	clear: both;
	float: left;
	width: 300px;
	border: 2px solid #000;
	background: #FFF;
	margin-top: 16px;
	margin-left: 8px;
}
#conteudo #noticias h2 {
	
}
#conteudo #noticias ul {
	padding: 10px;
	list-style-type: none;
}
#conteudo #noticias li a {
	color: #666;
}
#conteudo #noticias li a:hover {
	color: #FF5100;
}
#conteudo #pagina {
	width: 640px;
	float: left;
}
#conteudo #colunas {
	width: 630px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#conteudo #colunas h2 {
	display: none;
}
#conteudo #colunas .coluna {
	margin-left: 6px;
	margin-top: 6px;
	width: 200px;
	height: 300px;
	float: left;
	border: 2px solid #000;
	background-color: #000;
	background-image: url(images/fundo_colunas.jpg);
}
#conteudo #colunas .coluna_titulo {
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	display: block;
}
#conteudo #colunas img {
	height: 100px;
	width: 200px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
#conteudo #colunas a img{
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#conteudo #colunas a {
	text-decoration: none;
}
#conteudo #colunas a .coluna_desc {
	color: #CCC;
	font-size: 12px;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
}
#conteudo #colunas a h3 {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 5px;
	poadding-bottom: 0px;
}
#conteudo #colunas a:hover h3 {
	color: #FFF;
}
#conteudo #content {
	margin-top: 16px;
	margin-left: 16px;
	background-color: #FFF;
	border: 2px solid #000;
	padding: 10px;
	color: #000;
	word-spacing: 1px;
	line-height: 19px;
	text-align: justify;
}
#conteudo p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#conteudo #content h2 {
	color: #FF5100;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
}
#conteudo #content h3 {
	color: #FF5100;
	margin-top: 20px;
}
#conteudo #content br {
	margin-top: 5px;
}
#conteudo #content a {
	color: #FF5100;
	text-decoration: underline;	
}
#conteudo #content a:hover {
	color: #333;
	text-decoration: none;	
}
#conteudo #content small {
	color: #666;
}
#conteudo #content small.info {
	margin-left: 10px;
	font-size: 11px;
}
#base{
	clear: both;
	padding: 30px 30px 10px;
	height: 60px;
	color: #FFF;
	text-align: center;
	background-color: #ff5100;
	background-image: url(images/rodape.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#ad_central {
	clear: both;
}
#ad_central .adc {
	background: #FFF;
	margin-top: 16px;
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	width: 300px;
	height: 100px;
	border: 2px solid #000;
}
#ad_central a img {
	border: 0px;
}
.fim {
	clear: both;
}
#pc_carregando {
	width: 620px;
	float: left;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	position: relative;
	margin-left: 10px;
	background-image: url(img/carregando.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}
#pc_carregando2 {
	width: 300px;
	float: left;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	position: relative;
	margin-left: 650px;
	background-image: url(img/carregando.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}
/*#lat_carregando {
	width: 300px;
	float: left;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	position: relative;
	margin-left: 10px;
	background-image: url(img/carregando.gif);
	background-position: center 20px;
	background-repeat: no-repeat;
}
#pag_carregando {
	width: 620px;
	float: left;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	position: relative;
	margin-left: 328px;
	background-image: url(img/carregando.gif);
	background-position: center 20px;
	background-repeat: no-repeat;
	border: 2px solid #000;
	display: none;
} */
#pag_carregando {
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	position: fixed;
	background-image: url(img/carregando.gif);
	background-position: center 0px;
	background-repeat: no-repeat;
	display: none;
}
.alignleft {
	float: left;
	margin: 10px;
}
.alignright {
	float: right;
	margin: 10px;
}
.wp-caption {
	background-color: #CCC;
	padding: 10px;
	font-size: 11px;
	font-style: italic;
}
#comentarios, #arg_comentarios_iframe {
	overflow: auto;
	clear: both;
	float: none;
	background-color: #0C0C0C;
	color: #999;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a#comments-verlista {
	margin: 0px;
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #FF5100;
	text-decoration: none;
}
a#comments-verlista:hover {
	color: #FFF;
	background-color: #FF5100;
}
div.infos {
	background: #CCC;
	padding: 10px;
}
div.infos .autor_infos {
}
.nota {
	background-image: url(http://www.argcast.com/wordpress/wp-content/plugins/wp-postratings/images/argcast/rating_off.png);
	background-position: left top;
	display: inline-block;
	height: 20px;
	width: 100px;
}
/* rotator */
    div#rotator {
	position:relative;
	height:100px;
	margin-top: 5px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	background: #FFF;
	width: 88px;
	height: 31px;
	margin: 5px;
}
    div#rotator ul li.show {
	z-index:500;
}