/* ----------------------------------------------------------------------------------------------------------

    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {padding-bottom:20px; background:url("../images/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial",sans-serif; text-align:center; behavior: url("../csshover3.htc"); }

.heading{
	font-size:25px; 
	line-height:1; 
	padding-top:0; 
	margin-bottom:0; 
	margin-bottom:10px;	
}

.subheading{
	line-height:1; padding-bottom:0; margin-top:0;	
}

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 7px;}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px;}
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

#background_notes { position: absolute; top: 200px; left: 50%; margin-left: -50%; width: 100%; height: 835px;
					background-image:url(../images/background.jpg); background-repeat:no-repeat; background-position: center;
					z-index:1;}

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

.float-right {float: right;}


/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            

table.table-style01 {width:100%;}
table.table-style01 th {text-align:center;}

ul.ul-style01 {margin:15px 0 15px 20px; padding:0; list-style:none;}
ul.ul-style01 li {margin:0; padding:0; padding-left:15px; background:url("../images/ul-style01.gif") 0 5px no-repeat;} 
ul.ul-style01 ul {margin:0; padding:0; list-style:none;}
ul.ul-style01 ul li {background:url("../images/ul-style01-sub.gif") 0 5px no-repeat;}


/* ----------------------------------------------------------------------------------------------------------
4) Homepage Menu
---------------------------------------------------------------------------------------------------------- */
		
#tray_box{
	margin-top:-15px;
	margin-bottom:-15px;
	z-index:10000;
}

#nav {
	margin:0;
	padding:0; 
	background:url("../images/nav.gif") 0 100% no-repeat;
	z-index:20000;
	}
	
	
#nav li {
	list-style: none;
	float: left; 
	margin:0px;
	z-index:30000;
	}
	
#nav li a {
	display: block;
	line-height:1;
	color: #fff;
	text-decoration: none; 
	background:url("../images/nav-link.gif") 100% 0 repeat-y;
	padding:15px 15px 15px 14px;
	margin:0 0 5px 0;}
	
#nav li ul {
	display: none; 
	width: 11em;
	background-color: #E0E0E0;}
	
#nav li:hover ul {
	display: block;
	position: absolute;
	margin: -5px 0 0 0;
	padding: 0 0 0 5px;
	z-index:40000;}
	
#nav li:hover li {
	float: none;
	z-index:50000;}
	
#nav li:hover li a {
	background-image:none;
	background-color: #E0E0E0;
	font-weight:normal;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	}
	
	
	#nav-active{
		font-weight:bold;	
	}
	
#nav #nav-active ul li a:hover{
		color:#f00;
	}
	

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

#main {position: relative; width:910px; margin:0 auto; text-align:left; z-index: 5;}

    #header {position:relative; height:100px; background:url("../images/header.jpg") 0 0 no-repeat; overflow:hidden;}
    
        #logo {position:absolute; top:30px; left:80px; margin:0; font-size:200%; letter-spacing:-1px; font-weight:normal;}
        #logo span {font-weight:bold;}
        #logo a {text-decoration:none;}
        
        #slogan {position:absolute; top:5px; right:20px; width:230px; font-size:110%; font-weight:normal; font-style:italic; text-align:right;}
    #cols {background:url("../images/cols.gif") 0 0 repeat-y; margin-bottom:0px; padding-bottom:0px;}

        #content {float:left; width:655px; margin-bottom:0px;}
        
            #content #content-title {margin:0; padding:15px 15px 10px 20px; background:url("../images/content-title.gif") 0 0 no-repeat; font-size:140%; font-weight:normal;}
            #content #content-in {padding:15px 15px 10px 20px;}
            
             #subnav {padding:0 15px 5px 6px; background:url("../images/nav2.gif") 0 100% no-repeat;}
    
		        #subnav ul {margin:0; padding:0; list-style:none;}
		        #subnav ul li {display:inline; margin:0; padding:0;}
		        #subnav ul li a {display:block; float:left; padding:12px 15px 12px 14px; background:url("../images/nav-link.gif") 100% 0 repeat-y; text-decoration:none;}
		        #subnav ul li#subnav-active a {font-weight:bold; text-decoration:none;}
        
        #aside {float:right; width:255px; overflow:hidden;}
        
            #aside #aside-title {margin:0; padding:15px 15px 10px 15px; background:url("../images/aside-title.gif") 0 0 no-repeat; font-size:140%; font-weight:normal;}
            #aside .aside-in {padding:10px 10px 15px 10px;}
            #aside .aside-box {padding:10px; background:url("../images/aside-box.jpg") 0 0 no-repeat;}
            #aside .title {margin:0 5px 0 0; padding:10px 15px; background:url("../images/aside-title-02.gif") 0 0 repeat-x; font-size:100%;}    

    #cols-bottom {margin-top:0px; width:910px; height:12px; background:url("../images/cols-bottom.gif") 0 0 no-repeat; font-size:0;}
	
	#cols-bottom-content {margin-top:0px; width:910px; height:12px; background:url("../images/cols-bottom-content.gif") 0 0 no-repeat; font-size:0;}
	
	#divider{
		margin-top:15px;
		display:block;
		height:20px;
		border-bottom:1px solid #000;
	}
    
    #footer {width:870px; height:40px; padding:20px 20px 0 20px; background:url("../images/footer.gif") 0 0 no-repeat;}
    #footer p {margin:0;}
 
