body {
	background-color: #EEE;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}


#container {
}

#background {
	background: #FFFFFF url(../img/background.jpg) no-repeat;
	float:left;
	margin: 20px 0;
}


#header {
	color: #FFF;
}
#header ul {
	height: 170px;
	margin:10px 5px;
	overflow:hidden;
	width:185px;
}


#sidebar {
	margin-left: 50px;
	width: 190px;
}

#content {
	margin:0 0 0 30px;
	text-align:justify;
	width:640px;
}

#logo {
	left: -9999px;
	position: absolute;
}
#logo a {
	color: #FFFFFF;
	margin: 20px 0 0 40px;
}
#languages  {
	position: absolute;
	margin-left: 880px;
}
#languages img {
	border: 0px none;
	margin-top: 5px;
}

#footer {
	color: #333;
	font-size: 8pt;
	padding: 15px 0;
	text-align: center;
}
#footer a {
	color: #345;
}


/*
 *
 * MENU ORIZZONTALE
 *
 * */
#menu {
	margin-bottom: 15px;
}

#menu ul {
	list-style:none;
	margin:5px auto;
	padding:0;
	text-align:center;
}
#menu li {
	display: inline-block;
}

#menu li a{
	background-position: top center;
	background-repeat: no-repeat;
	color: #222;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	padding: 8px;
}
#menu li a:hover {
	color: #248;
}

/*
 *
 * MENU VERTICALE
 *
 * */
#vertmenu {
	background-color: #56B2D9;
	border-left: 0;
	list-style: none;
	margin: 30px 0 10px 0px;
	padding: 0;
	}

#vertmenu li a {
	color: #222;
	display: block;
	font-weight: bold;
  	height: 40px;
	padding: 8px 0 0 10px;
	text-decoration: none;
	}

#vertmenu li a:hover {
	background-color: #b2d478;
	}

/*
 *
 * RELATED PAGES
 *
 * */
#related_pages {
	background-color:#ddd;
	clear: both;
}
#related_pages ul {
	list-style-type:none;
	padding: 0;
}

#related_pages li {
	padding:9px;
}

#related_pages p {
	font-size: 120%;
	font-weight: bold;
	padding-top:5px;
	text-align:center;
}

#related_pages a {
	height: auto !important;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	color:#358;
	text-decoration:none;
	width: auto !important;
}

#related_pages a:hover {
	color:#245;
	text-decoration: underline;
}

/*
 *
 * BLOG, TAG CLOUD
 *
 * */
#blogmenu {
	background-color: #b8db7c;
	border-left: 0;
	margin: 30px 0 10px 0px;
	padding: 10px;
}
#blogmenu h2 {
	color: #222;
	padding: 0;
	margin: 0;
	text-align: center
	}
#blogmenu ul {
	list-style: none;
}

/*
 *
 * NEWS
 *
 * */

#newsdiv {
	background-color:#3692D9;
	border-left:0 none;
	list-style: none;
	padding: 5px;
	}

#newsdiv a {
	display: block;
	font-weight: bold;
	padding: 8px 0 0 10px;
	text-decoration: none;
	}

#newsdiv a:hover {
	color: #555;
	}

#newsdiv ul {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
	}
#newsdiv h2 {
	color: #222;
	padding: 0;
	margin: 0;
	text-align: center
	}
#newsdiv h3 {
	color: #222;
	padding: 0;
	margin: 0;
	}

/*
 *
 * BOTTONI
 *
 * */
.bottone {
	background-color: #2c77b2;
	color: #FFF;
	list-style: none;
	margin-top: 10px;
	padding: 10px;
	}
.bottone a {
	color: #cdf;
}

.blog {
	background-image: url(../img/bottoni/blog.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 60px;
	color: #b8db7c;
	font-size: 40px;
	padding: 5px 0 0 10px;
	text-decoration: none;
}

/*
 *
 * ELEMENTI
 *
 * */
.imgtmb {
	float: left;
	font-size: 8pt;
	text-align: center;
	padding: 3px;
}

.pagine1x4 {
	height: 180px;
	width: 160px;
}
.pagine2x4 {
	height: 340px;
	width: 320px;
}
.pagine4x4 {
	height: 660px;
	width: 640px;
}

#map_canvas {
	height: 400px;
}

