/*
Theme Name: Duas ou Nove?

Theme URI: http://www.duasounove.com.br/

Description: Tema desenvolvido por Jacson Silveira dos Santos

Author: Jacson Silveira dos Santos

Author URI: http://www.twitter.com/JacsonSilveira

Version: 1.0
*/

/**** ZERANDO CSS ****/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

	list-style-type: none;

	

}



/* remember to define focus styles! */

:focus {

	outline: 0;
}

body {

	line-height: 1;

	color: black;

	background: white;

}

ol, ul {

	list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	text-align: left;

	font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}







/******* GERAL ******/



html{

	min-width:1000px;

	background:#000;

}



body{

	font-family: Arial, Sans-Serif;

	background-image: url('images/background.jpg');

	background-repeat: repeat-x;

	background-position: center top;

	background-color:#000;

}



#total{

	width: 900px;

	margin: 0px auto 0;

	position: relative;

	

}



#top{

	width: 900px;

	height: 275px;

	margin:0 auto 0;

	position:relative;

}



a{

	text-decoration: none;

}



a:hover{

	text-decoration: underline;

}



.centralizar{

	margin:0 auto;

	width:900px;

}



#logo{

	position:absolute;

	width: 439px;

	height: 172px;

	margin-left: -10px;

	margin-top:0px;

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;	

}



#redessociais ul{

	list-style-type: none;

	position:absolute;

	right:0;

	top:15px;

}



#redessociais li{

	padding: 5px;

	float:left;

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;



}



#anuncio1{

	width:463px;

	height: 174px;

	position: absolute;

	top:80px;

	right:0;

	background-image: url('images/anuncio.png');

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;	

}



#anuncio1 p{

	padding:50px;

	color: #ccc;

	font-size:25px;

	text-align:center;

	

	

}



/***** NAVEGACAO *****/



#navegacao{

	position: absolute;

	height:48px;

	top:202px;

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;	

}



#navegacao ul{

	list-style-type: none;

	margin-top:22px;

        font-weight:bol;
	

}

#navegacao li{

	list-style-type: none;

	float:left;

	padding:5px 18px;

	margin-right:0px;

	color:#b89264;

        border-left: 0px;

	border-style: solid;

	border-color: #b89264;

}


#navegacao li a{

	font-style:normal;

	color:#b89264;

	font-size:15px;

	text-decoration:none;

}


#navegacao li a:hover{

	font-style:normal;

	color:#fafab8;

	text-decoration:none;

}

#navegacao li a:active{

	color:#fafab8;

}

#navegacao li a:focus{

	color:#fafab8;

}


#anuncio2{

	height: 100px;

	border-width: 0px;

	border-style: dashed;

	border-color: #b89264;

	margin-bottom: 10px;

	color: #b89264;

	font-size:25px;

	text-align:center;



}



#anuncio2 p{

	margin-top:0px;

}



/***** CORPO *****/



#corpo{

	width:900px;
        
        height: 0px;

        background: #fafab8;

	clear: both;

	border-width: 0px;

	border-style: dashed;

	border-color: purple;

	margin-bottom: 20px;

}



/***** Postagens  *****/



#posts{

	list-style-type: none;

	width:600px;

	float:left;

	border-width: 0px;

	border-style: dashed;

	border-color: green;

}



#artigo{

	-moz-border-radius:5px;

	width:560px;

	float:left;

	background:#ffffff;

	padding: 20px;

	margin-bottom: 20px;

	border-width: 0px;

	border-style: solid;

	border-color: #b89264;

}



#artigo h1{

	border-bottom: 2px;

	padding-bottom:0px;

	border-style: solid;

	border-color: #ededed;

	margin-bottom:5px;

	color:#b89264;

	font-size:27px;

        font-weight:bold;

        line-height: 32px;

}



#artigo h1 a{

	font-style:normal;

	color:#3a0600;

	text-shadow:#111 1px 1px 1px;

	text-decoration:none;

}



#artigo h1 a:hover{

	font-style:normal;

	color:#b89264;

	text-decoration:none;

}



 #navegacao_posts{
	background-image: url(\'images/bg_sidebar.jpg\')

	width:auto;

	height:auto;

	border: 0px;
	
	margin-left: 90px;

	float:left;

	border-style: solid;

	border-color: #b89264;

	font-size:10px;

	background: #000;

	text-align:center;

	padding: 9px;

}