/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#perex {margin-left:5px; padding:15px; background:url("../images/perex.gif") 0 100% no-repeat; }
#perex p {margin:0;}

#perex2 {margin-left:5px; margin-bottom:-2px; overflow:hidden; padding:15px; background:url("../images/perex2.gif") 0 100% no-repeat;}
#perex2 p {margin:0;}

#sections {background:url("../images/sections.gif") 0 0 repeat-y;}
#sections-bottom {width:620px; height:7px; background:url("../images/sections-bottom.gif") 0 0 no-repeat; font-size:0;}

#sections2 {background:url("../images/sections2.gif") 0 0 no-repeat;
margin-top:15px;}

#sections2-bottom {width:620px; height:20px; background:url("../images/sections2-bottom.gif") 0 0 no-repeat; font-size:0;}

    .section {float:left; width:200px;}
    .section p {margin:0;}
    .section.margin {margin:0 10px;}
    .section h3 {margin:0; padding:10px; 0 0 no-repeat; font-size:100%;}
	.section h3 a {text-decoration: none;}
    .section-in {margin-bottom:10px; padding:0 10px 10px 10px;}
	.biss {background:url("../images/section-title-biss.gif")}
	.mozart {background:url("../images/section-title-mozart.gif")}
	.beethoven {background:url("../images/section-title-beethoven.gif")}
	.newworld {background:url("../images/section-title-newworld.gif")}
	.mary {background:url("../images/section-title-mary.gif")}
	.russian {background:url("../images/section-title-russian.gif")}

dl#news, dl#news dd {margin:0;}
dl#news dt {clear:both; padding-left:18px; background:url("../images/ico-list.gif") 0 2px no-repeat;}
dl#news dd {margin:3px 0 10px 0; padding-bottom:10px;}
dl#news dd span.date {padding-right:10px; background:url("../images/date.gif") 100% 50% no-repeat; font-size:85%; font-weight:bold;}

.padded-right-img {margin-right: 10px; margin-top: 3px; float: left;}

.small {font-size: 90%;}
.smaller {font-size: 85%;}

/* ----------------------------------------------------------------------------------------------------------
5) Page: About
---------------------------------------------------------------------------------------------------------- */

.left-photos {
	float: left;
	padding: 10px 5px;
	width: 225px;
}

.about-photo {
	padding: 5px;
}

.right-text {
	float: left;
	margin-left: 15px;
	width: 350px;
}

/* ----------------------------------------------------------------------------------------------------------
6) Page: Competitions
---------------------------------------------------------------------------------------------------------- */

.right-photos {
	float: right;
	padding: 10px 5px;
	width: 275px;
}

.competition-photo {
	padding: 5px;
	font-size: 90%;
}

.left-text {
	float: left;
	margin-left: 15px;
	width: 300px;
}

/* ----------------------------------------------------------------------------------------------------------
7) Page: News
---------------------------------------------------------------------------------------------------------- */

.news-container {
	border-bottom: 1px solid #dadada;
	padding: 15px 0px;
}

.news-title {
	font-size:180%;
	font-weight: bold;
	margin: 0px;
}

.short-desc {
	font-size: 120%;
	font-weight: bold;
}

.center-container {
	padding: 30px 0 0 0;
	font-size: 12px;
}

.center-title {
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
 	font-size: 18px; 
 	color: #990000; 
 	background: inherit;
}

.committee-title {
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
 	font-size: 14px; 
 	color: #990000; 
 	background: inherit;
}

.center-body {
	margin-top: 10px;
}

.view-all {
	text-align: right;
	font-weight: bold;
}

.photo {
	padding-bottom: 10px;
	margin-top: 10px;
}

.credits {
	float: left;
	margin-top: -5px;
	padding: 0px;
	color: #999999;
	font-size: 95%;
}

