/* GENERAL ------------------------------------------------------------------------*/

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: White;
	background-color: #353D34;
	background-image: url(images/backGroundCenter1.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
}

.mainBackground{
	/*background-color: #353D34;
	text-align: center;
	background-image: url(images/backGroundCenter1.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
	text-align: center;
}

.mainHolder{
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 950px;
	display: table;
	height: 100%;
	min-height: 100%; 
	/*border: 1px solid Lime;*/
}

/* HEADER ------------------------------------------------------------------------*/
.header {
	/*border: 1px solid Red;*/
	height: 128px;
	min-height: 128px;
	padding-left: 20px;
}
.headerLogoHolder {
	background-image: url(images/backGroundLogo.png);
	width: 220px;
	height: 128px;
	min-height: 128px;
	float: left;
}
.headerMenuHolder {
	width: 710px;
	height: 128px;
	min-height: 128px;
	float: right;
	/*border: 1px solid Blue;*/
}
.headerMenuItemHolder{
	padding-top: 5px;
	width: 118px;
	float: left;

	/*border: 1px solid Blue;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
.headerMenuItemHolder img{
	border: 0px none;
}
.headerMenuItemHolder span{
	display: block;
}
.headerMenuItemHolder a{
	/*background-image: url(images/headerMenuStar.png);*/
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;

}
.headerMenuItemHolder a:hover{
	/*border: 1px solid Blue;*/
	/*background-image: url(images/headerMenuStar_over.png);*/
	background-repeat: no-repeat;
	background-position: top;
}
.headerMenuItemHolder a:hover img{
	/*margin-top: 2px;*/
}

.navigationLinks {
	
}

.navigationTitle{
	float: left;
}
.navigationTitleEzio{
	text-align: center;
	color: White;
}

.navigationBack {
	float: right;
	line-height: 26px;
}

.navigationBack a{
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 13px;
	color: #776437;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.navigationBack a:hover {
	text-decoration: underline;
}

.naviGationList {
	float: right;
}

.navigationList a {
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 13px;
	color: #776437;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.navigationList a:hover{
	text-decoration: underline;
}


/* BACKGROUNDS ------------------------------------------------------------------------*/
.contentBgTop1 {
	background-image: url(images/contentBgTop1.png);
	background-color: #F8F2E3;
	background-repeat: no-repeat;

}

.contentBgTop2 {
	background-image: url(images/contentBgTop2.png);
	background-color: #990000;
	background-repeat: no-repeat;

}

