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

#header {
	background-color: black;
	padding: 0;
}


/* Titolo dei post */
h1.entry-title a {
	color: #FF2525;
}
h1.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: #CC0000;
}
