@charset "utf-8";
/* CSS Document */

html,body, div, img, h1 {
	margin:0;
	padding:0;
	border:0;
}
body { 
	background-color:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p { font-size:13px; }
#all{
	text-align:center;
	background:url(images/body_module.gif) repeat-y center;
}
#headall{
	background: url(images/head_module.gif) repeat-x top center; 
}
#header{
	width:740px;
	height:250px;
	background:url(images/head_base.gif) no-repeat top center; 
	margin:0 auto;
	text-align:left;
}
#userbar {	
	top:0;
	right:15px;
	height:20px;
	position:absolute;
	text-align:right;
	width:800px; 
	color:#999999;
	}
#userbar a:hover { color:#fff; text-decoration:none; }
#head{
	position:relative;
	padding:0 10px;
}
#testata {
	height:52px;
	position:relative;
}
#bodier{
	width:670px;
	margin:0 auto;
	text-align:left;
	padding-top:15px;
	position:relative;
	display:block;
}
#footall{
	background: url(images/foot_module.gif) repeat-x top center; 
}
#footer{
	width:740px;
	height:37px;
	background:url(images/foot_base.gif) no-repeat top center;
	margin:0 auto;
	text-align:left;
	text-align:center;
}
/*/////////////////////////////////////////////////////*/
#titolo {
	position:absolute;
	top:16px;
	left:32px;
	color:#d6e400;
	font-size:32px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	background:#FFFFFF;
	padding-right:8px;
	padding-left:5px;
}
#titolo a {
	color:#C3CB00;
	text-decoration:none;
}
#sottotitolo{
	position:absolute;
	top:62px;
	left:32px;
	background: #fff;
	width:250px;
	padding:5px;
}
#main {
	width:450px;
	float:left;
	clear:left;
	display:block;
}
#sidebar {
	width:190px;
	float:left;
	margin-left:20px;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li {
	list-style:none;
}

h2 {
	color:#d6e400;
	font-size:25px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	padding-right:5px;
	margin-right:auto;
	margin-top:0;
	padding-top:0;
	margin-bottom: 10px;
}
h4 { 
	margin:3px 0 3px 0;
	font-weight:300;
	color:#CCCCCC;
}
#main h2 a, #main h2 a:visited  {
	color:#d6e400;

}
#menu_principale ul {
	margin:0;
	padding:0;
	border:0;

	position:absolute;
	left:130px;
	top:20px;
	list-style:none;
	width: 600px;
}

#menu_principale ul li {
	float:left;
	margin:0 30px 0 0;
}
#menu_principale ul li a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding-bottom: 4px;
	font-weight:600;
}
#menu_principale ul li a:hover {
	background:url(images/stili_bianco.gif) bottom repeat-x;
}
#menu_principale ul li a.current {
	background: url(images/stili_grigetto.gif) bottom repeat-x;
	color:#333333;
}
#menu_principale .current_page_item a {
	background: url(images/stili_grigetto.gif) bottom repeat-x;
	color:#333333;
}
.widget {
	border:solid 1px #b5b200;
	padding:8px;
	background:url(images/modulo_sfondo.gif) top left no-repeat #c6c900;
	margin-bottom:15px;
}
.widget h2 {
	color:#FFFFFF;
}
.widget a {
	color:#FFFFFF;
}
.archive_head {
	font-size:18px;
	color:#333333;
}
