/*   
Theme Name: eaibonitao
Theme URI: www.eaibonitao.com.br
Description: a-brief-description
Author: Eduardo Dencker
Author URI: www.longplay360.com.br
Version: 0.0
.
E ai, bonitão?
.
*/

* {
	margin:0;
	padding: 0;
	border:0;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	}
	
#header {
	height: 199px;
	background-image: url(images/fundo_topo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	text-align:center;
}


#header img{ 

	margin-top:40px;
	margin-right:450px;
	

}

html {	width: 100%;}

body {
	margin: 0px;
	background-image: url(images/fundo_meio.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	background-color: #000000;
}
#fundomiolo {
	width: 100%;
	background-image: url(images/fundo_linha.jpg);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 2;
}

#miolo {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

#conteudo {
	width: 540px;
	float: left;
	position: relative;
	z-index: 6;
	padding-left: 10px;
}

#lateral {
	width: 180px;
	margin-left: 580px;
	z-index: 4;
}
#rodape {
	text-align: center;
	padding-left: 200px;
	bottom: 0px;
	clear: both;
	z-index: 7;
}
#vitrola {
	height: 278px;
	background-image: url(images/vitrola.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: inherit;
	z-index: 5;
}


#lateral ul{list-style-type: none;}


#lateral ul li{ }

#lateral .boxlateral {
	background-color: #3a3a3a;
	border: solid 2px #525252;
	list-style-type: none;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/pontalaranja.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -3px;
}

#lateral ul li .boxlateral li {
	color: #FFFFFF;
	font-size: 12px;
	line-height:13px;
	padding-top: 8px;
	margin-left: 20px;
}

#lateral ul li p {
	color: #FFFFFF;
	clear: right;
	font-weight:bold;
	font-size:12px;
	padding-left: 10px;
	padding-right: 5px;
	line-height:18px;
}

#lateral ul li p a{ 
	color: #FF9900;
} 


#lateral ul li .boxlateral li a {
	
	color: #FFFFFF;
	text-decoration:none;
}

#lateral ul li .boxlateral h2 {
	color: #FF9900;
	font-size: 16px;
	padding-left: 10px;
	font-weight: normal;
}

#lateral ul li .boxlateral li h2 {
	color: #FF9900;
	font-size: 14px;
	padding-left: 6px;
	font-weight: normal;
}


#lateral ul li .boxlateral li ul li {
	margin-left:10px;
}

/*  pOSTS */

.post {
	margin-bottom: 50px;
	margin-top: 25px;
}

.post h2 {
	margin-left: 50px;
	font-size: 22px;
	font-weight: normal;
}

.post   a{
	color: #FF9900;
	text-decoration:none
}

.post .data{
	background-color: #d2cecc;
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 8px;
	font-size: 13px;
}

.post .autor{
	margin-left: 13px;
	font-size: 12px;
}


.post .entrada{
	clear: left;
	padding: 12px;
	border-top: solid 2px #cecece;
}

.post p{
	padding-top: 8px;
	color: #666666;
	font-size: 12px;
	line-height: 17px;

}

.post .info{
	font-size: 12px;
	background-color: #F3F3F3;
	padding: 8px;
}

.post .categ{
	
	color: #333333;
	text-decoration: none;

}

.post .categ strong{
	color: #FF9900;

}

.post .linkcoments{
	text-align: right;
	position: relative;
	font-size: 12px;
	float: right;
	top: -13px;
	color: #666666;
}

/*  BUSCA */
.busca {
	width:180px;
	height: 50px;
	 
}

.busca input {
	width:180px;
	background-color: #9F9F9F;
	margin-bottom: 5px;
	border-color: #1E1E1E;
	border-width: 1px;
	border-style: solid;
}

.busca #searchsubmit{
	color: #FF9900;
	background-color: #303030;
	border: solid 2px #525252;
	width:70px;
	font-size: 14px;
	float: right;
	
}

/*  Comentários */

#commentstit{
	color: #FF9900;
	font-weight: normal;	
}



.commentlist {
	padding: 30px
}

.commentlist li{
	font-size: 12px;
	padding: 20px;
	line-height:16px;
	background-color: #F7F7F7;
}

.commentlist p {
	padding-bottom:10px;
	color: #666666;	
}

.commentlist .alt{
	background-color: #EAEAEA;
}

.commentlist li a{ color: #FF9900;}

#commentform {
	margin-left: 10PX;
}

#commentform input, #commentform textarea { 
	border: solid 1px #CCCCCC;
	padding:3px;
	font-size:12px;
 }

#commentform input{
 	width: 180px;
	margin-top: 2px;
	margin-bottom: 2px;

}

#commentform textarea{
	width: 400px;
}


#commentform label {
	font-size:11px;
}

/* Titulos */

.pagetitle {
	color: #FF9900;
	font-size:17;
	margin-top:20px;
}

#aviso {
text-align:center;
font-size:13px;
margin-right:150px;

}