/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

#header {
	background-color: #5c2018;
	padding: 0;
	height: 136px;
}


/* Titolo dei post */
h1.entry-title a {
	color: #fd3a0a;
}
h1.entry-title a:hover {
	color: black;
}


/* Titolo delle pagine */
h2.entry-title a {
	color: #fd3a0a;
}
h2.entry-title a:hover {
	color: black;
}


/* featured2 in home */
.posts-default img {
	width: auto;
	height: auto;
}
.posts-default {
	vertical-align: middle;
}
.posts-default .entry-thumbnails {
	height: 100px;
}


/* Titoletti degli articoli in breve */
ul.hfeed li.post h3.entry-title a {
	color: #fd3a0a;
}


#searchbar {
	display: inline;
	position: relative;
	top: -110px;
	left: 0px;
}
