/*
Theme Name: Cosabella Theme
Theme URI: http://www.cosabellaeventos.com.br
Description: Tema desenvolvido para a empresa Cosabella Eventos
Version: 1.0
Author: Claudio Eduardo Vieira
Author URI: claudio@procreate.com.br
*/

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #000 url(img/bg_body.gif) center top;
	color: #555;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
}

* {
	padding: 0px;
	margin: 0px;
}

ul li {
	list-style-image: none;
	list-style-type: none;
}

h1 {
	letter-spacing: 1.5px;
	font: small-caps normal 32px "Times New Roman", Times, serif;
}

h1 a {
	color: #555;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
}

h3 {
	font-weight: bold;
	font-size: 18px;
	color: #9e5586;
	padding-bottom: 10px;
	padding-top: 10px;
}

#titulo_postform {
	font-weight: bold;
	font-size: 18px;
	color: #9e5586;
	padding-bottom: 0px;
	padding-top: 15px;
	margin-top: 15px;
	background: url(img/post_divisoria.gif) repeat-x left top;
}

a {
	color: #9e5586;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#detalhe {
	background: url(img/bg_topo.gif) repeat-x center top;
	height: 30px;
}

#engloba {
	width: 800px;
	margin: 0px auto;
}

#marca {
	width: 149px;
	height: 88px;
	position: absolute;
	z-index: 1;
}

#busca {
	float: left;
	width: 290px;
	padding-left: 469px;
	height: 80px;
}

#searchform {
	
}

#s {
	width: 119px;
	padding-left: 102px;
	padding-right: 14px;
	padding-top: 4px;
	height: 23px;
	line-height: 23px;
	background: url(img/bg_busca.gif) no-repeat left top;
	border: none;
}

#searchsubmit {

}

#menu {
	padding-left: 126px;
}

#menu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	height: 25px;
	width: auto;
}

#menu ul li a {
	height: 25px;
	display: block;
	text-decoration: none;
}


#conteudo {
	background: #eaeaea url(img/bg_conteudo.gif) no-repeat center top;
	padding: 45px 50px 20px 50px;
}

#conteudo_fotos {
	background: #eaeaea url(img/bg_conteudo_fotos.gif) no-repeat center top;
	padding: 45px 50px 20px 50px;
}

#conteudo_blog {
	background: #eaeaea url(img/bg_conteudo_blog.gif) no-repeat center top;
	padding: 45px 50px 20px 50px;
}

#conteudo_acosabella {
	background: #eaeaea url(img/bg_conteudo_acosabella.gif) no-repeat center top;
	padding: 45px 50px 20px 50px;
}

#conteudo_depoimentos{
	background: #eaeaea url(img/bg_conteudo_depoimentos.gif) no-repeat center top;
	padding: 45px 50px 20px 50px;
}

#conteudo_rsvp{
	background: #eaeaea url(img/bg_conteudo_rsvp.gif) no-repeat center top;
	padding: 45px 50px 0px 50px;
}

#conteudo_contato{
	background: #eaeaea url(img/bg_conteudo_contato.gif) no-repeat center top;
	padding: 45px 50px 0px 50px;
}

.post {
	padding-top: 25px;
	background: url(img/post_divisoria.gif) repeat-x left bottom;
	padding-bottom: 15px;
}

.conteudo_post p {
	padding-top: 15px;
}


.post-cat3 {
	float: left;
	width: 204px;
	margin-right: 20px;
	padding-top: 20px;
}

.post_thumb {
	display: block;
	width: 204px;
	height: 143px;
	text-align: center;
	background: url(img/bg_thumb.gif) no-repeat left top;
}

.post_thumb img {
	padding: 13px 0px 0px 0px;
	border: none;
}

.continuelendo {
	padding-top: 0px;
	padding-bottom: 0px;
}

#comentario_cont {
	padding-top: 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

.commentlist {
	padding-top: 10px;
}

.commentlist li {
	font-style: italic;
	color: #888;
	padding-top: 15px;
	padding-bottom: 15px;
}

.input_texto {
	border: solid 1px #888;
	padding: 3px;
	margin: 5px 0px 0px 0px;
}

#conteudo_rodape {
	background: url(img/bg_conteudo_rodape.gif) no-repeat center top;
	height: 30px;
	clear: both;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.clear {
	clear: both;
	float: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}