/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: georgia, times, serif;
	margin: 0px;
	padding: 0px;
	background-color: #161412;
	min-width: 620px;
	color: #000000;
}

a:link, a:visited, a:hover {
	color: #aa5500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links 
	text-decoration: none;
*/

.sitelogo {
	position: absolute;
	left: 0px;
	top: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #FF0000;
}

h2{
 font-size: 114%;
 color: #CC0000;
}

h3{
	font-size: 100%;
	color: #CC3300;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding-top: 10px;
	width: 620px;
	background-color: #806c40;
	background-image: url(/i/masthead.jpg);
	height: 68px;
	position: relative;
}

#mastheadwide{
	padding-top: 10px;
	background-color: #806c40;
	background-image: url(/i/masthead.jpg);
	height: 68px;
	position: relative;
}

#navBar{
  width: 118px;
/*
	margin: 0 80% 0 0;
*/
	padding: 2px 0px 0px 0px;
	background-color: #664D25;
	background-image: url(/i/navbar.jpg);
	background-repeat: no-repeat;
}

#navBar a {
	color: #FFFAe6;
}
#navBar h3 {
	color: #FFE680;
}
#siteInfo a {
	color: #FFFAE6;
}


#content{
	float:right;
	width: 465px;
	padding: 0 30px 15px 0;
	background-color: #FFFFE6;
}

#contentwide{
	float:right;
	width: 80%;
	padding: 0 30px 15px 0;
	background-color: #FFFFE6;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffe680;
	position: absolute;
	top: 5px;
	left: 55px;
	width: 550px;
	white-space: nowrap;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
	padding-left: 34px;
	text-indent: -24px;
	padding-bottom: 2px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	white-space: nowrap;
	font-variant: normal;
	font-family: arial, sanserif;
	left: 55px;
	position: absolute;
	top: 38px;
	width: 550px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 14px;
	color: #fffae6;
	margin: 0px 20px 0px 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	font-family: arial;
	color: #999999;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	line-height: 135%;
}


/************** .story styles *****************/

.storywide{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	line-height: 135%;
}



/************* #siteInfo styles ***************/

#siteInfo{
	line-height: 120%;
	clear: both;
	font-size: 70%;
	color: #ffe680;
	padding: 5px 5px 5px 5px;
	background-color: #664D25;
	text-align: center;
	border-bottom-color: #9C7242;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 90%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
  margin-bottom: 1px;

}

/* fix for browsers that don't need the hack */
html>body #navBar li {	border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 0px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******** TABLES ********/



table {
	border: 1px solid #cccc88;
	font-family: Arial, Helvetica, sans-serif;
	border-spacing: 1px;
	margin-top: 15px;
}

th {
	background-color: #cccc88;
	text-align: center;
	padding: 1px 5px 1px 5px;
}

td {
	background-color: #ffeeaa;
	padding: 1px 5px 1px 5px;
}

.stats td {
  text-align: center;
}  

.opus table {
	border: 1px solid #cccc88;
	font-family: Arial, Helvetica, sans-serif;
	border-spacing: 1px;
	margin-top: 15px;
}

.opus th {
	background-color: #cccc88;
	text-align: right;
	padding: 1px 5px 1px 5px;
}

.opus td {
	background-color: #ffeeaa;
	padding: 1px 5px 1px 5px;
}

a img {
  border: 0px;
}

.text {
	margin-top: 24px;
  margin-left: 24px;
	margin-bottom: 24px;
}

.performance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 2px;
	margin-left: 24px;
	line-height: 12px;
}

.object {
	font-family: Arial, Helvetica, san-serif;
	margin: 0px 0px 0px 0px;
	text-indent: -24px;
	margin-left: 24px;
/*
	color: #74613A;
	line-height: 20px;
*/
}

.objectlist {
  margin-top: 10px;
	margin-bottom: 10px;
}

.oa {
	margin-right: 10px;
}

#meat {
	background-color: #FFFFE6;
	width: 620px;
	background-image: url(../i/background.gif);
	text-align: left;
	border-left: 1px solid #9c7144;
	border-right: 2px solid #000000;
	margin: 0 auto;
	background-repeat: repeat-y;
	padding: 0px;
}

#meatwide {
	background-color: #FFFFE6;
	background-image: url(../i/background.gif);
	text-align: left;
	border-left: 1px solid #9c7144;
	border-right: 2px solid #000000;
	margin: 0 auto;
	background-repeat: repeat-y;
	padding: 0px;
}

.story ol {
	line-height: 120%;
}

.story ul {
	line-height: 120%;
}

.story ol li {
  margin-bottom: 10px;
}

.story ul li {
  margin-bottom: 10px;
}

.objectnest {
	margin: 0px 0px 8px 24px;
	padding: 0px;
}


.download {
	background-color: #FFF2BF;
	border: solid #bfac60 1px;
	padding: 4px;
	margin: 10px 0px 10px 24px;
}

.download h3 {
	padding: 0px;
	margin-bottom: 10px;
}

.download p {
	padding: 0px;
	margin: 0px;
	line-height: 140%;
}

.story h3 {
	margin-top: 20px;
/*
	border-bottom: 1px solid #bfac70;
	width: 80%;
	margin-bottom: 4px;
	margin-left: -36px;
	padding-left: 10px;
	border-left: 24px solid #664d25;
*/
}

.story p {
	margin: 0px 0px 12px 0px;
}


#label {
	color: #806C40;
}

.listen {
	line-height: 100%;
	white-space: nowrap;
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0px 6px 0px 6px;
	background-color: #fff2bf;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-image: url(/i/disk.gif);
	margin-right: 2px;
	margin-left: 2px;
	border-left: 4px solid #000000;

*/
}

.listen a {
}

.duration {
/*
	padding: 0px 0px 0px 12px;
	line-height: 100%;
	background-image: url(/i/time.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-right: 2px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC99; 
	margin-left: 2px;
	border-left: 4px solid #9c7144;
*/
}


pre {
	font-size: 14px;
	font-family: georgia, times, serif;
}


.comments {
	margin: 0px 0px 0px 10px;
}

.comment {
}

.commentDate {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.commentText {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.comments h2 {
	margin: 10px 0px 0px 0px;
	font-size: 14px;
}

.comments h3 {
	font-size: 12px;
}

.comments blockquote {
	margin: 5px 0px 0px 20px;
}

.comments a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

