html {
	//
}

body {
	background-color: #000000;
	font-family: arial, sans-serif;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
	//float: left;
	vertical-align: baseline;
}

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

#Primary {
	width: 1200px;
	margin: 0px auto; 
}

#HeaderLogoImage {
	cursor: pointer;
}

#HeaderMenuImage {
	cursor: pointer;
}

#Navbar {
	width: 1200px;
	height: 113px;
	background-image: url('../images/menu.jpg');
}

#Navbar-News {
	cursor: pointer;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	height: 30px;
	width: 120px;
	left: 205px;
	top: 68px;
}
#Navbar-News img { position: relative; top: 10px; }

#Navbar-Gallery {
	cursor: pointer;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	height: 30px;
	width: 120px;
	left: 327px;
	top: 38px;
}
#Navbar-Gallery img { position: relative; top: 10px; }

#Navbar-Bio {
	cursor: pointer;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	height: 30px;
	width: 120px;
	left: 449px;
	top: 8px;
}
#Navbar-Bio img { position: relative; top: 10px; }

#Navbar-Contact {
	cursor: pointer;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	height: 30px;
	width: 120px;
	left: 571px;
	top: -22px;
}
#Navbar-Contact img { position: relative; top: 10px; }

#Navbar-Music{
	cursor: pointer;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	height: 30px;
	width: 120px;
	left: 236px;
	top: -101px;
}
#Navbar-Music img { position: relative; top: 10px; }

#Navbar-LiveDates{
	cursor: pointer;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	height: 30px;
	width: 120px;
	left: 386px;
	top: -131px;
}
#Navbar-LiveDates img { position: relative; top: 10px; }

#Navbar-Videos{
	cursor: pointer;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	height: 30px;
	width: 120px;
	left: 540px;
	top: -161px;
}
#Navbar-Videos img { position: relative; top: 10px; }

#Navbar-Separator {
	display: block;
	position: relative;
	left: 167px;
	top: -188px;
}

#ContentContainer {
	float: left;
	width: 730px;
	height: 593px;
	background-repeat: no-repeat;
	background-position: top center;
}

#ContentHeader {
}

#ContentBox {
	overflow: auto;
	margin-top: 20px;
	font-size: 10pt;
	line-height: 14pt;
}

#Footer {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	height: 56px;
}

#Copyright {
	//height: 35px;
	position: relative;
	left: -153px;
	top: 34px;
	font-size: 9pt;
	font-weight: 600;
	color: #000000;
}

#Copyright a:link { color: #000000; }
#Copyright a:visited { color: #000000; }
#Copyright a:hover { text-decoration: underline; }
#Copyright a:active { color: #ffffff; }

#ColdDimeOutNow {
	/*filter:alpha(opacity=74);
	-moz-opacity:0.74;
	-khtml-opacity: 0.74;
	opacity: 0.74; */
	cursor: pointer;
	padding: 200px;
	width: 900px;
	height: 100px;
	color: #000000;
	background-color: #a04b84;
}

#Home_Container {
	text-align: center;
}

.NewsItemDate {
	text-align: left;
	color: #2285a2;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 2px;
}

.NewsItemText {
	text-align: left;
	color: #fff;
	/*font-weight: bold;*/
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 35px;
}
.NewsItemText a:link { color: #ffffff; }
.NewsItemText a:visited { color: #ffffff; }
.NewsItemText a:hover { text-decoration: underline; }
.NewsItemText a:active { color: #ffffff; }

#LiveDatesTable {
	width: 100%;
	vertical-align: top;
}

#LiveDatesTable td {
	vertical-align: top;
	font-size: 10pt;
}

.LiveShowDate {
	width: 100px;
	color: #bb589b;
	font-weight: bold;
	font-size: 10pt;
}

.LiveShowCity {
	width: 175px;
}

.LiveShowDetails { line-height: 14pt; }
.LiveShowDetails a:link { color: #ffffff; }
.LiveShowDetails a:visited { color: #ffffff; }
.LiveShowDetails a:hover { text-decoration: underline; }
.LiveShowDetails a:active { color: #ffffff; }

#RegisterForm {
	text-align: center;
}

#EmailSubmitButton, #ColdDimeDownloadButton, #StrawberryDownloadButton, #CrimeDramaDownloadButton {
	cursor: pointer;
	background-color: #bb589b;
	padding: 5px;
	margin: 3px;
}

#EmailTextBox {
	background-color: #162638;
	border: #bb589b 1px solid;
	padding: 4px;
	width: 200px;
	color: #ffffff;
}

.EmailObfuscA { color: #bb589b; font-size: 12pt; font-weight: bold; letter-spacing: 3px }
.EmailObfuscB { color:  #2285a2; font-size: 12pt; font-weight: bold; letter-spacing: 3px }

.Pink { color: #bb589b; font-weight: bold; }