html,body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
height:100%; 
background-image:url('images/bg_milano.jpg');
background-repeat:no-repeat;
background-position:top;
background-attachment:fixed;
background-color:#000000;
}
#user-login
{
	float: right;
	color: #ecebea;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
    }

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

h1 {
	font-size: 2em;
}

.h1_evento {
	font-size: 2em;
	color: #9EC83B;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

p, ul, ol {
	margin-top: 0;
	line-height: 130%;
}

img {
	border: 0px;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #9EC93B;
}

a:hover {
	text-decoration: none;
	color: #9DC83B;
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	/*background: url(images/img05.jpg) repeat-x left top;*/
}

/* Header */

#header-wrapper {
}


#header {
	width: 980px;
	height: 224px;
	margin: 0 auto;
	background-image: url(images/aaa.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

/* Logo */

#logo {
	float: left;
	height: 155px;
	color: #FFFFFF;
	background-image: url(img/logoa.png);
	width: 300px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: right;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 279px;
	height: 110px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: 1px #4C4842 solid;
	background: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #808080;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 550px;
	height: 40px;
	background-image: url(img/img03.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	list-style: none;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 40px 0px 40px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #373536;
	border: none;
	background-image: url(images/img06.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	text-transform: uppercase;
}

#menu a:hover, #menu .current_page_item a {
		text-decoration:none
		font-size: 16px;	
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
		text-decoration:none
		font-size: 26px;	
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#page-bgtop {
}

#page-bgbtm {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0;
}

.post {
	background-color:#FFF;
	border: 1px solid #CCC;
	height: 100%;
}

.postNEWS {
	background-color:#FFF;
	border: 1px solid #CCC;
	height: 100%;
	float: left;
	width: 648px;
}


.post .title {
	height: 50px;
	letter-spacing: -0.5px;
	color: #181818;
	background-image: url(img/h1_head.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.post .title a {
	color: #333;
	border: none;
	padding-left: 90px;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 0px;
	padding-left: 590px;
	text-align: left;
	font-size: 11px;
	font-style: italic;
	padding-top: 6px;
}

.post .meta a {
}

.post .entry {
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	    height: auto;
    min-height: 100%;
}

.links {
	display: block;
	width: 130px;
	margin: 20px 0px;
	padding: 5px;
	background: #A03128;
	border-left: 20px solid #1B120B;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ebebeb;
	height: 90%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 15px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 20px;
	color: #333;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 18px;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
}

#sidebar a {
	border: none;
	color: #9DC83B;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: none;
	color: #9DC83B;
	font-weight: bold;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer-wrapper {
	width: 100%;
}

#footer {
	width: 982px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	background-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}

#footer a {
	color: #9EC93B;
}

.box_news {
	color: #F90;
	min-height: 150px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 7px;
	margin-bottom: 10px;
	float: left;
	width: 680px;
	height: 150px;
	background-repeat: no-repeat;
	margin-left: 5px;
}

.sing_news {
	color: #F90;
	width: 680px;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}

.sing_text {
	color: #F90;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #515151;
	width: 580px;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}

.sing_read {
	color: #F90;
	width: 60px;
	float: right;
	margin-top: 7px;
	margin-bottom: 7px;
}

#men {
	color: #F90;
	width: 940px;
	float: left;
	margin-top: 180px;
	background-color: #000;
	margin-left: 10px;
	text-align: center;
}

.opt  {
	color: #F90;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

.opt a:hover {
	color: #F90;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	color: #9DC83B;
	text-transform: uppercase;
}

.comunicati_stampa {
	border: 1px solid #5D6064;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#homepageNav {
	width: 960px;
	min-height: 30px;
	text-align: center;
	background-color: #000;
	margin-top: 175px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: absolute;
	padding-top: 6px;
}

ul#nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 930px;
	margin: 0;
	height: 33px;
	list-style-type: none;
	overflow: hidden;
}

/*
body#homecome ul#nav  { background: transparent url(/images/nav/nav_01.gif) no-repeat 0 0; }
body#homepage ul#nav { background: transparent url(/images/nav/nav_02.gif) no-repeat 0 0px; }
body#support ul#nav  { background: transparent url(/images/nav/nav_03.gif) no-repeat 0 0px; }
body#contact ul#nav  { background: transparent url(/images/nav/nav_04.gif) no-repeat 0 0px; }
body#photography ul#nav { background: transparent url(/images/nav/nav_05.gif) no-repeat 0 0px; }
body#projects ul#nav  { background: transparent url(/images/nav/nav_06.gif) no-repeat 0 0px; }
body#videos ul#nav  { background: transparent url(/images/nav/nav_07.gif) no-repeat 0 0px; }
*/

ul#nav li a {
	position: absolute;
	top: 0;
/*	width: 100px;*/
	text-indent: -9000px;
	text-decoration: none;
	padding: 33px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* IE5/Win */
	background: transparent url(nav_0.html) no-repeat;
}

a.linkbig {
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9DC83B;
}

a.linkbig:hover {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
}

/* MENU FINE */

.mappa {
	padding: 5px;
	background-color:#FFF;
	border: 1px solid #CCC;
	clear: both;
}

/* MENU LATERALE */

