&uot/* 
	Theme Name: Aggiornamento, very loosely based upon White as Milk
	Theme URI: 
	Description: A Clean, White theme for WordPress
	Author: spalanzani
	Author URI: http://
	Version: 0.1		
*/

/* Begin Typography & Colors */
html { 
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font-size: 12pt;
	font-family: "Times New Roman, Times, Serif"
	color: #333;
	background-color:#FFFFFF;
}

#header a {
	font-size: 26pt;
	color: red;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}

a, a:visited {
	color: red;
	text-decoration:none;
}

a:hover {
	color: #333;
	text-decoration:underline;
}

a.permalink, a:visited.permalink {
	color: black;
	text-decoration:none;
}

h1, h2, h3 {
	font-family: "Times New Roman, Times, Serif"
	font-weight: bold;
}

h2 {
	font-size: 12pt;
}

#sidebar h2 {
	font-family: "Times New Roman, Times, Serif"
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
}

.title {
	font-weight: bold;
}

.page_item a {
	text-decoration: none;
}

.indented {
	margin-left:2em;
}
	
/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
}

#page {
	margin-right:auto;
	margin-left:auto;
	width:800px;
}

#content {
	margin-right:auto;
	margin-left:auto;
	width:550px;
}

#sidebar {
	position: absolute;
	top: 5px;
	right: 4px;
	margin: 0; 
	padding: 0;
}
	
#header {
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	margin-bottom:30px;
	margin-top:80px;
}

.navigation {
	margin-bottom:70px;
}
	
.post h2 {
	margin: 0 0 0px;
	text-align: justify;
	margin:0px;
	font-size:1.2em;
	}
	
.post {
	margin-bottom:60px;
}

.postmeta {
	padding: 0 0 0 1px;
	margin-bottom: 60px;
	width: 100%;
	clear: both;
	text-align:center;
}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	text-align:center;
	}

#footer p {
	margin-left: 220px;
	margin-top:0px;
	}
/* End Structure */

hr {
	margin-left:0px;
}

/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 2px;
	background-color:#F0F0F0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
/*	display: block;
	max-width: 400px;
	margin-right:auto;
	margin-left:auto;*/
}

.entry img {
	margin-bottom: 10px;
	}


/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
//	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
	}

#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;
	}
/* End Entry Lists */


/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
	
#sidebar a{
	color:#777;
	}	
	
#pagenav {
	margin:0px;
}	
	
/* End Sidebar */



/* 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;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hrhide {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	height:30px;
	}
	
/* End Various Tags & Classes*/