/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: novainfancia
Theme URI: http://www.pastelariasa.com.br/
Description: Tema para wordpress desenvolvido pela Pastelaria s/a
Version: 1.0
Author: Filippe Santos
- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
}
body{
	background:url(img/main_bg2.jpg) top center no-repeat #add342;
	font: 14px/140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
}
#blogbg{
	background:url(img/bg_blog.jpg) top center no-repeat #add342;
}
#center{
	width:900px;
	margin: 0 auto;
}
#menu{
	display:block;
	width:500px;
	margin:8px auto 0 auto;
	clear:both;
	height:40px;

}

#menu ul {
	padding:0px;
	margin:0px;
	float: left;
	width: 100%;
	list-style:none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	height:32px;
	padding: 2px 10px;
	float:left;
/* visual do link */
	text-decoration: none;
	color:#0076a3;
	font-weight:bold;
}
#menu ul li a:hover {
	color: #FFF;
	background:url(img/hovermenu.png) bottom right;
}
#logo {
	width:250px;
	height:150px;
	margin: 0 auto;
	padding: 0 50px 0 0;

}
#conteudo{
	width: 870px;
	background:url(img/branco.png) top center;
	margin: 30px auto 0 auto;
}
#post{
	width:500px;
	margin: 15px 0 0 0;
	float:left;
	color:#333;
}

#left{
	float:left;
	width:350px;
	text-align:center;
}
#left h1 {
	text-indent:-9000px;
	width:350px;
	height:77px;
	background:url(img/blog_pb.png) top center no-repeat;

}
#left h1:hover {
	background:url(img/blog_cor.png) top center no-repeat;
}

#left h2{
color:#333;
margin: 5px;
letter-spacing:-1px;}

#image{
	width:500px;
	height:200px;
	margin:3px;
}

#conteudo a {

	color:#333;
	}
#coluna{
	width:220px;
	float:left;
	padding:10px;
	text-align:center;}

#blog{
	width: 900px;
	background:#FFF;
	margin: 100px auto 0 auto;
	float:left;
	padding:15px;
}
#blog_post{
	width:500px;
	margin: 15px 0 0 0;
	float:left;
	color:#333;
}
h3{
	width:300px;
	height:57px;
	padding:10px;
	font-size:17px;
	text-align:center;
	margin-left:27px;
	background:url(img/hover.png) top center no-repeat;

}
h3:hover{
	background:url(img/hover2.png) top center no-repeat;
}
#itens a{
	color:#333;
}
#itens a:hover{
	color:#FFF;
}
#blog_post h2{
	letter-spacing:-2px;
	margin:20px 0 5px 0;
	font-size:25px;
}

#itens h3 p {
	padding: 0 10px;

}