/*
Theme Name: Confronto SS
Theme URI: http://wordpress.org/
Description: Tema original do Confronto Sound System
Version: 1.0
Author: Isaias Coelho
Tags: simples, harmonico, descolado

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	font-family: inherit;
	font-size: 100%;
}

body {
	color: #666;
	font-size: 62.5%;
	font-family: calibri, arial, verdana, helvetica, sans-serif;
}

a { color: #20a0a0; }
legend { display: none; }
ol, ul { list-style: none; }
a:hover { text-decoration: underline; }
table { border-collapse: collapse; border-spacing: 0; }

#main {
	width: 953px;
	margin: 20px auto 0 auto;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 1.2em;
}

/* -------------|
/* - CABECALHO
/* ----- */

#header {
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 8px;
	/* background: #2b2414 url(img/bkg/cabecalho_b.gif) left bottom no-repeat; */
}
#header a {
	/* padding: 18px 8px 16px 0; */
	padding: 0px 8px 16px 0;
	display: block;
	/* background: #2b2414 url(img/bkg/cabecalho_a.gif) repeat-y; */
}
#header img {
	display: block;
	margin: 0 auto;
}

/* -------------|
/* - CONTEUDO
/* ----- */

#content {
	width: 572px;
	padding: 20px 68px 45px 0;
	float: left;
}

#content .resultado { font-size: 1.4em; }

/* Realce de erro */

#content form .erro { border: 1px solid #2b2414 !important; }

/*
- POST
*/

#content .post {
	width: 492px;
	margin-bottom: 50px;
	padding-left: 80px;
	position: relative;
}

#content .post .entry p {
	margin-bottom: 15px;
	line-height: 1.3em;
}
#content .post .entry a {
	text-decoration: underline;
	color: #20a0a0;
}

#content .post .author {
	margin: 4px 0 18px 0;
	display: block;
	font-family: georgia, tahoma, helvetica, sans-serif;
	font-style: italic;
	font-size: 0.8em;
	color: #;
}
#content .post .author span {
	padding-left: 2px;
	font-size: 1.1em;
	color: #59b8ba;
}

/* Data */

#content .post .date {
	position: absolute;
	left: 0; top: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.0em;
	color: #20a0a0;
}
#content .post .date span {
	margin-bottom: 2px;
	display: block;
	line-height: 0.8em;
	font-size: 2.0em;
}

/* Titulo */

#content .post h2 a {
	text-transform: uppercase;
	line-height: 1.1em;
	font-size: 1.9em;
	color: #e0ad1e;
}

/* Informacoes */

#content .post .information { margin-top: 18px; }
#content .post .information a { text-decoration: underline; }

#content .post .information .tags { margin-bottom: 2px; }
#content .post .information .tags span {
	padding-left: 15px;
	text-transform: uppercase;
	background: url(img/ico/tags.gif) 0 4px no-repeat;
}
#content .post .information .tags a {
	text-transform: lowercase;
	font-style: normal;
	color: #e0ad1e;
	font-weight: bold;
}

#content .post .information .comentario {
	padding-left: 15px;
	text-transform: uppercase;
	color: #666;
	background: url(img/ico/comentarios.gif) 0 4px no-repeat;
	font-weight: bold;
}

/* Mixtape */

#content .post .mixtape {
	width: 464px;
	margin-top: 10px;
	padding: 8px;
	position: relative;
	border: 6px solid #d9e8e3;
}
#content .post .mixtape object {
	margin-bottom: 10px;
	display: block;
}

#content .post .mixtape strong {
	margin: -4px 0 8px 0;
	display: block;
	color: #51071b;
}
#content .post .mixtape strong a {
	margin-left: 4px;
	text-decoration: underline;
	font-weight: normal;
	color: #20a0a0;
}
#content .post .mixtape li, #content #page-som .mixtape li {
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
#content .post .mixtape li small, #content #page-som .mixtape li small { color: #51071b; }
#content .post .mixtape li span, #content #page-som .mixtape li span {
	font-weight: normal;
	color: #999;
}

#content .post .mixtape div {
	height: 22px;
	position: absolute;
	top: 8px; right: 8px;
}

/*
- COMENTARIOS
*/

