/*  
Theme Name: ADWM 2009 v
Theme URI: http://www.adwm.it
Description: Il tema di ADWM
Version: 1.5
Author: Felipe Ramos & Valter Mulas
Author URI:  http://www.adwm.it

*/

a:link {color: #880002; text-decoration:none;}     /* unvisited link */
a:visited {color: #880002; text-decoration:none;}  /* visited link */
a:hover {color: #B30004; text-decoration:none;}   /* mouse over link */
a:active {color: #880002}   /* selected link */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-color:#EBE7E6;
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat-x;
}
#page{
	position:absolute;
	width:1134px;
	top:0px;
	left:50%;
	margin-left:-567px;
	background-image: url(images/testata.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header{
	position:relative;
	width:100%;
	height:110px;
}
#logo{
	border:none;
	position:absolute;
	width:180px;
	height:50px;
	top:30px;
	left:100px;
	/*background:	rgba(255, 0, 0, 0.5);*/
}
#banner_sopra{
	border:none;
	position:absolute;
	width:60px;
	height:200px;
	top:110px;
	left:77px;
	/*background:	rgba(0, 250, 0, 0.5);*/
}
#sfondo_content{
	background-image: url(images/sfondo_2.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-left:77px;
	padding-bottom:15px;
}
#content{
	float:left;
	margin-left:45px;
	width:686px;
}
#content img{
	border:none;
}
#sidebar{
	float:left;
	width:170px;
	margin-left:40px;
	color:#FF6600;
}
.articoli {
	margin-top:40px;
}
.post {
	margin-right:45px;
	padding-bottom:10px;
	background-image: url(images/linea_articolo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.post p{
	font-size:12px;
	width:320px;
	text-align:justify;
}
.post h2{
	margin-top:0px;
}
.date{
	color:#AAA;
}
.postmetadata{
	padding:2px;
	background-color:#F3F1F1;
	border:none;
	/*#F48000;*/
	border-top:1px dotted #AAAAAA;
	border-bottom:1px dotted #AAAAAA;
	width:320px;
}
.blocco_sidebar{
	background-image: url(images/sfondo_blocco_sidebar.gif);
	background-repeat:no-repeat;
	background-position: 0px bottom;
	margin:0px;
	padding:0px 0px 10px 0px;
}
.banner_sidebar img{
	margin-top:5px;
	margin-left:10px;
	border:none;
}
.blocco_sidebar h2{
	font-size:12px;
	margin-left:10px;
}
.blocco_sidebar ul {
	margin:0px;
	padding:0px;
	margin-left:12px;
	padding-left:12px;
}
.blocco_sidebar ul li{
	margin:0px;
	padding:0px;
}
#footer{
	position:relative;
	height:160px;
	background-image: url(images/sfondo_footer.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;	
	clear:both;
	margin-left:0px;
}
#testo_footer {
	font-size:9px;
	position:absolute;
	top:95px;
	left:855px;
	width:50px;
}
#testo_footer .login_g{
	float:left;
	width:30px;
}
#testo_footer .testo{
	width:300px;
}
.clear{
	clear:both;
}

#searchform{
	margin:10px 0px 0px 10px;
}
#searchform p{
	margin:0px;
	padding:0px;
}
#searchform #s {
	border:1px solid #392F5E;
	width: 100px;
	padding: 2px;
}

#searchsubmit {
	padding: 1px;
}
.extra{
		padding:0px 0px 0px 25px !important;
	}
