@charset "utf-8";

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: #CCC;
	background-color: #333;
	/* background-image: url(images/backround_1.jpg); */	/* remove the comment to use the reel-to-reel background */
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {	color: #FF0;											/* all the link anchors */
	text-decoration: none;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 760px;  			/* 46em, this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: black;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColElsCtrHdr #header {
	height: 85px;	/* was 115 with original banner */
	/* background-image: url(images/logo/banner.jpg); */
	background-image: url(images/top_curve.gif);
	background-color: #000;
	background-repeat: no-repeat;
	/* background-position: center; */
	background-position: top;
}

.oneColElsCtrHdr #container #header #banner {
	position: relative;
	width: 620px;
	height: 70px;
	left: 80px;
	top: 10px;
}

.oneColElsCtrHdr #menu {
	background-color: #000;
	height: 20px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFF;
	background-position: center center;
	text-align: center;
}

.oneColElsCtrHdr #container #menu a:hover {
	background-color: #333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FF0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}

.oneColElsCtrHdr #container #menu a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FF0;
}

.oneColElsCtrHdr #footer a {
	color: #FF0;
}

.oneColElsCtrHdr #footer a:hover {
	color: #FF0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}

.oneColElsCtrHdr #maincontent p a {
	color: #FF0;
}

.oneColElsCtrHdr #maincontent p a:hover {
	color: #FF0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}

.oneColElsCtrHdr #maincontent {
	background: black;
	color: #CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.oneColElsCtrHdr #creative_commons {
	width: 300px;   					/* 730px/2 = 365 px */
	float: left;
	text-align: center;
	height: 70px;
}

.oneColElsCtrHdr #counter {
	text-align: left;
	float: left;
	width: 200px;
	height: 30px;
}

#paypal_form {
	float: right;
	width: 200px;
	text-align: right;
	height: 30px;
	padding-top: 32px;
}

.oneColElsCtrHdr #linx {
	text-align: left;
	float: left;
	height: 30px;
	width: 50%;
}

.oneColElsCtrHdr #linx #linx_text {
	margin-top: 4px;
	width: 250px;
}

.oneColElsCtrHdr #creative_commons #commons_text a {
	color: #FF0;
}

.oneColElsCtrHdr #creative_commons #commons_text a:hover {
	color: #FF0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}

.oneColElsCtrHdr #container #maincontent #link_logos img {
	padding-right: 3px;
}


.oneColElsCtrHdr #link_logos {
	width: 404px;   					/* 730px/2 = 365 px */
	height: 50px;
	float: left;
	text-align: left;
}


.oneColElsCtrHdr #footer {
	padding: 10px 10px;
	font-size:8pt;
	color: #666;
	text-align: center;
	background-image: url(images/bottom_curve.gif);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #000;
	background-position: bottom;
	background-repeat: no-repeat;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; 					/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 5px; 			/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.pageheading
	{
	color: #CCC;
	font-family: Verdana, Geneva, san-Serif;
	font-size: 10pt;
	font-weight: Bold;
	}

#track_table table tr td a { 
	font-weight: normal;					/* anchors within the track table */
}

#track_table table tr td a:hover { 								
	font-weight: bold; 						/* anchors within the track table */
	border-bottom-style: none;
}		

.oneColElsCtrHdr #maincontent p img {
	padding-right: 5px;						/* padding the right of the images, to give a little space */
	padding-left: 0px;
	padding-left: 5px;
}

table tr td a:hover{
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}

.biog_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
}

.biog_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-transform: none;
}

.musicplayertitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	text-transform: capitalize;
	color: #FFF;
}

#album_table {
	padding-right: 50px;
	height: 320px;
	padding-left: 50px;
}

#album_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#album_artwork {
   	float: left;
	height: 200px;				/* album artwork should always be 200 x 200 px */
	width: 200px;
	border: 10px solid #FFF;	/* so 220 square with a 10px white border */
}

#album_details {
	float: right;
	width: 375px;
	color: #CCC;
}

.fileformat {					/* file formats text in red */
	color: #F00;
	text-transform: lowercase;
}

.play {							/* play text in green */
	color: #00df00;
	text-transform: lowercase;
}

.oneColElsCtrHdr #container #maincontent #album_table #album_details ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}
.oneColElsCtrHdr #container #maincontent #album_table #album_artwork a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.artist_name { color: #999; }

