/* CSS Document */
body {
	background-color: #000000;
	/*background-image: url(../images/background_city_2.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Added to test php in ie pge not getting style font sizes respected. Ended up adding inline to each page.
	td {font-size: 12px; }
	.bodysmall { font-size: 12px; color: red;}
*/

a 			{ color: #DB0201; font-weight: bold; text-decoration: underline; }
a:visited 	{ color: #DB0201; }
a:hover 	{ color: #FFFFCC; }

img 		{ border-width: 0px; }

p 			{ }
p.indent	{ text-indent: 15px; }
h1 {
	font-size: 150%;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #DB0201;
}
h2 {
	font-size: 135%;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	margin: 5px 0;
}
h3 {
	font-size: 120%;
	font-variant: small-caps;
	font-style: italic;
	margin: 5px 0;
}
h4 {
	font-size: 100%;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	margin: 5px 0;
}
/* Bottom borders for headers */
.hLineCyan1  { border-bottom: 1px solid #6Cf; }
.hLineCyan2  { border-bottom: 2px solid #6Cf; }
.hLineBlack1 { border-bottom: 1px solid #000; }
.hLineBlack2 { border-bottom: 2px solid #000; }
.hLineWhite1 { border-bottom: 1px solid #fff; }
.hLineWhite2 { border-bottom: 2px solid #fff; }

.yellow {
	color: #FFFFCC;
}
.yellowBold {
	color: #FFFFCC;
	font-weight: bold;
}


/********************* Layout Elements *************************/ 

#main {
	/*background-image: url(../images/background_city.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;*/
	margin: 0px;
	padding: 0px;
	width: 710px;
	vertical-align: top;
}
	
/* One column layout */
.content {
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

/* Two Column Layout */
.contentLeft {
	float: left;
	width: 67%;
}
.contentLeftInner { /* Div placed to control padding independantly */
	padding: 0 0 0 10px;
}
.contentRight {
	float: right;
	width: 32%;
}
.contentRightInner div { /* Div placed to control padding independantly */
	padding: 0 10px 0 10px;
}
#footer {
	clear: both;
	text-align: center;
	padding: 10px 10px;
	margin: 10px 0 0 0;
	border-top: 1px solid #DB0201;
}
#footer a {
	border-bottom: 1px solid #666;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px solid #6cf;
	color: #ffc;
}
#marginRight {
	background-image: url(../images/margin_right_back_2010.jpg);
	background-repeat: repeat-y;
	vertical-align: bottom;
	width: 68px;
}
.topofpage {
	margin: 10px auto;
	text-align: center;
}

/* Classes **************************************************************/

.clear {
	clear: both;
}

/*HOME Classes *********************************************************/
#homeCDRelease{
	margin-bottom: 20px;
	margin-top: 10px;
}
#homeImgWrapper {
	margin: 5px 0 10px 60px;
}
.homeImg {
	border-top: 1px solid #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	padding: 4px;
	display: inline;
}
.homeFlashPix {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 4px;
	margin: 5px 0 10px 60px;
	display: block;
	width: 340px;
	height: 200px;
}

/*NEWS Classes *********************************************************/
#news {
	display: inline;
	margin: 0px;
}
.newsItemSiteUpdate {
	border-bottom: 1px solid #000;
	background: url(../images/news_icon_siteupdate.gif) no-repeat 4px 4px ;
	margin: 15px 0px;
	padding: 0px 0px 5px 0px;
}
.newsItemWhatSheSaid {
	border-bottom: 1px solid #000;
	background: url(../images/news_icon_whatshesaid.gif) no-repeat 4px 4px ;
	margin: 15px 0px;
	padding: 0px 0px 5px 0px;
}
.newsItemCurrentNews {
	border-bottom: 1px solid #000;
	background: url(../images/news_icon_currentnews.gif) no-repeat 4px 4px ;
	margin: 15px 0px;
	padding: 0px 0px 5px 0px;
}
.newsItemDate {
	font-weight: bold;
	margin: 0px 0px;
	padding: 5px 25px;
	text-indent: 0px;
}
.newsItemSummary {
	margin: 0px 0px;
	padding: 5px 25px;
	text-indent: 0px;
}
.newsItemFullText {
	display: none;
	padding: 5px 25px;
	margin: 0px 0px;
	text-indent: 0px;
}
.newsDate {}
.newsTitle {}
.newsDesc {}

/* "TOURDATE/CALENDAR" Classes ****************************************************/


/*for freecms*/
.tourDateMonth {
	border-bottom: 1px solid;
	color: #ffffcc;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 5px;
	clear: both;
}
.tourDateInfo{
	margin-left: 20px;
}



#tourdates {
	width: 85%;
	margin: 0px auto;
}
#tourdates dl dt {
	border-bottom: 1px solid;
	color: #ffffcc;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 5px;
	clear: both;
}

#tourdates dl dd {
	margin-left: 20px;
	margin-bottom: 10px;
}

.tourdatesDate {}
.tourdatesTime {
	color: #FFFFFF;
	font-style: oblique;
}
.tourdatesTitle { color: #DB0201; font-weight: bold; font-size: 14px;}
.tourdatesRight {
	float: right;
	width: 45%;
}
.tourdatesLeft {
	float: left;
	width: 45%;
}
.tourdatesContact {
	clear: both;
}
#tourdates h4 { color: #ffffcc; text-transform: uppercase; }



/* "GALLERY" Classes *******************************************************/
#galleryPhotosTable {
	text-align: center;
	margin: 0 auto;
}
.galleryLinkPath {
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
}
.galleryLinkCategory {
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 15px;
}
.galleryImgThumbWrapper {
	height: 105px;
	width: 105px;
}
.galleryImgThumbWrapper:hover {

}
.galleryImgThumb {
	border-top: 1px solid #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	padding: 4px;
	display: inline;
}
.galleryImgThumb:hover {
	border-top: 1px solid #6cf;
	border-right: 1px solid #6cf;
	border-bottom: 1px solid #6cf;
	border-left: 1px solid #6cf;
}
.galleryImgLarge {
	border-top: 1px solid #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	padding: 4px;
}
.galleryBtn a {
	background-color:#000;
	border-top: 1px solid #666;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #666;
	display: block;
	margin-top: 4em;
	padding: .25em 1.0em;
	text-decoration: none;
	width: auto;
}
.galleryBtn a:hover {
	background-color:#222;
	text-decoration: none;
}
.galleryLinkNext {
	font-variant: small-caps;
}
.galleryLinkPrevious {
	font-variant: small-caps;
}


/* "GALLERY"/"PRESS" Classes *******************************************************/
#galleryPressPhotos {
	border: 1px solid #DB0201;
	margin: 0 auto;
	width: 97%;
	padding: 0px 0px;
}
#galleryPressPhotos td {
	border-top: 0px solid black;
	margin: 0;
	padding: 0px 0px;
	text-align: center;
}

