/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F58C1E;
    font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #F58C1E;
	text-decoration: underline;
}
body {
	background: #FFFFFF url(img/bg_grad.gif) top left repeat-x;
	color: #333333;
	font: normal 62.5% sans-serif;
}
input {
	color: #555;
	font: normal 1.1em sans-serif;
}
p,cite,code,ul, dl{
	font-size: 1.2em;
	padding-bottom: 0.8em;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 12px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em monospace;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/top_quote.png) no-repeat;
	color: #666;
	display: block;
	font: normal 1.2em serif;
	padding-left: 28px;
}
blockquote div{
	background: url(img/bottom_quote.png) bottom right no-repeat;
}
h1,h2,h3 {
	color: #F58C1E;
	padding-top: 6px;
}

img {
	border:0
}

fieldset {
	padding: 10px;
}
legend {
	color: #F58C1E;
	font-size: 1.5em;
	font-weight: bold;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: white;
	margin: 0 auto;
	width: 760px;
	border: 1px solid #666;
}

/* header */
header {
	background: black;
	height: 250px;
	margin: 0 auto;
	width: 760px;
}

/* alert */

.alert {
	background: maroon;
	width: 100%;
	color: yellow;
	font-weight: bold;
}

/* Program Lists */

dl.concertProgram {
	border-top: 1px dotted #888;
	padding-top: 5px;
	padding-bottom: 0px;
}

dl.concertProgram dt.composer {
	text-transform: uppercase;
	color: #463059;
	font-weight: bold;
}
dl.concertProgram dd.composition {
	padding-bottom: 0.5em;
}

dl.compactConcertProgram {
	overflow: auto;
}
dl.compactConcertProgram dt.composer {
	width: 130px;
	font-style: italic;
	clear: both;
	float: left;
}
dl.compactConcertProgram dt.composer:after {
	/*content: "\2014";*/
}
dl.compactConcertProgram dd.composition {
	float: left;
}

.ConcertList {
	background: #EEE;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	overflow: auto;
}

.Concert {
	border-bottom: 1px dotted #888;
}

/* title */
.title {
	padding-left: 420px /*450px*/;
	padding-top: 40px /*60px*/;
}
.title h1 {
	color: #FFF;
	font: normal 3.4em sans-serif;
	font-variant: small-caps;
}
h3.subtitle{
	text-align: right;
	padding: 5px 82px 0px 0px;
	color: white;
}
.title a{
	color: white;
}

/* box Office*/
table.boxOffice {
	border-bottom: 1px dotted #888;
	width: 100%;
}

/* navigation */
.navigation {
	background: #463059;
	font: bold 1.2em sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 724px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.navigation a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Step Carousel */
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 1px solid #555;
	overflow: scroll; /*leave this value alone*/
	width: 520px; /*Width of Carousel Viewer itself*/
	height: 340px; /*Height should enough to fit largest content's height*/
	background:#DDD;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 40px 20px; /*margin around each panel*/
	width: 480px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 250px;
	background: #00395A; /* blue */
	border: 1px #333 solid;
}
.stepcarousel .panel .right-text{
	padding-right: 5px;
}
.stepcarousel .panel p, .stepcarousel .panel dt, .stepcarousel .panel dt.composer, .stepcarousel .panel dd{
	color: #EEE;/*#AAA;*/
}
.stepcarousel .belt div.panel:nth-child(3n) {
	background: #F58C1E; /* orange */
}
.stepcarousel .belt a, .stepcarousel .belt  .descr {
	color: #EEE;/*#463059;*/
}
.stepcarousel .belt div.panel:nth-child(3n+1) {
	background: #463059; /* purple */
}
.stepcarousel .belt div.panel:nth-child(3n+2) {
	background: #00395A; /* blue */
}
.paginate {
	width: 520px;
	text-align:center !important;
}


/* main */
.main {
	clear: both;
	padding: 0 0px 12px 0px;
}

.main img {
	padding: 5px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
	min-height: 450px;
}
.sidenav h1 {
	background: #000;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-size: 1.2em;
	height: 32px;
	margin: 0;
	padding-top: 0px;
}
.sidenav h1 a {
	padding: 8px 4px 9px 12px;
	text-decoration: none;
	color: #FFF;
  display: block;
}
.sidenav h1 a:hover, .sidenav h1.current a{
  background: #00395A;
	color: #FFF;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-top: 1px solid #FFF;
	list-style: none;
}
.sidenav li a {
	background: #777;
	color: #FFF;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #F58C1E;
}

/* content */
.content {
	padding: 12px;
	float: left;
	width: 68%;
}
.content .descr {
	color: #F58C1E;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

/* footer */
footer {
	background: #CCC;
	border-top: 2px solid #00395A;
	color: #000;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
footer a{
	text-decoration: underline;
	color: black;
}

/* WOAH bar */
.woahbar {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 32px;  /* << set custom WOAHbar height */
z-index: 100;   /* << DO NOT EDIT, KEEPS WOAHbar ON TOP OF PAGE CONTENT */
padding: 15px 0 5px 0;
text-align: center;
font-size: 16px;  /* << set custom WOAHbar font size */
color: #1c1c1c;  /* << set custom WOAHbar font color */
background-color: #ffff00;  /* << set custom bar color here */
border-bottom: 0px solid #1c1c1c;  /* << set custom bottom border thickness & color here */
-webkit-box-shadow: 0 8px 6px -6px #333;  /* << set custom css box shadow */
-moz-box-shadow: 0 8px 6px -6px #333;  /* << set custom css box shadow */
box-shadow: 0 8px 6px -6px #333;   /* << set custom css box shadow */
}
 
.woahbar-stub {
position: fixed;
top: -10px;
left: 0px;
width: 100%;
height: 19px;
z-index: 200;
padding: 7px 0 5px 0;
text-align: center;
}
 
.woahbar span {
float: left;
width: 95%;
text-align: center;
padding-top: 2px;
}
 
.show-notify {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 3px solid #fff;
box-shadow: 0 0 5px rgba(0,0,0,0.35);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
float: right;
margin-right: 10px;
color: #fff;
width: 35px;
height: 33px;
text-decoration: none;
background-color: #eee; /* << set custom bar color here */
cursor:pointer;
}


.show-notify:hover {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 3px solid #fff;
box-shadow: 0 0 5px rgba(0,0,0,0.35);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
float: right;
margin-right: 10px;
color: #fff;
width: 35px;
height: 33px;
text-decoration: none;
background-color: #ffff00; /* << set custom bar color here */
cursor:pointer;
}


.woahbar-up-arrow:hover {
background: url(images/woahbar-up-arrow-hover.png);
}

.close-notify {
float: right;
margin-top:3px;
margin-right: 22px;
color: #fff;
width: 17px;
height: 19px;
text-decoration: none;
background-color: #ffff00; /* << set custom bar color here */
cursor:pointer;
}
 
 

.woahbar-link {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #d72444; /* Old browsers */
color: white;
padding: 1px 8px 3px 8px;
}
 
.woahbar-link:hover {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #1c1c1c; /* Old browsers */
color: white;
padding: 1px 8px 3px 8px;
text-decoration: none;
}

/* Image Floats */

.right {
	float: right;
}
img.right{
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.left {
	float: left;
}
img.left{
	padding: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	
}
img.thumbnail.portrait {
	width: 110px;
}
img.thumbnail.landscape {
	height: 110px;
}