/*
Theme Name: ARGCast a10
Theme URI: http://www.argcast.com/
Description: Tema 2010 do ARGCast.
Author: Matheus Shortfall
Version: 1.0
*/

@charset "utf-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
	background: #F2F2F2;
	padding: 10px;
	margin-left: 20px;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* LAYOUT */
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
body.home {
	background: #FFF;
}
body.single {
	background: #FFF;
}
body.single-argpodcast {
	background: #000;
}
body.page-id-3189 {
	background: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}
a {
	color: #0CF;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
}
#wrap {
	min-width: 960px;
}
.clearboth {
	clear: both;
}
.displaynone {
	display: none;
}

/* NAVBAR */
#navbar {
	min-width: 930px;
	margin: 0;
	height: 80px;
	border-top: 2px solid #FFF;
	background: #F30;
}
body.home #navbar {
	background: #F30;
}
body.page #navbar {
	background: #F30;
}
/*body.single-argnoticias #navbar {
	background: #0CF;
}
body.single-argcolunas #navbar {
	background: #CF0;
}
body.single-argcomiccon #navbar {
	background: #FC0;
}*/
#nav1 {	
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}
#nav1 li {
	display: block;
	float: left;
}
#nav1 li a {
	padding: 10px;
	color: #FFF;
	text-decoration: none;
}
#nav1 li a:hover {
	background: #000;
	color: #FFF;
}
#nav2 {	
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 12px;
	clear: both;
}
#nav2 li {
	display: block;
	float: left;
}
#nav2 li a {
	padding: 10px;
	color: #FFF;
	text-decoration: none;
}
#nav2 li a:hover {
	background: #000;
	color: #FFF;
}
#busca {
	float: right;
}
#busca label {
	display: none;
}
#busca #s {
	width: 226px;
	height: 16px;
	border: none;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
	margin-top: -2px;
	float: left;
}
#busca #searchsubmit {
	width: 70px;
	height: 20px;
	border: none;
	background: #CCC;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	margin-top: -2px;
	padding: 2px;
	float: left;
}
#feeds {
	float: right;
}

/* MAIN */
#main {
	width: 960px;
	margin: 10px auto;
	line-height: 1.5;
}
#content {
	width: 600px;
	float: left;
}
#content ul {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content li {
	list-style-position: inside;
	list-style-type: disc;	
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding-top: 15px;
	padding-bottom: 10px;
}
#content small.autor {
	display: block;
	text-align: right;
	padding-bottom: 30px;
}
#content p {
	margin-bottom: 15px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#entry-author-info #author-avatar {
	float: left;
	width: 100px;
	height: 100px;
}
#entry-author-info #author-description {
	width: 500px;
	float: right;
}
.page-noticias-mais {
	background: #AEF;
	color: #000;
	font-size: 18px;
	display: block;
	padding: 10px;
	margin-top: 2px;
}
.page-noticias-mais:hover {
	background: #0CF;
	color: #FFF;
}
.page-colunas-mais {
	background: #EFA;
	color: #000;
	font-size: 18px;
	display: block;
	padding: 10px;
	margin-top: 2px;
}
.page-colunas-mais:hover {
	background: #CF0;
	color: #FFF;
}
.search-mais {
	width: 630px;
	background: #f5f5f5;
	color: #666;
	padding: 10px;
	margin-top: 2px;
}
.search-mais:hover {
	background: #EEE;
}
.bread {
	color: #999;
}

/* LATERAL */
#lateral {
	width: 300px;
	float: right;
	font-size: 12px;
}
#lateral h3 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#lateral ul {
	margin-left: 10px;
}

/* HOME */
#coluna1 {
	width: 400px;
	float: left;
	margin-left: 0px;
	overflow: hidden;
}
#coluna2 {
	width: 240px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
#coluna3 {
	width: 300px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
