/*
Theme Name:		Expresso Gelado
Theme URI:		http://expressogelado.com.br
Description:	
Version:		1.0
Author:			Eder Prado
Author URI:		http://ederprado.com/
*/

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #4c4b40;
}

*{
	outline-style: none;
	margin: 0;
	padding: 0;
}

#top{
	height: 158px;
	display: block;
	background-image: url(images/back_top_geral.jpg);
}

#top_interno{
	display: block;
	height: 158px;
	width: 1000px;
	background-image: url(images/back_top.jpg);
	margin: 0 auto;
}

#top_interno h1, #top_interno h3{
	text-indent: -5000em;
	margin: 0;
	padding: 0;
	}

#top_interno h1 a:link, #top_interno h1 a:visited{
	width: 185px;
	height: 104px;
	display: block;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}	

#top_interno ul{
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	list-style: none;
	padding-left: 56px;
	padding-top: 44px;
}

#top_interno ul li{
	float: left;
}

#top_interno ul li a:link, #top_interno ul li a:visited{
	width: 84px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 2px;
	text-indent: -5000em;
}

#top_interno ul li a:hover{
	
}


#content{
	display: block;
	background-image: url(images/back_content.png);
}

#content_interno{
	width: 1000px;
	margin: 0 auto;
}

#content_interno h2{
	font-size: 30px;
	letter-spacing: -1px;
	color: #96431f;
	padding-top: 20px;
	padding-bottom: 20px;
}	

#content_interno .entry p{
	line-height: 20px;
	margin-bottom: 10px;
	color: #4c4b40;
}

#content_interno .entry img{
	float: left;
	margin-right: 8px;
}

#content_interno .entry ul{	
	display: block;
	padding-left: 12px;
}

#content_interno .entry ul li{
	line-height: 20px;
	list-style: circle;
	margin-bottom: 15px;
}

#destaque{
	width: 100%;
	height: 300px;
	background-image: url(images/back_destaque_faixa.gif);
	background-position: center;
	background-repeat: repeat-x;
}

#destaque_interno{
	background-image:url(images/back_destaque.gif);
	background-position:-470px -1px;
	background-repeat:no-repeat;
	height:233px;
	margin:0 auto;
	padding-left:294px;
	padding-right:40px;
	padding-top:72px;
	width:715px;
}

#destaque_interno h3{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
}

a.saiba_mais:link, a.saiba_mais:visited{
	color: #6c9987;
	float: right;
	margin-right: 35px;
	margin-top: 30px;
	text-decoration: none;
}

a.saiba_mais:hover{
	text-decoration: underline;
}

.destaques_down{
	display: block;
	width: 283px;
	float: left;
	padding: 25px;	
}

.destaques_down h4{
	float:left;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	padding-left:10px;
	padding-top:26px;
}

.img_icon{ float: left; }
.img_paleta{ margin-top: 12px; margin-bottom: 7px; }

.destaques_down h4 .palavra_1{ color: #4c4b40; }
.destaques_down h4 .palavra_2{ color: #96431f; }

.destaques_down p{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 18px;
	text-align: justify;
	clear: both;
}

.clear{
	display: block;
	clear: both;
}

a.continue_lendo:link, a.continue_lendo:visited{
	margin-top: 10px;
	color: #6c9987;
	text-decoration: none;
}

a.continue_lendo:hover{
	text-decoration: underline;
}

#footer{
	background-color: #4c4b40;
	height: 150px;
	display: block;
}

#footer_interno{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	color: #eeeec3;
	}

.developer{
	font-size: 10px;
	display: block;
	margin-top: 7px;
	font-weight: bold;
	color: #7d7c68;
}

.developer a:link, .developer a:visited{
	color: #7D7C68;
	text-decoration: none;
}

.developer a:hover{
	text-decoration: underline;
}

#comment_form label{
	margin-top: 20px;
	margin-bottom: 0px;
	display: block;
}

#comment_form p{
	margin: 0;
	padding: 0;
}

#comment_form .text_input{
	width: 200px;
	height: 22px;
	border: 1px solid #dfdfa7;
	padding-top: 4px;
	padding-left: 2px;
}

#comment_form .text_area{
	height: 100px;
	width: 300px;
}

.title_form_contato{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 40px;
	display: block;
	color: #4C4B40;
	margin-bottom: 10px;
}

ul#comment_list{
	list-style: none;
}

.form_submit{
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #96431F;
	border: 1px solid #96431F;
	color: #EEEEC3;
	padding: 7px;
}