/*-- Yahoo Reset - Resets all styles to a base format --*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

fieldset,img { 
	border: 0;
}

ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

/*-- Base Styles - Define main structure, header styles, etc --*/

body {
 background: top center repeat url(images/bg-pattern.png);
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: x-small;
 padding-bottom: 20px;
 color: #724f2f;
 text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hrule {
	background: top left repeat-x url(images/hrule.gif);
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px;
}
a {
	outline: none;
}
p {
	line-height: 1.3em;
}
.hide {
	display: none;
}
div#siteWrapper {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 background: top left repeat-x url(images/topBorder.gif);
}
div#pageWrapper {
	width: 870px;
	text-align: left;
	margin: 0 auto;
}
div#header {
	height: 268px;
	background: bottom left repeat-x url(images/innerTopBorder.gif);
}
div#header h2 {
	margin: 60px 0 0 20px;
}
div#header h2 a {
	background: top left no-repeat url(images/logo.jpg);
	display: block;
	width: 349px;
	height: 83px;
	text-indent: -9999em;
}
div#header div.left {
	position: relative;
}
div#header ul {
	position: absolute;
	top: 200px;
	left: 18px;
	width: 800px;
}
div#header ul li {
	float: left;
}
div#header ul li a {
	font-size: 1.5em;
	display: block;
	color: #cfab4f;
	padding: 0;
	min-height: 58px;
	text-decoration: none;
}
div#header ul li a span {
	display: block;
}
div#header ul li a span span {
	display: block;
	padding: 15px 10px 27px 10px;
}
body.blog div#header ul li.blog a, body.shows div#header ul li.shows a, body.music div#header ul li.music a, body.photos div#header ul li.photos a, body.store div#header ul li.store a, body.forum div#header ul li.forum a, body.contact div#header ul li.contact a {
	color: #fff;
	background: bottom center no-repeat url(images/tabBottom.gif);
}
body.blog div#header ul li.blog a span, body.shows div#header ul li.shows a span, body.music div#header ul li.music a span, body.photos div#header ul li.photos a span, body.store div#header ul li.store a span, body.forum div#header ul li.forum a span, body.contact div#header ul li.contact a span {
	background: top left no-repeat url(images/btnBg.gif);
	background-position: left 12px;
}
body.blog div#header ul li.blog a span span, body.shows div#header ul li.shows a span span, body.music div#header ul li.music a span span, body.photos div#header ul li.photos a span span, body.store div#header ul li.store a span span, body.forum div#header ul li.forum a span span, body.contact div#header ul li.contact a span span {
	background: top right no-repeat url(images/btnBg.gif);
	background-position: right 12px;
}
div#header ul li a:hover {
	color: #fff;
}



/*-- Body Styles --*/
div#pageBody {
	clear: both;
	background: #3c2011 top left repeat-y url(images/bodyRepeatBg.jpg);
	background-position: 20px 0;
	padding: 0 20px 45px 20px;
}
div#pageBody div.innerBody {
	background: top left no-repeat url(images/bodyTopBg.jpg);
}
div#pageBody a {
	color: #bb5a22;
	text-decoration: none;
}
div#pageBody a:hover {
	text-decoration: underline;
}

div#pageBody div.twoColumn div.left {
	width: 595px;
}
div#pageBody div.left p {
	font-size: 1.2em;
	line-height: 2.1em;
	margin: 20px 40px 0 40px;
}
div#pageBody div.left h3 {
	font-size: 1.8em;
	color: #bb5a22;
}
div#pageBody div.left div.hrule {
	margin: 8px 40px 0 40px;
	height: 1px;
	display: block;
}
div#pageBody div.dateBlock {
	margin: 40px 40px 0 40px;
	background: top left no-repeat url(images/calendarIcon.gif);
}
div#pageBody div.dateBlock div.calendar {
	float: left;
	display: block;
	text-align: center;
	width: 43px;
}
div#pageBody div.dateBlock div.calendar span.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #fff;
	display: block;
	padding-top: 3px;
}
div#pageBody div.dateBlock div.calendar span.day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #bf5d26;
}
div#pageBody div.dateBlock h3 {
	margin-left: 15px;
}
div#pageBody div.dateBlock div.blogTitle {
	margin-left: 45px;
}
div#pageBody div.dateBlock div.hrule {
	margin: 6px 0 0 15px;
	height: 1px;
	display: block;
}
div#pageBody div.dateBlock span.category {
	float: left;
	display: block;
	margin: 5px 0 0 15px;
	font-size: 1.1em;
	color: #bb5a22;
}
div#pageBody div.dateBlock span.comments {
	float: right;
	margin: 5px 0 0 0;
	font-size: 1.1em;
	color: #bb5a22;
}
div#pageBody div.dateBlock span.comments a {
	padding-right: 11px;
	display: block;
	background: right center no-repeat url(images/commentArrow.gif);
	background-position: right 5px;
}
div#pageBody div.dateBlock a {
	text-decoration: none;
	color: #bb5a22;
}
div#pageBody div.dateBlock a:hover {
	text-decoration: underline;
}

