/*
===== Default Styles =====
*/

* {
	padding: 0;
	margin: 0;
}

p { padding: 0 0 15px 0; }

img, a img { border: 0px; }

.hide { display: none; }

ul, #sidebar .list { padding: 10px 0px 10px 10px; }
li, #sidebar .list li {
	list-style: none;
	background: url(./img/li.gif) no-repeat 0 7px;
	padding: 0 0 0 11px;
}

li, #sidebar .list a {color: #666;
                      background: #fff;
                      text-decoration: underline;	
}
li, #sidebar .list a:hover {color: #666;
                      background: #fff;
                      text-decoration: none;	
}

#sidebar li {
	background: none;
}

img#sinistra {
float: left;
margin: 15px 15px 15px 15px;
}

img#destra {
float: right; margin: 15px 15px 15px 15px;
}


		

/*
====== Body Style =====
*/

body {
        font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #333;
	background: #ffffff;
	font: 11px/1.6em "Lucida Grande", Arial, Verdana, sans-serif;
	background: #eee url(./img/bg.jpg) repeat-x 0 0;
	text-align: center;
}


/*
===== Links =====
*/
a:link, a:visited {
	text-decoration: none;
	color: #000;
	background: #eee;
}
#page a:link, #page a:visited {
	border-bottom: 1px solid #000;
}
a:hover {
	background: #7fb9ef;
	color: #fff;
}
#page h2 a:link, #page h2 a:visited {
	background: #fff;
	color: #666;
	border-bottom: none;
}
#page h2 a:hover {
	background: #fff;
	color: #CC3300;
}


/*
===== Body =====
*/
body {
	width: 700px;
	margin: 0 auto;
}
#wrap {
	width: 680px;
	padding:18px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #000;
	border-top: none;
	float: left;
	text-align: left;
}
#header {
	width: 100%;
	height: 100px;
	background: #999 url(./img/header.jpg) no-repeat 50%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #222;
}
#page {
	float: right;
	width: 485px;
	border-left: 1px dotted #444;
	padding: 0px 0px 0px 10px;
}
#sidebar {	
	float: left;
	width: 180px;
	padding: 0px 0px 0px 2px;
	color: #666;
}


/*
===== Footer =====
*/
#footer {
	background: #000 url(./img/footer_bg.gif) repeat-x 100% 0;
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	width: 682px;
	margin: 0 auto;
	color: #999;
	padding: 10px 10px 10px 26px;
	clear: both;
}

/* Sorts out IE width problem */
html>body #footer {
	width: 680px;
}

#footer a {
	color: #888;
	background: none;
}
#footer a:hover {
	color: #ccc;
}


/*
===== Headers =====
*/
h1{
	font-size: 18px;
	color: #333;
	border-bottom: 1px dashed #CCC;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	}
h2{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
p       {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h3 {
	line-height: 1.0em;
	letter-spacing: 0.1px;
	padding: 0 0 0 20px;
	background: url(./img/h3.gif) no-repeat 0 50%;
	color: #007cde;
}
.date {
	color: #586B16;
}


/*
===== Navigation =====
*/
ul#nav {
	width: 650px;
	line-height: 20px;
	background: #444;
	border: 1px solid #333;
	margin: 0px 0px 15px 0px;
	padding: 0 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
}
ul#nav li {
	list-style: none;
	display: inline;
	background: none;
	padding: 0;
}
ul#nav li a {
	padding: 10px 8px;
	text-decoration: none;
	color: #fff;
	background: none;
}
ul#nav li a:hover {
	color: #7fb9ef;
}


/*
===== Sidebar =====
*/
#sidebar ul {
	padding-left: 0;
}
#sidebar a:link, #sidebar a:visited {
	display: block;
	width: 150px;
	padding: 2px 0 2px 10px;
}
