/*
Theme Name: Terra&ccedil;o
Theme URI: http://www.amorlevaminhasacola.com.br
Description: Theme for blog "Amor, leva minha sacola"
Version: 1.0
Author: Talk
Author URI: http://www.talk2.com.br
Tags: pink and blue, two authors, fixed width, two columns

	This theme was designed and built by Talk2 for Terraço's blog,
	that you can visit at http://www.amorlevaminhasacola.com.br

*/
@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	font-family: inherit;
	font-size: 100%;
}

body {
	color: #7f7f7f;
	font-size: 62.5%;
	font-family: arial, verdana, helvetica, sans-serif;
	background: url(img/bkg/geral.jpg) center top repeat-y;
	position: relative;
}

legend { display: none; }
ol, ul { list-style: none; }
a:hover { text-decoration: underline; }
table { border-collapse: collapse; border-spacing: 0; }

#main {
	overflow: hidden;
}

/*
**
SELOS
**
*/
#selo-titulo {
	width: 297px;
	height: 276px;
	margin-left: -152px;
	position: absolute;
	top: 318px;
	left: 50%;
	z-index: 1000;
	background: url(img/bkg/selo-titulo.png) no-repeat;
}
#selo-titulo h1 {
	width: 146px;
	height: 76px;
	padding: 43px 0 0 81px;
}
#selo-titulo h1 a {
	width: 100%;
	height: 100%;
	background: url(img/tit/amor_leva_minha_sacola.gif) no-repeat;
}

#selo-logo {
	width: 159px;
	height: 185px;
	margin-left: 251px;
	padding: 33px 0 0 39px;
	position: absolute;
	bottom: 84px;
	left: 50%;
	z-index: 1;
	background: url(img/bkg/selo_logo.png) no-repeat;
}
#selo-logo img { float: left; }

/*
**
MULHER
**
*/
#mulher {
	width: 50%;
	float: left;
}

/*
**
HOMEM
**
*/
#homem {
	width: 49.99%;
	float: left;
}

/* FONTES */
/* Fontes Mulher */
#mulher .header h2,
#mulher .header p,
#mulher .content .area-posts .corpo .data .dia,
#mulher .content .area-posts .corpo .data .mes,
#mulher .content .area-posts .corpo h3,
#mulher .content .area-posts .corpo .categorias a,
#mulher .content .area-posts .corpo .links a,
#mulher .content .area-posts .corpo .todos-posts a,
#mulher .content .area-posts .corpo .busca label {
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
}
/* Fontes Homem */
#homem .header h2,
#homem .header p,
#homem .content .area-posts .corpo .data .dia,
#homem .content .area-posts .corpo .data .mes,
#homem .content .area-posts .corpo h3,
#homem .content .area-posts .corpo .categorias a,
#homem .content .area-posts .corpo .links a,
#homem .content .area-posts .corpo .todos-posts a,
#homem .content .area-posts .corpo .busca label {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}

/* -------------|
/* - CABECALHO
/* ----- */
.header {
	width: 100%;
}

#mulher .header {
	height: 472px;
	padding-top: 11px;
	float: right;
	background: url(img/bkg/mulher.jpg) right bottom no-repeat;
}
#mulher .header h2 {
	padding-right: 60px;
	font-size: 1.8em;
	text-align: right;
	color: #ffcec6;
}
#mulher .header p { padding-right: 60px; }
#mulher .header p a {
	font-size: 1.2em;
	float: right;
	color: #ffcec6;
}

#homem .header {
	height: 473px;
	padding-top: 9px;
	float: left;
	background: url(img/bkg/homem.jpg) left bottom no-repeat;
}
#homem .header h2 {
	padding-left: 60px;
	font-size: 2.0em;
	color: #acd5ee;
}
#homem .header p {
	margin-top: -2px;
	padding-left: 60px;
}
#homem .header p a {
	font-size: 1.2em;
	color: #acd5ee;
}

/* -------------|
/* - CONTEUDO
/* ----- */
.content {
	width: 100%;
	margin-top: -132px;
	padding-bottom: 270px;
	position: relative;
}

