/* GENERAL TYPOGRAPHY */

body {
	background-attachment: scroll;
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	background-position: left top
	}

body, table, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%
	}

p {
	margin-top: 0pt;
	}

a {
	text-decoration: none;
	font-weight: bold
	}
	
a:hover {
	text-decoration: underline
	}
	
img {
	border: none !important;
	}

.Highlight {
	font-weight: normal !important;
	font-style: italic;
	text-transform: uppercase;
	color: #FFFFFF
	}
	
.MainNavLinks {
	font-family: Georgia, Times New Roman, Times serif;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-right: -2px;
	margin-left: 3px;
	color: #949ea8;
	text-decoration: none;
	font-weight: normal;
	border: none;
	}
	
.MainNavLinks:hover {
	color: #FFFFFF;
	text-decoration: none
	}
	
.DatabaseEntry {
	padding-bottom: 16pt;
	}
	
.PageLinerNotes {
	font-family: Georgia, Times New Roman, Times serif;
	font-style: italic;
	font-size: 11px;
	line-height: normal
	}
	
#imgrollover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-khtml-opacity: 0.6
	}

#imgrollover:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1
	}

.copyright {
	line-height: normal;
	font-size: 9px
	}

/* NEWS PAGE */

.news_images {
	margin-right: 8pt;
	margin-bottom: 4pt
	}
	
.NewsHeadline {
	font-family: Georgia, Times New Roman, Times serif;
	font-size: 13px;
	font-weight: none;
	color: #9db7cf;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 2px;
	margin-bottom: 12px
	}
	
.BirthdayText {
	font-family: Georgia, "Times New Roman", Times, Serif;
	color: #778fae;
	margin-bottom: 12px;
	font-size: 21px;
	line-height: normal;
	font-weight: normal;
	font-style: italic
	}
	
.timestamp {
	font-size: 9px;
	line-height: normal;
	color: #697179;
	font-weight: normal;
	margin-top: 3pt
	}

/* TOUR DATES PAGE */

.TourHeadline 	{
	font-family: Georgia, Times New Roman, Times serif;
	font-weight: normal;
	margin-bottom: 8px;
	color: #9db7cf;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 3px;
	text-transform: uppercase
	}

/* MUSIC PAGE */

.StoreText, .MusicDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal
	}
	
.MusicAlbumTitle {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 3px;
	color: #9db7cf
	}

.FeaturedAlbumText {
	font-family: Georgia, "Times New Roman", Times, Serif;
	margin-bottom: 8px;
	color: #9db7cf;
	font-size: 21px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 4px
	}
	
.TrackListing {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #FFFFFF;
	letter-spacing: -1px
	}

.LargeText {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 19px;
	line-height: normal;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 0px
	}

ol {
	margin-top: 0px;
	list-style-type: upper-roman;
	font-size: 11px
	}
	
ol li {
	padding-bottom: 0px
	}

ul {
	margin-top: 0px;
	list-style-type: square
	}

.Lyrics {
	font-family: Georgia, "Times New Roman", Times, Serif
	}
	
/* CONTACT US PAGE */

.formfield {
	background-color: transparent;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #6a83a6;
	border-right-color: #6a83a6;
	border-bottom-color: #6a83a6;
	border-left-color: #6a83a6;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12px;
	line-height: normal;
	padding: 3px;
	margin-bottom: 10px
	}

textarea {
	background-color: transparent;
	border: 1px dotted #6a83a6;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 7px
	}
	
/* GENERAL PAGE LAYOUT */
	
#background-container {
	height: 768px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

#wrapper {
	position: static;
	float: left;
	width: 930px;
	top: 0px;
	right: 0px;
	left: 0px;
}

#left-panel  {
	float: left;
	width: 320px;
	position: absolute;
	z-index: 3;
}

#right-panel  {
	float: right;
	width: 610px;
	position: static;
	height: 900px;
	background-image: url(../images/background2.jpg);
	background-position: top center;
	background-repeat: no-repeat
}

#right-panel-bg   {
	width: 610px;
	position: static;
	top: 0px;
}

#right-panel-text   {
	width: 610px;
	position: absolute;
}
