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

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 3%;
	padding: 0px;
	background-color: #CC0000;
}

a {
	text-decoration: none;
}

 a:hover{text-decoration: underline}

a:link{color:#0000FF;}
a:visited{color: #cc0000;}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-indent: 0;
}

h1{
 	font-size: 115%;
}

h2{
	font-size: 105%;
	color: #cc0000;
}

h3{
 font-size: 105%;
 color: #cc0000;
}

h4{
 font-size: 100%;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: disc;
}



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

#masthead{
	margin: 0;
	padding: 15px 0 10px 0;
	background-color: #CC0000;
}

#navBar{
	margin: 0 0 0 65%;
	padding: 0 0 0 6%;
	background-color: #CC0000;
}

#content{
	float:left;
	width: 65%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
	border: 1px solid #660000; 
	background-color: #FFFFCC;
	margin: 10px 0 0 0;
	padding: 10px 20px 20px 20px;
}


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

#siteName{
	margin: 0;
	background-color:#000000;
	padding: 10px 10px 11px 10px;
	margin-bottom: 5px;
}

#siteName a{color:#000000}


/*************** #content styles **************/

#content .artistName{
	padding-top: 35px;
	text-transform: uppercase;
	text-align: center;
}

#content .albumName{
	color:#000000;
	text-align: center;
	text-transform: uppercase;
}

#content .labelInfo{
	color:#000000;
	text-align: center;
	font-size:80%;
}

#content .articleTitle{
	padding-top: 35px;
	text-align: center;
	text-transform: uppercase;
}

#content .articleSubtitle{
	color:#000000;
	text-align: center;
	font-size:80%;
}

#content .subheading{
	color:#000000;
	padding-top: 35px;
	padding-bottom:15px;
	text-align: center;
	font-size: 100%;
}

#content .masterlist {
	text-align: center;
	font-size:150%;
	line-height: 120%;
}




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

#globalNav{
	color: #cccccc;
	font-size: 11px;
	white-space: nowrap;
	padding-left: 10px;
}
/* '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 {
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}


/************** .review styles ***************/

.toc {
	padding: 0px 20px 10px 20px;
	font-size: 100%;
}

.toc h3{
	text-align: center;
	text-transform: uppercase;
}

.toc h4{
	text-align: left;
	color: #660000;
	padding-top: 10px;
}

.toc ul{
	list-style: none; 
margin: 0; padding: 0;
}

.toc a:link{color:#FF0000;}
.toc a:visited{color: #000000;}


/************** .review styles ***************/

.review{
	font-size: 100%;
	padding-top: 35px;
	text-indent: 3ex;
}

/* .review a:link{color:#0000FF;}
.review a:visited{color: #cc0000;} */

.review h3{
	text-align: center;
	color: #000000;
}

.review img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.review p{
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
}

/************** .details styles *****************/

.details {
	clear: both;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 115%;
	color: #cc0000;
	font-weight: bold;
}

.details p{
 margin-top:1%;
padding-top:0;
 margin-bottom:0;
 padding-bottom:0;
 }

/************** .commentary styles *****************/

.commentary{
	clear: both;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 115%;
	color: #cc0000;
	padding-top: 10px;
}

.commentary a:link{color:#0000FF;}
.commentary a:visited{color: #000000;}


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

#siteInfo{
	clear: both;
	font-size: 12px;
	color: #000000;
	padding: 20px 20px 20px 20px;
/*	margin-top: 10px; */
	background-color: #cc0000;
	width: 65%;
}
/* 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 p{
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a{
	color:#FFFFFF;
}


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

#navBar ul {list-style: none; margin: 0; padding: 0; 	padding-bottom: 15px; 
}
#navBar a:link{color:#FFFFFF}

#navBar a:visited{color:#ffffcc}




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

.relatedLinks{
	font-size: 75%;
	/*margin-top: 40px;*/
}

.relatedLinks h3{
	padding: 5px 0px 2px 0px;
	color: #000000;
	background-color:#000000;
	margin-bottom: 3px;
	margin-top: 10px;
	text-align: center;
}