div#pageBody div.cdBlock {
	margin: 40px 40px 0 40px;
	clear: both;
}
div#pageBody div.cdBlock img {
	border: solid 1px #4b3020;
	display: inline;
	float: left;
}
div#pageBody div.cdBlock div.cdCopy {
	float: left;
	width: 492px;
	margin-left: 30px;
}
div#pageBody div.cdBlock div.cdCopy h2 {
	font-size: 2em;
	color: #66472a;
	display: block;
	padding-bottom: 6px;
}
div#pageBody div.cdBlock div.cdCopy div.hrule {
	margin: 1px 0 0 0;
}
div#pageBody div.cdBlock div.cdCopy a {
	display: block;
	font-size: 1.3em;
	margin-top: 1px;
	padding: 8px 8px 8px 6px;
	text-decoration: none;
	background: top left repeat-x url(images/hrule.gif);
}
div#pageBody div.cdBlock div.cdCopy h3 {
	display: block;
	font-size: 1.3em;
	margin-top: 1px;
	padding:8px 8px 8px 6px;
}
div#pageBody div.cdBlock div.cdCopy a:hover {
	background: top left no-repeat url(images/largeBtnBg.jpg);
}
div#pageBody div.cdBlock div.cdCopy div.selected {
	position: relative;
	padding-bottom: 40px;
	background: top left no-repeat url(images/largeBtnBg.jpg);
}
div#pageBody div.cdBlock div.cdCopy div.selected a {
	display: block;
	width: 470px;
}
div#pageBody div.cdBlock div.cdCopy div.selected p {
	margin: 5px 20px 15px 30px;
	line-height: 1.7em;
}
div#pageBody div.cdBlock div.cdCopy div.selected div.player {
	margin: 15px 15px 15px 30px;
}
div#pageBody div.cdBlock div.cdCopy div.selected a.lyricsBtn {
	position: absolute;
	width: auto;
	right: 20px;
	bottom: 20px;
	display: block;
	padding: 4px 15px;
	color: #fef4d9;
	background: left center repeat-x url(images/lyricsBtnBg.gif);
}
div#pageBody div.cdBlock div.cdCopy div.selected a.lyricsBtn:hover {
	text-decoration: underline;
}



/*-- Footer Styles --*/
div#footer {
	clear: both;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color: #9e8a7b;
	background: #3c2011;
	padding: 10px 20px 20px 20px;
}
div#footer .right {
	color: #fff;
}
div#footer h5 {
	display: block;
	padding-top: 15px;
	padding-bottom: 3px;
}
a.myspaceBtn {
	width: 142px;
	height: 43px;
	float: left;
	background: top left no-repeat url(images/myspaceBtn.gif);
	display: block;
	text-indent: -9999em;
}
a.facebookBtn {
	width: 142px;
	height: 43px;
	margin-left: 20px;
	float: left;
	background: top left no-repeat url(images/facebookBtn.gif);
	display: block;
	text-indent: -9999em;
}
a.itunesBtn {
	margin-left: 20px;
	width: 142px;
	height: 43px;
	float: left;
	background: top left no-repeat url(images/itunesBtn.gif);
	display: block;
	text-indent: -9999em;
}
a.myspaceBtn:hover, a.facebookBtn:hover, a.itunesBtn:hover {
	background-position: 0 -43px;
}
div#footer div.right {
	width: 306px;
	height: 93px;
	background: #4a2e17;
}
div#footer div.right p {
	color: #fef1c4;
	margin: 16px 0 0 16px;
}
div#footer div.right input {
	margin: 12px 0 0 16px;
	width: 223px;
	float: left;
	border-top: solid 1px #727272;
	border-right: solid 1px #b4b4b4;
	border-bottom: solid 1px #dadada;
	border-left: solid 1px #b4b4b4;
}
div#footer div.right a {
	font-size: .6em;
	color: #fff;
	display: block;
	float: left;
	padding: 2px 10px;
	margin: 12px 0 0 5px;
	border: solid 1px #727272;
	text-decoration: none;
}
div#footer div.right a:hover {
	text-decoration: underline;
}


/*-- Clearfix - Fixes floating issues where backgrounds collapse --*/
div.clearSpecial {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 5px;
}
div.clear {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 5px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

div#mp3container {
	width: 320px;

}


