/* @override 
	http://joannabeasley.fatcow.com/styles.css
	http://joannabeasley.com/styles.css
*/

*{
	margin: 0;
	padding: 0;
	border-style: none;
	font: 12px/18px verdana,arial;
}

a{
	text-decoration: none;
	color: #ffe4cf;
}

a:hover{
	text-decoration: underline;
	color: #fffeff;
}

p{
	padding-bottom: 15px;
}

body{
	background-color: #0d202e;
}

h1{
	font: 21px Georgia,times;
	color: #000;
	border-bottom: 1px dashed #2c475d;
	margin-bottom: 13px;
}

h2{
	color: #497191;
	margin-top: -10px;
	margin-bottom: 10px;
}

h3{
	margin-top: 15px;
	margin-bottom: 5px;
	color: #497191;
	font-size: 16px;
}


h4{
	font-weight: bold;
	font-size: 16px;
}
#leftbox ul{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: square;
}


#wrapper{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position: relative;
}

#mast {
	height: 583px;
	background: url(images/mastbg.jpg) center 0;
	position: relative;
}

#musicplayer{
	position: absolute;
	top: 555px;
	opacity: 0.84;
	width: 60px;
	overflow: hidden;
	left: 50px;
}

#musicplayer:hover{
	width: 239px;
	opacity: 1;
}


#middle{
	background:  url(images/midbg.jpg) center;
	padding-top: 19px;
}
#middlebottom{
	background: url(images/midbgbottom.jpg) center;
	height: 20px;
	margin-bottom: 20px;
}
#footer{
	height: 136px;
	background: url(images/footerbg.jpg) no-repeat center;
	position: relative;
}

#nav{
	text-align: center;
	width: 234px;
	position: absolute;
	top: 114px;
	left: 36px;
}

#nav ul li{
	margin-bottom: 28px;
	list-style-type: none;
}

#nav ul li:hover{
	opacity: 0.76;
	top: 1px;
	position: relative;
}

#joanna{
	position: absolute;
	left: 14px;
	top: 458px;
}

#highlights{
	position: absolute;
	top: 93px;
	right: 110px;
	text-align: left;
}

#newcd{
	margin-bottom: 10px;
	margin-left: 4px;
}
#newalbum{
	position: relative;
	margin-bottom: 10px;
	margin-left: 13px;
}

#albumbuttons{
	position: relative;
}

#downloadcd{
	background-image: url(images/bar-down.png);
	height: 50px;
	width: 102px;
	position: absolute;
	top: 0;
}

#downloadcd:hover{
	background-image: url(images/bar-down-on.png);
}


#buycd{
	background-image: url(images/bar-cd.png);
	height: 50px;
	width: 59px;
	position: absolute;
	top: 0;
	left: 99px;
}

#buycd:hover{
	background-image: url(images/bar-cd-on.png);
}

#moreinfo{
	background-image: url(images/bar-info.png);
	height: 26px;
	width: 81px;
	position: absolute;
	left: 156px;
}

#moreinfo:hover{
	background-image: url(images/bar-info-on.png);
}

#joinfan{
	position: absolute;
	top: 370px;
	left: 8px;
}

#joinfanform{
	height: 34px;
	width: 231px;
	background: url(images/faninputbg.png) no-repeat;
	margin-top: 8px;
}

#joinfanform input.email{
	background-color: #e7c078;
	height: 20px;
	width: 175px;
	margin-top: 4px;
	margin-left: 8px;
}

#submitbutton{
	width: 35px;
	height: 22px;
	position: absolute;
	top: 47px;
	left: 193px;
}

#joinfanform:hover{
	opacity: 0.9;
}

#socialicons{
	position: absolute;
	top: 555px;
	right: 31px;
}

#socialicons ul{
	list-style-type: none;
}

#socialicons ul li{
	float: left;
	margin-right: 10px;
}

#socialicons ul li:hover{
	position: relative;
	bottom: 3px;
}

#middle-right{
	float: right;
	width: 334px;
	margin-right: 55px;
	padding-top: 28px;
}
#middle-left{
	width: 544px;
	margin-left: 46px;
	float: left;
}