#noticias {
	/* height: 850px; */
	background: #0CF;
	/* overflow: hidden; */
}
#noticias #noticias-destaque {
	height: 300px;
	width: 400px;
	position: relative;
	overflow: hidden;
	display: block;
	background: #FFF;
	border-bottom: 2px solid #FFF;
}
#noticias #noticias-destaque #noticias-imgover {
	padding: 10px;
	width: 380px;
	height: 60px;
	background: rgb(0,204,255);
	background: rgba(0,204,255,0.7);
	font-size: 20px;
	color: #FFF;
	position: absolute;
	top: 220px;
}
#noticias #noticias-destaque:hover #noticias-imgover {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
}
#noticias #noticias-destaque #noticias-imgover small {
	font-size: 12px;
	color: #000;
	text-transform: capitalize;
}
#noticias .noticias-catlink {
	background: #0CF;
	text-align: right;
	font-size: 18px;
	padding: 5px;
	border-bottom: 2px solid #FFF;
}
#noticias .noticias-catlink a {
	color: #FFF;
}
#noticias .noticias-catlink small {
	font-size: 10px;
}
#noticias .noticias-mais {
	background: #AEF;
	color: #000;
	font-size: 18px;
	display: block;
	padding: 10px;
	border-bottom: 2px solid #FFF;
}
#noticias .noticias-mais:hover {
	background: #0CF;
	color: #FFF;
}
#colunas {
	background-color: #CF0;
	overflow: hidden;
}
#colunas #colunas-fim {
	width: 240px;
	height: 100px;
}
#colunas #colunas-destaque {
	height: 200px;
	width: 240px;
	position: relative;
	overflow: hidden;
	display: block;
	border-bottom: 2px solid #FFF;
}
#colunas #colunas-destaque #colunas-imgover {
	padding: 10px;
	width: 220px;
	height: 180px;
	background: rgb(204,255,0);
	background: rgba(204,255,0,0.7);
	font-size: 20px;
	color: #FFF;
	position: absolute;
	top: 0px;
	font-weight: bold;
}
#colunas #colunas-destaque #colunas-imgover:hover {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
}
#colunas small {
	color: #000;
	font-weight: normal;
}
#colunas .colunas-catlink {
	background: #CF0;
	text-align: right;
	font-size: 18px;
	padding: 5px;
	border-bottom: 2px solid #FFF;
}
#colunas .colunas-catlink a {
	color: #FFF;
}
#colunas .colunas-catlink small {
	font-size: 10px;
}
#colunas a.colunas-mais {
	background-color: #EFA;
	color: #000;
	font-size: 18px;
	display: block;
	padding: 10px;
	border-bottom: 2px solid #FFF;
}
#colunas a.colunas-mais:hover {
	background-color: #CF0;
	color: #FFF;
}
#colunas a.colunas-mais small {
	display: none;
}
#colunas a.colunas-mais:hover small {
	display: block;
}
#hlateral {
	width: 300px;
	margin-left: 10px;
	float: left;
}
.especiais-catlink {
	background: #999;
	text-align: right;
	font-size: 18px;
	padding: 5px;
	border-bottom: 2px solid #FFF;
}
.especiais-catlink a {
	color: #FFF;
}
.especiais-catlink small {
	font-size: 10px;
}
.emailbox {
	clear: both;
	background: #CCC url(images/fundo_email.gif) no-repeat left top;
	padding: 20px;
	text-align: center;
	margin-bottom: 2px;
	font-size: 12px;
	color: #333;
}
.twitterbox {
	background: #CCC url(images/fundo_twitter.jpg) no-repeat right top;
	padding: 20px;
	font-size: 12px;
}
.emailbox a, .twitterbox a {
	color: #000;
}
.emailbox big, .twitterbox big {
	color: #F30;
}

/* PAGE-PODCAST */
#podcast-todos {
	line-height: 0;
	color: #CCC;
}
#podcast-todos a {
	color: #CCC;
}
#podcast-todos a:hover {
	color: #FFF;
}
#podcast-todos ul li {
}
#podcast-todos ul li div {
	display: block;
	float: left;
	margin:0;
	padding: 0px;
	position: relative;
	font-size: 12px;
}
#podcast-todos h2, #podcast-todos h3 {
	color: #FFF;
}
#podcast-todos ul li div span {
	line-height: 1.5;
	display: none;
}
#podcast-todos ul li div:hover span {
	padding: 10px;
	display: block;
	position: absolute;
	top: 0px;
	width: 172px;
	height: 172px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
}
#podcast-destaques {
	display: none;
	width: 960px;
	position: relative;
}
#podcast-destaque li{  
    float: left;  
    width: 320px;  
    height: 192px;  
}  
#podcast-d1 {   
    background-color: #53b388;  
}  
#podcast-d2 {  
    background-color: #5a69a9;    
}  
#podcast-d3 {  
    background-color: #c26468;  
}  