#navegacao_posts a{	

	padding-left:10px;

	padding-right:10px;

	margin-top:10px;

	color:#b89264;

	font-size:11px;

	font-weight:bold;

}

#navegacao_posts a:hover{	

	color:#fafab8;

	text-decoration:none;

}


.texto{

	font-size:14px;

        line-height:20px;

	color:#000;

}

.texto a{

        font-weight:bold;

	color:#3a0600;

}

.texto a:hover{

        text-decoration:none;

	color:#b89264;

}

.texto img{

	display: inline;

        background: #fff;

	margin: 0 auto 5px;

	border-width:0px;

	border-style: solid;

}

.data{

	margin-bottom:15px;

	font-size:12px;

	color:#3e3e3e;

	text-decoration:none;

	font-style: none;

}



.data img{

	width:15px;

	height:15px;

	border-width:1px;

	padding:2px;

	border-color:#ededed;

	border-style: solid;

	vertical-align: middle;

}



.data a{

	color:#3e3e3e;

	text-decoration:none;

	font-style: italic;

}



.data a:hover{

	color:#441a00;

	text-decoration:none;

}



.categorias{

	width:auto;

	height:auto;

	border: 0px;

	background-image:url('images/bg_sidebar.jpg');

	margin-top:18px;

	float:left;

	border-style: solid;

	border-color: #b89264;

	font-size:9px;

	background-position: center;

	text-align:center;

	padding: 10px;

}	



.categorias a{	

	margin-top:10px;

	color:#b89264;

	font-size:10px;

	font-weight:bold;

}



.categorias a:hover{	

	color:#fafab8;

	text-decoration:none;

}



.comentarios{

	width:60px;

	height:32px;

	border: 0px;

	margin-top:15px;

	float:right;

	border-style: solid;

	border-color: #b89264;

	background: url('images/bg_comentarios.png');

	background-position: center;

	text-align:center;

	padding-top:9px;

}	



.comentarios a{	

	color:#b89264;

	font-size:13px;

	font-weight:bold;

}



.comentarios a:hover{	

	color:#fafab8;

	text-decoration:none;

}



#oscomentarios{

	-moz-border-radius:5px;

	width:560px;

	float:left;

	background:#ffffff;

	padding: 20px;

	margin-bottom: 20px;

	border-width: 1px;

	border-style: solid;

	border-color: #b89264;

}



#oscomentarios p{

	font-size:12px;

}



#oscomentarios h3{

	width:auto;

	margin-bottom:10px;

	font-style:italic;;

}



ol.commentlist {

	border-width: 0px;

	border-style: solid;

	border-color: #b89264;

	list-style:none;

	margin:0 0 10px;

	padding:0;

	text-indent:0;

}



ol.commentlist li.comment {

	border-bottom:1px solid #ccc;

	padding:1em;

}



ol.commentlist li div.vcard {

	border-width: 0px;

	border-style: solid;

	border-color: violet;

	margin-bottom:10px;

	font-size:14px;

	font-style: italic;

	font-weight:bold;

	color:#3a0600;

}



ol.commentlist li div.vcard p, a{

	text-decoration:none;

	font-style: italic;

	color:#3a0600;

}



ol.commentlist li div.vcard a:hover{

	text-decoration:none;

	font-style: italic;

	color:#b89264;

}





ol.commentlist li div.vcard cite.fn {

	font-style:normal;

}  



ol.commentlist li div.vcard img.avatar {

	border:1px solid #ccc;

	padding:3px;

	float:left;

	margin:0 10px 10px 0;

}  



ol.commentlist li div.comment-meta {

	margin-top:-24px;

	border-width: 0px;

	border-style: solid;

	border-color: red;

	font-size:11px;

	float:right;

}



ol.commentlist li div.comment-meta a {

	color:#ccc;

}



ol.commentlist li div.comment-meta a:hover {

	color:#c1c1c1;

	text-decoration:none;

	

}



ol.commentlist li p {

	font-size:12px; margin:0 0 1em;

}



ol.commentlist li ul {

	border-width: 0px;

	border-style: solid;

	border-color: green;

	font-size:11px;

	list-style:square;

	margin:0 0 3px 5px;

}