#mulher .content {
	padding-top: 32px;
	float: right;
	background: url(img/bkg/firula_rodape_mulher.jpg) right 1215px no-repeat;
}

#homem .content {
	float: left;
	background: url(img/bkg/firula_rodape_homem.jpg) left 1167px no-repeat;
}

/* RSS */
#mulher .content .rss {
	position: absolute;
	top: 159px;
	right: 395px;
}
#homem .content .rss {
	position: absolute;
	top: 159px;
	left: 395px;
	z-index: 3;
}
.content .rss img { float: left; }

/* Fundo da area de posts */
#mulher .content .area-posts {
	width: 397px;
	margin-right: 8px;
	display: inline;
	float: right;
}
#mulher .content .area-posts .topo {
	width: 397px;
	height: 119px;
	display: block;
	float: left;
	position: relative;
	background: url(img/bkg/topo_box_mulher.png) no-repeat;
}
#mulher .content .area-posts .sombra {
	width: 391px;
	margin-left: 6px;
	display: inline;
	float: left;
	background: url(img/bkg/sombra_box_mulher.png) repeat-y;
}
#mulher .content .area-posts .corpo {
	width: 349px;
	padding: 3px 0 0 38px;
	float: left;
	background: url(img/bkg/fundo_box_mulher.gif) right top repeat-y;
}
#mulher .content .area-posts .rodape {
	width: 397px;
	height: 25px;
	display: block;
	float: left;
	position: relative;
	background: url(img/bkg/rodape_box_mulher.png) no-repeat;
}

#homem .content .area-posts {
	width: 397px;
	margin-left: 8px;
	display: inline;
	float: left;
	position: relative;
	z-index: 2;
}
#homem .content .area-posts .topo {
	width: 531px;
	height: 212px;
	display: block;
	float: left;
	position: relative;
	background: url(img/bkg/topo_box_homem.png) no-repeat;
}
#homem .content .area-posts .sombra {
	width: 391px;
	margin-right: 6px;
	display: inline;
	float: right;
	background: url(img/bkg/sombra_box_homem.png) repeat-y;
}
#homem .content .area-posts .corpo {
	width: 349px;
	margin: -57px 0 0 4px;
	padding: 0 38px 0 0;
	display: inline;
	float: left;
	background: url(img/bkg/fundo_box_homem.gif) left top repeat-y;
}
#homem .content .area-posts .rodape {
	width: 391px;
	height: 25px;
	display: block;
	float: left;
	position: relative;
	background: url(img/bkg/rodape_box_homem.png) no-repeat;
}

/* POSTS */
.content .area-posts .corpo .post-principal {
	padding: 0 0 32px 0!important;
	position: relative!important;
	z-index: 1001!important;
	background: none!important;
}

#mulher .content .area-posts .corpo .post-principal,
#mulher .content .area-posts .corpo .post {
	width: 333px;
	padding: 26px 0 32px 0;
	float: left;
	background: url(img/ico/barra_horizontal.gif) left top repeat-x;
}

#homem .content .area-posts .corpo .post-principal,
#homem .content .area-posts .corpo .post {
	width: 323px;
	padding: 26px 0 32px 10px;
	float: right;
	background: url(img/ico/barra_horizontal.gif) left top repeat-x;
}

/* Data */
#mulher .content .area-posts .corpo .data {
	width: 38px;
	height: 44px;
	margin-bottom: 10px;
	padding: 4px 0 0 10px;
	float: left;
	overflow: hidden;
	background: url(img/bkg/data_mulher.gif) no-repeat;
	background-position: 0 -53px;
}
#mulher .content .area-posts .corpo .post-principal .data { background-position: 0 0; }
#mulher .content .area-posts .corpo .data .dia {
	padding-left: 3px;
	font-size: 1.8em;
	color: #fff;
	display: block;
}
#mulher .content .area-posts .corpo .data .mes {
	margin-top: -3px;
	font-size: 1.2em;
	color: #fff;
	display: block;
}

