/***********************************************/
/* style.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html {
	height: 100%;
	margin-bottom: 1px;
}
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	color: #CCCCCC;
	
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	min-width: 560px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

p {
	line-height: 1.4;
}

#container {
	max-width: 65em;
	margin: 0 auto;
	height: 100%;
	margin-bottom: 1px;
}

a:link, a:visited, a:hover {
	color: #FFCC00;
}

a:hover {
	text-decoration: underline;
}

a.hovered:hover{
	background-color:#666666;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 120%;
 	color: #CC0000;
}

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

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

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

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

ul{
 list-style-type: square;
}

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

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

label{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

ol.songlist li {
	padding-bottom:2px;
	padding-top:2px;
}

.smaller {
	font-size:90%;
}
				

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	width: 100%;
}

#navBar{
	margin: 0 73% 0 0;
	padding: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height:466px;
}

#content{
  	float:right;
	width: 67%;
	margin: 0;
	padding: 0 3% 0 0;
}


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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

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

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

.story p{
	padding: 0px 0px 10px 0px;
}

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

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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/*********** image styles ***********/

img.border {
	padding:3px;
	margin:5px;
	border-style:groove;
	border-width:1px;
	border-color:#CCCCCC;
}

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

#sectionLinks{
/*	position: relative;*/
	font-size: 90%;
	font-weight:bold;
}

#sectionLinks a:link{
	margin: 12px 0px 12px 0px;
	padding: 8px 0px 8px 0px;
	width: 100%;
  	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	margin: 12px 0px 12px 0px;
	padding: 8px 0px 8px 0px;
}

#sectionLinks a:hover{
	margin: 12px 0px 12px 0px;
	padding: 8px 0px 8px 0px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 10px;
	background-color: #333333;
	text-decoration:none;
}

#sectionLinks a.selected{
	margin: 12px 0px 12px 0px;
	padding: 8px 0px 8px 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #333333;
	text-decoration:none;
}