ol.commentlist li div.reply {

	border-width: 0px;

	border-style: solid;

	border-color: blue;

	font-size:11px;

	margin-top:20px;

}



ol.commentlist li div.reply a {

	-moz-border-radius:5px;

	padding:7px;

	background-color:#ccc;

	font-weight:bold;

}



ol.commentlist li div.reply a:hover{

	text-decoration:none;

	font-style: italic;

	color:#b89264;

}



ol.commentlist li ul.children {

	list-style:none;

	margin:1em 0 0;

	text-indent:0;

}



ol.commentlist li ul.children li.depth-2 {

	border-left:5px solid #555;

	margin:0 0 .25em .25em;

}



ol.commentlist li ul.children li.depth-3 {

	border-left:5px solid #999;

	margin:0 0 .25em .25em;

}



ol.commentlist li ul.children li.depth-4 {

	border-left:5px solid #bbb;

	margin:0 0 .25em .25em;

}



ol.commentlist li.even {

	background:#fff;

}



ol.commentlist li.odd {

	background:#f6f6f6;

}



ol.commentlist li.parent {

	border-left:5px solid #111;

}



ol.commentlist li.pingback {

	border-bottom:1px dotted #666;

	padding:1em;

}



/***** Sidebar *****/



#barralateral{

	font-style:normal;

	width:280px;

	float:right;

	border-width: 0px;

	border-style: dashed;

	border-color: yellow;

}



#categorias{

	-moz-border-radius:5px;

	width:240px;

	float:right;

	background:#ffffff;

	padding: 20px;

	margin-bottom: 20px;

	border-width: 0px;

	border-style: solid;

	border-color: #b89264;

}



#categorias form input[type=text]{

	width:210px;

	height:21px;

}



#categorias form input[type=image]{

	width:20px;

	height:21px;

	margin-bottom:-5px;

}



#categorias p{

	font-size:12px;

}



#categorias img{

	width:66px;

	height:66px;

	padding:3px;

	margin:3px;

	background-color:#fff;

	float:left;

	border-width: 1px;

	border-style: solid;

	border-color: #ededed;

}



#categorias img:hover{

	background-color:#ededed;

}



#categorias li{

	font-style:normal;

	list-style-type: none;

	padding-bottom:4px;

	margin-bottom:4px;

	border-bottom: 1px;

	border-style: solid;

	border-color: #ededed;

}



#categorias li a{

	font-style:normal;

	font-size:12px;

	text-decoration:none;

	color:#000;

}



#categorias li a:hover{

	font-style:normal;

	font-size:14px;

	text-decoration: none;

	color:#b89264;

}




#categorias h3{

	padding: 0px 10px 3px 0px;

	margin-bottom:13px;

	backgroun:url('images/bg_sidebar.jpg');

	background-position: center;

	border-bottom: 2px;

	border-style: solid;

	border-color: #ededed;

	color:#3a0600;

	font-size: 18px;

	font-weight:bold;
	
	text-shadow:#111 1px 1px 1px;

}


#googlefriends {

        margin-bottom: 20px;

}


#facebook {

        margin-bottom: 20px;

        background: #ffffff;
}

#twitter {
        
        margin-bottom: 20px;

	font-style:normal;

	text-decoration:none;

}

#twitter a{

        font-style:normal;

	font-weight:bold;

}

/***** RODAPÉ *****/



#rodape{

	background-image: url('images/bg_rodape.jpg');

        margin: auto;

	width:900px;

	clear: both;

	border-width: 0px;

	border-style: dashed;

	border-color: red;

	padding-top: 8px;

	padding-bottom: 10px;

}



#conteudorodape{

	width: 250px;

	float:left;

	margin-bottom: 0px;

	margin-left: 14px;

	padding:15px;

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;

}

#conteudorodape2{

	width: 500px;

	float:left;

	margin-bottom: 0px;

	margin-left: 14px;

	padding:15px;

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;

}


#conteudorodape p{

	color:#fff;

	font-size: 12px;

}

#conteudorodape2 p{

	color:#fff;

	font-size: 12px;

}

#conteudorodape h1{

	padding: 7px 0px 9px 0px;

	margin-bottom:13px;

	color:#fff;

	border-bottom: 1px;

	border-style: solid;

	border-color: #fff;

	font-size: 16px;

}

