/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html, body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #000 url(images/fundo-site.jpg) top center no-repeat;
}

#main {
	width: 915px;
	margin: 0 auto;
}

/* ############# TOPO ########### */

#topo {
	float: left;
	width: 915px;
	height: 237px;
	background: url(images/topo-fundo.jpg) top left no-repeat;
}

#topo h1 a {
	display: block;
	width: 915px;
	height: 237px;
	text-indent: -10000px;
	outline: none;
}


/* ############# MENU ############ */

#menu {
	float: left;
	width: 915px;
	height: 51px;
	background: url(images/menu-fundo.gif) top left repeat-x;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	padding: 14px 14px 15px 14px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}

#menu li a:hover {
	color: #ff2400;
	border-top: 4px solid #ff2400;
	padding: 10px 14px 15px 14px;
}

/* ########## CONTENT ######### */

#content {
	float: left;
	width: 895px;
	padding: 20px 0 20px 20px;
	min-height: 745px;
	height:auto !important;
	height: 745px;
}

/* ########## ESQUERDA ########### */

#esquerda {
	float: left;
	width: 623px;
	padding-right: 15px;
	border-right: 2px dashed #706766;
	min-height: 671px;
	height:auto !important;
	height: 671px;
}

#esquerda .blocoPost {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#esquerda .borderBottom {
	border-bottom: 2px dashed #706766;
}

#esquerda .blocoPost .titulo {
	float: left;
	width: 100%;
	margin-bottom: 19px;
}

#esquerda .blocoPost .titulo h2 {
	color: #ff2400;
	font-weight: bold;
	font-size: 22px;
}

#esquerda .blocoPost .theContent {
	float: left;
	width: 100%;
}

#esquerda .blocoPost .theContent .alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

#esquerda .blocoPost .theContent .alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

#esquerda .blocoPost .theContent strong {
	font-weight: bold;
}

#esquerda .blocoPost .theContent a {
	color: #FF2400;
	text-decoration: none;
	font-weight: bold;
}

#esquerda .blocoPost .theContent a:hover {
	color: #fff;
}

#esquerda .blocoPost .theContent p {
	padding: 0 0 10px 0;
}

#esquerda .blocoPost .theContent form {
	margin: 10px 0 0 0;
}


/* ###### ULTIMO SHOW ####### */

#esquerda .ultimoShow .theContent h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#esquerda .ultimoShow {
	padding: 0 0 17px 0;
}

#esquerda .ultimoShow .theContent img.alignleft {
	float: left;
	margin: 0 10px 0 0;
	border: 6px solid #000;
}

#esquerda .blocoMetade {
	padding: 0 29px 0 0;
	width: 198px;
	margin-left:85px;
}

#esquerda .blocoMetade p {
	text-align: right;
	width: 190px;
}

#esquerda .blocoMetade .theContent p a {
	font-size: 13px;
	color: #fff;
}

#esquerda .blocoMetade .theContent p a:hover {
	color: #FF2400;
}

#esquerda .borderRight {
	border-right: 2px dashed #706766;
}

#esquerda .blocoMetade .ultimasFotos li {
	float: left;
	margin: 0 9px 9px 0;
}

#esquerda .blocoMetade .ultimasFotos li img {
	width: 57px;
	height: 57px;
}

#esquerda .marginRightBlocoMetade {
	margin: 0 0 0 31px;
}





/* ####### AGENDA INDEX ######### */

#esquerda .blocoPost .theContent .listaAgenda li {
	float: left;
	width: 100%;
	margin-bottom: 17px;
}

#esquerda .blocoPost .theContent .listaAgenda .dateBox {
	float: left;
	width: 28px;
	height: 41px;
	background: url(images/date-background.gif) top left no-repeat;
	text-align: center;
	padding-top: 3px;
	line-height: 16px;
}

#esquerda .blocoPost .theContent .listaAgenda .dateBox .boxMonth {
	font-size: 12px;
}

#esquerda .blocoPost .theContent .listaAgenda .dateBox .boxDay {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#esquerda .blocoPost .theContent .listaAgenda .tituloEvento {
	float: left;
	width: 580px;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 0 0 10px;
}


/* ######## DIREITA ####### */

#direita {
	float: left;
	width: 222px;
	margin-left: 14px;
}

/* ####### BLOCOS SIDEBAR ####### */

#direita .blocoSidebar {
	float: left;
	width: 100%;
}

#direita .blocoSidebar .titulo {
	float: left;
	width: 100%;
	height: 51px;
	margin: 0 0 18px 0;
	border-bottom: 2px dashed #706766;
	border-top: 2px dashed #706766;
}

#direita .blocoSidebar .titulo h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 13px 0 0 0;
	color: #FF2400;
}

#direita .blocoSidebar .theContent {
	float: left;
	width: 205px;
	padding: 0 8px 17px 8px;
}

#direita .contentCenter {
	text-align: center;
}


#direita .blocoSidebar .theContent .listaLogosEstamos li {
	margin: 0 0 27px 0;
}