.contentBgDown1 {
	/**/background-image: url(images/contentBgDown1.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.contentBgDown2 {
	/**/background-image: url(images/contentBgDown2.png);
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: bottom;
}


/* 2 COLUMNS LAYOUT ------------------------------------------------------------------------*/

.ContentHolder{
	width: 950px;
	display: table;
	height: 100%;
	background-image: url(images/backGroundMenuLeft2.png);
	background-repeat: repeat-y;
}

.rightContent {
	/*border: 1px solid Aqua;*/
  	width:670px;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 14px;
	color: #776437;
	padding-left: 0px;
	margin-top: 6px;
}

/* LEFT CONTENT  ------------------------------------------------------------------------*/
.leftContent {
	/*border: 1px solid Yellow;*/
  	width:260px;
	text-align: center;
}

/* LEFT MENU  ------------------------------------------------------------------------*/
.leftMenuHolder {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #B22222;*/
}
.leftMenuItemHolder {
	/*border: 1px solid #DB7093;*/
	width:180px;
	background-image: url(images/leftMenuItemBackground.png);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;	
	line-height: 35px;
	text-indent: 20px;
	margin-left: auto;
	margin-right: auto;
}
.leftMenuItemHolder a{
	color: White;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.leftMenuItemHolder a:hover{
	color: #FE7815;
}


/* FOOTER ------------------------------------------------------------------------*/
.footer {
	clear: both;
	border-top: 4px solid #DB5C00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 7px;
	letter-spacing: 1px;
	height: 35px;
	background-color: Black;
}
.footerStella {
	background-image: url(images/footerStella.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
	line-height: 15px;
}
.footerStella a {
	color: White;
	text-decoration: none;
}
.footerStella a:hover {
	text-decoration: underline;
}
.footerCredits {
	float: right;
	line-height: 15px;
	text-align: right;
}

/* TEXT ------------------------------------------------------------------------*/
.title1 {
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 15px;
	color: #776437;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
}

.title1White {
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 15px;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
}
/* SAPARATOR ------------------------------------------------------------------------*/
.jamSeparator {
	background-image: url(images/lineSeparator.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	height: 8px;
}

.jamSeparator2 {
	background-image: url(images/lineSeparator.gif);
	background-repeat: repeat-x;
	background-position: center;
	clear: both;
	height: 18px;
}

.jamSeparatorClear {
	font-size: 1px;
	height: 3px;
	line-height:3px;
	clear: both;
}
.jamSeparatorSmall {
	background-image: url(images/lineSeparator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1px;
	height: 3px;
	line-height:3px;
	margin-bottom: 3px;
	margin-top: 3px;
	clear: both;
}
.jamSeparatorSmallNoClear {
	background-image: url(images/lineSeparator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1px;
	height: 3px;
	line-height:3px;
	margin-bottom: 3px;
	margin-top: 3px;
}

/* JAM  ------------------------------------------------------------------------*/
.myList {

}
.jamListYearPanel {
	background-image: url(images/jamListYear.png);
	background-repeat: repeat-x;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	clear: both;
	text-align: center;
	width: 669px;
}

.jamListItem {
	margin-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	margin-bottom: 5px;
	width: 100%
	float: right;
}
.jamListImg {
	
}
.jamListTitle {
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 14px;
	color: #776437;
	font-weight: bold;
	display: block;
}
.jamListMonth {
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 12px;
	color: #776437;
	display: block;
	font-style: italic;
}
.jamDetailImg {
	float: left;
	margin-right: 10px;
}
.jamDetailText,.jamDetailText p {
	color: #660000;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 14px;
}
.jamDetailText a {
	color: #660000;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
/* ARTICLE ------------------------------------------------------------------------*/
.jamArticleTitle {
	color: #660000;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
	vertical-align: middle;
}
.jamArticleSubTitle {
	color: #660000;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
.jamArticleAuthor {
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 14px;
	color: #776437;
	display: block;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	background-position: bottom;
}
.jamArticleAbstract {
	color: #660000;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	clear: both;
	font-style: italic;
	line-height: 16px;
}
.jamArticleIntro {
	color: #660000;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	display: block;
	line-height: 16px;
}
.jamArticleText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	line-height: 15px;
}

.jamArticleImg {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

/* LISTA ------------------------------------------------------------------------*/

.articleListPath {
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 14px;
	color: #776437;
	font-weight: bold;
}
.articleListTitle {
	color: #660000;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
.articleListTitle:hover {
	text-decoration: underline;
}

/* HOMEPAGE ------------------------------------------------------------------------*/
.boxHomepageBorder {
	border: 1px solid #987E41;
	background-color: Black;
	padding: 3px;
	width: 320px;
	margin-right:10px;
	margin-bottom:10px;
/**/
}

.boxHomepageInternalFreeWidth{
	border: 2px solid #987E41;
	background-color: #F8F2E3;
	padding: 2px;
	margin: 3px;
	min-height: 250px;

	
}
.boxHomepageInternalFreeWidthClearBoth {
	display:block;
}


.boxHomepageBorderFreeWidth {
	border: 1px solid #987E41;
	margin-bottom: 10px;
	margin-right:10px;
	background-color: Black;
}

.boxHomePageContent {
	margin: 5px;
	text-align: left;
	color: #776437;
	font-size: 11px;
	clear: both;
}
.homeBoxListDark {
	display: block;
}
.boxHomepageInternalLight {
	border: 2px solid #987E41;
	background-color: #F8F2E3;
	padding: 2px;
	height: 100%;
}
.boxHomepageInternalDark {
	border: 2px solid #987E41;
	background-color: Black;
	padding: 2px;
	height: 100%;
}
.boxHomepageInternalTitle1 {
	background-image: url(images/boxHomepagetitleBackGround1.png);
	background-repeat: no-repeat;
	background-color: #987E41;
	padding-left:20px;
	height:25px;
	color:white;
	line-height:22px;
	font-weight: bold;
	font-size:15px;
	display: block;
}
.boxHomepageInternalTitle2 {
	background-image: url(images/boxHomepagetitleBackGround2.png);
	background-repeat: no-repeat;
	background-color: #FE7815;
	padding-left:20px;
	height:25px;
	color:white;
	line-height:22px;
	font-weight: bold;
	font-size:15px;
	display: block;
}

.copertinaInHome {
	margin-right: 10px;
	margin-left: 5px;
}
.titoloHome {
	color: #776437;
	font-size: 14px;
	font-weight: bold;
}
.titoloPiccoloHome {
	color: #6C1717;
	font-size: 12px;
	font-weight: bold;
}
.homeConcerti {
	color: #403726;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.homeConcertiSottotitolo {
	color: #6C1717;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	font-weight: bold;
	text-align: center;
}

.homeSubText2{
	color: #660000;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	clear: both;
	line-height: 20px;
}

.homeSubText3{
	color: #660000;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	clear: both;
	line-height: 16px;
}

.homeNumber{
	color: #EDEBD5;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	clear: both;
	letter-spacing: 2px;
	line-height: 24px;
}

.homeUltimoNumero{
	color: #403726;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.homeTitoloNews {
	color: #FE7815;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: left;
	line-height:14px;
	text-decoration: none;
}
.homeTitoloNews:hover {
	text-decoration: underline;
}
.homeAbstractNews {
	color: White;
	font-size: 11px;
	display: block;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.homeImmagineNews {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid Black;
}
/* NEWS ------------------------------------------------------------------------*/
.newsDate {
	color: Black;
	font-size: 12px;
}
.newsAbstract {
	color: Black;
	font-size: 12px;
}

.newsImage {
	margin-top: 7px;
	margin-right: 6px;
	margin-bottom: 4px;
	float: left;
}
/* FORM ------------------------------------------------------------------------*/
.formInput {
	border: 1px solid #776437;
	background-color: #E6DECA;
}
.formInputMultiline {
	border: 1px solid #776437;
	background-color: #E6DECA;
}
.fornInputText{
	font-weight: bold;
	color: #776437;
	font-size: 12px;
}
/* CHIEDILO ------------------------------------------------------------------------*/
.formChiediloResult {
	font-weight: bold;
}
.chiediloItem {	
	color: #776437;
	font-size: 13px;
}
.chiediloData {
	font-weight: bold;
}
.chiediloLettore{
	font-weight: bold;
}
.chiediloDomanda {
	color: #776437;
	font-style: italic;
}
.chiediloRisposta{
	color: Black;
}
/* INTRO ------------------------------------------------------------------------*/
.intro a, intro td a{
	color: White;
		font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
		text-decoration: none;
		
}
.intro a:hover{
	text-decoration: underline;		
}
.introCredits, .introCredits a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: none;
}

.introCredits a:hover{
	text-decoration: underline;
}

/* EZIO ------------------------------------------------------------------------*/
.newsBoxTitle {
	color: #FE7815;
	font-size: 12px;
	text-decoration: none;
}
.newsBoxTitle:hover {
	text-decoration: underline;
}
.newsBoxAbstract {
	color: White;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.newsBoxImage {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 5px;
	border: 1px solid #333333;
}
.newsBoxImage2 {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 5px;
	border: 1px solid Black;
}

.newsBoxImageBig {
	float: right;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 1px;
	margin-left: 5px;
	border: 1px solid Black;
	
	
}

.newsBoxLinkList {
	color: White;
	float: right;
	margin-bottom: 5px;
	text-decoration: none;
}
.newsBoxLinkList:hover {
	text-decoration: underline;
}

.newsBoxLinkEzioList {
	margin-top: 5px;
	color: #6C1717;
	margin-bottom: 5px;
	text-decoration: none;
	display: block;
	text-align: right;
	font-weight: bold;
	clear: both;
}
.newsBoxLinkEzioList:hover {
	text-decoration: underline;
}

.newsBoxTitle2 {
	color: #6c1717;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.newsBoxTitle2:hover {
	text-decoration: underline;
}
.newsBoxAbstract2 {
	color: black;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
.newsBoxLinkList2 {
	color: #6c1717;
	float: right;
	margin-bottom: 5px;
	text-decoration: none;
}
.newsBoxLinkList2:hover {
	text-decoration: underline;
}

/* OTHER ------------------------------------------------------------------------*/
p { margin: 0px; }

form { margin: 0px; }

span { margin: 0px; }

/* IMPORT ------------------------------------------------------------------------*/
.titoloMedio {
	color: #776437;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.titoloMedioArticoli {
	color: #776437;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