.div_bianco {
	background-color:#FFF;
	color: #333;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	width: 93%;
	margin-left: 4px;
	border: 1px solid #CCC;
}

#related-articles
{
    list-style-type: none;
	list-style-position: inside;
	margin-left: 5px;
	padding-top: 5px;
    }
    
#related-articles li
{
	margin-bottom: 4px;
	height: 70px;
}  

#related-articles li a
{
    text-decoration: none;
    font-weight: bold;
}

#related-articles li img {
             float: left;
             margin-right: 10px;
}     
            
#related-articles h5{
            text-transform: uppercase;
}

.to_upper_bold {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}

#related-articles li.pers
{

	margin-bottom: 4px;
	height: 70px;
	background-color: #9DC83B;
	color: #FFF;
}  

#related-articles a.pers
{
	color: #FFF;
}  

#related-articles h5.pers
{
	color: #000;
	padding: 4px;
} 


#newsletter_box {
    width: 280px;
    height: 31px;
    background: url(../../images/interface/search/bg_newsletter_box.gif);
	clear: right;
	margin: 0 10px 10px 0;
}
#newsletter_box #Newsletter1_txt_EmailAddress {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 220px;
    background: none;
    font-size: .8em;
	color: #303030;
}
#newsletter_box #Newsletter1_btn_NewsletterSignUp {
    float: right;
    margin: 2px 4px 5px 0;
}


/* fine*/

.boxfotoINT {
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	min-height: 100px;
	padding-top: 2px;
	padding-left: 0px;
	color: #505050;
}

.h3_homepage {
	margin-top: 4px;
	font-size: 14px;
	color: #9DC83B;
	font-weight: bold;
}

.boxlocaliindex {
	width: 265px;
	float: left;
	min-height: 95px;
	text-align: center;
	background-image: url(images/boxlocale.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.boxfoto {
	background-color: #FFFFFF;
	width: 90px;
	float: left;
	height: 90px;
	text-align: center;
	#position: absolute;  
	#top: 50%;display: 
	table-cell; 
	vertical-align: middle;
}
.boxfotoz {
	background-color: #FFFFFF;
	min-height: 91px;
}
.boxtesto {
	min-height: 80px;
	float: right;
	width: 165px;
	padding-left: 8px;
	padding-top: 10px;
}

.levento {
	background-color: #eaeaea;
	width: 175px;
	float: left;
	min-height: 100px;
	color: #505050;
	border: thin solid #9DC83B;
	text-align: center;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 5px;
}

.leggi_articolo {
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9DC83B;
	font-weight: bold;
}

.vedi_tutti_per_data {
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	font-weight: bold;
	background-color: #9EC93B;
	color: #FFF;
	padding-right: 5px;
}

.postNEWS img {
    display:none;
}



.TAGS {
	font-size: 10px;
}

.listeventi {
	background-color: #FFFFFF;
	float: left;
	min-height: 60px;
	padding-top: 2px;
	padding-left: 5px;
	color: #505050;
	border-bottom: 1px dashed #999;
	width: 98%;
	font-size: 13px;
	margin-bottom: 15px;
	margin-left: 3px;
	margin-top: 10px;
}

.listlocali {
	background-color: #FFFFFF;
	min-height: 60px;
	padding-top: 2px;
	padding-left: 5px;
	color: #505050;
	border-bottom: 1px dashed #999;
	width: 98%;
	font-size: 13px;
	margin-bottom: 15px;
	margin-left: 3px;
	margin-top: 10px;
	float: left;
}

.TLOC {
	background-color: #FFFFFF;
	float: left;
	min-height: 60px;
	padding-top: 2px;
	padding-left: 5px;
	color: #505050;
	border: 0px dotted #9FC901;
	width: 99%;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.tipoloc {
	color: #C7C0BA;
	font-family: "Lucida Console", Monaco, monospace;
	text-decoration: underline;
	font-style: italic;
}

/* NEWS E LOCALI schede*/

.np_S_pers {
	background-color: #FFFFFF;
	float: left;
	min-height: 350px;
	padding-top: 2px;
	padding-left: 5px;
	color: #505050;
	width: 30%;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 1px;
}

.np_D_pers {
	background-color: #FFFFFF;
	float: right;
	min-height: 60px;
	padding-top: 2px;
	padding-left: 2px;
	color: #505050;
	width: 64%;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 3px;
}

.np_S {
	background-color: #FFFFFF;
	float: left;
	min-height: 60px;
	padding-top: 2px;
	padding-left: 5px;
	color: #505050;
	border: thin solid #CCC;
	width: 48%;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 3px;
}

.np_D {
	background-color: #FFFFFF;
	float: right;
	min-height: 60px;
	padding-top: 2px;
	padding-left: 5px;
	color: #505050;
	border: thin solid #CCC;
	width: 48%;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 3px;
}

.PO_S {
	background-color: #FFFFFF;
	float: right;
	min-height: 60px;
	padding-top: 2px;
	padding-left: 15px;
	color: #505050;
	width: 97%;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.dettagli {
	color:#FFF;
	background-color: #9DC83B;
	width: 20px;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}
	
	.dettagli:hover {
	color:#333;
	background-color: #9DC83B;
	width: 20px;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}
