/* 	
	Main CSS
	Site: Maestro Maazel
	Author:	StoneHouse Digital
	Updated: 06-19-08 - 11:30 // JF
	
*/


* {
	margin: 0;
	padding: 0;
	
	}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }	

input[type="text"] {
	padding: 2px;
	font-size: 11px;
	}
	


p {
	margin-bottom: 1em;
	line-height: 1.3em;
	}

h1, h2, h3, h4 {
	margin-bottom: .6em;
	}	
	
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
	}
#wrapper {
	padding: 10px 0 0 5px;
	background-image: url(../images/top_band.gif);
	background-repeat: repeat-x;
	}
#container {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	}
/*=========================================================================== HEADER
*/		
#header {
	height: 135px;
	margin-bottom: 10px;
	}
#header_img {
	width: 395px;
	float: left;
	}
#header_img img {
	border: 5px solid #ffffff;
	}	
#header_title {
	position: relative;
	background: url(../images/header-guards.gif) repeat-x;
	padding: 5px 2px;
	float: right;
	width: 390px;
	height: 125px;
	}
#header_title span {
	display: none;
	}
#header_title h1 {
	background: url(../images/lorin_maazel.gif) no-repeat bottom;
	width: 300px;
	height: 70px;
	margin-bottom: 0;
	}
#header_title h5 {
	background: url(../images/titles.gif) no-repeat;
	width: 299px;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 0;
	}	

/*=========================================================================== NAV
*/	

#nav {
	width: 800px;
	padding: 0;
	border-bottom: 1px solid #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 auto;
	list-style: none;
	z-index: 950;
	position: relative;
	float: left;
	}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	margin: 0 auto;
}

#nav li {
	list-style: none;
	display: block;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	}
#nav a {
	text-decoration: none;
	color: #333333;
	padding: 5px 5px;
	display: block;
	}	
#nav a:hover {
	color: #830000;
	}	


/*------------------------- SUBNAV
*/


#nav li ul {
	position: absolute;
	left: -999em; 
	width: 12.3em;
	background-color: #f7f2df;
	border: 1px solid #999;
	padding: 0;
	z-index: 1000;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto; 
	}
#nav li li a { 
	padding: .5em .15em; 
	margin-top: 0; 
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
#nav li li a:hover,
#nav li li:hover > a,
#nav li li.sfhover > a { color: #fff; }
#nav li li {
	width: 11.7em;
	margin: 0;
	padding-left: .3em;
	padding-right: .3em;
	}	
#nav li li:hover, 
#nav li li.sfhover { 
	background: #833f00;
	}

#nav li ul ul {
	margin: -2.1em 0 0 12em;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul, 
#nav li li li li.sfhover ul {
	left: auto;
}




	
/*=========================================================================== MAIN
*/	

#main {
	padding-top: 10px;
	position: relative;
	float: left;
	}	
/*=========================================================================== HOME
*/		
#home #col1 {
	float: left;
	width: 580px;
	}
#home #col2 {
	float: right;
	width: 220px;
	}	

#home-updates {
	width: 575px;
	}
#home-news {
	float: left;
	width: 575px;
	}
#home-media	{
	float: right;
	width: 283px;
	}
#home-schedule {
	float: right;
	width: 215px;
	margin-right: -4px;
	}
		
.box h2 {
	position: relative;
	padding: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #830000;
	border-bottom: 3px double #cccccc;
	margin-bottom: .8em;
	}	
.box .entry {
	margin-bottom: 1.3em;
	clear: both;
	}	
.box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	}

.box h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	}
		
.box a {
	color: #830000;
	}
.box a:hover {
	text-decoration: none;
	}	
		
#home .content {
	overflow: auto;
	}
	
#home-updates .entry img {
	float: left;
	border: 1px solid #cccccc;
	margin-right: 10px;
	}
#home .box .content {
	padding: 10px;
	font-size: 11px;
	}
	
#home-news .content {

	}
#home-news .more {
	/* float: right; */
	}
#home #events {
	padding: 2px 5px;
	}
#home-schedule .content {
	min-height: 458px;
	}
#home-schedule #events a {
	color: #333333;
	text-decoration: none;
	}
#home-schedule #events a:hover {
	color: #830000;
	}	

#home-schedule #events .more {
	color: #830000;
	text-decoration: underline;
	}

