body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	}
	
#content {
	margin-left: 10px;
}

.narrowcolumn {
	width: 450px;
	}

.narrowcolumn .entry, .widecolumn .entry
{
	line-height: 1.4em;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #f4f4f4;
}

/* Immagini */
a img {
	border: none;
	}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* H1, H2, H3 */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
	}
	
h2.pagetitle, h2.pagetitle a, h2.pagetitle a:visited{
	margin-top: 30px;
	text-align: left;
	color: #e50216;
	width:100%;
	padding-bottom: 10px;
}
	
h3.pagetitle, h3.pagetitle a, h3.pagetitle a:visited{
	font-size: 13px;
	margin-top: 30px;
	text-align: left;
	color: #e50216;
	width:100%;
	padding-bottom: 10px;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

a, h2 a:hover, h3 a:hover {
	color: #e50216;
	text-decoration: none;
	}

.link_titolo {
	display: block;
	padding-bottom: 10px;
}
	


h1 {
	font-size: 4em;
	text-align: center;
	}
	
/* Menu TOP */
#navcontainer {
	margin: 0;
	padding: 0;
}

#navlist {
	margin: 0;
	padding: 0;
}

#navlist li
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	border-right: 2px solid #CC0033;
}

#navlist a {
	color: #000000;
	margin-left: 5px;
}

	
/* SIDEBAR */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	color: #000;
	font-weight:900;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 5px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar #searchform #s (line 475)
{
	width: 108px;
	padding-bottom: 3px;
	background-color: #f4f4f4;
	font-size: 14px;
}
	
/* Link */
a, h2 a:hover, h3 a:hover {
	color: #e50216;
	text-decoration: none;
	}

a:hover {
	color: #e50216;
	text-decoration: underline;
	}
	
/* FORM */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Navigazione sui post */
.navigation {
	display: block;
	margin-bottom: 10px;
}




	