body {
	background-color: #660000;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/bg_wood3.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
p {
	text-align: left;
}
blockquote {
	padding: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFD755;
	border-right-color: #FFD755;
	border-bottom-color: #FFD755;
	border-left-color: #FFD755;
	border-right-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.7em;
	font-size: 9pt;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	clear: none;
}

/*  THESE ARE THE MAIN LINKS FOR ANYTHING WITHOUT A CLASS */
a:link {
	color: #CCCC00;
	text-decoration: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
	background-image: none;
}
a:visited {
	color: #CC9900;
	text-decoration: none;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px none #999999;
}
a:hover {
	color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
a:active {
	color: #CCCC00;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCC00;
	border-right-color: #CCCC00;
	border-bottom-color: #CCCC00;
	border-left-color: #CCCC00;
}
img {
	border: 0;
}

/* THESE STYLES PARTAIN TO ANYTHING ASSIGNED TO 'ARTISTS' CLASS ON THE ARTISTS PAGE*/

table#artists {
	text-decoration: none;
	color: #66CCCC;
	border: none;
}
#content table#artists tr td {
	border: none;
}
table#artists p {
	text-align: center;
}
table#artists td img {
	background: none;
	border: 2px solid #666666;
}
table#artists td a:hover img {
	background: none;
	border: 2px solid #FFFFFF;
}
table#artists td a:link {
	color: #CCCC00;
	text-decoration: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
}
table#artists td a:visited {
	color: #CC9900;
	text-decoration: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
}
table#artists td a:hover {
	color: #FFFFCC;
	background-image: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
}
table#artists td a:active {
	color: #CCCC00;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCC00;
	border-right-color: #CCCC00;
	border-bottom-color: #CCCC00;
	border-left-color: #CCCC00;
}

/* THIS PUTS IN THE REPEATING BORDER FOR THE LEFT SIDE OF THE MAIN TABLE */
.leftborder {
	width: 69px;
	background-image: url(images/bg_left02.png) !important;
	background-image: url(images/bg_right02.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/* THIS PUTS IN THE REPEATING BORDER FOR THE RIGHT SIDE OF THE MAIN TABLE */
.rightborder {
	width: 69px;
	background-image: url(images/bg_right02.png) !important;
	background-image: url(images/bg_left02.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* THIS SETS THE BACKGROUND FOR THE MAIN BODY, WHICH I COULD HAVE SET WITH ANOTHER PRE-EXISTING STYLE */
.blackbg {
	background-color: #000000;
	vertical-align: top;
	background-attachment: fixed;
	background-image: url(images/kardia_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* THIS SETS UP THE HEADER AREA */
#header {
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*  MAIN DIV FOR ALL CONTENT. 
	Put everything inside this DIV tag */

div.container {
	margin-top: auto;
	margin-right: 0pt;
	margin-bottom: auto;
	margin-left: 0%;
	width: 740px;
}

/*	Use this tag for special announcements that need to be noticed. It will float RIGHT. */
div.announcement {
	float: right;
	width: 175px;
	background-color: #390000;
	background-image: url(images/border_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
	line-height: 150%;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
div.announcement p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	font-size: 100%;
}

/* THIS IS THE STYLE FOR THE MAIN BODY WHEN USED WITH A NARROW LEFT COLUMN */
#content {
	width: 470px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: right;
}

#content p, .post-body {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	line-height: 1.5em;
	padding-left: 5px;
	font-size: 10px;
	vertical-align: top;
}

#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFCC33;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC33;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFCC;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
#content h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC33;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
#content h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px 0px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	padding-top: 5px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	background-image: url(images/block.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#content h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px 0px 5px;
	line-height: 1.5em;
	background-color: #FFCC00;
}


/* THIS STYLE FORMATS EVERYTHING IN THE FOOTER */
div.footer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
	font-size: 70%;
	margin: 0px;
	padding: 0.5em 0.5em 10px;
}
div.footer p {
	text-align: center;
}
div.footer a:link {
	color: #CCCC00;
	text-decoration: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
}
div.footer a:visited {
	color: #CC9900;
	text-decoration: none;
	border: none;
}
div.footer a:hover {
	color: #333333;
	background-color: #FFCC33;
	background-image: none;
	border: 1px none;
}
div.footer a:active {
	color: #CCCC00;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCC00;
	border-right-color: #CCCC00;
	border-bottom-color: #CCCC00;
	border-left-color: #CCCC00;
}


/* THIS IS JUST TEMPORARY. I WILL NEED TO CREATE INDIVIDUAL STYLE SHEETS YOU CAN PUT IN EACH ARTIST'S FOLDER */
div.artist {
	background-image:  url(artists/craig_smith/images/artist.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 470px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
div.artistHead {
	background-image: url(images/headers/featuredartist_head.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
}

/* THIS STYLE FORMATS THE NARROW LEFTHAND COLUMN */
div.leftcolumn {
	float: left;
	width: 240px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5em;
	padding-left: 3px;
}
div.leftcolumn p {
	font-size: 9px;
	padding-right: 0px;
	line-height: 1.5em;
	padding-left: 5px;
	color: #FFFF99;
	padding-top: 0px;
	margin: 0px 25px 15px 0px;
}

/* USE THIS IF YOU NEED TO GET RID OF THE PADDING ON SOMETHING */
.nopadding {
	margin: 0px;
	padding: 0px;
}

/* THIS IS THE STYLE FOR THE SONG DOWNLOADS */

div.songs {
	color: #6699CC;
}
table.songs {
	font-size: 0.6em;
	color: #6699CC;
}
tr.songshade {
	background-color: #191919;
}

/* THIS IS THE MAIN TABLE FOR THE LAYOUT. DO NOT MODIFY */
table.main {
	text-align: center;
	margin: 0 auto;
	width: 878px;
}
/*-------LEFT COLUMN HEADERS--------*/
div.leftcolumn h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFCC33;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
div.leftcolumn h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC33;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
div.leftcolumn h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFCC;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
div.leftcolumn h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC33;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
div.leftcolumn h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
div.leftcolumn h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
}

/*--------LEFT COLUMN DISCOGRAPHY----------*/
div.leftcolumn dt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3399CC;
	font-size: 9px;
	padding-left: 5px;
}
div.leftcolumn dd {
	font-family: Arial, Helvetica, sans-serif;
	color: #B2CFDE;
	font-size: 9px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 5px;
	text-align: left;
	white-space: normal;
	display: list-item;
}
#content ol {
	text-align: left;
}
#content ol li {
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 9px;
	padding-right: 20px;
}
/* Insert quotes before and after Q element content */
q:before { content: open-quote }
q:after  { content: close-quote }

#content table {
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 470px;
}
#content table tr td {
	font-size: 10px;
	text-transform: capitalize;
	letter-spacing: .1em;
	color: #0099CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
#content table tr.header td {
	font-weight: bold;
	color: #FFFFCC;
	font-size: 11px;
	text-align: center;
	border: 1px solid #CC6600;
}
#content table a:link {
	color: #66CCFF;
	border: none;
	font-weight: bold;
}
#content table a:visited {
	color: #999999;
	border: none;
}
#content table a:hover {
	color: #FFFFCC;
}