#home-schedule #events a:hover .more{
	text-decoration: none;
	}
/*=========================================================================== CALENDAR TABLE
*/	
.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #f5f5f5;
	position: relative;
	padding: 3px;
	margin-bottom: 10px;
	}
.calendar table {
	text-align: center;
	}	
	/*
.calendar #cal-TL { 
	background: url(../images/calendar-TL.gif) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 4px;
	}
.calendar #cal-TR { 
	background: url(../images/calendar-TR.gif) no-repeat top right; 
	position: absolute;
	top: 0;
	right: 0;
	height: 4px;
	width: 4px;
	}
.calendar #cal-BL { 
	background: url(../images/calendar-BL.gif) no-repeat bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 4px; 
	}
.calendar #cal-BR { 
	background: url(../images/calendar-BR.gif) no-repeat bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 4px;
	width: 4px; 
	}
	*/
.calendar col {
	width: 14%;
	}
.calendar td {
	height: 17px;
	text-align: center;
	}	
.calendar #month {
	font-size: 11px;
	font-weight: bold;
	}	
.calendar th a {
	margin: 0 auto;
	}	
.calendar a {
	text-decoration: none;
	}	
.calendar a:hover {
	}
.calendar #today {
	font-weight: bold;
	color: #000000;
	}	
.calendar .event {
	background-color: #dddddd;
	font-weight: bold;
	border: 1px solid #cccccc;
	}	
.calendar .event:hover {
	background-color: #eeeeee;
	}
#L-arrow span, #R-arrow span {
	display: none;
	}
 #L-arrow, #R-arrow {
	display: block;
	width: 8px;
	height: 9px;
	padding: 2px;
	background-position: center;
	background-repeat: no-repeat;
	}
#L-arrow { background-image: url(../images/L-arrow.gif); }
#R-arrow { background-image: url(../images/R-arrow.gif); }	
	
/*=========================================================================== GENERAL LAYOUT
*/	
#col1 {
	float: left;
	width: 540px;
	position: relative;
	}
	
#col1 { padding: 5px; }
#home #col1 { padding: 0; }	
#col1 h2 { margin-left: -5px; margin-right: -5px; }
#home #col1 h2 { margin-left: 0; margin-right: 0; }

#col2 {
	float: right;
	width: 200px;
	position: relative;
	}
.sidebox {
	border: 1px solid #eeeeee;
	padding: 10px;
	background-color: #fbfbfb;
	margin-bottom: .5em;
	}
.sidebox h3 {
	color: #666666;
	}
.sidebox ul {
	list-style: none;
	}
.sidebox li {
	list-style: none;
	margin-bottom: .3em;
	}	
/*=========================================================================== BIO & PROFILE
*/		
#bio #col1 {
	width: 440px;
	}
#bio #col2 {
	width: 300px;
	}
#bio h3 {
	margin-top: 1.5em;
	}	
#bio .biglink {
	margin-bottom: 1.5em;
	font-weight: bold;
	font-size: 13px;
	}	
#bio .biglink a {
	color: #333333;
	}	
	
	
		
/*=========================================================================== CALENDAR 1
*/	
.performance-table table {
	text-align: left;
	border: solid #f2e9cb;
	border-width: 1px 0 0 1px;
	}
.performance-table th,
.performance-table td {
	padding: 5px 10px;
	border: solid #f2e9cb;
	border-width: 0 1px 1px 0;
	}	
.program-section {
	margin-top: 1.5em;
	border-top: 1px solid #eeeeee;
	padding: 10px 5px;
	}
#calendar-program #col2 {
	margin-top: 20px;
	}

/*=========================================================================== CALENDAR 2
*/	

#calendar-schedule #col1 {
	width: 200px;
	}
#calendar-schedule #col2 {
	width: 540px;
	}	
#calendar-schedule #col2 h2 {	
	color: #333333;
	border: none;
	}
#calendar-schedule #schedule {
	padding: 5px;
	}
#calendar-schedule .entry h3{
	margin-bottom: 1px;
	}
#calendar-schedule .entry .date{
	margin-bottom: 10px;
	}
#calendar-schedule .entry {
	margin-bottom: 1em;
	padding: 10px 5px 5px 5px;
	border-top: 1px solid #eeeeee;
	}