/* Data */
#homem .content .area-posts .corpo .data {
	width: 38px;
	height: 44px;
	margin-bottom: 10px;
	padding: 4px 0 0 10px;
	float: left;
	overflow: hidden;
	background: url(img/bkg/data_homem.gif) no-repeat;
	background-position: 0 -53px;
}
#homem .content .area-posts .corpo .post-principal .data { background-position: 0 0; }
#homem .content .area-posts .corpo .data .dia {
	padding-left: 3px;
	font-size: 1.8em;
	color: #fff;
	display: block;
}
#homem .content .area-posts .corpo .data .mes {
	margin-top: -3px;
	font-size: 1.2em;
	color: #fff;
	display: block;
}

/* Titulo */
#mulher .content .area-posts .corpo h3 {
	width: 250px;
	/*height: 42px;*/
	margin: 6px 0 0 15px;
	display: inline;
	float: left;
	/*overflow: hidden;*/
}
#mulher .content .area-posts .corpo h3 a {
	font-size: 1.8em;
	color: #c82727;
}

#homem .content .area-posts .corpo h3 {
	width: 250px;
	/*height: 43px;*/
	margin: 6px 0 0 15px;
	display: inline;
	float: left;
	/*overflow: hidden;*/
}
#homem .content .area-posts .corpo h3 a {
	font-size: 1.8em;
	color: #3181c8;
}

/* Links - Categorias */
#mulher .content .area-posts .corpo .categorias {
	width: 250px;
	height: 15px;
	margin: 7px 0 15px 14px;
	display: inline;
	float: left;
	overflow: hidden;
}
#mulher .content .area-posts .corpo .categorias a {
	margin-right: 4px;
	font-size: 1.2em;
	color: #7f7f7f;
	text-decoration: underline;
	display: inline;
}

#homem .content .area-posts .corpo .categorias {
	width: 250px;
	height: 15px;
	margin: 6px 0 15px 14px;
	display: inline;
	float: left;
	overflow: hidden;
}
#homem .content .area-posts .corpo .categorias a {
	margin-right: 4px;
	font-size: 1.2em;
	color: #7f7f7f;
	text-decoration: underline;
	display: inline;
}

/* Foto do Post Principal */
#mulher .content .area-posts .corpo .foto-post {
	width: 323px;
	height: 207px;
	margin-bottom: 10px;
	padding-bottom: 17px;
	float: left;
	position: relative;
	overflow: hidden;
}
#mulher .content .area-posts .corpo .foto-post img { float: left; }
#mulher .content .area-posts .corpo .foto-post .moldura {
	width: 323px;
	height: 224px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/bkg/moldura.gif) no-repeat;
}

#homem .content .area-posts .corpo .foto-post {
	width: 323px;
	height: 207px;
	margin-bottom: 10px;
	padding-bottom: 17px;
	float: left;
	position: relative;
	overflow: hidden;
}
#homem .content .area-posts .corpo .foto-post img { float: left; }
#homem .content .area-posts .corpo .foto-post .moldura {
	width: 323px;
	height: 224px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/bkg/moldura.gif) no-repeat;
}

/* Texto do Post */
#mulher .content .area-posts .corpo p {
	font-size: 1.2em;
	color: #333;
}
#mulher .content .area-posts .corpo a {
	font-weight: bold;
	color: #c82727;
}
#mulher .content .area-posts .corpo .excerpt {
	width: 100%;
	height: 136px;
	float: left;
	overflow: hidden;
}
#mulher .content .area-posts .corpo .post .excerpt { height: 46px; }

#homem .content .area-posts .corpo p {
	font-size: 1.2em;
	color: #333;
}
#homem .content .area-posts .corpo a {
	font-weight: bold;
	color: #3181c8;
}
#homem .content .area-posts .corpo .excerpt {
	width: 100%;
	height: 136px;
	float: left;
	overflow: hidden;
}
#homem .content .area-posts .corpo .post .excerpt { height: 46px; }

/* Links - Continue lendo e Comentarios */
#mulher .content .area-posts .corpo .links {
	width: 100%;
	height: 16px;
	margin-top: 9px;
	float: left;
	overflow: hidden;
}
#mulher .content .area-posts .corpo .links a {
	margin-right: 10px;
	padding-left: 15px;
	font-size: 1.3em;
	color: #c82727;
	background: url(img/ico/seta_dupla_direita_mulher.gif) left 5px no-repeat;
}