/*------STYLE FOR FREE DOWNLOADS-------*/
#content table#free a:link {
	color: #66CCFF;
	border: none;
	font-weight: bold;
	background-image: url(images/down_arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 440px center;
}
#content table#free a:visited {
	color: #999999;
	border: none;
	font-weight: bold;
	background-image: url(images/down_arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 440px center;
}
#content table#free a:hover {
	color: #FFFFCC;
	font-weight: bold;
	background-image: url(images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: 440px center;
}


/*-----FORMATTING FOR WIN-MEDIA PLAYER FOOTER------*/
#mediaplayer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	font-size: 9px;
	color: #999999;
	padding-top: 5px;
}
#mediaplayerImage {
	width: 100px;
	float: left;
	text-align: left;
}
#mediaplayerText {
	text-align: left;
	width: 350px;
	float: right;
}

/*----This is the style to use for 240px headers----*/
.headings {
	margin-bottom: 10px;
}


img.albumThumb {
	margin-right: 10px;
	float: left;
	margin-left: 0px;
}
#content h4.albumThumb {
	text-align: center;
	text-transform: uppercase;
}
hr {
	background-color: #FFCC00;
	height: 1px;
	width: 85%;
	margin-top: 1.25em;
	margin-right: auto;
	margin-bottom: 1.25em;
	margin-left: auto;
	border: none;
}
/*-------------------------------------------*/
/*---------BREADCRUMB STYLES GO HERE---------*/
/*-------------------------------------------*/
#crumbs {
	padding: 4px 4px 6px 10px;
	text-align: left;
	background-color: #333333;
	margin-top: 0px;
}

#crumbs ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}

#crumbs ul li {
	display: inline;
	list-style-type: none;
}

#crumbs ul li a:link {
	color: #CCCC00;
	text-decoration: none;
	border: none;
	background-image: none;
	padding: .2em;
}
#crumbs ul li a:visited {
	color: #CC9900;
	text-decoration: none;
	border: none;
	background-image: none;
}
#crumbs ul li a:hover {
	color: #FFFFCC;
	text-decoration: none;
	border: none;
	background-image: none;
}
#crumbs ul li a:active {
	color: #CCCC00;
	text-decoration: none;
	border: none;
	background-image: none;
}
#crumbs h3 {
	font-size: 10px;
	font-weight: bold;
	display: none;
	color: #FFCC33;
	text-transform: uppercase;
}
#crumbs #current {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
#crumbs ul li#current a:link {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	background-image: none;
}
#crumbs ul li#current a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	background-image: none;
}

.textshown {
	display: inline;
}
.texthidden {
	display: none;
}
/*-----ALBUM ART FOR HOMEPAGE------*/
div.albumart {
	float: left;
	height: 160px;
	width: 160px;
	text-align: left;
}
div.albumIntro {
	margin-bottom: 5px;
	height: 170px;
	overflow: auto;
	text-align: left;
}
div.albumIntro p {
}
div.albumIntro h3 {
	margin: 0px;
	white-space: normal;
	height: 30px;
	padding: 0px;
}
div.albumIntro2 {
	margin-bottom: 5px;
	height: 285px;
	overflow: auto;
	text-align: left;
}
#content #main {
	vertical-align: top;
}
