html,body{margin: 0;padding:0;height:100%;}
body {
	font-size: 100%;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  text-align: center;
	background-color: #ffc;
	/**/
	}
div#container{
position:relative; 
/*width: 700px; */
width: 100%;
height: 100%;
margin: 0;
text-align: left;}

body>div#container{height:auto;min-height:100%}


/* The topmost faded bar */
#topbar {

	background: #630;
	color: #ffc;
	padding: 10px 5px 5px 2px;
	font: 90% verdana;
	font-weight: bold;
	text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
   height : 103px;
	 margin : 2em;
	 background-image: url(images/logo_.gif);
	 	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #DD7CB4;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
    font: 220% verdana;
	color: #B74231;
	margin: 5px;
}

h2.sottotitolo {
    font: 100% verdana;
    font-weight: bold;
	color: #B74231;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;

}


.articleboxouter {
   width: auto;
    padding: 0.5em 12px 3.5em 10px;
   clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
   /* width: auto;*/
    line-height: 1.1em;
    color: #5F392A;
    padding: 10px 12px 20px 12px;
    background: #ffc;
    border:1px solid #efefef;
 
}

.articleboxinner p {line-height:2em;}

a.mail:link, a.mail:visited {
    color: #5F392A;
	 text-decoration: underline;
 }
a.mail:hover, a.mail:active {
    color: #B74231;
	 text-decoration: underline;
 }
 a.mail2:link, a.mail2:visited {
    color: #ffc;
	 text-decoration: none;
 }
a.mail2:hover, a.mail2:active {
    color: #fff;
	 text-decoration: underline;
 }

/* The title style for the main article */
h2.articleheader
{
    font-size: 130%;
	 line-height: 140%;
    font-weight: bold;
    border-bottom: 1px solid #5F392A;
	 text-align: left;
	 margin-bottom:1.7em;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #5F392A solid;
    float: left;
    margin-right: 2em;
		margin-bottom : 1em;;
}

.leftpic
{
    border: 1px #5F392A solid;
    float: right;
    margin-left: 2em;
		margin-bottom : 1em;;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #5F392A solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #663300;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
	color: #000;
}

/* Why should the humble footer be left out? */
#footer_cont{position: absolute;bottom:0; width: 100%; padding: 0.5em 0;
    background-color: #630; color: #ffc;text-align:center; clear:both;}

/* #footer_cont {
	position: absolute;
	bottom : 0;
	width : 700px;
	margin : auto;
	background: #630;	
	color: #ffc;
	padding : 5px 0;
}
#footer {

}*/

/* This will contain the three columns */
#newsContainer2
{	
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 227px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #DD7CB4;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #DD7CB4;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #DD7CB4;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #DD7CB4;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width: 100%;
   /* background:#F1F1F1;*/
    background:#ffc;;
		font-size:85%;
    line-height:normal;
   border-bottom:1px solid #B74231;

}

#tabs8 ul {
	margin : 0;
    padding:10px 10px 0 2em;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#5F392A;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color: #B74231;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #B74231;
}
   
#tabs8 #current a {
    background-position:0% -42px;

		
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #B74231;
}

blockquote {
	  font-family: "Times New Roman", Times, serif;
		text-align: left;
		font-size : 125%;

		/*
		padding-left: 0;
		border-left: none;


    display: block;

    width: 68%;
		margin-right: 31%;
		float: left;
}   */

/*blockquote:before {
    content: open-quote;
    height: 0;
    margin-left: -0.55em;
}
blockquote:after {
    content: close-quote;
   /* height: 50px;*/
   /* margin-top: 20px;   
    margin-left: 510px;*/
}

blockquote p.home {		font-size : 150%; line-height:1.5em; padding: 1em;}
.autore {
		text-align:right;
}
.autoreh {
		text-align:left;
		padding-left: 190px;
}
		
#map {
width: 720px; 
height: 450px;
border:1px solid #630;
	}
	
#map a:active,#map a:link,#map a:hover,#map a:visited {text-decoration : underline;
		color: #663300;}
		
ul.link li {line-height : 3em;}

#briciole {
color : #666;
text-align : left;
padding : 15px 15px 1px 15px;
margin : 10px 5px 1px 5px;
clear : left;
}

#sottomenu { color: #B74231; float:right; width:25%; border-left: dashed 1px #630; padding: 1.5em 0.5em; margin-left: 2em;}
#sottomenu ul {list-style:none; }
#sottomenu li {padding: 1em;}
#sottomenu li a:link {color: #B74231;}
#sottomenu li a:visited {color: #B74231;}
#sottomenu li a:active {color: #630;}
#sottomenu li a:hover {color: #630;}

li {line-height: 1.5em;}
.sotto {clear:both;}

img.cen {
clear : both;
margin-left: auto;
margin-right: auto;
display : block;}

img.forprint {display:none;}
p.nota {font-size : 85%;}

div.rss img {border:0;}
div.rss {margin-left : 2.5em;}

ul.eventi li{margin-bottom : 1em;}
/* End of CSS Tabs */