.caption {
	float: left;
	color: #333333;
	font-weight: bold;
}

.article-title {
	color: #294B7B;
	font: normal 2.1em Arial, Sans-Serif; 
	letter-spacing: -1px;
	margin: 5px 0px 5px 0px;
}

.article-subtitle {
	font: normal 1.5em Arial, Sans-Serif;
	letter-spacing: -1px;
}

.article-subtitle-static {
	font: normal 1.5em Arial, Sans-Serif;
	letter-spacing: -1px;
	padding-bottom: 15px;
}

.photo-main {
	margin-right: 10px;
	float: left;
}

.photo-main img {
	border: 0;
}

.gallery-desc {
	padding-left: 10px;
	font-size: 120%;
}

.author-area {
	float: left;
	margin-top: 15px;
}

.author-photo {
	float: left;
	margin-right: 5px;
}

.author-date {
	float: left;
	color: #666666;
}
	
.main-article {
	color: #000000;
	font-size: 110%;
	margin-top: 20px;
}

.title-header {
	clear: both;
	background: #294B7B url(images/corner.gif) no-repeat right top;
	color: #FFF;
	padding: 7px 5px 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 5px 0;
}

.date-header {
	float: right;
	font-weight: normal;
}

.next {
	float: right;
	padding: 5px;
	font-weight: bold;
	margin-top: 8px;
}

.previous {
	float: left;
	padding: 5px;
	font-weight: bold;
	margin-top: 8px;
}

/* ----------------------------------------------------------------------------------------------------------
8) Page: Sponsors
---------------------------------------------------------------------------------------------------------- */

.sponsor-area {
	float: left;
	padding: 5px;
	vertical-align: middle;
}

.sponsor-photo {
	float: left;
	width: 150px;
	height: 100px;
	padding: 10px;
	vertical-align: middle;
}

.sponsor-photo-4 {
	float: left;
	width: 140px;
	height: 100px;
	padding: 5px;
	vertical-align: middle;
}

/* ----------------------------------------------------------------------------------------------------------
9) Page: Schedule
---------------------------------------------------------------------------------------------------------- */

.season_holder {
	width: 620px;
	margin-top: 20px;
	border-bottom: 1px solid #000000;
}

.stoopid_div {
	clear:both;
	height: 5px;
}

.showtitle {
	background-color:#FFF;
	color:#003263;
	font-weight: bold;
	width: 100%;
	display: block;
	font-size: 1em;
	padding: 0;
}

.ticketlink {
	font-weight: bold;
	width: 100%;
	text-align: right;
	font-size: 1em;
	padding: 5px 0px 10px 0px;
	width: 400px;
}

.pic_box {
	width: 220px;
	float: left;
}

.desc_box {
	width: 400px;
	float: left;
}

.desc_box h2 {
	margin: 0px;
}

.desc_box h2 a {
	text-decoration: none;
}

.desc_box p {
	font-weight: normal;
	font-size: 12px;
	/*line-height: 200%;
	margin-bottom: 5px;*/
	color: #333;
}

.desc_box .date {
	margin: 0px;
	color: #333;
	font-size: 12px;
}

/* ----------------------------------------------------------------------------------------------------------
10) Page: Show (Detail page for Schedule)
---------------------------------------------------------------------------------------------------------- */

.post {
	margin-bottom: 15px;
}

.post .title {
}

.post h2 {
	letter-spacing: -2px;
	font-size: 2em;
	line-height: 1em;
	padding-bottom: 5px;
}

.post .title h3 {
	font-size: 1.75em;
	margin: 0;
	margin-bottom: 10px;
	line-height: normal;
	font-weight:normal;
	color: #000000;
}

.post .title h2 {
	font-size: 2.5em;
	font-weight:bold;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #000000;
}

.post .title p a {
	color: #000000;
}

.post .links {
	width: 300px;
	font-size:14px;
	height: 29px;
	margin: 0;
	margin-top: 15px;
	padding: 6px 0px 10px 4px;
	background: url(../images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.post .links a:hover {
	text-decoration: none;
	color: #FB000B;
}

.post .links_lg {
	width: 520px;
	font-size:14px;
	height: 29px;
	margin: 0;
	margin-top: 15px;
	padding: 6px 0px 10px 5px;
	/*background: url(../images/img09.gif) no-repeat;*/
}

.post .links_lg a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.post .links_lg a:hover {
	text-decoration: none;
	color: #6db4e3;
}

.post .entry {
	padding-top: 15px;
}

.now_playing_poster {
	padding-left: 20px;
	padding-bottom: 20px;
}

.right {
	float: right;
}