/***CSS reset***/
* {
	margin:0;
	padding:0;
}
body {
	background:#f4faff  url(../images/bg.jpg) repeat-x;	
	font-family:'Georgia', Times New Roman, Times, serif;
	color:#5c6884;
}
div#site {
	width:770px;
	margin:0 auto;
}
h1 {
	color:#fcb76c;
	font-size:100px;
}
h2 {
	color:#5c6884;
	font-size:50px;
}
h3 {
	color:#5c6884;
	font-size:25px;
}
h4{
	color:#5c6884;
	font-size:25px;
	font-weight:100;
}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
div#cabecalho {
	width:770px;
	height:81px;
	position:relative;
}
div#conteudo {
	background:url(../images/cont_meio.png) repeat-y !important;
	background: none; /***somente para o IE6***/
	filter:none !important;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cont_meio.png', sizingMethod='scale'); /***Filtro para o IE6 ler o PNG***/
	width:770px;
	clear:both;
	*padding-bottom:20px;/*IE 6 e 7*/
}
/***Bug do Firefox***/
div#conteudo:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
/**/
div#descricao {position:relative;}
div#descricao h1 {margin:35px 0 0 70px;}
div#descricao h3 {margin:-23px 0 0 180px;}
div#descricao  h2 {margin:-20px 0 0 40px;}
div#descricao a, div#descricao a:hover {
	text-decoration:none;
}
div#descricao a.novo_blog {
	width:99px;
	height:27px;
	display:block;
	padding:5px 0 0 20px;
	margin:8px auto;
	color:#6E7992;
	outline:none;
	background:url(../images/btn_criar_blog.jpg) no-repeat;
}
div#inicio {position:relative;}
div#inicio, div#descricao {
	width:384px;
	height:290px;
	float:left;
}
/***O que é um blog***/
div#inicio h4 {
	text-align:center;
	margin-top:15px;
}
div#inicio ul li {
	width:105px;
	height:35px;
	float:left;
	padding:70px 0 0 0;
	line-height:13px;
	margin-top:15px;
	display:block;
	list-style:none;
	font:16px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
}
div#inicio ul li span {
	color:#FCB76C;
	letter-spacing:-1px;
	font-size:12px;
}
li#publique {
	background:url(../images/publique.jpg) no-repeat center top;
	margin:0 0 0 13px;
}
li#poste {
	background:url(../images/poste.jpg) no-repeat center top;
	margin:0 10px 0 0;
}
li#comente {
	background: url(../images/comente.jpg) no-repeat center top;
}
/***Separador***/
div#linha {
	width:1px;
	height:265px;
	background:url(../images/linha.jpg) no-repeat;
	float:left;
}
div#inicio h3 {
	margin-top:65px;
	margin-left:40px;
	margin:65px 0 20px 40px;
	line-height:30px;
}
div#inicio p {
	clear:both;
	height:60px;
	font-size:13px;
	padding:8px 15px 15px 15px;
}
div#inicio p a {
	text-decoration:none;
	outline:none;
	color:#6e7992;
}
div#inicio a:hover {text-decoration:underline;}
div#inicio a:active {color:#fcb76c;}
div#conteudo_baixo {
	background:url(../images/rodape.jpg) no-repeat;
	width:770px;
	height:13px;
}
/***Busca***/
div#div_busca {
	position:relative;
	height:30px;
	clear:both;
}
input#busca {
	right:22px;
	top:239px;
	background:white;
	border:1px dashed #5C6884;
	padding:5px 3px 5px 3px;
	width:153px;
	height:16px;
	color:#5C6884;
	font-size:12px;
}

input#busca_btn {
	right:25px;
	bottom:25px;
	width:24px;
	border:none;
	height:24px;
	background:url(../images/go_search.jpg);
	cursor:pointer;
	cursor:hand;
}

div#inicio input#busca, div#inicio input#busca_btn{
	position:absolute;
}