#content #respostas {
	margin: -30px 0 0 80px;
	padding-bottom: 2px;
	font-size: 1.1em;
	border-bottom: 2px solid #d9d9d9;
}

#content #commentlist {
	margin-left: 80px;
	overflow: hidden;
}
#content #commentlist li {
	width: 100%;
	padding: 12px 0 8px 0;
	display: block;
	float: left;
}
#content #commentlist .cor { background-color: #f2f2f2; }
#content #commentlist li div {
	width: 80px;
	margin-right: 5px;
	float: left;
	text-align: center;
}
#content #commentlist li img {
	width: 55px;
	margin: 0 auto;
	display: block;
	border: 2px solid #b3b3b3;
}
#content #commentlist li small { font-size: 0.75em; font-family: tahoma; }

#content #commentlist li cite {
	font-family: georgia, verdana, arial, sans-serif;
	font-style: italic;
	font-size: 1.2em;
}
#content #commentlist li cite small {
	font-family: arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 7px;
	color: #20a0a0;
}

#content #commentlist li blockquote {
	width: 378px;
	display: block;
	float: left;
	font-size: 0.9em;
}

/*
- FORMULARIO DE COMENTARIOS
*/

#content #commentform {
	margin: 10px 0 0 80px;
	padding: 15px 15px 15px 80px;
	display: block;
	background: #d9e8e3 url(img/bkg/pedrinho.gif) 10px 30px no-repeat;
}
#content #commentform .left { float: left; }
#content #commentform .right {
	width: 230px;
	margin-left: 15px;
	float: left;
}

#content #commentform .aviso {
	margin-top: 4px;
	display: none;
	float: left;
	font-size: 1.1em;
	color: #2b2414;
	background-color: #d9e8e3;
}

#content #commentform label {
	margin-bottom: 2px;
	display: block;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #000;
}
#content #commentform input,
#content #commentform textarea {
	padding: 2px 0 0 5px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.1em;
}
#content #commentform input {
	width: 145px;
	height: 18px;
	margin-bottom: 14px;
	border: 1px solid #fff;
}

#content #commentform textarea {
	width: 222px;
	height: 178px;
	overflow: auto;
	border: 1px solid #fff;
}
#content #commentform #receber-notificacao {
	width: 140px;
	padding: 5px;
	text-transform: none;
	font-style: italic;
	font-size: 0.8em;
	color: #303030;
	border: 1px solid #fff;
}
#content #commentform #receber-notificacao input {
	width: 14px;
	height: 14px;
	margin-right: 4px;
	padding: 0;
	float: left;
	border: none;
}
#content #commentform .input-replace {
	width: 59px;
	height: 21px;
	margin: 12px 0 0 0;
	padding: 0;
	background: url(img/btn/enviar.gif) no-repeat;
}

/* -------------|
/* - PAGINAS
/* ----- */

#content .page { padding-left: 70px; }
#content .page h2 { margin-bottom: 30px; }

/*
- PAGINA DE CONTATO
*/

#content #page-contato h2 {
	height: 44px;
	background: url(img/tit/contato.gif) no-repeat;
}
#content #page-contato .intro {
	margin-bottom: 20px;
	font-family: georgia, verdana, helvetica, sans-serif;
	font-style: italic;
	font-size: 1.2em;
	color: #808080;
}
#content #page-contato .intro em { color: #20a0a0; }

#content #page-contato .service {
	margin-right: 24px;
	display: block;
	float: left;
}

#content #page-contato form {
	width: 466px;
	margin: 35px 0 0 -14px;
	padding: 15px 14px 115px 14px;
	display: inline;
	float: left;
	background: #d9e8e3 url(img/bkg/formulario_contato.gif) left bottom no-repeat;
}
#content #page-contato form h3 {
	height: 18px;
	background: url(img/tit/envie_uma_mensagem.gif) no-repeat;
}
#content #page-contato form .aviso {
	margin-top: 10px;
	display: none;
}
#content #page-contato form br { display: none; }

#content #page-contato form .left { float: left; }
#content #page-contato form .right { float: right; }
#content #page-contato form .clear {
	width: 100%;
	float: left;
}