/*
Theme Name: Duas ou Nove?

Theme URI: http://www.duasounove.com.br/

Description: Tema desenvolvido por Jacson Silveira dos Santos

Author: Jacson Silveira dos Santos

Author URI: http://www.twitter.com/JacsonSilveira

Version: 1.0
*/

/**** ZERANDO CSS ****/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

	list-style-type: none;

	

}



/* remember to define focus styles! */

:focus {

	outline: 0;
}

body {

	line-height: 1;

	color: black;

	background: white;

}

ol, ul {

	list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	text-align: left;

	font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}







/******* GERAL ******/



html{

	min-width:1000px;

	background:#000;

}



body{

	font-family: Arial, Sans-Serif;

	background-image: url('images/background.jpg');

	background-repeat: repeat-x;

	background-position: center top;

	background-color:#000;

}



#total{

	width: 900px;

	margin: 0px auto 0;

	position: relative;

	

}



#top{

	width: 900px;

	height: 275px;

	margin:0 auto 0;

	position:relative;

}



a{

	text-decoration: none;

}



a:hover{

	text-decoration: underline;

}



.centralizar{

	margin:0 auto;

	width:900px;

}



#logo{

	position:absolute;

	width: 439px;

	height: 172px;

	margin-left: -10px;

	margin-top:0px;

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;	

}



#redessociais ul{

	list-style-type: none;

	position:absolute;

	right:0;

	top:15px;

}



#redessociais li{

	padding: 5px;

	float:left;

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;



}



#anuncio1{

	width:463px;

	height: 174px;

	position: absolute;

	top:80px;

	right:0;

	background-image: url('images/anuncio.png');

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;	

}



#anuncio1 p{

	padding:50px;

	color: #ccc;

	font-size:25px;

	text-align:center;

	

	

}



/***** NAVEGACAO *****/



#navegacao{

	position: absolute;

	height:48px;

	top:202px;

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;	

}



#navegacao ul{

	list-style-type: none;

	margin-top:22px;

        font-weight:bol;
	

}

#navegacao li{

	list-style-type: none;

	float:left;

	padding:5px 18px;

	margin-right:0px;

	color:#b89264;

        border-left: 0px;

	border-style: solid;

	border-color: #b89264;

}


#navegacao li a{

	font-style:normal;

	color:#b89264;

	font-size:15px;

	text-decoration:none;

}


#navegacao li a:hover{

	font-style:normal;

	color:#fafab8;

	text-decoration:none;

}

#navegacao li a:active{

	color:#fafab8;

}

#navegacao li a:focus{

	color:#fafab8;

}


#anuncio2{

	height: 100px;

	border-width: 0px;

	border-style: dashed;

	border-color: #b89264;

	margin-bottom: 10px;

	color: #b89264;

	font-size:25px;

	text-align:center;



}



#anuncio2 p{

	margin-top:0px;

}



/***** CORPO *****/



#corpo{

	width:900px;
        
        height: 0px;

        background: #fafab8;

	clear: both;

	border-width: 0px;

	border-style: dashed;

	border-color: purple;

	margin-bottom: 20px;

}



/***** Postagens  *****/



#posts{

	list-style-type: none;

	width:600px;

	float:left;

	border-width: 0px;

	border-style: dashed;

	border-color: green;

}



#artigo{

	-moz-border-radius:5px;

	width:560px;

	float:left;

	background:#ffffff;

	padding: 20px;

	margin-bottom: 20px;

	border-width: 0px;

	border-style: solid;

	border-color: #b89264;

}



#artigo h1{

	border-bottom: 2px;

	padding-bottom:0px;

	border-style: solid;

	border-color: #ededed;

	margin-bottom:5px;

	color:#b89264;

	font-size:30px;

        font-weight:bold;

        line-height: 30px;

}



#artigo h1 a{

	font-style:normal;

	color:#3a0600;

	text-decoration:none;

}



#artigo h1 a:hover{

	font-style:normal;

	color:#b89264;

	text-decoration:none;

}



.texto{

	font-size:14px;

        line-height:20px;

	color:#000;

}

.texto a{

        font-weight:bold;

	color:#3a0600;

}

.texto a:hover{

        text-decoration:none;

	color:#b89264;

}

