/* 
 * colors 
 * verde: #399729
 * rosso: #df011a
 */

/**
 *	base
 */
 
html {

}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	text-align: justify;
}

a {
	color: #399729;
	text-decoration: none;
}

img {
	border: 0 none;
}

p {
	margin-bottom: .5em;
}

a:hover {
	color: #df011a ;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#df011a;
}

h2 {
	margin-bottom: 1em;
	font-size: 13pt;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 1em;
	font-size: 12pt;
	color: #df011a;
}

h4 {
	font-size: 1.1em;
	color: #df011a;
}

fieldset {
	border: 0 none;
}

input, select, tectarea {
}

ul {
	list-style-type: none;
}

ul.simplelist {
	margin:5px 0 5px 0;
}
ul.simplelist li {
	background-color:#ebebeb;
	margin:0 0 2px 0;
	padding:3px 6px;
	list-style-type:square;
	list-style-position:inside;
}
ul li.ultimi {
	margin:0 0 2px 0;
	padding:3px 6px;
	list-style-type:none;
}

.green {
	color: #399729;
}

.red {
	color: #df011a;
}
.content {
	line-height: 1.5em;
}

/**
 *	layout
 */

#wrapper {
	width: 95%;
	margin: 0 auto;
	background: #fff;
}

* html #wrapper {
}

#container {
	padding: 0 2px;
	margin-top: 5px;
}

#header {
	padding-top: 10px;
	margin-bottom: 10px;
}

#logo, #nota, #banner {
	float: left;
}

#logo {
	height: 142px;
	margin-left: 40px;
}

#logo img {
	margin-top: 13px;
}

#testata {
	margin-right: 7px;
}

#nav, 
#path,
#nota,
#banner,
#banners,
#right,
#tools,
.readon,
.service,
.rss,
.leftside,
.leggi,
.pancia,
.credits,
input, 
select, 
tectarea,
#indice,
#leavecomment,
.leave-comment {
	display: none;
}

#main, #mainl {
	clear: left;
	background: none;
	padding: 0 0 50px 0;
	margin: 10px 0;	
}

#contentwrapper {
	padding:0 0 0 0;
}

#contentwrapper-voto {
	padding: 0 0;
}

#footer {
	font-size: 10pt;
	padding: 10px;
	text-align: right;
	line-height: 110%;
    height: 64px;
	border-top: 1px solid #aeaeae;
}

#main, #mainl {
	padding-bottom: 10px; 
}

#content {
	margin: 0 12px;
}

#columns {
	clear: both;
}

/** 
 * home
*/
#home #columns  {
	margin-top: 2em;
	border-top: 1px solid #eaeaea;
}

/* intro */
#introTitle {
	margin: 0;
	text-transform: uppercase;
	font-family: "trebuchet ms", arial, sans-serif;
	color: #EAEAEA;
}

#intro {
	border-top: 1px solid #EAEAEA;
	padding: 8px;
}

#intro .thumb img {
	border: 1px solid #399729;
}

#intro .thumb.left {
	margin: 5px 6px 6px 0;
}

#intro .thumb.right { 
	margin: 5px 0 6px 6px;
}

#intro .label {
	padding-bottom: 1em;
	font-size: 1.2em;
}

/* interne */

#interne .leftside {
	background-color: #fff;
}

/* news list */
#highlight {
	margin-bottom: 20px; 
	text-align: center; 
	width: 100%;
}

#top {
}

.news {
	margin-bottom: 1em;
}

.news .thumb img {
	border: 1px solid #399729;
}

.news .thumb.left {
	margin: 5px 6px 6px 0;
}

.news .thumb.right { 
	margin: 5px 0 6px 6px;
}

.news .label {
	padding-bottom: .2em;
	font-size: 1.2em;
}

.news .content {
	
}

.contenuto {
	margin-bottom: 1em;
	line-height:140%;
}

ul.lists li {
	text-align:left;
	padding:8px 4px;
	border-bottom:1px dotted #aeaeae;
}

#boxes {
	float: left;
	margin: 10px 2px;
}

#boxes .item {
	float: left;
	margin: 10px 2px;
	list-style: none;
}

#speciali {
	margin: 10px auto;
	text-align: center;
}

#speciali a img {
	margin: 0 8px;
}

/* boxes */
.box-top {
	height: 30px;
	background: url(../img/column-label.gif) right top no-repeat;	
	padding: 20px 5px 0;
	font-size: 1.3em;
}
.box-center {
	margin: 0 auto 0 auto;
	padding: 0 5px;
	/*font-size: .9em;*/
	line-height: 130%;	
}
.box-bottom {
	height: 14px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

/**
 * classes
 */
.clear {
	clear: both;
}

.cit {
}

.title {
}

.left {
 	float: left;
}

.right {
 	float: right;
}

.copy {
	text-align: left;
	height: 54px;
}

.borded {
	border: 1px solid #a90909;
}

.separator {
	border-bottom: 1px solid #ccc;
	height: .5em;
	display: block;
	padding:5px 0 0 0;
	margin: .5em;
	clear: left;
}
.separator2 {
	border-bottom: 1px solid #ccc;
	height: 1px;
	display: block;
	padding:5px 0 0 0;
	margin: .5em;
	clear: left;
}

.info {
	float: left;
	width: 78%;
	text-align: left;
}

.date {
	font-weight: bold;
}

.banner {
}

.credits {
	margin-left: 300px;
}

.more {
	text-align: right;
	margin: 20px 0;
}

.more a {
	background: url(../img/icon-leggi.png) left center no-repeat;
	padding: 12px 10px 12px 40px;
}

/* images */
.content-img {
	padding: 4px;
	margin: 6px;
	border: 1px solid #6e6e6e;
	background-color: #fff;
}

.content-img.right {
	margin-left: 1em;
}

.content-img.left {
	margin-right: 1em;
}

table.nameslist {
	width:100%;
}
table.nameslist tr.labels th {
	text-align:left;
	padding:4px;
	background-color:#ebebeb;
}
table.nameslist th {
	text-align:left;
	padding:4px;
	font-size:.8em;
	border-bottom:1px dotted #ebebeb;
}

table.forum {
	width:100%;
}
table.forum tr.labels td {
	text-align:left;
	padding:4px;
	background-color:#ebebeb;
}
table.forum tr td.label {
	text-align:left;
	padding:4px;
	font-weight:bold;
	width:80px;
}
table.forum td {
	text-align:left;
	padding:4px;
	border-bottom:1px dotted #ebebeb;
}

.right-blocks {
	float:right;
	font-size:9pt;
	line-height:100%;
	margin:0pt 0pt 12px 12px;
	padding:4px;
	text-align: center;
}

.occhiello {
	margin: 1em;
	font-style:italic;
}

.datanews {
	float:right;
	color:#000000;
	font-size:.8em;
}

.cornicetta {
	width:130px;
	padding:4px;
	border:1px solid #333333;
	background-color: #fff;
}

#map {
	 width:98%;
	 height:400px;
	 border:1px solid #64533a;
}


.agendadata {
	background-color:#ffffff;
	padding:5px;
	border:1px solid #aeaeae;
}

.appuntamento {
	background-image: url(../img/date_go.png);
}

.tema {
	background-image: url(../img/note_go.png);
}

.comunicato {
	background-image: url(../img/newspaper_go.png);
}

#interne .news .content {
	float: right;
	width: 100%;
}

#interne .pancia {
	clear: both;
}

.occhiello p {
	margin-bottom: 0;
	font-style: italic;
}

.commenti {
	margin-left: 1em;
}