/*
Theme Name: Papo de Madame v1 - Pink World
Theme URI: http://papodemadame.com.br
Description: Tema feito para o site Papo de Madame
Version: 0.1
Author: Borisch C. Kushnir
Author URI: http://papodemadame.com.br
Tags: pink, three colums, widgets, fixed width,
Text Domain: Papo de Madame

	Esse tema foi desenvolvido e criado 
	por Borisch Carnicelli Kushnir,

	O Css, Xhtml e o design não estão liberados em
	nenhum licensa, além da provida ao site papodemadame.com.br

*/
/* Estilos de Fundo da Pagina */
html {
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(imgs/background1.png);
	background-repeat: repeat;
	background-position: left top;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	width:1008px;
}
.fundo2 {
	background-image: url(imgs/background2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	width: 1008px;
	z-index:1;
}
#documento {
	z-index:2;
	height: 100%;
	position: absolute;
	top: 0;
	margin-left: 30px;
	right: 0;
}
#chamada{
	height: 100%;
}
#conteudo{
	height: 2000%;
}
#conteudoa{
	height: 5000%;
}
/* Fim dos Estilos de Funda da Pagina */
/* ********************************** */
/* Configuração Básicas de paragrafo e links */
p {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #BD457A;
	text-decoration: underline;
}
a.visited {
	color: #BD457A;
	text-decoration: underline;
}
a.hover {
	color: #BD457A;
	text-decoration: underline;
}
a.active {
	color: #BD457A;
	text-decoration: underline;
}
img {
	border: 0px;
}
h2 {
	font-size: 14px;
	color: #DE0B7C;
	text-decoration: underline;
	text-transform: capitalize;
}
/* Fim da configuração Básicas de paragrafo e links */
/* Inicio dos estilos do cabecalho */
.cabecalho {
	background-image: url(imgs/header.png);
	height: 226px;
	width: 1008px;
}
/* Fim dos estilos do cabecalho */
/* ********************************** */
/* Inicio dos estilos do Corpo Principal ou Conteudo */
#principal {
	/* width: 536px;*/
	/*width: 975px;*/
	width: 973px;
	margin-left: 33px;
	height: 100%;
	right: 0px;
	background-color: #FFFFFF;
	z-index:3;
	background-image: url(imgs/background3.png);
	background-repeat: repeat-y;
	background-position: left top;
}
/*#pagina{
width: 536px;
padding-left:2px;
float: left;
}*/
#pagina{
width: 973px;
padding-left:2px;
float: left;
}
.paginacao {
	text-align: center;
	width: 536px;
	z-index:4;
}
/* Inicio do Post Template */
.postagem{
	margin: 0px;
	padding: 0px;
	width: 536px;
	float:left;
}
.titulopostagem {
	font-family: "Brush Script Std", Verdana, Arial, Helvetica, sans-serif;
	height: 66px; /* height + padding-top = 91px = postfundo.png height */
	background-image: url(imgs/posttile.png);
	background-position: left top;
	padding-left: 65px;
	padding-right: 70px;
	padding-top: 25px;
	font-size: 22px;
	font-weight: bolder;
}
.conteudopostagem {
	border: 1px solid #FBD3E4;
	margin-right: 9px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(imgs/postfundo.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
}
.rodapepostagem{
	height: 82px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BD457A;
	border: 0px;
	margin-top: -12px;
	padding-left: 30px;
	background-image: url(imgs/postfooter.png);
}
/* Fim do Post Template */
/* Inicio do Sidebar */
.sidebar {
	width: 434px;
	left: 0px;
	*top: 226px;
	float: right;
}
.barrameio {
	width: 250px;
	position: absolute;
	right: 184px;
	background-color: #FCE0EC;
	float: left;
	padding:0;
	border-right: 1px solid #000000;
}
.barraesquerda {
	position: absolute;
	right: 0px;
	width: 184px;
	background-color: #FBD3E4;
	float: right;
}
.sidebarleftmeio {
	width: 215px;
	float: right;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Brush Script Std";
	font-size: 12px;
	border-right: 1px solid #86C2E9;
	border-left: 1px solid #86C2E9;
	background-color: #FFFFFF;
	overflow: auto;
	vertical-align: top;
}
.sidebarleftleft {
	width: 28px;
	float: left;
}
.sidebarlefttopo {
	width: 250px;
	height: 31px;
}
.sidebarleftbase {
	width: 250px;
	height: 10px;
	clear:both;
}
.login{
	text-align: center;
}
.sidebarrightmeio {
	width: 159px;
	float: left;
	margin-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Brush Script Std";
	font-size: 12px;
	border-right: 1px solid #ED8A8D;
	border-left: 1px solid #ED8A8D;
	background-color: #FFFFFF;
}
.sidebarrightright {
	width: 22px;
	float: right;
}
.sidebarrighttopo {
	width: 181px;
	height: 22px;
}
.sidebarrightbase {
	width: 181px;
	height: 20px;
	clear:both;
}
/* Fim do Sidebar */
/* Fim dos estilos do Corpo Principal ou Conteudo */
/* ********************************** */
/* Inicio dos estilos do Rodape */
.rodape {
	margin: 0;
	padding: 0;
	height: 60px;
	width: 1008px;
	z-index:5;
}
.ftrodape {
	height: 43px;
	width: 975px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 33px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Brush Script Std";
	font-size: 10px;
	padding-top: 7px;
	font-weight: bolder;
	background-image: url(imgs/background3.png);
	background-repeat: repeat-y;
	text-indent: 150px;
}
/* Fim dos estilos do Rodape */
/* Inicio dos estilos do box comunidades */
.tituloperfil{
	font-size: 18px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Brush Script Std";
}
.perfil{
	text-indent: 0px;
}
.comunidades {
	width: 184px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* Inicio dos estilos do box comunidades */
.menurodape{
	width: 100%;
}
.menurodapeesq{
	width: 50%;
}
.menurodapedir{
	width: 50%;
}
.space{
	height: 1px;
	clear: both;
}
.anuncio200{
	width: 100%;
	display: block;
	border: 1px solid #CC66FF;
	margin-top: 10px;
	margin-left: 3px;	
}