.texto img{


        background: #fff;

	margin: 0 auto 5px;

	border-width:0px;

	padding:0px;

	border-color:#ededed;

	border-style: solid;

}



.data{

	margin-bottom:15px;

	font-size:12px;

	color:#3e3e3e;

	text-decoration:none;

	font-style: none;

}



.data img{

	width:15px;

	height:15px;

	border-width:1px;

	padding:2px;

	border-color:#ededed;

	border-style: solid;

	vertical-align: middle;

}



.data a{

	color:#3e3e3e;

	text-decoration:none;

	font-style: italic;

}



.data a:hover{

	color:#441a00;

	text-decoration:none;

}



.categorias{

	width:auto;

	height:auto;

	border: 0px;

	background-image:url('images/bg_sidebar.jpg');

	margin-top:18px;

	float:left;

	border-style: solid;

	border-color: #b89264;

	font-size:9px;

	background-position: center;

	text-align:center;

	padding: 10px;

}	



.categorias a{	

	margin-top:10px;

	color:#b89264;

	font-size:10px;

	font-weight:bold;

}



.categorias a:hover{	

	color:#fafab8;

	text-decoration:none;

}

.compartilhar{

	border: 0px;

	margin-top:18px;

	float:left;

	font-size:12px;

	background-position: center;

	text-align:center;

	padding: 10px;

}

.comentarios{

	width:60px;

	height:32px;

	border: 0px;

	margin-top:15px;

	float:right;

	border-style: solid;

	border-color: #b89264;

	background: url('images/bg_comentarios.png');

	background-position: center;

	text-align:center;

	padding-top:9px;

}	



.comentarios a{	

	color:#b89264;

	font-size:13px;

	font-weight:bold;

}



.comentarios a:hover{	

	color:#fafab8;

	text-decoration:none;

}



#oscomentarios{

	-moz-border-radius:5px;

	width:560px;

	float:left;

	background:#ffffff;

	padding: 20px;

	margin-bottom: 20px;

	border-width: 1px;

	border-style: solid;

	border-color: #b89264;

}



#oscomentarios p{

	font-size:12px;

}



#oscomentarios h3{

	width:auto;

	margin-bottom:10px;

	font-style:italic;;

}



ol.commentlist {

	border-width: 0px;

	border-style: solid;

	border-color: #b89264;

	list-style:none;

	margin:0 0 10px;

	padding:0;

	text-indent:0;

}



ol.commentlist li.comment {

	border-bottom:1px solid #ccc;

	padding:1em;

}



ol.commentlist li div.vcard {

	border-width: 0px;

	border-style: solid;

	border-color: violet;

	margin-bottom:10px;

	font-size:14px;

	font-style: italic;

	font-weight:bold;

	color:#3a0600;

}



ol.commentlist li div.vcard p, a{

	text-decoration:none;

	font-style: italic;

	color:#3a0600;

}



ol.commentlist li div.vcard a:hover{

	text-decoration:none;

	font-style: italic;

	color:#b89264;

}





ol.commentlist li div.vcard cite.fn {

	font-style:normal;

}  



ol.commentlist li div.vcard img.avatar {

	border:1px solid #ccc;

	padding:3px;

	float:left;

	margin:0 10px 10px 0;

}  



ol.commentlist li div.comment-meta {

	margin-top:-24px;

	border-width: 0px;

	border-style: solid;

	border-color: red;

	font-size:11px;

	float:right;

}



ol.commentlist li div.comment-meta a {

	color:#ccc;

}



ol.commentlist li div.comment-meta a:hover {

	color:#c1c1c1;

	text-decoration:none;

	

}



ol.commentlist li p {

	font-size:12px; margin:0 0 1em;

}



ol.commentlist li ul {

	border-width: 0px;

	border-style: solid;

	border-color: green;

	font-size:11px;

	list-style:square;

	margin:0 0 3px 5px;

}



ol.commentlist li div.reply {

	border-width: 0px;

	border-style: solid;

	border-color: blue;

	font-size:11px;

	margin-top:20px;

}



ol.commentlist li div.reply a {

	-moz-border-radius:5px;

	padding:7px;

	background-color:#ccc;

	font-weight:bold;

}



