/*  
Theme Name: Webcore
Theme URI: 
Description: 
Date: 
Version: 
Author: 
Author 
Tags: 
*/

/*-------------------------------------------------------------------------------------------------------------------*/

html {
	overflow:scroll;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	width:60em;
	margin:0 auto;
	border-right:.1em solid #68b5f0;
	border-left:.1em solid #68b5f0;	
}
/* Header */
#hd {
	position:relative;
	background:url(img/hd-bg.jpg) center no-repeat #000;
	width:100%;
	height:10.1em;
}
h1 {
	background:url(img/h1.jpg) #100b08 center left no-repeat;
	float:right;
	width:67%;
	height:2em;
	text-indent:-5000em;
	margin:2em 0 0 0;
}
#hd .rss {
	background:url(img/rss.jpg) center no-repeat;
	position:absolute;
	top:68px;
	right:20px;
	width:45px;
	height:60px;
	text-indent:-5000px;
}
/* Formulário busca */
#hd form {
	position:absolute;
	top:9.3em;
	right:0;
	background-color:#68b5f0;
	width:16.5em;
	height:1em;
	z-index:3;
	padding:1.2em .1em 1.8em 1.4em;
	*padding:1em .1em 1.2em 1.4em;
}
#hd form label {
	float:left;
	background:url(img/label.gif) center left no-repeat;
	font-size:0;
	color:#68b5f0;
	padding:0 10px 0 60px;
}
form input,
form textarea {
	float:left;
	background:#6dcff6;
	padding:.4em;
	color:#fff;
	border:none;
	margin:0 .5em;
}
#hd form .botao {
	float:left;
	background:url(img/bot-ok.gif) center left;
	width:26px;
	height:26px;
	font-size:0;
	line-height:60px;
	margin:0 0 0 1em;
	*margin:0;
	cursor:pointer;
}
#hd form .botao:active {
	background:url(img/bot-ok-active.gif) center left;
}
/* Menu direita */
.direita {
	position:relative;
	float:right;
	list-style:none;
	margin:0;
	font-size:0.75em;
	width:23.5%;
	padding:150px 0 0 0;
}
.direita .sites {
	background:url(img/setasites.jpg) center left #f5f5f5 no-repeat;
	position:absolute;
	top:60px;
	right:0;
	width:218px;
	color:#666;
	padding:1em 5% 1em 25%;
	border:1px solid #e2e2e2;
	border-right:none;
}
.direita .sites a {
	text-decoration:none;
	font-weight:900;
}
.direita .sites a:hover {
	background:none;
	border:none;
	text-decoration:underline;
}
.direita .azul {
	color:#68b5f0;
}
.direita .laranja {
	color:#f26522;
}
.direita h2 {
	float:left;
	clear:both;
	width:100%;
	height:2.5em;
	margin:0;
	text-indent:-5000px;
}
.direita li {
	width:100%;	
}
.direita li ul {
	display:block;
	float:left;
	clear:both;
	width:100%;
	overflow:auto;
	padding:0;
	margin:0;
}
.direita li ul li {
	list-style:none;
	display:block;
	float:left;
	clear:both;
	width:94%;
	margin:.4em 0 0 1em;
	*margin:.4em 0 0 .5em;
}
.direita li ul li a {
	background:url(img/dd-style.gif) center left no-repeat;
	height:1.8em;
	color:#666;
	text-decoration:none;
	padding:0 0 0 1em;
}
.direita h2 img {
	float:left;
	width:100%;
}
.direita li a:hover {
	background:url(img/dd-style.gif) center left no-repeat;
	border-top:1px solid #68b5f0;
	border-bottom:1px solid #68b5f0;
	*background-color:#68b5f0;;
	*color:#fff;

}
/* Categorias / Veja Também / Mês */
.widget_categories h2 {
	background:url(img/dt-categorias.gif) center left no-repeat;
}
.widget_links h2 {
	background:url(img/dt-vejatb.gif) center left no-repeat;
}
.widget_archive h2 {
	background:url(img/dt-mes.gif) center left no-repeat;
}
/* Conteúdo */
/* Conteúdo - Notícia */
.news {
	float:left;
	width:60%;
	margin:1em 2em;
	*margin:1em;
}
.news h2 {
	margin:0;
}
.news em {
	font-size:.7em;
	font-style:normal;
	margin:0 0 0 .22em;
}
.news a {
	display:inline;
	float:none;
	clear:none;
	text-decoration:none;
	color:#0099FF;
	margin:.8em 0 0 0;
}
.news a:hover {
	color:#fff;
	background:#0099FF;
}
.news p {
	float:left;
	clear:left;
	width:100%;
	font-size:.8em;
	color:#666;
	margin:.8em 0;
}
.news img {
	float:left;
	clear:left;
	border:none;
}
/* Conteúdo - Assinatura */
.news ul {
	list-style:none;
	float:left;
	clear:both;
	width:100%;
	font-size:.7em;
	margin:.5em 0 0 0;
	padding:0;
}
.news li {
	float:left;
	clear:none;
	margin:0 .5em 0 0;
}
.news li.first {
	border-right:1px solid #000;
	padding:0 .5em 0 0;
}
.news li a {
	float:none;
	clear:none;
	text-transform:uppercase;
	margin:0 0 0 .2em;
}
/* Comments */
#comments {
	overflow:auto;
	clear:both;
}
#comments ol {
	width:100%;
	padding:0;
	margin:0;
}
#comments ol li {
	list-style:none;
	width:100%;	
	padding:0 0 .5em 0;
	margin:0 0 1em 0;
	border-bottom:1px solid #ccc;
}
#commentform {
	background:#68b5f0;
	overflow:auto;
	width:100%;
}
#commentform label {
	display:block;
	font-size:1.3em;
	color:#245472;
	padding:.3em 0 0 0;
}
#commentform #submit {
	background:#f26522;
	font-weight:900;
}
.comment-info strong {
	margin:0;	
}
.comment-info img {
	margin:0 1em 0 0;
}
/* Footer */
.ft {
	clear:both;
	padding:1em 0 1em 0;
	border-top:.1em solid #68b5f0;
	border-bottom:.1em solid #68b5f0;
}
.ft p {
	font-size:.8em;
	color:#3366CC;
	margin:0 auto;
	width:95%;
}
.ft a {
	color:#FF9900;
	text-decoration:none;
}
.ft a:hover {
	color:#fff;
	background:#FF9900;
}
#zg {
	margin:20px 0 0 0;
}
#networkedblogs_container {
	width:123px;
}
#networkedblogs_container a:hover,
#networkedblogs_container li:hover {
	background:none;
	
}
