#pagina {
	background:url(../img/bg-pagina.jpg) no-repeat center top;
}

#topo {
	margin-bottom:90px;
}

#topo .center {
	position:relative;
}

#topo .logomarca {
	display:block;
	margin-top:90px;
}

#topo-menu {
	height:53px;
	background:url(../img/bg-menu.gif) no-repeat center top;
}

/** SubMenu **/
.submenu
{
	background: #000000;
	padding: 0px 18px 10px 18px;
	position: absolute;
	display: none;
}

.submenu ul li
{
	padding-top: 6px;
	list-style: none outside;
}

.submenu ul li.first
{
	padding-top: 0;
}

.submenu ul li a
{
	font-weight: bold;
	display: block;
}

.submenu ul li a:hover
{
	color: #ffffff;
}

#blogs-submenu
{
	top:53px;
	right:140px;
	z-index:100;
}

#blogs-submenu ul {
	padding-left:0;
}

/**********************************************************
												MAIN-CONTENT
**********************************************************/

#main-content {
	float:left;
	width:460px;
}

/**********************************************************
												BLOG
**********************************************************/

#blog h1 {
	margin-bottom:0 !important;
}

.entry {
	border-top:4px solid #eff1f3;
	margin-top:30px;
	padding-top:30px;
}

.entry-first {
	margin-top:0;
	padding-top:0;
	border-top:0;
}

.entry .post {
	margin-top:20px;
}

.entry .por {
	font-size:11px;
}

.entry .por a {
	color:#e3251c;
	text-decoration:underline;
	cursor:default;
	outline:none;
}

.entry .por a:hover {
	text-decoration:none;
}

/**********************************************************
													SIDEBAR
**********************************************************/

#sidebar {
	float:right;
	width:460px;
}

#sidebar #podcast a {
	outline:none;
}

#sidebar .col-left {
	float:left;
	width:220px;
}

#sidebar #podcast, #sidebar-blog {
	margin-bottom:30px;
}

#sidebar #podcast .titulo {
	display:block;
	border-top:1px solid #dfe4e8;
	padding:6px 0;
	background:url(../img/bt-ouvir.gif) no-repeat right center;
}

#sidebar #podcast .podcast-first .titulo {
	border-top:0;
	padding-top:0;
}

#sidebar #podcast .titulo-first {
	padding-top:0;
	border-top:0;
}

#sidebar #podcast .start-hide {
	display:none;
	padding-bottom:5px;
}

#sidebar #podcast .start-hide a {
	font:9px tahoma, arial;
	color:#e3251c;
}

#sidebar #podcast .start-hide .player {
	margin-bottom:5px;
}

#fotos ul, #fotos li {
	float:left;
	padding:0 0 10px 10px;
	list-style:none;
}

#fotos ul.first, #fotos li.first {
	padding-left:0;
}

#fotos li img {
	display:block;
}

#sidebar .col-right {
	float:right;
	width:220px;
}

#banners {
	margin-bottom:40px;
}

#banners ul, #twitter ul {
	padding-left:0;
}

#banners li {
	margin-bottom:20px;
	list-style:none;
}

#banners li img {
	display:block;
}

#twitter li {
	margin-top:11px;
	list-style:none;
}

/**********************************************************
													RODAPE
**********************************************************/

#rodape {
	width:100%;
	float:left;
	margin-top:50px;
	clear:both;
	height:162px;
	background:url(../img/bg-rodape.gif) repeat-x center center;
}

#rodape p {
	font-size:11px;
}

#rodape .center {
	position:relative;
	top:-2px;
	padding-top:28px;
	background:url(../img/linha-rodape.gif) no-repeat center top;
}

#rodape .pontocriativo {
	display:block;
	float:right;
	font:9px tahoma, arial;
	margin-top:2px;
}

#rodape .barra {
	color:#444343 !important;
}

/**********************************************************
														FORM
**********************************************************/

.campo, .input {
	float:left;
}

.campo label {
	display:block;
	margin-bottom:2px;
}

.input {
	border:1px solid #d2d2d2;
	height:28px;
	margin-bottom:15px;
}

.input input, textarea {
	padding:6px 5px 3px 5px;
}

textarea {
	overflow:auto;
}

/**********************************************************
													PAGINACAO
**********************************************************/

.paginacao {
	border-top:4px solid #eff1f3;
	margin-top:30px;
	padding-top:30px;
}

.paginacao ul {
	padding-left:0;
}

.paginacao ul li {
	float:left;
	display:inline;
	margin-left:5px;
	list-style:none;
}

.paginacao ul li a {
	display:block;
	text-align:center;
	width:25px;
	padding:3px 0 5px 0;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	background:url(../img/indice-paginacao.gif) no-repeat center top;
}

.paginacao ul li.ativo a {
	background-position:center bottom;
}

/**********************************************************
													GERAL
**********************************************************/

.center {
	width:940px;
	margin:0 auto;
}

.barra {
	color:#e9e9e9;
	padding:0 5px;
}

h1 {
	font-size:18px;
	line-height:20px;
	color:#e3251c;
}

h3.tt {
	margin-bottom:20px;
}

.data {
	font:9px tahoma, arial;
	color:#a8a8a8;
}

.more, .little-link {
	display:block;
	padding-top:10px;
	color:#e3251c;
	text-decoration:underline;
}

.more:hover, .little-link:hover {
	text-decoration:none;
}

.cordestaque {
	color:#e3251c;
}

.little-link {
	display:block;
	text-decoration:underline;
	font:9px tahoma, arial;
	color:#e3251c;
}

.little-link {
	font:9px tahoma, arial;
}

.linha01 {
	height:61px;
	background:url(../img/linha01.gif) repeat-x center center;
}

.default {
	cursor:default;
	outline:none;
}