#direita .blocoSidebar .theContent .listaRecadosSidebar li {
	margin: 0 0 27px 0;
	width: 205px;
	word-wrap: break-word;
}

#direita .blocoSidebar .theContent .listaRecadosSidebar li .destaqueNomeRecado {
	font-weight: bold;
	color: #FF2400;
}

#direita .blocoSidebar .recadosSidebar p {
	text-align: right;
}

#direita .blocoSidebar .recadosSidebar p a {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	background: url(images/menu-fundo.gif) top left repeat-x;
}

#direita .blocoSidebar .recadosSidebar p a:hover {
	color: #FF2400;
}



/* ########## FOOTER ########### */

#footer {
	float: left;
	width: 875px;
	padding: 20px;
	font-size: 14px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #FF2400;
}

/* ######## FOTOS ############# */ 

#esquerda .blocoPost .theContent .fotosItem p {
	padding: 0;
}

.fotosItem {
	float: left;
	width: 150px;
	background: #040506;
	margin: 22px;
	_margin: 17px;
	padding: 10px 5px 10px 5px;
	text-align: center;
	border: 1px solid #4F2222;
	height: 155px
}

.fotosItem img {
	margin-bottom: 10px;
}

.mainphotoarea {
	float: left;
	width: 100%;
}

.mainphotoarea .onephoto {
	border: 1px solid #4F2222;
	display: block;
	float: left;
	margin: 5px;
	padding: 2px;
}

.mainphotoarea .onephoto a, .mainphotoarea .onephoto a img {
	float: left;
}


/* ######## DOWNLOADS ####### */

.albumItem {
	float: left;
	width: 118px;
	margin: 0 30px 0 0;
}

.albumItem img {
	margin-bottom: 4px;
}

.albumItem p {
	text-align: center;
	font-size: 16px;
}

#esquerda .blocoPost .theContent .wallpapersResolucao p {
	font-size: 12px;
	padding: 2px;
}



/* ########## ALBUNS ############### */

.blocoAlbum {
	float: left;
	width: 607px;
}

.albumItemMusica {
	float: left;
	width: 607px;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333;
}

.albumNomeMusica {
	float: left;
	width: 280px;
	font-size: 16px;
}

.albumMusicaPlay {
	float: left;
	width: 50px;
}

.albumMusicaDownload {
	float: left;
	width: 100px;
}



/* ####### RECADOS ########### */

.containerComments {
	float: left;
	width: 640px;
}

.commentlist li {
	margin: 0 0 15px 0;
	padding: 20px;
	width: 560px;
	background: #0F0404;
}

.commentlist .fn a, .commentlist .fn {
	color: #FF2400;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.comment em {
	font-style: italic;
}

.commentlist .commentmetadata {
	margin: 2px 0 15px 0;
}

.commentlist .commentmetadata a {
	color: #FF2400;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
}

#respond {
	float: left;
	width: 600px;
	margin: 20px 0 0 0;
}

#respond h3 {
	color: #FF2400;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #FF2400;
}

#commentform {
	margin: 15px 0 0 0;
}

#commentform label {
	margin: 0 0 0 4px;
	font-weight: bold;
	font-size: 14px;
}

#commentform input {
	padding: 3px;
	border: 1px solid #333;
	background: #1F0D0D;
	color: #fff;
}

#commentform textarea {
	padding: 3px;
	border: 1px solid #333;
	background: #1F0D0D;
	color: #fff;
	width: 406px;
}

#commentform p {
	margin: 0 0 5px 0;
}

/* ######## CONTRATANTE ######### */

.formListContratante input {
	padding: 3px;
	border: 1px solid #333;
	background: #1F0D0D;
	color: #fff;
}

#esquerda .blocoPost .theContent .formListContratante li {
	list-style-type: none;
}

.formListContratante {
	margin: 15px 0 0 0;
}

.formListContratante label {
	font-weight: bold;
	color: #FF2400;
}

.formListContratante input {
	margin: 5px 0 0 0;
}

/* ####### SINGLE ####### */

.single ul {
	margin: 10px 0 0 35px;
}

.single ul li {
	list-style-type: square;
	margin: 0 0 5px 0;
}

.single h3 {
	font-size: 17px;
	font-weight: bold;
	color: #FF2400;
	margin: 20px 0 5px 0;
}


/* ####### VIDEO AVISO TOPO ######### */

.avisoTopo {
	float: left;
	width: 610px;
	padding: 10px;
	border: 1px solid #4F2222;
	background: #2F0F0F;
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.avisoTopo a {
	color: #F26565;
	text-decoration: none;
}

.avisoTopo a:hover {
	text-decoration: underline;
}


/* ############## Footer Fundo Grande ######## */

.footerFundoGrande {
	float: left;
	width: 100%;
	height: 563px;
	background: url(images/footer-fundo.jpg) top center no-repeat;
}

.mainFooter {
	width: 915px;
	margin: 0 auto;
}

.developedBy a {
	display: block;
	width: 110px;
	height: 90px;
	margin: 0 0 0 593px;
	text-indent: -10000px;
	outline: none;
}
.shows{
	display:none;
}