/* CSS Document */

/* Global Layout 
-----------------*/

* {
margin: 0;
padding: 0;
}
html {
font-family: Verdana, Arial, Geneva, sans-serif;
}
body {
padding: 0;
margin: 0;
text-align: center;
background:  url(http://www.diamondopera.org/images/outerwrap.gif) top center repeat-y;
}
#wrapper {
width: 692px;
text-align: left;
margin: 0 auto;
background:  url(http://www.diamondopera.org/images/main_bg.gif) top left repeat-y;
}
#header {
background: #fff url(http://www.diamondopera.org/images/dot-logo2.jpg) no-repeat;
height: 116px;
}
#sidebar {
width: 187px;
float: left;
padding: 10px;
clear: both;
}
#content {
float: right;
width: 485px;
clear: right;
}
#main {
padding: 10px 15px;
}
#footer {
clear: both;
background: #ccc;
padding: 10px;
}

/* Header
---------------------*/
#header h1 {
display: none;
}
#header img {
float: right;
}
#content p#banner-caption {
background: #5278A2;
color: #fff;
padding: 10px;
text-align: right;
font-family: Trebuchet MS, verdana, sans-serif;
font-size: .9em;
}
#content p#banner-caption a {
color: white;
padding: 0 5px;
text-decoration:underline;
}
#content p#banner-caption a:hover {
 text-decoration:none;
}

/* Sidebar & Nav 
---------------------*/
#nav {
margin: 10px 0;
padding: 0;
}
#nav ul {
margin: 0;
padding: 0;
text-align: right;
}
#nav li {
list-style: none;
padding: 0;
margin: 0;
/*border: 1px solid #ef1102;*/
}
#nav li a {
display: block;
padding: 1px 3px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font: bold 1em Trebuchet MS, verdana, sans-serif;
/*border-top: 1px solid #ccc; */
margin: 0;
}

#nav li a:hover, body#about #nav li.about a, #nav li a:hover, body#productions #nav li.productions a, #nav li a:hover, body#upcoming #nav li.upcoming a,
#nav li a:hover, body#support #nav li.support a, #nav li a:hover, body#news #nav li.news a, #nav li a:hover, body#education #nav li.education a,
#nav li a:hover, body#tickets #nav li.tickets a {
background: #fb8240;
}
#nav ul.subnav {
display: none;
}
#nav ul.subnav li a {
font-size: .8em;
font-weight: normal;
text-transform: lowercase;
border-top: none;
margin: 0;
}
body#about #nav li.about ul, body#productions #nav li.productions ul, body#upcoming #nav li.upcoming ul, body#support #nav li.support ul,
body#news #nav li.news ul, body#education #nav li.education ul, body#tickets #nav li.tickets ul {
display: block;
}
body#about #nav li.about ul.subnav li a, body#productions #nav li.productions ul.subnav li a, body#upcoming #nav li.upcoming ul.subnav li a,
body#support #nav li.support ul.subnav li a, body#news #nav li.news ul.subnav li a, body#education #nav li.education ul.subnav li a,
body#tickets #nav li.tickets ul.subnav li a {
background: none;
/*color: #fb8240; */
 }
body #nav li ul.subnav li a:hover {
color: black;
}

/* Main Content section
-------------------------*/

/* Typography & HTML styles 
----------------------------*/
#content h2 {
color: #eee;
padding: 8px 0;
font-size: 1.2em;
}
#content h3 {
color: #eee;
padding: 8px 0;
font-size: 1.0em;
}
#content .head {
color: #eee;
padding: 8px 0;
font-size: 1.0em;
}
#content .subhead {
color: #eee;
padding: 8px 0;
font-size: 0.7em;
}
#content .phcredit {
color: #eee;
padding: 8px 0;
font-size: 0.7em;
font-style: italic;
line-height: 80%;
}
#content .subtext {
color: #eee;
padding: 0 5px 8px;
font-size: 0.7em;
}
#content .imageL { 
margin:10px;
float:left; 
overflow:auto;
}
#content .imageR { 
margin:10px;
float:right; 
overflow:auto;
}
#content p {
padding: 0 5px 8px;
font-size: 0.8em;
}
p {
padding: 0;
}
hr {
display: none;
}
#footer p {
font-size: .7em;
padding: 0 20px;
}
input {
font-size: .9em;
padding: 3px;
}
label {
padding: 3px;
font-weight: bold;
font-size: .9em;
}