@charset "utf-8";

.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
} 
.thrColFixHdr #header {
	padding: 0px;
	height:46px;
	background-color: #000000;
	color: #CCCC98;
	text-align: left;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 109px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 753px;
	padding: 8px 8px 8px 8px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	overflow:hidden
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: auto;
	padding: 0px; /* padding keeps the content of the div away from the edges */
	text-align: center;
}
.thrColFixHdr #mainContent {
	padding: 0px 0;
	width: 850px;
	height: auto;
	margin-top: 0px;
	top: 0px;
	text-align: left;
	color: #3F3104;
}
.thrColFixHdr #footer {
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 22px;
	background:#000000;
	height:80px;
	text-align: right;
} 
.thrColFixHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height:100px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fontbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	line-height: normal;
	font-weight: lighter;
}
.font_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	color: #F0F0C1;
	line-height: normal;
	font-weight: lighter;
	font-style: normal;
	text-align: left;
}

a.font_menu:hover
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: underline;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #FFF;
	line-height: normal;
	font-weight: bolder;	
}

.font_most {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	line-height: normal;
	font-weight: lighter;
	font-style: normal;
	text-align: left;
}
.font_mostc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	line-height: normal;
	font-weight: lighter;
	font-style: normal;
	text-align: center;
}

.font_album_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	font-weight: bold;	
}

a.font_album_title:hover
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #FFF;
	line-height: normal;
	font-weight: bolder;	
}

.font_song_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	line-height: normal;
	font-weight: lighter;
}
.font_xref {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	line-height: normal;
	font-weight: bold;
}
.font_sectionheaders {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #FC6;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-variant: normal;
}
.font_sectionheadersc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #FC6;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: center;
}
.font_sectionfooters {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #D3B56F;
	text-align: left;
	font-weight: normal;
}
.horizontalline {
	height:.05em;
	background-color:#D3B56F;
}
.fontbody_h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #DAC286;
	text-align: left;
	font-weight: normal;
}
.fontbody_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	line-height: normal;
	font-weight: bolder;
}
.fontbody_title_neg_1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	line-height: normal;
	font-weight: lighter;
}
.fontbody_title_neg_1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	line-height: normal;
	font-weight: bold;
}
.album_info_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
}
.artist_h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	line-height: normal;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.centercell {
	text-align: center;
}
.fb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #900;
	vertical-align: middle;
}
.seclinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
	text-transform: capitalize;
}
.shydirective {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #828282;
}
.center {
	align: center;
	text-align: center;
	color: #000;
	
}

.borderwhite {
	border: yes;
	border: 5px;
	border-color: #fff;
	
}
body  {
	background-color: #000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BEB8B6;
	white-space: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}
.links	
A:link {
	font-family:Verdana, Geneva, sans-serif;
	size:12px;
	text-decoration: none;
	color:#DAC286;
	font-size: 10px;
	font-weight: lighter;
	text-transform: capitalize;
}
a:visited {
	text-decoration: none;
	color: #F0F0C1;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #F0F0C1;
}

.focus {
	font-weight: bold;
	font-size: 10px;
}

.linksb	
a:link {
	font-family:Verdana, Geneva, sans-serif;
	size:10px;
	text-decoration: none;
	color:#000;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	text-transform: capitalize;
}
a:visited {
	text-decoration: none;
	color: #F0F0C1;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #F0F0C1;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}


.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #DDBB74;
}
.byline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #E1C997;
}
.details {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	text-transform: capitalize;
	color: #FFF;
}
.price {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: small-caps;
	color: #FFF;
}
.linky {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: small-caps;
	color: #FC6;
	text-decoration: none;
}
.centerincell {
	text-align: center;
}
.date {
	font-weight: bold;
	font-size:12px;
	font-weight:bold;
	color:#FFF
}
.centerthis {
	text-align: center;
}
.hide {
	color: #6A5F4B;
}
.rightjus {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: small-caps;
	color: #FC6;
}
.sectionheaderssmaller {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: none;
	color: #FC6;
	text-decoration: none;
}
.font-footer {
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-variant:normal;
	text-transform: capitalize;
	text-align:right;
}

