/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; 
font-family: Tahoma, Helvetica, sans-serif;}
body {	line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {	text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}

body {
	font-size: 12px;
	line-height:16px;
	background-color: #DCE0DF;
}
H1 { font-size:170%; color: #ffffff;}
p { text-align:justify; }
a { color:#000; }
a:hover { color:#4B5554; }
/* GENERAL ELEMENTS */
#mainContainer{
	width: 850px;
	margin: 0 auto;
}
#header { position:relative; width:100%;}
	#menu {
		position:absolute; left:300px; bottom:5px;
		font-size:150%;	
	}
	#menu a, #menu a:visited, #menu a:active { color:#000; text-decoration:none; }
	#menu a:hover { color:#4B5554; }
	
	#newsletter {
		position:absolute; right:0; top:5px; width:200px;
	}
	#entrataLibera {
		position:absolute; right:0; bottom:10px; width:200px;
		font-size:24px;
	}
	
#programma { margin: 15px 0px; }
#leftCol{
	float: left;
	width: 425px;
}
#rightCol{
	float: left;
	width: 425px;
}
#footer{
	width: 800px;
	margin: 0 auto;
	text-align:center;
	color: #000;
}

/* EVENTI */
.event {
  background-color:#EEEEEE;
  border:1px solid #EEEEEE;
  margin:5px 10px 5px 0;
  padding:5px;
}
.event h1, .popupShadowBox h1 {
  color:#555555;
  font-size:19px;
  margin:5px 0;
}

.popupShadowBox h1 {
  padding: 2px 0;
  border-bottom: 1px solid #DCE0DF;
  color: #4B5554;
}
.event h2, .popupShadowBox h2 {
  color:#000000;
  font-weight:normal;
  padding-bottom:4px;
}

.popupShadowBox h2 {
  font-size:14px;
  padding: 2px 0 5px;
}
.event h3, .popupShadowBox h3{
	color: #999999;
}
.event .date, .popupShadowBox .date{
	color: #000;
	font-size: 14px;
	margin: 5px 0;
}
.event a:link, .event a:active, .event a:visited, .popupShadowBox a:link, .popupShadowBox a:active, .popupShadowBox a:visited{
	color: #4B5554;
}
.event .description{
  margin: 2px 0;
}
.popupShadowBox { 
	padding:10px;
	background: #fefefe;
}
.popupShadowBox div img.image{
	border: 5px solid #C2CFCC;
	margin: 5px 10px 5px 0;
	float: left;
}
.popupShadowBox .description{
	padding: 2px;
	line-height:15px;
	font-size: 12px;
	color: #666;
}
.popupShadowBox p a{
	line-height:15px;
}
.popupShadowBox a{
	line-height:30px;
}


