@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #B0B9B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	background-color: #000;
}
.date { color: #E5FFE3; }
h1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 2em; font-weight: normal; color: #D6F4C4; border-top-width: 1px; border-top-style: solid; border-top-color: #9999AA; padding-top: 4px; padding-bottom: 11px; line-height: 1.0em; }
h2 { font-size: 1.4em; color: #6FA2BD; line-height: 1em; }
h3 { font-size: 1.4em; color: #3C3; }
h4 { font-size: 1.0em; color: #FFF; }
.twoColFixLt #container { width: 810px; margin: 0 auto; text-align: left; /* this overrides the text-align: center on the body element. */ }
.twoColFixLt #sidebar { float: left; /* since this element is floated, a width must be given */ width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0 0 15px 0px; }
.twoColFixLt #mainContent { margin-top: 0px; margin-right: 0; margin-bottom: 0; margin-left: 230px; padding-top: 0; padding-right: 20px; padding-bottom: 20px; padding-left: 0px; line-height: 1.5em; } 
.twoColFixLt #splashContainer {
	width: 800px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #splashSidebar {
	width: 200px;
	margin-top: -290px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 466px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; margin-bottom: 10px; }
.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both; height:0; font-size: 1em; line-height: 1em;}
#sidebar img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999AA;
}
#sidebar ul, #splashSidebar ul { margin: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; }
#sidebar li, #splashSidebar li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999AA;
}
#sidebar a, #splashSidebar a { text-decoration: none; font-size: 0.88em; display: block; padding-top: 4px; padding-right: 6px; padding-bottom: 4px; padding-left: 6px; color: #9BBCDD; }
#sidebar a:hover, #sidebar a:focus, #sidebar a:active { color: #900; background-color: #FFF; }
#splashSidebar a:hover, #splashSidebar a:focus, #splashSidebar a:active { color: #900; background-color: #FFF; }
#mainContent a:link, #mainContent a:visited {
	color: #CAE0CA;
}
#mainContent a:hover, #mainContent a:focus, #mainContent a:active { color: #6CF; }
#mainContent .pullquote200 {
	width: 200px;
	border-left: 1px solid #ccc;
	padding: 0 0px 0 12px;
	float: right;
	margin: 0 0 12px 12px;}
#mainContent #masthead { margin-left: 0px; }
.caption { font-style: italic; font-size: 0.88em; line-height: 1.4em; }
.smalltype { font-size: 0.8em; }
#mainContent #perform p strong {
	color: #FF9;
	font-family: Candara, Verdana, sans-serif;
}
.colorVariation {
	color: #ADBFAD;
}
.colorBrighter {
	color: #E9FAED;
}
em {
	color: #BACCCF;
}
.boxpurple { background-color: #1C162A; padding: 1.0em; }
#organWorks { font-size: 0.8em; line-height: 1.2em; color: #BFC1C1; }
#organWorks strong { color: #B6E3C3; letter-spacing: 1pt; }
#organWorks h3 { line-height: 1.0; }
