/* Tags HTML */
a{text-decoration:none;color:#e27843;font-size:14px;}
a:hover{color:#cf4500;}
a:visited{color:#f58953;}
p{color:#8d8c8c; font-size:14px;margin-bottom:10px;}

h1, h2, h3{
	margin-bottom:10px;
	color:#dfdfdf;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-weight:bold;
}
h2{font-size:20px;}
body{font-family:Arial, Helvetica, sans-serif;background:url(../img/bg-vermelho.jpg);}

/* setando tamanho e alinhando ao meio */
div.recipe{width:800px;margin:0 auto;}

.titulo-medias-sociais{font-size:12px;color:#575757;font-weight:normal;}

/*lista dos ultimos artigos*/
.ultimos-artigos li{margin-bottom:10px; padding-left:30px;background:url(../img/bg-lista.jpg) no-repeat 3px 10px;}

.ultimos-artigos h2 a{
	display:block;
	font-size:20px;
	color:#e27843;
	margin-bottom:0;
}
.ultimos-artigos h2{margin-bottom:0;}
span.data{font-size:12px;color:#575757;}


/*lista de medias sociais e icones*/
.bullet-media-sociais{ margin-bottom:20px;}

.bullet-media-sociais li a, .twitter{
	display:block;
	height:11px;
	margin-bottom:10px;
	text-indent:-9999px;
	background-image:url(../img/sprite-icones-medias-socias.jpg);
	background-repeat: no-repeat;
}
.multiply		{ 		background-position: 0 0;}
.flickr		{		background-position: 0 -11px;}
.fotolog		{		background-position: 0 -22px;}
.spaces-live	{		background-position: 0 -33px;}
.orkut		{		background-position: 0 -44px;}
.twitter		{		background-position: 0 -55px;}


ul.listagem-twitter {font-size:12px;color:#8d8c8c; line-height:16px;}
ul.listagem-twitter a{font-size:12px;}

ul.listagem-twitter li {
	margin-bottom:10px;
	padding:1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.alternada{background-color:#101010;}


/* TOPO */
div#topo{height:108px; background:url(../img/bg-amarelo.jpg);}

div#topo h1{
	display:block;
	float:left;
	padding-left:45px;
	font-size:60px;
	font-weight:normal;
	color:#333333;
	background:url(../img/obra.png) no-repeat 0 10px;
}

/* titulo do site */
div#topo h1 span{font-weight:bold;}
div#topo h1 span.titulo-inferior{font-size:22px;color:#6c6c6c; font-weight:normal; display:block;}





/* bloco preto, inicio do conteudo */
div#container{margin:auto;background:#000;}

/* colunas do conteudo */
div#menu{			width:189px; padding:10px 0; background:#1b1b1b url(../img/bg-menu.jpg) no-repeat bottom;}
div#conteudo{		width:422px; padding:10px;	background:#101010 url(../img/bg-conteudo.jpg) no-repeat bottom;}
div#media-sociais{	width:149px; padding:10px 0; margin-left:20px;}


div#menu ul li a{
	display:block;
	height:39px;
	margin:0 10px;
	padding-left:25px;
	border-bottom:1px solid #252525;
	line-height:39px;
	color:#dfdfdf;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
}

div#menu ul li a:hover{color:#e27843;background:url(../img/bg-lista.jpg) no-repeat 3px 15px;}


div#rodape p{
	margin-top:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	font-weight:bold;
	color:#000;	
}

.botao{
	width:86px;
	height:36px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#9d2b0c;
	background:url(../img/bg-btn.jpg) no-repeat;
}