#homem .content .area-posts .corpo .links {
	width: 100%;
	height: 16px;
	margin-top: 9px;
	float: left;
	overflow: hidden;
}
#homem .content .area-posts .corpo .links a {
	margin-right: 10px;
	padding-left: 15px;
	font-size: 1.3em;
	color: #3181c8;
	background: url(img/ico/seta_dupla_direita_homem.gif) left 5px no-repeat;
}

/* Box Veja todos os posts */
#mulher .content .area-posts .corpo .todos-posts {
	width: 323px;
	height: 24px;
	padding: 9px 0 35px 0;
	text-align: center;
	float: left;
	background: url(img/bkg/todos_posts_mulher.png) no-repeat;
}
#mulher .content .area-posts .corpo .todos-posts a {
	padding-left: 15px;
	font-size: 1.3em;
	color: #c82727;
	background: url(img/ico/seta_dupla_direita_mulher_grande.gif) left 3px no-repeat;
}

#homem .content .area-posts .corpo .todos-posts {
	width: 323px;
	height: 24px;
	margin-left: 26px;
	padding: 9px 0 35px 0;
	text-align: center;
	display: inline;
	float: left;
	background: url(img/bkg/todos_posts_homem.png) no-repeat;
}
#homem .content .area-posts .corpo .todos-posts a {
	padding-left: 15px;
	font-size: 1.3em;
	color: #3181c8;
	background: url(img/ico/seta_dupla_direita_homem_grande.gif) left 3px no-repeat;
}

/* Nuvem de tags */ 
.content .area-posts .corpo .tag-cloud {
	width: 300px;
	height: 70px;
	float: left;
	overflow: hidden;
}
.tag-cloud a {
	color: #7f7f7f;
}

#homem .content .area-posts .corpo .tag-cloud {
	margin-left: 26px;
	display: inline;
}

.content .area-posts .corpo .tag-cloud a { color: #7f7f7f; }
.content .area-posts .corpo .tag-cloud span { padding-right: 5px; }


/* Busca */
#mulher .content .area-posts .corpo .busca {
	width: 323px;
	margin-top: 30px;
	padding-bottom: 16px;
	float: left;
}
#mulher .content .area-posts .corpo .busca label {
	font-size: 2.0em;
	color: #ca3434;
}
#mulher .content .area-posts .corpo .busca .txtBusca {
	width: 280px;
	height: 17px;
	margin-top: 10px;
	padding: 5px;
	float: left;
	background: url(img/bkg/busca_mulher.png) no-repeat;
}
#mulher .content .area-posts .corpo .busca .btnOk {
	width: 27px;
	height: 27px;
	margin: 11px 0 0 6px;
	display: inline;
	float: left;
	background: url(img/btn/ok_mulher.gif) no-repeat;
}

#homem .content .area-posts .corpo .busca {
	width: 323px;
	margin: 30px 0 0 26px;
	padding-bottom: 16px;
	display: inline;
	float: left;
}
#homem .content .area-posts .corpo .busca label {
	font-size: 2.0em;
	color: #3181c8;
}
#homem .content .area-posts .corpo .busca .txtBusca {
	width: 280px;
	height: 17px;
	margin-top: 10px;
	padding: 5px;
	float: left;
	background: url(img/bkg/busca_homem.png) no-repeat;
}
#homem .content .area-posts .corpo .busca .btnOk {
	width: 27px;
	height: 27px;
	margin: 11px 0 0 6px;
	display: inline;
	float: left;
	background: url(img/btn/ok_homem.gif) no-repeat;
}





/* -------------|
/* - RODAPE
/* ----- */

.footer {

}

/* Image Replacement */

.image-replace {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* Image Replacement para Inputs */

.input-replace {
	display: block;
	content: "";
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	border: none !important;
}

#selo-rss-ambos {
	width: 32px;
	height: 32px;
	margin-left: -22px;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 1;
	background: url(img/bkg/rss.png) no-repeat;
	padding:12px 0 0 13px;
}

#selo-rss-ambos a {
	width: 17px;
	height: 17px;
	position: relative;
	background: url(img/ico/rss_meio.gif) no-repeat;
}