#calendar-schedule .artists {	
	font-weight: bold;
	}
#calendar-schedule .programs div {
	margin-bottom: .3em;
	}
.search-field {
	padding: 10px;
	}


/*=========================================================================== NEWS & PRESS
============================================================================= (+ MULTIMEDIA)
*/

#news-section #col1 {
	float: left;
	width: 530px;
	}
#news-section #col2 {
	float: right;
	width: 220px;
	}
	
#news-section h3,
#media-section h3 {
	font-size: 14px;
	}
#news-section .entry,
#media-section .entry {
	border-top: 1px solid #cccccc;
	padding: 10px 5px 2px 5px;
	margin-bottom: .8em;
	background: url(../images/entry-gradient-bg.gif) top repeat-x;
	}
#news-section .title,
#media-section .title {
	font-size: 12px;
	font-weight: bold;
	}
#news-section .date,
#media-section .date {
	font-style: italic;
	font-size: 11px;
	}
#news-section .summary,
#media-section .summary {
	margin-top: .7em;
	}
#news-section .summary p,
#media-section .summary p {
	margin-bottom: .4em;
	}

/*=========================================================================== MULTIMEDIA
*/	

#media-section .blurb {
	border: 1px solid #f2e9cb;
	padding: 15px 10px 2px 10px;
	margin-bottom: 1.5em;
	margin-left: -5px;
	margin-right: -5px;
	background-color: #fffcf3;
	}
#multimedia #subscribe a img {
	border: none;
	text-decoration: none;
	}
#multimedia #subscribe a {
	line-height: 14px;
	vertical-align: middle;
	}
#multimedia #subscribe a {
	line-height: 20px;
	padding: 2px 1px 2px 18px;
	}
#subscribe a#rss { background: url(../images/icons/rss.gif) transparent left center no-repeat; }
#subscribe a#podcast { background: url(../images/icons/podcast.gif) transparent left center no-repeat; }

#multimedia #help a {
	font-style: italic;
	}

/*=========================================================================== FAQs
*/	
.faq {
	border: 1px solid #f2e9cb;
	margin-bottom: 1.2em;
	}


#faq .faq .question {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #830000;
	background-color: #fffae9;
	padding: 10px 15px 8px 5px;
	}
.faq .question a {
	text-decoration: none;
	}	
.faq .answer {
	padding: 10px 20px;
	border-top: 1px solid #f7f2df; 
	}	

#faq .arrow {
	background: transparent;
	padding: 0px 5px 0px 0px;
	float: left;
	}



/*=========================================================================== GALLERY
*/


#gallery {
	margin-bottom: 1em;
	position: relative;
	}
#gallery .gallery-row { display: block; border-top: 1px solid #cccccc; padding: 1em 0 .5em; }	
.gallery-text .full-size-btn { float: right; padding: 0; margin: 2px; }
.gallery-title { color: #830000; }



/* modified from http://www.brunildo.org/test/ImgThumbIBL2b.html */

.thumb-wrap {
	padding: 15px 8px 0 8px;
	margin: 0;
}
.thumb-wrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: bottom; /**/
	margin: 0 22px;
	padding: 0;
}

.thumb-wrap li>div {
	/*\*/ display: table; /**/
	width: 100px;
}
.gallery-thumb {
	display: block;
	text-decoration: none;
	margin-top: 10px;
	}

