/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Georgia, Times, serif;
	background: #fff;
	background-image: url(/files/img/sfondo.gif); 
	background-color:#FFFFFF;
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment: fixed;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a img { border: none; margin: 0; padding: 0; }

#menu {
  width: 255px;
  top: 0;
  bottom: 0;
	left: 0;
  height: 100%;
	float: left;
}

p.dettaglievento {
	color: #999;
	padding-left: 35px;
	border-left: 5px solid #999;
}

a:link { text-decoration: none; color: black;}
a:active { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: black;}
a:hover { text-decoration: none; color: black;}

#menu a:hover { font-style: italic; font-weight: bold; color: black;}

.logohome a:hover { text-decoration: none;}

#menu ul {
	list-style: none;
	margin: 0 16px 12px 16px;
	font-size: 13px;
}

#menu ul li.section-title { 
	font-family: Helvetica, Arial, Sans-serif;
	color: #7c0111;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
}

#menu li {
	border-bottom: 1px dotted #666666;
	line-height: 24px;
}

#content {
	color: #4c4c4c;
  height: 100%;
  margin: 0;
  top: 0;
	float: left;
}

#content a:link { color:#7c0111; }
#content a:active { color:#7c0111;}
#content a:visited { color:#7c0111;}
#content a:hover { text-decoration: underline; color:#7c0111;}

#content li {
	list-style-position: inside;
}

.container {
  padding: 16px 0 32px 0;
}

#content p { width: 705px; margin-bottom: 9px; }

#content ul {
	list-style-position: outside;}
		
#content li {
	width: 705px;}

p {
	margin: 0 0 9px 0;
	clear: both;
}

#content p.home {
	width: 340px;
}

h1 { font-size: 13px; margin-bottom: 14px; text-transform: uppercase; color: black; letter-spacing: 1px;}
h2 { font-size: 13px; }
h3 { font-size: 13px; margin-top: 10px; margin-bottom: 0px; text-transform: uppercase; color: black; letter-spacing: 1px;}

#img-container	{ width: 705px; margin: 10px 0 0 0; padding: 0; }
#img-container p	{ width: 350px; margin: 10px 0 10px 0; padding: 0; }

#once { clear: left; }

#partitaiva { font-size: 10px; margin-left: 16px}

#ricerca { margin-left: 16px}

.testata {
	margin-bottom: 54px;
}

.didascalia {
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-serif;
	color: #999;
	margin-top: 6px;
}

.img-evento {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.evento {
	font-weight: bold;
}

.citazione {
	padding: 20px;
}

hr {
	 width: 705px;
	 color: #fff; 
	 background-color: #fff; 
	 border: 1px dotted #000; 
	 border-style: none none dotted; 
	 clear: both;
	 float: left;
	 margin-bottom: 10px;
}
.anno2012 {
 background: url('/files/img/anni/2012.gif') no-repeat right  top;
}

.anno2011 {
 background: url('/files/img/anni/2011.gif') no-repeat right  top;
}

.anno2010 {
 background: url('/files/img/anni/2010.gif') no-repeat right  top;
}

.anno2009 {
 background: url('/files/img/anni/2009.gif') no-repeat right  top;
}

.anno2008 {
 background: url('/files/img/anni/2008.gif') no-repeat right  top;
}
.anno2007 {
 background: url('/files/img/anni/2007.gif') no-repeat right  top;
}
