@charset "UTF-8";


.CDLyricsplaceholder {
	width: 320px;
	float: right;
}
.CDcoverplaceholder {
	text-align: left;
	width: 159px;
	float: left;
}
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: #000000;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 100%;
	background-image: url(Images/Layout%20Images/websiteBG.jpg);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 950px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
} 
* html .thrColFixHdr #container { 
	width: 965px; 
 } 

.thrColFixHdr #header {
	background-image: url(Images/Layout%20Images/Header2.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 56px;
	clear: both;
} 
.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 {
	display: inline;
	float: left;
	margin-top: -10px;
	margin-left: -20px;
	width: 300px;
	overflow: visible;
}
* html .thrColFixHdr #sidebar1 { 
	display: inline;
	margin-left: -20px;
 } 

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 535px;
	clear: right;
	display: inline;
}
* html .thrColFixHdr #sidebar2 { 
	display: inline;
 } 
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	z-index: 50;
	margin-left: 300px;
} 
.thrColFixHdr * html #mainContent { margin-left: 310; } 

.thrColFixHdr #footer {
	clear: both;
	color: #330033;
	text-align: right;
	font-size: 75%;
	height: 25px;
	padding-right: 10px;
	padding-top: 5px;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#NoticeboardHeader {
	background-image: url("Images/Layout Images/Noticeboard-Header2.png");
	background-repeat: no-repeat;
	width: 535px;
	height: 52px;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#NoticeboardFooter {
	background-image: url("Images/Layout Images/NoticeboardFooter2.png");
	background-repeat: no-repeat;
	width: 535px;
	height: 37px;
	float: right;
}
#MenuTextbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 114px;
	margin-top: 60px;
	font-size: 100%;
	background-image: url(Images/Layout%20Images/MenuBG.png);
	padding-bottom: 5px;
	padding-top: 2px;
	height: 340px;
}
#NewsletterSignup {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	font-size: 12px;
	margin-right: 10px;
}
#NoticeboardCDLINK {
	background-repeat: repeat-y;
	width: 515px;
	float: right;
	color: #FFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #330033;
	border-left-color: #330033;
}
#CDLINKimage {
	width: 515px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D5E7D;
	right: auto;
	background-image: url(Images/Layout%20Images/CDInStores.gif);
	background-repeat: no-repeat;
	height: 100px;
}
#NoticeboardContentBG {
	background-repeat: repeat-y;
	width: 515px;
	float: right;
	color: #000000;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #330033;
	border-left-color: #330033;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #330033;
	background-image: url(Images/Layout%20Images/NoticeboardSlice.png);
	margin-top: -3px;
}
p {
	font-size: 13px;
	font-weight: lighter;
	color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;
}
h4 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: bold;
	color: #330033;
	padding-bottom: 0px;
	font-size: 110%;
	line-height: 100%;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#noticeboarddiv {
	width: 515px;
	padding-top: 20px;
}
a:link {
	text-decoration: none;
	color: #330033;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #7A5D7A;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	outline: none;
	text-decoration: none;
}
#Biotextindividual {
	padding-left: 5px;
	visibility: visible;
}
#BackButton {
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: bold;
	color: #753C35;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 5px;
	clear: both;
}
.CDTitle {
	font-weight: bold;
	font-family: "Adobe Caslon Pro", garamond, baskerville, Times;
	font-size: 130%;
}
#noticeboardText {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.CDandLyricsBox {
	height: 180px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
}
.Accordiondiv {
	clear: both;
	width: 495px;
	height: 400px;
}
.ReleaseDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 115%;
	color: #333333;
}
#TrackLyricsList {
	width: 495px;
	float: left;
	margin-top: 15px;
	color: #333333;
	font-size: 13px;
}
.TooLongAwayHidden {
	visibility: visible;
}
#pagetitle {
	font-family: "Adobe Caslon Pro"arial, verdana, sans-serif;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 1.6em;
	color: #FFF;
	float: right;
	margin-top: 9px;
	display: inline;
	font-weight: normal;
}
.NoticeboardIcons {
	float: left;
	clear: right;
	margin-top: 7px;
	width: 365px;
}
.JukeboxLinkBox {
	float: left;
}.BlogLinkBox {
	float: left;
}.GuestbookLinkBox {
	float: left;
}
.MyspaceLinkBox {
	float: left;
	margin-left: 10px;
}
.TwitterLinkBox {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.FacebookLinkBox {
	float: left;
}
#TwitterBox {
	float: left;
	clear: left;
	width: 290px;
	height: 150px;
	z-index: 1;
	margin-left: 10px;
}


.jukeboxtag {
}
#headMenuItems {
	font-family: tahoma, arial, verdana, sans-serif;
	color: #FFFFFF;
	margin-left: 310px;
	vertical-align: bottom;
	float: left;
	visibility: visible;
	clear: both;
	height: 47px;
	padding-top: 5px;
}
* html #headMenuItems { 
	display: inline;
 } 
#DiscLyricsbox {
	height: 535px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#videodiv {
	text-align: center;
}
.cdquotes {
	width: 350px;
	margin-left: -100px;
	margin-top: 7px;
}
.jbg {
	margin-top: 12px;
	width: 220px;
	float: left;
	height: 21px;
	padding-left: 10px;
	padding-top: 15px;
}
.PageTitleSMALL {
	font-size: .8em;
}
.ReviewTextHeader {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.back_forward {
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
}
#VideoDiv {
	margin-bottom: 10px;
}
.XSML_Frag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}.Disc_moreinfo {
	margin-top: 10px;
	float: left;
}
.newspageSubheader {
	font-weight: bold;
	font-variant: normal;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
}
.Disc_Blurb {
	float: left;
	height: 60px;
	padding-top: 5px;
	padding-right: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
.presspagewrap {
	padding-right: 4px;
	padding-left: 4px;
}
.Lyrics_Desc {
	font-size: 13px;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
}
.divider {
	float: left;
}
.NoticeBoardExtLinks {
	margin-top: 18px;
	float: left;
	padding-left: 35px;
}
.RSSfeed {
}