#content #page-contato form input {
	width: 222px;
	height: 25px;
}
#content #page-contato form textarea {
	width: 462px;
	height: 138px;
	overflow: auto;
}
#content #page-contato form input,
#content #page-contato form textarea {
	padding: 7px 0 0 4px;
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	font-size: 1.2em;
	border: 0;
	color: #666666;
	font-style: italic;
}
#content #page-contato form label {
	margin: 14px 0 4px 0;
	display: block;
	text-transform: uppercase;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	color: #2b2414;
}

#content #page-contato form #receber-newsletter {
	text-transform: none;
	font-style: italic;
	font-size: 0.9em;
	color: #303030;
}
#content #page-contato form #receber-newsletter input {
	width: 14px;
	height: 14px;
	margin-right: 4px;
	padding: 0;
	display: block;
	float: left;
	border: none;
}

#content #page-contato form .input-replace {
	width: 62px;
	height: 22px;
	margin-top: 15px;
	padding: 0;
	float: left;
	background: url(img/btn/fyah.gif) no-repeat;
}

/*
- PAGINA DE SOM
*/

#content #page-som h2 {
	width: 94px;
	height: 43px;
	float: left;
	background: url(img/tit/som.gif) no-repeat;
}
#content #page-som #feed {
	width: 18px;
	height: 18px;
	margin: 10px 0 0 20px;
	display: block;
	float: left;
}

#content #page-som .clear {
	width: 100%;
	float: left;
}

#content #page-som .mixtape {
	width: 458px;
	margin-bottom: 22px;
	padding: 14px;
	position: relative;
	float: left;
	border: 6px solid #d9e8e3;
}
#content #page-som .mixtape h3 a {
	margin-bottom: 2px;
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 1.3em;
	color: #808080;
}
#content #page-som .mixtape p {
	font-size: 0.9em;
	color: #51071b;
}
#content #page-som .mixtape p a {
	display: block;
	text-decoration: underline;
}

#content #page-som .mixtape div {
	height: 22px;
	position: absolute;
	top: 20px; right: 8px;
}
#content #page-som .mixtape .ver-post {
	margin-top: 5px;
	display: block;
	font-weight: bold;
}
#content #page-som .mixtape ul {
	margin-top: 5px;
	display: block;
}
#content #page-som .mixtape .info {
	width: 230px;
	float: left;
}

#content #page-som .mixtape .soundcloud {
	height: auto;
	margin-bottom: 8px;
	position: static;
}
#content #page-som .mixtape .soundcloud object { display: block; }


/* -------------|
/* - LATERAL DIREITA
/* ----- */

#sidebar {
	width: 313px;
	padding-top: 305px;
	float: right;
}

/*
- MENU
*/

#wrapper #menu {
	width: 297px;
	height: 280px;
	padding-left: 16px;
	position: absolute;
	top: 0; right: 0;
	background: #2b2414 url(img/bkg/quadro_opcoes.gif) no-repeat;
}

#wrapper #menu h1 {
	margin-top: 140px;
	float: left;
}
#wrapper #menu h1 a {
	width: 256px;
	height: 74px;
	background: #2b2414 url(img/lgo/confronto_soundsystem.gif) no-repeat;
}
#wrapper #menu ul {
	width: 100%;
	margin-top: 28px;
	float: left;
}
#wrapper #menu li {
	margin-right: 10px;
	float: left;
}
#wrapper #menu li a { height: 21px; }

#wrapper #menu #fotos { width: 54px; background: url(img/btn/fotos.gif) no-repeat; }
#wrapper #menu #videos { width: 64px; background: url(img/btn/videos.gif) no-repeat; }
#wrapper #menu #som { width: 54px; background: url(img/btn/som.gif) no-repeat; }
#wrapper #menu #contato { width: 72px; background: url(img/btn/contato.gif) no-repeat; }

/*
- TARJAS
*/

#sidebar .tarja {
	width: 281px;
	height: 36px;
	margin-bottom: 15px;
	padding: 12px 15px 0 10px;
	background-color: #d9e8e3;
}

/* Cadastre-se */

#sidebar #cadastre-se a {
	width: 153px;
	height: 23px;
	float: left;
	background: url(img/tit/cadastre-se.gif) no-repeat;
}
#sidebar #cadastre-se small {
	display: block;
	float: right;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