/* "MUSIC" Classes *******************************************************/
#trackListing {
	border: 1px solid #DB0201;
	margin: 0 auto;
	width: 97%;
}
#trackListing th {
	background-color: #111;
	margin: 0;
	padding: 6px 7px;
	font-weight: bold;
	font-variant: small-caps;
	white-space: nowrap;
}
#trackListing td {
	border-top: 1px solid black;
	margin: 0;
	padding: 4px 7px;
	text-align: center;
}
.musicSongName {}
.musicSongLyrics {}
.musicAlbumInfo {
	font-size: 90%;
}
#trackListing td.musicSongName {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
#trackListing td.trackLyricsWrapper {
	border-width: 0px;
}
.trackLyrics { 
	display: none; 
	margin: 0px; 
	padding: 4px 20px 10px 27px;
	text-align: left;
}
.albumDetails { /* Used on discography and store */
	color: #DB0201;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}
/* "ABOUT" Classes *******************************************************/
.reviews {
	border-bottom: 1px solid #DB0201;
	margin-bottom: 5px;
	padding: 5px;
}
.reviewPress {
	display: none; 
	margin: 0px; 
}
.aboutBioImg01 {
	border-bottom: 1px solid #6cf;
	border-top: 1px solid #6cf;
	float: right;
	margin: 10px 5px 0px 10px;
	padding: 3px;
}

/* Drop Down Form List box to choose a year. Found on NEWS archives and TOUR DATES*/
.selectYear {
	border: 1px solid #DB0201;
	color: #FFFFCC;
	display: inline;
	float: right;
	font-weight: bold;
	margin: 0 0 10px 10px;
	vertical-align: middle;
}
.selectYear select option {
	font-size: 10px;
	font-weight: normal;
	padding: 1px 5px;
	text-align: left;
}
#aboutContactLogoOCB {
	width: 220px;
	height: 86px;
	margin: 10px 0;
}
.aboutContactImg01 {
	border-bottom: 1px solid red;
	border-top: 1px solid red;
	float: left;
	margin: 10px 5px 0px 10px;
	padding: 3px;
}


/* STORE ********************************************************************************/

.storeTable {
	vertical-align: middle;
	float: inherit;
	border: none;
	padding: 0px;
	text-align: left;
}
#storeTable td {
	width: 90px;
}
.cdCoverMini01 {
	border-bottom: 1px solid #6cf;
	border-top: 1px solid #6cf;
	float: left;
	margin: 10px 5px 0px 10px;
	padding: 3px;
}

/* Miscelaneous */
.comingSoon {
	margin: 50px 0 100px 0;
	text-align: center;
}