/***Os mais***/
div#blogs_mais_acessados, div#ultimos_posts, div#posts_mais_lidos, div#palavras_mais_buscadas {
	width:350px;
	height:582px;
	float:left;
	border:1px dashed #5C6884;
	background:white;
	margin:0 0 30px 20px;
	_margin:0 0 30px 10px;/*IE 6*/
	position:relative;
}
/*Bug firefox*/
div#blogs_mais_acessados:after, div#ultimos_posts:after, div#posts_mais_lidos:after, div#palavras_mais_buscadas:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
div#blogs_mais_acessados h4, div#ultimos_posts h4, div#palavras_mais_buscadas h4 {
	margin-top:-20px;
	font-size:16px;
	position:relative;
	z-index:2;
}
div#blogs_mais_acessados h4 {
	margin-bottom:8px;
}
div#blogs_mais_acessados span, div#posts_mais_lidos span, div#palavras_mais_buscadas span, div#ultimos_posts span {color:#FCB76C;}
div#blogs_mais_acessados, div#posts_mais_lidos {
	margin-left:23px;
	_margin-left:11px;/*IE 6*/
}
div#ultimos_blogs {
	width:340px;
	float:left;
	margin:4px 0 5px 8px;
	position:relative;
}
div#ultimos_blogs img {
	width:48px;
	height:48px;
	float:left;
	padding:0px !important;
	border:none;
}
div#ultimos_blogs img:hover {
	border:3px solid #FCB76C;
	margin:-3px;
}
div#ultimos_blogs h5 {
	float:left;
	margin:15px 0 0 8px;
	font-weight:100;
}
div#posts_mais_lidos, div#ultimos_posts {
	padding:25px 0 0 5px;
	_padding:22px 0 0 5px;
	width:345px !important;
	height:250px !important;
}
div#posts_mais_lidos h4, div#ultimos_posts h4 {
	margin:-45px 0 10px 0;
	font-size:16px;
	position:relative;
	z-index:2;
}
div#ultimos_blogs a, div#posts_mais_lidos a, div#ultimos_posts a {
	color:#5C6884;
}
div#ultimos_blogs h5:hover {
	text-decoration:underline;
}
div#posts_mais_lidos a, div#ultimos_posts a {
	display:block;
	width:300px;
	font-size:15px;
	font-weight:100;
	font-family:'Georgia', Times New Roman, Times, Serif;
}
span.num_spn  {
	font-size:45px;
	font-family:'Arial', Verdana, Serif;
	font-weight:bold;
	margin-left:5px;
}
div#posts_mais_lidos ol, div#ultimos_posts ol {
	width:310px;
	margin:-245px 0 0 40px;
	_margin:-245px 0 0 20px;/*IE 6*/
	float:left;	
}
div#posts_mais_lidos li, div#ultimos_posts li {
	height:50px;
	list-style:none;
}
div#palavras_mais_buscadas {
	padding:5px;
	width:340px !important;
	_width:345px !important;/*IE 6*/
	height:265px !important;
}
div#palavras_mais_buscadas h4 {
	margin-top:-25px !important;
}
/***Rodapé***/
div#rodape {
	background:#577389;
	height:100px;
	margin-top:30px;
}
div#conteudo_rodape {
	width:770px;
	height:100px;
	margin:0 auto;
	position:relative;
}
div#topo {
	background:url(../images/go_topo.jpg) no-repeat;
	width:52px;
	height:17px;
	position:absolute;
	right:15px;
	margin-top:-17px;
	padding-top:3px;
	text-align:center;
}
div#topo a {
	font-size:11px;
	color:white;
	text-decoration:none;
	font-family:arial, verdana, serif;
}
div#links_portal {
	width:680px;
	height:52px;
	margin:0 auto;
	border-bottom:1px solid #6b89a0;
}
div#links_portal ul li {
	list-style:none;
	display:block;
	float:left;
	text-align:center;
	color:white;
	margin:28px 0 13px 5px;
	color:#6b89a0;
	font-family:arial, verdana, serif;
}
div#links_portal ul li a {
	font-size:12px;
	color:white;
}
div#direitos {
	color:white;
	font-size:11px;
	text-align:center;
	font-family:arial, verdana, serif;
	*margin-top:5px;/*IE 6 e 7*/
}
div#direitos a {
	color:white;
}
/* CSS para index que lista os posts da nuvem de tags */
.links_busca{
	color:#5C6884;
	font-family:"Georgia",Times New Roman,Times,serif;
	font-size:16px;	
	text-align:left;	
}
.li_lista{
	margin-left:30px;	
	padding:3px;
}
#conteudo_meio{
	margin-left:10px;	
	margin-bottom:30px;
}
/***CSS das tags***/
.p1, .p2, .p3, .p4, .p5 {
	color:#5C6884;
	text-decoration:none;
	margin:0 2px 0 2px;
}
.p1:hover, .p2:hover, .p3:hover, .p4:hover, .p5:hover {
	text-decoration:none;
	color:white;
	background:#FCB76C;
}
.p1 {font-size:30px;}
.p2 {font-size:23px;}
.p3 {font-size:15px;}
.p4 {font-size:10px;}
.p5 {font-size:8px;}
/***CSS da busca***/
.alinha_dir {margin-left:20px;}
.link_voltar {
	color:#5C6884;
	font-size:15px;
	margin-right:30px;	
}
#cab_busca {
	border:1px dashed #5C6884;
	background-color:white;
	margin:0 auto;
	width:700px;
	clear:both;
	margin-left:20px;
	padding:10px;
}
#cab_busca p {
	
}
a.link_voltar {
	margin-left:20px;
}
/***Formatação do floatbox***/
iframe#block {
	height:140% !important;
	width:99.999% !important;
	opacity:0.5 !important;
	-moz-opacity: 0.50 !important;
	filter: alpha(opacity=50) !important;
	background:#000000 !important;
	border:none !important;
	position:absolute;
	top:0px;
}
div.barra {
	background:#577389 !important;
	color:white !important;
	_width:520px !important;/*IE 6*/
}
div#box {
	background:#F4FAFF !important;
	border:3px solid #577389 !important;
}
td#prof_bsc, td#blog_bsc {
	font-weight:bold;
	text-align:center;
}
div#content table tbody tr td a {
	margin-left:20px;
	color:#5C6884;
}
div#content table tbody tr td a:hover {
	background:#577389;
	color:white;
	text-decoration:none;
}

div#dvResultBusca{
	padding:20px;
}

td.tdLink a{
	text-decoration:underline;
}

td.tdDescription{
	padding:5px 0px 10px 0px;
}

div#dvCampoBusca{
	padding: 30px;
	text-align:center;
}