/* RSS */

#sidebar #rss a {
	width: 100%;
	height: 23px;
	background: url(img/tit/rss.gif) no-repeat;
}

/*
- BOXES
*/

#sidebar .box {
	width: 278px;
	margin-bottom: 15px;
	padding: 12px;
	border: 2px solid #e6e6e6;
}

#sidebar .box h2 { margin-bottom: 15px; }
#sidebar .box li a {
	line-height: 14px;
	text-decoration: underline;
	color: #2b2414;
}

/* Twitter */

#sidebar #twitter { position: relative; }
#sidebar #twitter h2 {
	width: 116px;
	height: 23px;
	background: url(img/tit/twitter.gif) no-repeat;
}
#sidebar #twitter #follow {
	position: absolute;
	top: 12px; left: 145px;
	line-height: 1.2em;
}
#sidebar #twitter #follow a { color: #666; }

#sidebar #twitter li {
	margin-bottom: 12px;
}
#sidebar #twitter li cite {
	display: block;
	font-family: cambria, verdana, arial, sans-serif;
	color: #999;
}
#sidebar #twitter li span {
	font-weight: bold;
	font-size: 0.8em;
	color: #51071b;
}

#sidebar #twitter #mais-twitters {
	width: 59px;
	height: 20px;
	position: absolute;
	right: 10px; bottom: 15px;
	background: url(img/btn/mais.gif) no-repeat;
}

/* Categorias */

#sidebar #categories {
	width: 120px;
	float: left;
}
#sidebar #categories h2 {
	height: 19px;
	background: url(img/tit/categorias.gif) no-repeat;
}

#sidebar #categories li a { text-transform: uppercase; }

/* Autores */

#sidebar #nuff-respect {
	width: 120px;
	margin-left: 10px;
	float: left;
}
#sidebar #nuff-respect h2 {
	height: 48px;
	background: url(img/tit/nuff_respect.gif) no-repeat;
}

/* -------------|
/* - RODAPE
/* ----- */

#footer {
	width: 953px;
	height: 52px;
	margin-bottom: 40px;
	background: #51071b url(img/bkg/rodape.gif) no-repeat;
}

/*
- PAGINACAO
*/

#footer #paginacao, #page-som .paginacao {
	width: 630px;
	margin: 11px 0 0 10px;
	display: inline;
	float: left;
}

#footer #paginacao a, #page-som .paginacao a {
	width: 121px;
	height: 21px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#footer #paginacao #anterior, #page-som .paginacao #anterior { float: left; }
#footer #paginacao #anterior a, #page-som .paginacao #anterior a { background: url(img/btn/post_anteriores.gif) no-repeat; }

#footer #paginacao #proximo, #page-som .paginacao #proximo { float: right; }
#footer #paginacao #proximo a, #page-som .paginacao #proximo a { background: url(img/btn/proximos_posts.gif) no-repeat; }

/*
- BUSCA
*/

#footer #searchform {
	width: 256px;
	margin: 8px 16px 0 0;
	display: inline;
	float: right;
}
#footer #searchform label {
	width: 38px;
	height: 13px;
	margin: 8px 15px 0 0;
	display: inline;
	float: left;
	background: url(img/tit/busca.gif) no-repeat;
}
#footer #searchform input {
	width: 192px;
	height: 26px;
	padding: 2px 5px 0 5px;
	display: block;
	float: left;
	font-size: 1.8em;
	font-family: arial, verdana, helvetica, sans-serif;
	background: url(img/bkg/campo_busca.gif) no-repeat;
}

/* Image Replacement */

.image-replace {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* Image Replacement para Inputs */

.input-replace {
	display: block;
	content: "";
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	border: none !important;
}

/* Captions & aligment */

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

.alignleft { float: left; }
.alignright { float: right; }

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

.wp-caption img { border: 0 none; }

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	line-height: 17px;
	font-size: 11px;
}

/* Calendar */

#wp-calendar {
	width: 155px;
	margin: 10px auto 0;
	empty-cells: show;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a { display: block; }

#wp-calendar caption {
	width: 100%;
	text-align: center;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { background-color: #fff; }