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

/***************************************************
						TOPO
***************************************************/

#topo {
	padding-top:40px;	
}

#topo-menu .center {
	position:relative;
}

#topo-menu {
	background-color:#000;	
}

/** 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
{
	color:#8C8C8C;
	font-weight: bold;
	display: block;
}

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

#blogs-submenu
{
	top:53px;
	right:170px;
}

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

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

#main-content {
	position:relative;
	width:650px;
	float:left;
	background:url(../img/bg/corpo.jpg) repeat-y center center;
	padding-bottom:50px;
}

#pag-anterior, #pag-proximo {
	position:absolute;
	bottom:-40px;
}

#pag-anterior {
	left:-13px;	
}

#pag-proximo {
	right:-13px;	
}

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

.entry .object {
	margin:30px 0 24px 0;	
}

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

#sidebar {
	position:relative;
	top:-52px;
	width:290px;
	float:right;
}

#sidebar-facebook {
	margin-bottom:20px;
}

#sidebar, #sidebar a {
	color:#f5b69f;
}

#sidebar h4 {
	padding:0 0 30px 0;
}

#sidebar-recados .sidebar-middle, #sidebar-fotos .sidebar-middle, #sidebar_osomdotrio .sidebar-middle {
	background:url(../img/bg/sidebar-middle.gif) repeat-y center center;	
}

#sidebar-recados .sidebar-top, #sidebar-fotos .sidebar-top, #sidebar_osomdotrio .sidebar-top {
	background:url(../img/bg/sidebar-top.gif) no-repeat center top;
}

#sidebar-recados .sidebar-bot, #sidebar-fotos .sidebar-bot, #sidebar_osomdotrio .sidebar-bot {
	background:url(../img/bg/sidebar-bot.gif) no-repeat center bottom;
	padding:14px 20px 20px 20px;
}

#sidebar-apoio .sidebar-middle, #sidebar-facebook .sidebar-middle {
	background:url(../img/bg/apoio-middle.gif) repeat-y center center;	
}

#sidebar-apoio .sidebar-top, #sidebar-facebook .sidebar-top {
	height:15px;
	background:url(../img/bg/apoio-top.png) no-repeat center top;
}

#sidebar-apoio .sidebar-bot, #sidebar-facebook .sidebar-bot {
	background:url(../img/bg/apoio-bot.gif) no-repeat center bottom;
	height:22px;
}

#hash_somdotrio .sidebar-top {
	background:url(../img/bg/sidebar-top02.gif) no-repeat center top;
}

#sidebar-apoio {
	text-align:center;
}

#sidebar-apoio ul {
	padding:0 0 10px 0;	
	list-style:none;
}

#sidebar-apoio ul li {
	border-top:1px solid #e0e0e0;
	margin:30px 20px 0 20px;
	padding-top:30px;
}

#sidebar-apoio ul li.first {
	padding-top:0 !important;
	margin-top:10px !important;
	border-top:0 !important;
}

#sidebar-facebook .padding {
	padding:0 13px;	
}

#sidebar-facebook h4 {
	text-align:left;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:10px;
	margin:0 20px 20px 20px;
}

#sidebar_osomdotrio h3 {
	margin-bottom:10px;
}

#sidebar_osomdotrio .twitter {
	margin-bottom:20px;
}

#sidebar dl, #sidebar dd {
	margin:0;
	padding:0;
}

#sidebar dl {
	overflow:hidden;
	margin-top:10px;
}

#sidebar dt {
	float:left;
	width:48px;
}

#sidebar dd {
	float:right;
	width:182px;
	line-height:15px;
}

#sidebar dd a {
	color:#fff;
	font-weight:bold;
}

#sidebar dd .data {
	display:block;
	font-weight:normal;
	font-size:11px;
}

#sidebar dd .data a {
	color:#f77d5c;	
}

#sidebar .tt {
	margin-bottom:30px;
}

#sidebar .tt h4 {
	padding-bottom:0;
}

/**** RECADOS ****/

#sidebar-recados, #sidebar-fotos {
	margin-bottom:40px;	
}

#sidebar-recados .recado {
	padding-bottom:20px;	
}

#sidebar-recados .autor {
	color:#fff;	
}

#sidebar-recados .data {
	color:#f77d5c;	
}

#sidebar-recados a {
	display:block;	
}

#sidebar .btn-more {
	display:block;
	border-top:1px solid #cd2a4e;
	padding-top:20px;
}

/**** FOTOS ****/

#sidebar-fotos ul {
	padding-left:0;
	list-style:none;
}

#sidebar-fotos li {
	position:relative;
	float:left;
	display:inline;
	margin:0 0 10px 1px;
}

#sidebar-fotos li.first {
	margin-left:0;	
}

#sidebar-fotos li a {
	float:left;
	display:block;
}

#sidebar-fotos li img {
	width:80px;
	height:60px;
}

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

#rodape {
	clear:both;
}

#rodape .bg {
	height:300px;
	background:url(../img/bg/rodape.jpg) no-repeat center bottom;
}

#rodape .center {
	padding-top:160px;
}

#rodape-menu {
	margin-bottom:15px;	
}

#rodape .rodape-recuo {
	width:650px;
	color:#52031e;
}

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

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

.campo, .input {
	float:left;	
}

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

.input {
	border:1px solid #c3bfad;
	height:31px;
	background-color:#fff;
	margin-bottom:9px;
}

.input input, textarea {
	padding:8px 10px;	
}

textarea {
	overflow:auto;	
}

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

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

.clear {
	clear:both;	
}

h1 {
	font-size:34px;
	color:#a20123;
	line-height:20px;
	margin-bottom:24px;
}

h1 a {
	color:#a20123;
	line-height: 1em;
}

h2 {
	font-size:18px;
	color:#a20123;
}

h5 {
	font-size:18px;
	color:#a8c422;
	margin-bottom:15px;
}

.linha01 {
	margin:30px 0;
	height:3px;
	background:url(../img/linha/linha01.gif) repeat-x center center;	
}

.space {
	padding:0 8px;	
	color:#e1dac4;
}

.data {
	font-size:11px;	
}

.listing {
	border-top:1px solid #e1dac3;
	padding-top:20px;
	margin-top:20px;
}

.listing-first {
	border-top:0 !important;
	padding-top:0 !important;
	margin-top:0 !important;
}

.cor-destaque {
	color:#a20123;
}

a.foto-crop, a.foto-crop img {
	overflow:hidden;
}

a.foto-crop:hover {
	border:1px solid #fff;
}

a.foto-crop:hover img {
	margin:-1px;
}

.margem {
	height:20px;	
}

#sidebar #twtr-widget-1 .twtr-doc {
	background:none !important;
}

#sidebar .twtr-join-conv {
	display:none;
}