/*
 * 
 * MENU DI AMMINISTRAZIONE
 *
 * */
#floating {
	background-color:#ADFF2F;
	border: 1px solid #85858F;
	top:0;
	font-size:8pt;
	font-weight:bold;
	padding:4px 0;
	position:fixed;
	right:3%;
	text-align:center;
	width:94%;
	z-index: 999;
}
#floating div.spacer {margin-right: 60px; float: left;}
#floating span.spacer {margin-right: 60px;}
#floating a {
	margin-right: 20px;
}

/*
 * 
 * MESSAGGI
 *
 * */
#flashMessage {
	position:fixed;
	bottom: 0px;
	left: 0px;
	width: 255px;
	margin: 5px;
	font-weight: bold;
	text-align: left;
	z-index: 9999;
	color: #FFF;
	padding: 20px;
	/*padding-left: 50px;*/
	/*background: url(../img/messages/default.png) no-repeat top left;*/
    background-color: #284e8d;
    border: solid 1px #aeaeae;
}
.success_message {
	/*background: url(../img/messages/success.png) no-repeat top left !important;*/
    background-color: #61b513 !important;
}

.failure_message {
	/*background: url(../img/messages/failure.png) no-repeat top left !important;*/
    background-color: #d22835 !important;
}

.notice_message {
	/*background: url(../img/messages/notice.png) no-repeat top left !important;*/
    background-color: #284e8d !important;
}


/*
 *
 * MOTORE DI RICERCA
 *
 *
 * */
#searchform {
	background: none;
	border: none;
	left:850px;
	top:110px;
	position:absolute;
}
#searchform div {
    background: url(../img/search1.gif) no-repeat left bottom;
    padding: 0 10px;
    margin: 0;
    height: 24px;
}
#searchform #search {
    border-top:2px solid #999;
    border-bottom:2px solid #999;
    border-left:0;
    border-right:0;
    background: #fff url(../img/search2.gif) repeat-x top;
    padding: 3px 2px 2px 0;
    height: 15px;
}
#searchform input {
	border: none;
    vertical-align: top;
    width: auto !important;
    padding: 0;
}
#searchform label {
	display: inline;
	height: 25px;
	width: 22px;
}

/*
 *
 * TAG CLOUD
 *
 *
 * */
.cloud1 {
	font-size: 80%;
}
.cloud2 {
	font-size: 100%;
}
.cloud3 {
	font-size: 120%;
}
.cloud4 {
	font-size: 140%;
}
.cloud5 {
	font-size: 160%;
}
.cloud6 {
	font-size: 180%;
}
.cloud7 {
	font-size: 200%;
}
.cloud8 {
	font-size: 220%;
}

/*
 *
 * ELEMENTI STANDARD
 *
 *
 * */
p {
	line-height: 1.5em;
}

img {
border: 0px;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}


h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#60686f;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}


/* Special Formatting */
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #999999;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;
  	background-color: #FAFAFA;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #999999;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;

}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
.float-left  { float: left; padding-right: 5px; }

.float-right { float: right; padding-left: 5px; }

.align-left  { text-align: left; }

.align-right {	text-align: right; }


/* Table Styling */

table {
	border-collapse: collapse;
	margin: 10px 15px;
}

th strong {
	color: #fff;
}

th {
	baCkground: #717170;
	background-image:url(images/table-bg.jpg); background-repeat:repeat-x;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #999999;
	border-bottom: solid 2px #FFF;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;
}

/* form styling */
form {
	margin:10px 15px; padding: 5px;
	border: 1px solid #EEEEEE;
	background-color: #EEE;
	text-align: center;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	width: 275px;
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}

textarea {
	width:375px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	margin: 0 auto 10px;
}

input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	background: #FFF url(gradientbg.jpg) repeat-x;
	padding: 2px 3px;
	color: #333;
	border: 1px solid #DADADA;
}