ol.commentlist li div.reply a:hover{

	text-decoration:none;

	font-style: italic;

	color:#b89264;

}



ol.commentlist li ul.children {

	list-style:none;

	margin:1em 0 0;

	text-indent:0;

}



ol.commentlist li ul.children li.depth-2 {

	border-left:5px solid #555;

	margin:0 0 .25em .25em;

}



ol.commentlist li ul.children li.depth-3 {

	border-left:5px solid #999;

	margin:0 0 .25em .25em;

}



ol.commentlist li ul.children li.depth-4 {

	border-left:5px solid #bbb;

	margin:0 0 .25em .25em;

}



ol.commentlist li.even {

	background:#fff;

}



ol.commentlist li.odd {

	background:#f6f6f6;

}



ol.commentlist li.parent {

	border-left:5px solid #111;

}



ol.commentlist li.pingback {

	border-bottom:1px dotted #666;

	padding:1em;

}



/***** Sidebar *****/



#barralateral{

	font-style:normal;

	width:280px;

	float:right;

	border-width: 0px;

	border-style: dashed;

	border-color: yellow;

}



#categorias{

	-moz-border-radius:5px;

	width:240px;

	float:right;

	background:#ffffff;

	padding: 20px;

	margin-bottom: 20px;

	border-width: 0px;

	border-style: solid;

	border-color: #b89264;

}



#categorias form input[type=text]{

	width:210px;

	height:21px;

}



#categorias form input[type=image]{

	width:20px;

	height:21px;

	margin-bottom:-5px;

}



#categorias p{

	font-size:12px;

}



#categorias img{

	width:66px;

	height:66px;

	padding:3px;

	margin:3px;

	background-color:#fff;

	float:left;

	border-width: 1px;

	border-style: solid;

	border-color: #ededed;

}



#categorias img:hover{

	background-color:#ededed;

}



#categorias li{

	font-style:normal;

	list-style-type: none;

	padding-bottom:4px;

	margin-bottom:4px;

	border-bottom: 1px;

	border-style: solid;

	border-color: #ededed;

}



#categorias li a{

	font-style:normal;

	font-size:12px;

	text-decoration:none;

	color:#000;

}



#categorias li a:hover{

	font-style:normal;

	font-size:14px;

	text-decoration: none;

	color:#b89264;

}




#categorias h3{

	padding: 0px 10px 3px 0px;

	margin-bottom:13px;

	backgroun:url('images/bg_sidebar.jpg');

	background-position: center;

	border-bottom: 2px;

	border-style: solid;

	border-color: #ededed;

	color:#3a0600;

	font-size: 16px;

	font-weight:bold;

}


#googlefriends {

        margin-bottom: 20px;

}


#facebook {

        margin-bottom: 20px;

        background: #ffffff;
}

#twitter {
        
        margin-bottom: 20px;

	font-style:normal;

	text-decoration:none;

}

#twitter a{

        font-style:normal;

	font-weight:bold;

}

/***** RODAPÉ *****/



#rodape{

	background-image: url('images/bg_rodape.jpg');

        margin: auto;

	width:900px;

	clear: both;

	border-width: 0px;

	border-style: dashed;

	border-color: red;

	padding-top: 8px;

	padding-bottom: 10px;

}



#conteudorodape{

	width: 250px;

	float:left;

	margin-bottom: 0px;

	margin-left: 14px;

	padding:15px;

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;

}

#conteudorodape2{

	width: 550px;

	float:left;

	margin-bottom: 0px;

	margin-left: 14px;

	padding:15px;

	border-width: 0px;

	border-style: dashed;

	border-color: #fff;

}


#conteudorodape p{

	color:#fff;

	font-size: 12px;

}

#conteudorodape2 p{

	color:#fff;

	font-size: 12px;

}

#conteudorodape2 h1{

	padding: 7px 0px 9px 0px;

	margin-bottom:13px;

	color:#fff;

	border-bottom: 1px;

	border-style: solid;

	border-color: #fff;

	font-size: 16px;

}

#rodapedireitos{

	clear: both;

	width: 800px;

	margin-right: 40px;

	margin-left: 40px;

	padding:10px;

	border-top: 1px;

	border-style: solid;

	border-color: #b89264;

}



#rodapedireitos p{

	color:#b89264;

	font-size:10px;

	text-align:right;

}


