/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Arial;
}

body{
	background:#160600;
}

a,a:hover,a:visited {
	text-decoration:none;
	color:#ffd800;
}

#topo{
	width:750px;
	height:331px;
	margin:0px auto 0px auto;
	clear:both;
	cursor:pointer;
}

#container{
	width:750px;
	margin:0px auto;
}

#col_esquerda{
	width:564px;
	float:left;
	margin-top:5px;
	background:#fff;
}

#posts{
	padding:20px 50px 20px 65px;
}

#posts h1{
	font-family:Arial;
	font-size:18px;
	color:#084272;
	margin-bottom:10px;
}

#posts p{
	font-family:Arial;
	font-size:11px;
	color:#2e1104;
	padding:5px 0px 5px 0px;
}

#posts .imagem{
	margin-bottom:10px;
}

.post {
	margin:20px 0px 60px 0px;
}

.coment {
	padding:15px 0px 15px 0px;
	border-top:thin dotted #084272;
}

.credito{
	display:block;
	margin-top:10px;
	clear:both;
}
.autor,.comentario{
	font-weight:bold;
	color:#084272;
}
.credito img{
	margin-left:15px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:0px;	
}

#col_direita{
	position:relative;
	width:186px;
	float:left;
	clear:right;
}

#lojas{
	position:absolute;
	top:-190px;
	left:5px;
	width:181px;
	height:148px;
}

#lojas img{
	border:none;
}

#cd{
	width:181px;
	height:183px;
	padding:5px;
	padding-right:0px;
}

#shows{
	width:141px;
	margin-left:5px;
	padding:20px;
	background:#451a06;
}

#shows h1{
	font-family:Arial;
	font-size:24px;
	color:#fff;
}

#shows p{
	font-family:Arial;
	font-size:11px;
	color:#fff;
}

.show{
	margin:15px 0px 20px 0px;
}

.show h2{
	font:Arial;
	font-size:14px;
	color:#ffd800;
	font-weight:normal;
	margin-bottom:5px;
}

#form_comentario{
	margin:0px 50px 20px 65px;
	padding:20px 20px 10px 20px;
	background:#084272;
}

#msn span{
	display:block;
	width:409px;
	margin-left:65px;
	padding:10px 20px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

#form_comentario h2{
	font-family:Arial;
	font-size:15px;
	color:#ffd800;
	margin-bottom:10px;
}

#form_comentario p{
	display:block;
	font-size:12px;
	color:#fff;
	margin:5px 0px 5px 0px;
}

#form_comentario #p_nome, #form_comentario #p_email{
	margin-bottom:10px;
}

#form_comentario textarea{
	width:390px; 
	height:100px;
	font-size:12px;
}

#form_comentario #p_bot{
	margin-top:10px;
	text-align:center;
}

#form_comentario #p_bot input{ width:150px; }
