﻿* {
	margin: 0 0 0 0px;
	padding: 0;
}
body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #414141;
}

input, textarea 
{
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF url('images/img09.gif') repeat-x;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #414141;
}

input[type="submit"]
{
	margin-top:12px;
    color : #000000;
    border-bottom: 1px solid #ff0000;
    padding: 8px 12px 8px 12px;
    
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}
h2.header
{
	font-size:x-large;
	margin-bottom:0px;
}
h3 {
	font-size: large;
	font-weight: normal;
	color: #939292;
}
h3.header
{
	text-decoration:underline;
	margin-bottom: 12px;
}
h4.notizie
{
	font-size:18px;
	font-weight:bold;
}
h5.notizie
{
	font-size:14px;
	font-weight:normal;
	margin-bottom:4px;
}
p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}
p.notizie
{
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Logo */

.loghi_header{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	background-color:white;
	text-align:left;	
	border-bottom:solid 1px #D6D6D6;
	clear:both;
}
.loghi_header img
{
	margin:0 8px 0px 0px;
}

#logo 
{
	margin: 12px auto 10px auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
}
#logo h1 sup {
	font-size:24px;
}
#logo h2 {
	font-weight: normal;
	float:right;
	height:38px;
	padding-top:10px;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}
#logo  a:hover{
	text-decoration: underline;
}

/* Menu */

#menu 
{
	clear:both;
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #252E3A url(images/img02.jpg) no-repeat;
}

#menu ul 
{
	
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #939292;
}

/* Banner */
#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
	clear:both;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
	background: url(images/img05.gif) no-repeat;
	
}

/* Content */

#content {
	float: left;
	width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	line-height: normal;
}
#sidebar a
{
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
}
#sidebar a:hover
{
	color: #939292;
}

#sidebar li 
{
	color:#939292;
	list-style-type:circle;
	list-style-position:inside;
	padding: 10px 15px 0 20px;
	font-size:18px;
	font-weight:normal;
}

#sidebar li ul li
{
	padding: 10px 15px 0 20px;
	font-size:12px;
	font-weight:normal;
}

#sidebar li ul li a
{
	font-size:12px;
	font-weight:normal;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
	font-size:5px;
}
#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/img05.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}
div.header_page
{
	margin-bottom:12px;
	color:#414141;
	width:600px;
}
div.header_page .title
{
	font-size:x-large;
	font-weight:bold;
}

table.iscrizioni
{
	border:none;
	width:100%;
	margin-top:10px;
}
table.iscrizioni th
{
	text-align:left;
	background-color:#3c4856;
	color:White;
	font-weight:bold;
	padding-left:5px;
	margin-bottom:10px;
	font-size:1em;
}
table.iscrizioni td
{
	font-size:0.8em;
	padding:4px;
	text-transform:uppercase;
}
table.iscrizioni td.alternate
{
	background-color:#ededed;
}
.totaleIscritti
{
	font-size:24px;
	display:block;
	margin-bottom:12px;
	color:#252E3A;
	padding:4px;
	text-align:center;
	border:1px dashed #cccccc;
}
