html, body {height:100%;} /**/
body {
	margin:0; 
	padding:0;
	background:none;
	font:normal 12px Arial, Helvetica, sans-serif;
	}
h1{ font-size:30px; margin-bottom:10px;}
a{ text-decoration:none;}	
#tudo { 
	position:relative;  /*Contexto de posicionamento */
	background-color:#fff;
	margin:0 auto;
	margin-top:40px;
	text-align:left;
	min-height:100%;/**/

	}
 * html #tudo {height: 100%;}/**/
#conteudo {
	margin:0 auto;
	width:760px;
	padding-bottom:60px;
	background:none;
	
}/**/
	

#topo {
	background:none;
	width:760px;
	height:130px;
	margin-bottom:10px;
	margin-top:30px;
	float:left;
	}
#principal {
	width:520px;
	float:left;
	padding:20px;
	margin-bottom:10px;
	min-height:380px;
	}
#auxiliar {
	width:180px;
	float:left;
	padding-top:20px;
	background:none;
	margin-bottom:10px;
	padding:10px;
	min-height:400px;
	}

	
#cabecalho .newBottons {
	margin-left: 391px;
	position: absolute;
	margin-top: -18px;
}

#cabecalho .no_bg ul {
	background-image: none;
}



h1.titulo_post{ 	
	font:bold 24px "Trebuchet MS",Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
p.texto_post{
	margin-top:20px;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
}
span.meta{
	display:block;
	margin:0px 0px 0px 0px;
	font-size:11px;
}	
h4 {font-size:16px;}
.clear {clear:both;}



/**
 * rodape
 */
 .centro
{
	width: 940px;
	margin: 0 auto;
	text-align: left;
}


 #rodape
{
	border-top: solid #000 1px;
	background: #111315 url(http://bsg-world.com/_img/bg-rodape.gif) repeat;
	padding: 20px 0;
	height: 16px;
	text-align:center;
	position: absolute;
	width:100%;
	bottom: 0; /**/ 

}

#rodape p
{
	color: #C3C3C3;
	font-size: 12px;
	float: left;
}

#rodape ul
{
	float: right;
}

#rodape li
{
	display: inline;
	font-size: 12px;
}

#rodape li a
{
	display: block;
	float: left;
	color: #C3C3C3;
	text-decoration: none;
	margin-right: 20px;
}

#rodape li.ult a
{
	margin: 0;
}

#rodape li a:hover
{
	text-decoration: underline;
}
/**
 * forms
 */
#tudo form.frm
{
	color: #818181;
	font-size: 12px;
}

#tudo form.frm a
{
	color: #c81a78;
	text-decoration: none;
	font-size: 11px;
}

#tudo form.frm label
{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
	line-height: 25px;
}

#tudo form.frm input.texto, #tudo form.frm select, #tudo form.frm textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	margin-bottom: 3px;
	border: solid #999 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#tudo input.botao
{
	font-size: 12px;
	font-weight: bold;
	background: #C81A78;
	color: white;
	cursor: pointer;
}

#tudo a.botao
{
	margin-bottom: 10px;
	padding: 5px;
	background: #e8e8e8;
	color: black;
	cursor: pointer;
	border: solid #999 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-decoration: none;
	clear: both;
	display: block;
	float: left;
}

#tudo input,#tudo select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	border: solid #999 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
#tudo input,#content select,#content textarea{
	margin-bottom:10px;
}
#tudo input[type=hidden]{
	border:0px;
}
.hidden{
	border:0px;
}
#frmPost label{
	color: #818181;
	font-size: 14px;
	line-height:20px;
}



/**
 * paginacao
 */
/**
 * paginacao
 */
#principal div.paginacao
{
	clear: both;
	margin: 20px 0;
	text-align: center;
	font-size: 11px;
	color: #818181;
}

#principal div.paginacao a
{
	padding: 2px 7px;
	border: solid #e8e8e8 1px;
	color: #818181;
	margin-right: 6px;
	text-decoration: none;
}

#principal div.paginacao a:hover, #principal div.paginacao a.pagina_atual
{
	color: white;
	background: #c81a78;
}