/* SOCIAL */
#social {
	clear: both;
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: -479px 0px;
	padding-left: 120px;
}
#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;
}
#social a.social-orkut {
	background-position: -432px 0px;
}
#social a.social-orkut:hover {
	background-position: -432px -48px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* COMENTÁRIOS */
#comentarios li {
	list-style: none;
}
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* PLAYER */
#playermain {
	width: 650px;
	float: left;
}
#playermain a {
	color: #F30;
}
#playercont {
	padding: 10px;
	background: #333;
	color: #DDD;
}
#playercont h1 {
	width: 420px;
	color: #FFF;
	float: left;
	margin-bottom: 20px;
}
#playercont h2, #playercont h3 {
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 5px;
}
#playercont .player_img {
	width: 200px;
	height: 200px;
	float: right;
}
#playerside {
	margin-bottom: 2px;
	float: right;
}
#playerlista {
	width: 300px;
	float: right;
}
#playerlista h3 {
	padding: 10px;
	background: #333;
	color: #FFF;
}
#playerlista li a {
	display: block;
	background: #111;
	color: #999;
	padding: 5px;
	margin-top: 2px;
}
#playerlista li a:hover {
	background: #FFF;
	color: #000;
	padding: 5px;
}
#playermain #post-extras {
	background: #333;
	padding: 10px;
	margin-top: 2px;
}
#playermain #post-extras h3 {
	color: #FFF;
}
#playermain #comentarios {
	background: #666;
	color: #222;
	padding: 10px;
	margin-top: 2px;
}
#playermain #comentarios h2 {
	color #FFF;
}
#playermain #comentarios a {
	color: #000;
}
#playercontroller {
	background-color: #111;
	color: #000;
	width: 630px;
	clear: both;
	margin-top: 2px;
	padding: 20px 10px;
}
#playercontroller #slider {
	margin-top: 5px;
	margin-left: 100px;
	margin-right: 10px;
}
#playercontroller a.pbotao {
	width: 26px;
	height: 26px;
	display: block;
	float: left;
}
#playercontroller a.pbotao span {
	display: none;
}
#playercontroller #playerplay {
	background-image: url(images/player.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#playercontroller #playerplay:hover {
	background-image: url(images/player.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#playercontroller #playerpause {
	display: none;
	background-image: url(images/player.png);
	background-repeat: no-repeat;
	background-position: -26px 0px;
}
#playercontroller #playerpause:hover {
	background-image: url(images/player.png);
	background-repeat: no-repeat;
	background-position: -26px -26px;
}
#playercontroller #playerstop {
	background-image: url(images/player.png);
	background-repeat: no-repeat;
	background-position: -52px 0px;
}
#playercontroller #playerstop:hover {
	background-image: url(images/player.png);
	background-repeat: no-repeat;
	background-position: -52px -26px;
}
a#playercookie {
	display: block;
	background: #666;
	color: #FFF;
	text-align: center;
	padding: 5px;
	clear: both;
	font-size: 10px;
	margin-top: 10px;
}
a#playercookie:hover {
	background: #999;
}
a#playercookie_aviso {
	display: block;
	background: #666;
	color: #FFF;
	text-align: center;
	padding: 5px;
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
}
a#playercookie_aviso:hover {
	background: #999;
}

/* PAGINAÇÃO */
.wp-pagenavi {
	margin-top: 12px;
}
.wp-pagenavi .pages {
	padding: 10px;
	background: #666;
	color: #CCC;
}
.wp-pagenavi .current {
	background: #999;
	padding: 10px;
	margin-left: 2px;
	color: #F30;
}
.wp-pagenavi .page, .previouspostslink, .nextpostslink {
	background: #CCC;
	padding: 10px;
	margin-left: 2px;
	color: #333;
}
.wp-pagenavi .page:hover, .previouspostslink:hover, .nextpostslink:hover {
	background: #000;
	color: #FFF;
}

/* FOOTER */
#parceiros {
	padding: 10px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #ccc;
	text-align: center;
}
#parceiros a {
	margin: 5px;
	display: inline-block;
}
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	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: 940px;
	clear: both;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

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