#lefthead {
	font: 30px "Trebuchet MS";
	color: #fffeff;
	margin: 0;
}

#leftboxtop{
	height: 15px;
	background: url(images/leftbgtop.jpg) no-repeat;
	margin: -5px 0 0;
}

#leftbox{
	background: url(images/leftbgmid.jpg) repeat;
	padding-left: 25px;
	padding-right: 10px;
}
#leftboxbottom{
	height: 22px;
	background: url(images/leftbgbottom.jpg) no-repeat;
}

.recent-head{
	font: 21px Georgia,times;
	color: #000;
	border-bottom: 2px dotted #500000;
	margin-bottom: 4px;
}

.recent-date{
	color: #424242;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.recent-text{
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 50px;
}




.clearboth{
	clear: both;
}



.righthead {
	font: 20px "Trebuchet MS";
	color: #fffeff;
	margin: 0;
}

.rightboxDARKtop{
	background-image: url(images/rightboxbgdarktop.jpg);
	height: 13px;
}

.rightDARKbox{
	background-color: #0b1f2d;
	padding-left: 8px;
}

.rightboxDARKbottom{
	background-image: url(images/rightboxbgdarkbottom.jpg);
	height: 14px;
	margin-bottom: 20px;
}

.rightboxLIGHTtop{
	background-image: url(images/rightboxbglighttop.jpg);
	height: 13px;
}

.rightLIGHTbox{
	background-color: #2c475d;
	padding-left: 8px;
}

.rightboxLIGHTbottom{
	background-image: url(images/rightboxbglightbottom.jpg);
	height: 14px;
	margin-bottom: 20px;
}


table.eventlisting tr td a{
	color: #ffe4cf;
}
table.eventlisting tr td a:hover{
	color: #fffeff;
}
table.eventlisting tr td{
	padding-bottom: 8px;
}

.rightLIGHTbox a{
	color: #ffffff;
}
.rightLIGHTbox p{
	color: #6b9bc2;
}

p.testifier{
	color: #ffffff;
}




#rightpromovid{
	margin-bottom: 20px;
}

#rightpromovid:hover{
	opacity: 0.9;
}

#footercredits{
	position: absolute;
	right: 43px;
	top: 10px;
}

#footercopyright{
	font-size: 12px;
	color: #2c475d;
	position: absolute;
	top: 15px;
	left: 262px;
}

#footercredits, #footercredits a{
	color: #375a76;
}

#footercredits a:hover{
	color: #497191;
}


.tracklisting tr td {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #497191;
}


#musicofferings{
	background: url(images/store-music.png) no-repeat;
	min-height: 200px;
	width: 537px;
	margin-left: -19px;
	position: relative;
	height: 299px;
	margin-bottom: 10px;
}

#musicofferings p{
	font-size: 9px;
	line-height: 11px;
}

#musicofferings strong{
	font-weight: bold;
}

#downloadpw{
	width: 70px;
	height: 24px;
	position: absolute;
	top: 145px;
	left: 4px;
}

#buypw{
	width: 52px;
	height: 24px;
	position: absolute;
	top: 145px;
	left: 77px;
}

#downloadmw{
	width: 70px;
	height: 24px;
	position: absolute;
	top: 145px;
	left: 190px;
}

#buymw{
	width: 49px;
	height: 24px;
	position: absolute;
	top: 145px;
	left: 262px;
}



#downloadboth{
	width: 70px;
	height: 24px;
	position: absolute;
	top: 145px;
	left: 385px;
}
#buyboth{
	width: 54px;
	height: 24px;
	position: absolute;
	top: 145px;
	left: 456px;
}

#offer-pw{
	position: absolute;
	width: 141px;
	height: 100px;
	top: 207px;
	left: 8px;
}

#offer-mw{
	position: absolute;
	width: 141px;
	height: 100px;
	top: 207px;
	left: 192px;
}

#offer-both{
	position: absolute;
	width: 141px;
	height: 100px;
	top: 207px;
	left: 386px;
}








