* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

strong {
	font-weight: bold;
	color: #000;
}

a img { border: none; }
hr { display: none; }
.center { text-align: center; }

/* Begin Structure */
body {
	background: #fff;
	text-align: center;
}

#page {
	background: #fff url(i/mm_middle.jpg) repeat-y top;
	margin: 10px auto;
	width: 760px;
	text-align: left;
}

#searchform, #sidebar, .navigation, #commentform { display: none; }
h1 em { font-style: normal; }

.narrowcolumn {
	/* For IE/Win: */
	display: inline;
	float: right;
	margin: 0 45px 20px 0;
	width: 487px;
}

#footer {
	background: url(i/mm_bottom.jpg) no-repeat bottom;
	width: 100%;
	clear: both;
}

#footer p {
	border-top: 1px solid #D6D6D6;
	margin: 10px 45px 0 45px;
	padding-bottom: 10px;
}

#footer strong:before, #footer strong:after {
	content: "\0020 \2733 \0020";
	font-size: 12px;
}

#footer strong {
	font-weight: normal;
	color: #777;
}

body {
	font-size: 62.5%;
	/* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.7em;
	color: #333;
}

#content { font-size: 1.2em; }

p, ul, pre {
	margin: .7em 0;
	line-height: 1.5em;
}

/*
h2 = in the sidebar and h2.pagetitle
h3 = post titles (then "siFRed")
gli altri: used inside posts
*/

h2, h3, h4, h5 {
	margin: 1.3em 0 .7em 0;
	font-family: "Lucida Grande", "Trebuchet MS" , "Arial", sans-serif;
}

h2 { font-size: 1.6em; }
h2.pagetitle { margin: 10px 0 0; }

h3 {
	font-size: 1.3em;
	margin: 10px 0 0;
}

h4, h5 {
	font-weight: bold;
	font-size: 1em;
}

h5 { font-size: .9em; }

h4#comments, h4#respond {
	color: #D01A05;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 30px;
}

/* h2, h3 and a colors */
h2, h2 a { color: #D01A05; }
h3, h3 a { color: #E368AA; }

a,  h3 a:hover {
	color: #0C99BA;
	text-decoration: none;
}

h3 a:hover { color: #CD656A; }
.entry p a:visited { /*da vedere*/ }
a:hover { text-decoration: underline; }

.post {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #EDEDED;
}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.postmetadata-full { border: 1px dashed #E368AA; }
#page .postmetadata { margin: 10px 0 0; }
.commentlist li, #commentform input, #commentform textarea { font-size: 0.9em; }

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	letter-spacing: .1em;
	font-family: Trebuchet MS, Arial, helvetica, sans serif;
}

.commentlist cite:before { content: "\2738 \0020"; }

.authorcomment cite:before, #footer a:before {
	/* little red heart */
	content: "\2764 \0020";
	font-size: 13px;
	color: #D01A05;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, postmetadata-full, blockquote, strike, #footer { color: #777; }
code { font: 1.2em 'Courier New', Courier, fixed; }
acronym, abbr, span.caps { letter-spacing: .07em; }

/* End Typography & Colors */
/* Begin Images */
p img { max-width: 100%; }

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

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

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

img.blocked {
	display: block;
	margin: 15px 0 20px 0;
}

.alignright { float: right; }
.alignleft { float: left; }

/* End Images */
/* Begin Lists */
.entrytext ul, .entrytext li { list-style: disc inside; }
html>body .entry li { margin: 7px 0 8px 10px; }

.entry ul li {
	list-style: disc;
	text-indent: .5em;
	margin-left: 1em;
}

.entry ol { padding: 0 0 0 35px; }

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata, postmetadata-full { font-size: .9em; }
.postmetadata-full ul, .postmetadata-full li { display: inline; }
#sidebar ul li { margin-bottom: 15px; }
html>body #sidebar ul li { text-indent: -.9em; }
#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0; }
#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 {
	line-height: 1.2;
	margin: 4px 0 0;
	padding: 0;
}

/* End Entry Lists */
/* Begin Comments*/
.postmetadata-full { padding: 10px; }
.commentlist { text-align: justify; }

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p { margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0; }
.commentmetadata { display: block; }

.evidenzia {
	color: #FF854F;
	display: block;
	font-style: normal;
	font-size: 1.1em;
}

/* End Comments */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
#deli li {
	margin: 10px 0;
}