@charset "utf-8";
/* Theme Name: Eitadiabo
   Theme URL: http://www.eitadiabo.com.br
   Description: Um simples tema para wordpress
   Version: 1.0
   Author: Angelo Rocha
   Author URL: http://www.angelorocha.com.br
   Tags: Desenvolvimento WEB, Criação de sites, criação de temas para CMS
*/
body{
	background:#000 url(images/bg_new.png);
	color:#FFF;
	font-size:12px;
	font-family: arial, tahoma, verdana;
}

a{
	color:#900;
	text-decoration:none;
}

img {
	color:transparent;
}

a:hover{
	color:#F00;
	text-decoration:none;
}

.titulo{

}

.titulo a:hover{
	background: url(images/icone.png) right no-repeat;
	padding-right:60px;
}
#wrap{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid #000;
	padding:5px;
}

#header{
	text-align:center;
	height:150px;
	background: url(images/back.png);
}

#header img{
	float:left
}

.social{
	width:50px;
	height:50px;
	float:right;
	text-align:center;
	margin-right:20px;
	margin-top:10px;
}

.social a{
	color:transparent;
}

.post_snippet{
	margin-top:10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background:url(images/back.png);
	width:630px;
	padding:0px 5px 5px 5px;
	float:left;
	font-weight:normal;
	text-align:justify;
	border-bottom:1px #900 dashed;
}

#nav{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/back_top.png);
	padding:3px 0px 3px 0px;
	-moz-border-radius: 20px 0px 20px 0px;
}

#nav ul li{
	display:inline;
	font-weight:bold;
	font-size:18px;
	padding-right:20px;
}

#sidebar{
	float:right;
	width:250px;
	border:0px solid #F00;
	-moz-border-radius: 10px 10px 10px 10px;
	background:url(images/back.png);
	margin-top:10px;
	font-size:12px;
}

#sidebar ul{
	list-style:none;
}

#sidebar input{
	background:#900;
	border:1px solid #FFF;
	margin-top:3px;
	color:#FFF
}

.footer{
	clear:both;
	font-size:11px;
	font-weight:bold;
	padding-top:5px;
	text-align:right;
}

.footer a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	text-shadow: #900 2px 2px 0px;
}

.paginas{
	clear: left;
	width:630px;
	height:64px;
	font-weight:bold;
	padding-top:5px
}

.previous a{
	width:150px;
	height:64px;
	background:url(images/next.png) left top no-repeat;
	float:left;
	text-align:center;
	color:#FFF;
}
.previous a:hover{ color:#F90;}
.next a:hover{ color:#F90;}
.next a{
	width:150px;
	height:64px;
	background:url(images/next.png) right top no-repeat;
	float:right;
	text-align:center;
	color:#FFF;
}

.unic_post{
	width:630px;
	clear:left;
	-moz-border-radius: 10px 10px 10px 10px;
	background:url(images/back.png);
	text-align:justify;
	float:left;
	padding:5px;
	margin-top:10px;
}

.unic_post h1{
	font-size:26px;
	text-align:center
}
.credits{
	font-weight:bold;
	font-size:11px;
	text-align:left;
	width:400px;
	float:left;
	padding:8px;
	-moz-border-radius: 20px 0px 20px 0px;
	background:url(images/cred.png);
	line-height:100%;
}

.credits a{
	color:#CF0;
	text-decoration:none;
}

.estatica{
	width:630px;
	clear:left;
	-moz-border-radius: 10px 10px 10px 10px;
	background:url(images/back.png);
	text-align:center;
	float:left;
	padding:5px;
	margin-top:10px;
	color:#F00;
	font-size:22px;
}

.conteudo_estatica{
	color:#FFF;
	text-align:justify;
	font-size:12px;
}

.clear{
	/** Limpa Footer **/
}

.comment{
	float:left;
	clear:left;
	width:630px;
	display:block;
	font-weight:bold;
	font-size:14px;
	border-top:2px solid #900;
	margin-top:5px;
}

.publicidade{
	width:240px;
	height:auto;
	border:0px solid #F00;
	background: ;
	font-size:12px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:8px;
}

.table{
	width: auto;
	height:auto;
	background:#FFF;
}

.table td img{
	width:46px;
	height:46px;
}