@charset "ISO-8859-1";
/* CSS Document created by doruchan 
azzurro: 00aef0*/
/*style di base*/
/* Tell the browser to render HTML 5 elements as block */
.header, #footer, .article, .section, #aside {
	display: block;
}
html { /* Force Vertical Scrollbar */
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}
* {
	padding: 0;
	margin: 0;
}
body{
	font-family: Helvetica,Arial,sans-serif;
	background-color:white;
	font-size:13px;
	line-height:22px;
    color:black;
    margin: 0 auto;   /*centra negli altri browsers*/
	width: 940px;
	text-align: center;   /*centra in IE 5.x */
}
#content{
	text-align:justify;
	width:1000px;
	margin: 0 auto; 
}

#header{
	background: url(img/banner.png) no-repeat center top;
	height:125px;	
	text-align:center;
	-moz-border-radius: 22px; 
	-webkit-border-radius: 22px;
	width:1000px;
}
#corpo{
	width: 680px; 
	padding-right:10px;
	height: auto;
	float:left;
	background-color:#fff;
}
#aside{
	float:right;
	margin:0;
	padding-right:10px;
	width: 300px;
	margin-bottom:50px;
	
}
#footer{
	border-top: 1px solid #d7d7d7;
	clear:both;
	text-align:center;
	width: 100%;
	background-color:#fff;
	margin-top:20px;
}
.article{
	margin:10px;
}
img {
	border: none;
}
.app_error{
	color:red;
	font-weight:bold;
}
.app_ok{
	color:green;
	font-weight:bold;
}
/* comincio a formattare*/
h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}
p{
	margin-bottom:20px;
}
a:link,a:visited,a:hover{
	color:#00aef0;	
}
/*HEADER*/
#header h2 a{
	position:absolute;
	left:220px;
	text-decoration:none;
	height:100px;
	font-size:0px;
	width:500px;
	text-align:left;
}
#header h2{
	line-height:normal;
	margin-left:0px;
	margin-bottom:35px;
}
#header #tweet{
	position:relative;
	margin-left:190px;
	width:700px;
	text-align:left;
}
#header #tweet ul{
	list-style:none;
}
#header #tweet a{
	font-size:10px;
	text-decoration:underline;
}
#feed{
	height:125px;
	float:right;
	margin-right:20px;
}
/*SIDEBAR*/

#aside .section ul{
	list-style:none;
}
#aside .section{
	margin: 22px 0 0 22px;
	padding: 11px 22px;
	background: #E2FCFF url(img/sidebar_section_bg.png) repeat-x;
	-moz-border-radius: 22px; 
	-webkit-border-radius: 22px;
}
/*POST*/
.post .header h2{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom:2px;
	margin-bottom:2px;
}
.post .header a{
	text-decoration:none;
}
.post .header p,.post .header .admin{
	font-size:x-small;
	margin-bottom:1px;
}
.post .body{
	margin-top:10px;
	border-bottom:1px solid #d7d7d7;
}
.post{

}
.post img{
	box-shadow: 3px 3px 7px #777;
	margin:0 0 22px 0;
}
.post .sharethis{
	float:right;
	margin-right:10%;
	margin-bottom:0;
	padding-bottom:0;
}
.post ol, .post ul{
	padding-left:50px;	
	padding-bottom:20px;
}
/*COMMENTI*/
.commenti {
	margin-top: 10px;
}

.commenti .article {
	padding: 22px;
	display:block;
}
.commenti .pari{
	padding: 21px;
	background: #E3E3E3;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;

}
.commenti .article .header {
	/*display:table-cell;*/
	float:left;
	clear:left;
	padding-right:22px;

	margin-right:20px;
	width:190px;
	border-right: 1px solid #d7d7d7;
}
.commenti .article .header a.commentName {
	display: block;
	font-weight: bold;
	color: #000;
}

.commenti .article .header a:hover {
	text-decoration: none;
}

.commenti .article p {
	margin-left:232px;
	/*padding: 0;
	float:right;
	padding-left:20px;*/
	width:350px;
	

}
.commenti .header{
	clear:both;	
}

/*COMMENT FORM*/
.switch{
	
}
form p{
	display:table;
	margin-bottom: 22px;
	padding: 0 22px;
}
form label{
	display:table-cell;
	width: 140px;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;

}
form input[type="text"],form input[type="password"]{
	display:table-cell;
	width: 300px;
	height: 20px;
}
form textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #d7d7d7;
}
form input[type="submit"] {
	margin-left: 162px;
}
/*SEARCH*/
#search input[type="text"]{
	width: 150px;	
	display:inline;
}
#search input[type="submit"]{
	display:inline;
	margin-left:0px;
	background:url(img/find.png) no-repeat;
	width:22px;
	height:22px;
	border:0;
}
#search input[type="text"]:hover{
	background-color:#3CC;
}
/*ADMIN PAGE*/
#admin{
	display:inline;
	width:500px;
}
#admin ul{
	list-style:none;
}
#admin li{
	display:inline;
	margin-left:20px;
}

/*LINKS*/
a:link,a:visited {
	color:#00aef0;
}