/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color: #000000;
	background-repeat: no-repeat;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.albums_titolo {
	font-size: 100%;
	font-style: italic;
	color: #333333;
	padding-top: 10px;
}
.body1
{
	background-image: url(../Images/bg/foto1.jpg);	
}
.body2
{
	background-image: url(../Images/bg/foto2.jpg);	
}
.body3
{
	background-image: url(../Images/bg/foto3.jpg);	
}
.body4
{
	background-image: url(../Images/bg/foto4.jpg);	
}
ul {
	margin: 0px;
}

b{font-size: 110%;}
em{color: red;}

.maincontainer{
	width: 950px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

.topsection{
	height: 83px; /*Height of top section*/
	background-image: url(../Images/layout/top-head-bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.contentwrapper{
}

.contentcolumn{
	background-image: url(../Images/layout/bg-white-content.png);
	color: #666666;
	font-size: 80%;
	padding-bottom: 100px;
	padding-right: 20px;
	float: right;
	width: 700px;
}

.leftcolumn{
	float: left;
	width: 230px;
	background-image: url(../Images/layout/bg-green-sidebar.png);
	color: #FFFFFF;
	font-size: 80%;
	padding-bottom: 30px;
}

.rightcolumn{
	width: 140px;
	color: #000000;
	padding-top: 0px;
	left: 0px;
	float: left;
	margin-left: 35px;
	margin-top: 50px;
}

.footer{
	color: #CCCCCC;
	font-size: 65%;
	float: right;
	height: 23px;
	background: url(../images/layout/bg-green-sidebar.png);
	width: 600px;
	position: relative;
}
.footer  p{
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.innersidebarleft h2 {
}

.innertube{
	margin-top: 100px;
	margin-bottom: 10px;
	margin-left: 280px;
	margin-right: 15px;
	text-align: justify;
}

.headerbox {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.headerx {
	position: relative;
	height: 20px;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 20px;
}
.nav li
 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.nav ul
 {
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	margin: 0px;
	font-size: 120%;
	color: #333333;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


 .nav {
	position: absolute;
	margin: 0px;
	padding: 0px;
}
.page_item {
	margin: 0px;
	padding: 0px;
}
.logo {
	list-style: none;
	position: absolute;
	right: 0px;
	width: 123px;
	visibility: visible;
	height: 131px;
	margin: 0;
	padding: 0px;
}
.navservices {
	list-style: none;
	right: 0px;
	padding-top: 0px;
	width: 500px;
	font-size: 70%;
	color: #FFFFFF;
	margin: 0;
	height: 23px;
}
.navservices a 
{
	color: #FFFFFF;
}
.leftcolumn li {
	list-style-type: none;
	line-height: 18px;
}

.leftcolumn li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.leftcolumn li a:visited {
	color: #FFFFFF;
}


.rightcolumn li {
	list-style-type: none;
}

.rightcolumn li a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.rightcolumn li a:visited {
	color: #000000;
}

.innersidebarleft {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 16px;
	margin-left: 28px;
	padding-top: 50px;
}
.innersidebarright {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
.contentcolumnhome {
	margin-left: 230px;
	padding-top: 100px;
	padding-bottom: 40px;
	padding-left: 139px;
	padding-right: 20px;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
}


.innersidebarleft h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.rightcolumn li a:hover {
	text-decoration: underline;
}
.leftcolumn li a:hover {
	color: #D9B123;
}

.LinkButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 90%;
	white-space: nowrap;
	text-decoration: none;
}

.LinkButton:hover
{
	text-decoration: underline;
	color: #333;
	background-color: #ddd;
}

.LinkButton.Big
{
	padding: 10px;
	font-size: 120%;
}
.LinkButton.Small
{
	padding: 2px;
	font-size: 90%;
}
.LinkButton.Bold
{
	font-weight: bold;
}
a:link {
	color: #d9b123;
	text-decoration: none;
	font-weight: normal;
}
.rassegne_testata {
	font-size: 120%;
	font-style: italic;
}
.rassegne_data {
	font-size: 90%;
}
.rassegne_table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #157589;
	margin-bottom: 10px;
}
a:visited {
	color: #d9b123;
	text-decoration: none;
	font-weight: normal;
}



.LinkButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #bbb;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}



.LinkButtonHighlight:link, .LinkButtonHighlight:visited, .LinkButtonHighlight:active, .LinkButtonHighlight:hover
{
	text-decoration: none;
	background-color: #bbb;
	color: #333;
}
img a {
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
.clear {
	clear: both;
}
td {
	vertical-align: top;
}
.contentcolumn a {
	color: #000000;
	font-weight: normal;
}
.contentcolumn a:visited {
	color: #000000;
	font-weight: normal;
}
.contentcolumn a:hover {
	color: #d9b123;
}
.post_titolo {
	font-size: 130%;
	padding-bottom: 10px;
	color: #333333;
}
.post_data_categoria {
	padding-bottom: 10px;
}
.post_corpo {
	text-align: justify;
}
.post_data_categoria {
	font-style: italic;
}
.evento_data {
	font-size: 90%;
}
.evento_titolo {
	font-size: 130%;
	font-style: italic;
}
.evento_table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #157589;
	margin-bottom: 10px;
}
.evento_item_titolo {
	font-size: 130%;
	padding-bottom: 10px;
	color: #333333;
}
.evento_item_data {
	padding-bottom: 10px;
}
.evento_item_corpo {
	text-align: justify;
}
.archive_header {
	font-style: italic;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
}
.news_titolo {
	font-size: 130%;
	padding-bottom: 5px;
	color: #333333;
	padding-top: 5px;
}
.innersidebarleft h2 {
	padding-bottom: 15px;
	margin: 0px;
	padding-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}
.news_table {
	margin-bottom: 10px;
}
.news_td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #157589;
	padding-bottom: 10px;
}
.innersidebarright h2 {
	padding-bottom: 50px;
	margin: 0px;
	padding-top: 0px;
	font-weight: normal;
	font-size: 110%;
}
.innersidebarleft ul {
	padding-bottom: 10px;
}
.rassegna_item_titolo {
	font-size: 120%;
	padding-bottom: 10px;
	color: #333333;
}
.rassegna_item_data {
	padding-bottom: 10px;
}
.rassegna_item_corpo {
	text-align: justify;
}
.navservices a {
	color: #FFFFFF;
}
.navservices a:hover {
	color: #FFFFFF;
}
.navservices a:visited {
	color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.home-item {
	padding-top: 5px;
	padding-bottom: 5px;
}
 .map
        {
	left: 0px;
	position: relative;
	width: 100%;
	height: 500px;
}
.office_title {
	font-size: 95%;
	margin-top: 10px;
	font-weight: bold;
}
.office_item {
	
}
 /* player and playlist go side by side */
        #player, #playlist
        {
	float: left;
        }
        /* player dimensions */
        #player, #player img
        {
	border: 0px;
	background-color: #000000;
	padding: 10px;
	width: 100%;
	height: 275px;
        }
        #playlist
        {
        }
        /* overlay play button */
        div.play
        {
	background: url(/Themes/Standard/Images/play.png) no-repeat;
	width: 50px;
	height: 50px;
	opacity: 0.9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
        }
        div.play:hover
        {
	opacity: 1.0;
        }
        /* playlist entry */
        #playlist a
        {
            background: url(/Themes/Standard/Images/block.png) no-repeat;
            width: 150px;
            height: 68px;
            display: block;
            text-decoration: none;
        }
        #playlist p
        {
            font-size: 11px;
            width: 130px;
            padding: 8px 0 0 12px;
            margin: 0px;
        }
        #playlist p.time
        {
	padding-top: 0px;
	color: #666666;
	margin-top: 0px;
        }
        /* entry stages: normal, hover, playing, paused */
        #playlist a:hover
        {
            background-position: 0 -68px;
        }
        #playlist a.playing, #playlist a.paused
        {
            color: #000;
        }
        #playlist a.playing
        {
            background-position: 0 -136px;
        }
        #playlist a.paused
        {
            background-position: 0 -68px;
        }
.office_description {
	font-size: 85%;
}
.office_email {
	font-size: 85%;
}
.hrh {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
.office_coordinates {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.footer-logo {
	position: absolute;
	right: 0px;
	top: -50px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contentcolumn-home {
	background-image: url(../images/layout/bg-white-content.png);
	color: #666666;
	font-size: 80%;
	line-height: 1.2em;
	padding-bottom: 0px;
	padding-right: 20px;
	float: right;
	width: 700px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.innersidebarleft ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a.href {
	background-color: #D9B123;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px dotted #FFFFFF;
	color: #FFFFFF;
}

a:visited.href {
	color: #FFFFFF;
	background-color: #D9B123;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px dotted #FFFFFF;
}

a:hover.href {
	color: #000000;
	background-color: #D9B123;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px dotted #FFFFFF;
}