/* IE7? \*/
.thumb-wrap>li .wrap-img {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
/**/

.thumb-wrap img {
	border: none;
	vertical-align: bottom;
}

/*\*//*/
.thumb-wrap li .wrap-img {
	display: block;
	font-size: 1px;
}
.thumb-wrap .wrap-img span {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
}
/**/
.thumb-wrap .gallery-text {
	display: block;
	background-color: #fcfcfc;
	padding: .3em 5px .2em;
	line-height: 1.1;
	border-top: 3px solid #cccccc;
	height: 5.7em;
	w\idth: 190px; /* Moz, IE6 */
}
/* top ib e hover Op */
@media all and (min-width: 0px) {
	.thumb-wrap {
		border-collapse: collapse;
	}
	.thumb-wrap .gallery-thumb {
		display: inline-block;
		vertical-align: bottom;
		}
	.thumb-wrap {
		display: inline-block; /* non deve avere margin */
	}
}



/*=========================================================================== BOXES & SHADOWS
*/	
.box .content {
	padding: 15px;
	background-color: #ffffff;
	font-size: 11px;
	color: #333333;
	}

.box .media {
	width: 200px;
	padding: 0px 0px 0px 15px;
	background-color: #ffffff;
	color: #333333;
	float: right;
	}

.box .media .caption {
	width: 180px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	background-color: #efefef;
	font-size: 11.5px;
	color: #333333;

	}

.box .media .caption strong{
	color: #892424;
	}	

				
.shadow {	
	position: relative;
	padding: 0 4px 4px 1px;
	background-color: #ffffff;
	border-top: 1px solid #e9e1c3;
	border-left: 1px solid #e9e0c3;
	background-image: url(../images/shadows/shadow_BR.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: -1px 1px 6px -2px;
	}
.TL {
	width: 2px;
	height: 3px;
	background: url(../images/shadows/shadow_TL.gif) no-repeat top left;
	position: absolute;
	top: -1px;
	left: -1px;
	}
.TR {
	width: 4px;
	height: 5px;
	background: url(../images/shadows/shadow_TR.gif) no-repeat top right;
	position: absolute;
	top: -1px;
	right: 0px;
	}
.BL {
	width: 5px;
	height: 4px;
	background: url(../images/shadows/shadow_BL.gif) no-repeat bottom left;
	position: absolute;
	bottom: -0px;
	left: -1px;
	}
	
/*=========================================================================== FOOTER
*/	

#footer {
	clear: both;
	text-align: left;
	font-size: 10px;
	color: #666666;
	margin: 10px 0;
	}
	
	
/*=========================================================================== MISC
*/		
	
#general-main {
	width: 800px;
}

div#indicator_composition
{
 width: 100px;
 height: 40px;
 left: 10px;
 top: 10px;
 z-index: 900;
 background: url(../images/indicator.gif) no-repeat 0 0;
}

div#calendar_indicator
{
 background-color: #F5F5F5;
 width: 100%;
 height: 166px;
 z-index: 900;
 background: url(../images/indicator.gif) center no-repeat;
}

#general-main hr {
	
	border: none 0;
	border-top: solid 1px #cccccc;
	margin: 5px 0px 5px 0px;
	
}

.search_input {
	
	border: 1px #999999 solid;
	width: 113px;
	margin-right: 5px;

}

.search_button {
	
	border: 1px #999999 solid;
	background: #efefef;
	color: #830000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#feed-list .rss{
	
	background: url("/images/icons/rss.gif") no-repeat;
	text-indent: 5px;
	list-style-position: outside;
	font-size: 12px;
	height: 14px;
	font-style: normal;
	padding-left: 20px;
	margin-bottom: 5px;
}

.gallery-entry {
	background: #F5F5F5;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}
input {
	font-size: 11px;
	border: 1px solid #999999;
	}

	textarea {
		padding: 5px;
		font-size: 11px;
		border: 1px solid #999999;
		}
		
tbody tr {
	vertical-align: top;
	}

	
	.form-errors
	{
	 color: #892424;
	 padding: 0px;
	 margin-bottom: 15px;
	 border: 1px solid #892424;
	 background-color: #eee;
	}

	.form-errors h2
	{
	 padding: 5px 5px 5px 5px;
	 margin-bottom: 0px;
	 font-size: 11px;
	 color: #fff;
	 background: #892424;
	 border: 0px;
	}

	.form-errors ul
	{
	 padding: 5px;
	 list-style-type: none;
	
	}

	.form-errors li
	{
	 color: #000000;
	 font-weight: normal; 
   padding: 5px 23px;
	 text-align: left;
	 background: url(/sf/sf_admin/images/error.png) no-repeat 0 2px;
	}

	.form-error
	{
	 color: #4B6991;
	}

	.form-error input, .form-error select, .form-error textarea
	{
	 border: 1px solid #4B6991;
	}

	.form-error-msg
	{
		color: #892424;
	}
	
	.save-ok
	{
	 padding: 5px 20px 5px 25px;
	 font-size: 11px;
	 margin-bottom: 10px;
	 border: 1px solid #73B65A;
	 color: #fff;
	 background: #73B65A url(/sf/sf_admin/images/ok.png) no-repeat 5px 2px;
	}
