@charset "utf-8";
/*

Yorkshire Bach Choir
CSS for cd pages */

/*______________________________________________________whole page__________________________________________________________________*/


#content {
	margin-left:10px;
	padding-left:240px;
	width: 515px;
	padding-bottom: 0;
}

#cdwrapper {
	position:relative;
	float:left;
	width: 515px;
	background-image:url(../images/bg2.gif);
	background-position: 0;
	background-repeat:repeat-y;
}

#featuredcd {
	float: right;
	width: 380px;
}

p {
	clear: none;
}

h6 {
	color:#FFFF00;
	text-align:center;
	margin-top:3px;
}

li {
	margin-top:0
}

cite {
	color:#000000;
	font-style: italic;
	font-weight: normal;
}

blockquote {
	font-size:70%;
	margin-left: 0px;
	color: #003399;
	line-height: 120%;
	font-style: oblique;
}

	
/*___________________________________________________column of cd thumbnails_____________________________________________________________*/




#cdcolumn {
	float:left;
	width:125px;
	/*height:2000px;*/
	/*border:1px solid black;*/
	background-color:#486292;
	margin-right: 10px;
}

#cdcolumn h6 a:link, a:visited, a:active {
	color:#FFCC00;
	text-decoration: none;
}

/*#cdcolumn cd a:hover {
	color:#FFFFFF;
	}

#cdcolumn cd h6 a:hover {
	text-decoration: none;
	color: #ffffff;
}*/

/*___________________________________________________featured CD________________________________________________________________*/

#content ol {
	line-height: 140%;
	font-size: 70%;
	list-style-type: decimal;
	padding-top: 0;
	padding-bottom: 1em;
	padding-left: 0px;
	margin-right: 1px;
	margin-left: 1em;
}

#featuredcd h2 {
	font-size:110%;
	color:#660000
}

#featuredcd a:link, a:visited, a:active {
	/*color:#990000;*/
	text-decoration: none;
}

#featuredcd a:hover {
	text-decoration:underline;
	}
	
#featuredcd table {
	width: 350px;
}

#topbox {
	background-color:#f1e9d0;
	/*margin-left:135px;*//**/
	width: 360px;
	height:425px;
}


#topbox h6 {
	font-size:80%;
	color: #486292;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	margin-bottom:5px;
	padding-bottom:0;
}
#topbox cite {
	font-weight: bold;
	color: #486292;
}

#topbox p {
	margin-top:0;
	padding-top:0;
}



.cd {
	width:125px;
	height:125px;
	/*border:1px solid white;*/
	background-color:#486292;
	padding-top:5px;
	margin-bottom:5px;
}

.cdthumb {
	width:75px;
	height:75px;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:0;
}

.artists {
	color:#666633;
}

blockquote .quotesource {
	color: #333333;
	font-style: normal;
}

/*#cdcover {
	width:300px;
	height:300px;
	border: 1px solid black;
	margin-left: 130px;
}
*/

