@charset "utf-8";
/* CSS Document */

/* TAGS */

* {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

ul {
	list-style-type: none;
}

body {
	font-size: 76%;
	background: #eeedd4;
}

h1 {
	position: relative;
	width: 257px; height: 51px;
	top: 0; left: 0;
}

h1 a {	
	display: block;
	width: 257px; height: 80px;
	background: transparent;
}

h1 span {
	display: none;
}

h2 {
	display: none;
}

/* UTILITY */

.clear {
	clear: both;
}

/* GENERAL CLASSES */

.general_img {
	float:left;
	margin: 3px 20px 10px 0;
}

/* ------------------------------------------------------- struttura del sito */

#root {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 700px;
	background: transparent url(../img/new_header.jpg) center top no-repeat;
}
#site {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 900px;
	color: #000000;
	text-align: left;
}
#content {
	
	width: 900px;
	/* tabulazione generale del testo */
	font-family: tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1.4em;
	/* tabulazione generale del testo */
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #1D4708;
}

#content a:hover, #content a:active {
	text-decoration: underline;
	color: #1D4708;
}

/* --- */

#left_contents {
	width: 500px;
	position:relative;
	float:left;
	top:290px;
	left: 0px;
}

#editoriale {
	position:relative;
	left: 15px;
	width: 440px;
}

#newsroll {
	position:relative;
	left: 15px;
	width: 440px;
}

#newsroll h3 {
	color: #FF9933;
	font-weight: bold;
	font-size: 2em;
	line-height: 2;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#newsroll p {
	padding-bottom: 15px;
}


#editoriale p {
	border-bottom: 1px solid #d3d2b2;
	padding-bottom: 25px;
}

#menu {
	width: 380px;
	padding-left: 20px;
	padding-top: 30px;
	position:relative;
	float:right;
	top: 320px;
	left: 0px;
	
}

#menu ul {
	width: 320px;
	border-bottom: 1px solid #d3d2b2;
}

#menu ul li {
	line-height: 1.2em;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0 0 0 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rovigo {
	background: transparent url(../img/bgr_rovigo.jpg) left top no-repeat;
}
#torino {
	background: transparent url(../img/bgr_torino.jpg) left top no-repeat;
}
