body
{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background: #464646;
	font-size: small;
}

/* Layout ========================================================================== */

#container
{
	width: 970px;
	margin: 0 auto;
	background: #eee1cc url(/images/backgrounds/body_repeat_bg.gif) top left repeat-y;
}

#header
{
	background: #880105 url(/images/backgrounds/header_bg.gif) top left no-repeat;
	height: 184px;
	position: relative;
}

#body
{
	background: url(/images/backgrounds/body_bg.jpg) top left no-repeat;
	height: 612px;
}

#footer
{
	background: #880105 url(/images/backgrounds/footer_bg.gif) top left no-repeat;
	height: 130px;
	clear: both;
	position: relative;
}

/* All Links ==================================================================== */

a
{
	color: #880105;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #555;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

a img 
{
	border: 0;
}

/* Header ======================================================================== */

#header h1
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1px;
	right: 40px;
}

#header h1 a
{
	display: block;
	width: 870px;
	height: 180px;
	position: relative;
	color: #fff;
	cursor: pointer;
	background: url(/images/titles/logo.gif) top right no-repeat;
	text-indent:-9999px;
}

#header h2
{
	text-indent: -30000px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

ul#nav
{
	margin:0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 16px;
	right: 40px;
}

ul#nav li
{
	float: left;
}

/* Main Menu ====================== */

ul#nav li a
{
	display: block;
	margin: 0;
	padding: 0;
	height: 40px;
	position: relative;
	color: #fff;
	cursor: pointer;
}

ul#nav li a span
{
	position: absolute;
	width: 100%;
	height: 100%;
}

li.bio a
{
	width: 57px;
}

li.bio a span
{
	background: url(/images/menu/bio.gif) top left no-repeat;
}

li.bio a:hover span
{
	background: url(/images/menu/bio_over.gif) top left no-repeat;
}

li.news a
{
	width: 80px;
}

li.news a span
{
	background: url(/images/menu/news.gif) top left no-repeat;
}

li.news a:hover span
{
	background: url(/images/menu/news_over.gif) top left no-repeat;
}

li.music a
{
	width: 87px;
}

li.music a span
{
	background: url(/images/menu/music.gif) top left no-repeat;
}

li.music a:hover span
{
	background: url(/images/menu/music_over.gif) top left no-repeat;
}

li.dates a
{
	width: 87px;
}

li.dates a span
{
	background: url(/images/menu/dates.gif) top left no-repeat;
}

li.dates a:hover span
{
	background: url(/images/menu/dates_over.gif) top left no-repeat;
}

li.visuals a
{
	width: 98px;
}

li.visuals a span
{
	background: url(/images/menu/visuals.gif) top left no-repeat;
}

li.visuals a:hover span
{
	background: url(/images/menu/visuals_over.gif) top left no-repeat;
}

li.interact a
{
	width: 103px;
}

li.interact a span
{
	background: url(/images/menu/interact.gif) top left no-repeat;
}

li.interact a:hover span
{
	background: url(/images/menu/interact_over.gif) top left no-repeat;
}

/* Sidebars ======================================================================== */

#sidebar
{
	float: right;
	width: 257px;
	margin: 25px 28px 0 0;
	padding: 0;
}

#sidebar .sidebarOne
{
	background: url(/images/backgrounds/sidebar_one.gif) top left no-repeat;
	height: 309px;
	position: relative;
}

#sidebar .sidebarTwo
{
	background: url(/images/backgrounds/sidebar_two.gif) top left no-repeat;
	height: 360px;
	position: relative;
}


/* Mailing List Sidebar ================== */

.sidebarContent
{
	position: absolute;
	top: 60px;
	left: 50px;
}

h5.mailingList
{
	margin: 0;
	padding: 0;
	width: 150px;
	height: 38px;
	position: relative;
}

h5.mailingList span
{
	background: url(/images/titles/mailing_list.gif) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

input.mailingList
{
	border: 1px solid #000;
	background: #eee1cc;
	color: #880105;
}

input.ml_gobtn
{
	margin-left: 40px;
}

/* Tour Dates Sidebar ===================== */

#sidebar .sidebarTwo .sidebarContent
{
	text-align: center;
}

h5.aphroditeRose
{
	margin: 0;
	padding: 0;
	width: 150px;
	height: 38px;
	position: relative;
	text-align: left;
}

h5.aphroditeRose span
{
	background: url(/images/titles/aphrodite.gif) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

h5.tourDates a, h5.tourDates a:hover, h5.mailingList a, h5.mailingList a:hover
{
	text-decoration: none;
	cursor: pointer;
}

p.date
{
	background: url(/images/single_divider.gif) bottom center no-repeat;
	padding-bottom: 15px;
	font-size: 12px;
}

#TourDatesSidePanel{
	
	width:150px;
	margin-top:-20px;
	font-size:90%;

	
}

/* Content ======================================================================= */

#maincontent
{
	float: left;
	width: 650px;
	margin-top: 19px;
}

.content
{
	margin-left: 100px;
}

.newsItem
{
	padding-bottom: 15px;
	background: url(/images/divider.gif) bottom left no-repeat;
	text-align: justify;
}

.newsItemHome
{
	text-align: justify;
}

.moreLink
{
	margin: 0 0 15px 0;
}

.content p
{
	font-weight: bold;
	font-size: 110%;
}

.content h4
{
	text-transform: capitalize;
	font-size: 140%;
	font-weight: bold;
	padding-left: 40px;
	background: url(/images/header_decoration.gif) top left no-repeat;
}

/* Page Titles ======================================================================= */

h3.pageTitle, h3.sectionTitle
{
	display: block;
	margin: 0;
	margin-left: 79px;
	padding: 0;
	width: 503px;
	height: 73px;
	position: relative;
}

h3.pageTitle span, h3.sectionTitle span
{
	position: absolute;
	width: 100%;
	height: 100%;
}

h3.sectionTitle
{
	margin-left: -20px;
	height: 50px;
}

h3.recentNews span
{
	background: url(/images/titles/recent_news.gif) top left no-repeat;
}

h3.biography span
{
	background: url(/images/titles/biography.gif) top left no-repeat;
}

h3.news span
{
	background: url(/images/titles/news.gif) top left no-repeat;
}

h3.music span
{
	background: url(/images/titles/music.gif) top left no-repeat;
}

h3.tourDates span
{
	background: url(/images/titles/tour_dates_big.gif) top left no-repeat;
}

h3.visuals span
{
	background: url(/images/titles/visuals.gif) top left no-repeat;
}

h3.contact span
{
	background: url(/images/titles/contact.gif) top left no-repeat;
}

h3.privacy span
{
	background: url(/images/titles/privacy.gif) top left no-repeat;
}

h3.terms span
{
	background: url(/images/titles/terms.gif) top left no-repeat;
}

h3.mailingList span
{
	background: url(/images/titles/mailing_list_big.gif) top left no-repeat;
}

h3.oops span
{
	background: url(/images/titles/oops.gif) top left no-repeat;
}

h3.thanks span
{
	background: url(/images/titles/thanks.gif) top left no-repeat;
}

h3.featuredItems span
{
	background: url(/images/titles/featured.gif) top left no-repeat;
}

h3.ecard span
{
	background: url(/images/titles/ecard.gif) top left no-repeat;
}

h3.submitShowReview span
{
	background: url(/images/titles/submit_show_review.gif) top left no-repeat;
}

h3.submitAlbumReview span
{
	background: url(/images/titles/submit_album_review.gif) top left no-repeat;
}

h3.aphroditeRoseReviews span
{
	background: url(/images/titles/aphrodite_rose_reviews.gif) top left no-repeat;
}

h3.sevenSongsReviews span
{
	background: url(/images/titles/seven_songs_reviews.gif) top left no-repeat;
}

h3.goneReviews span
{
	background: url(/images/titles/gone_reviews.gif) top left no-repeat;
}

h3.showReviews span
{
	background: url(/images/titles/show_reviews.gif) top left no-repeat;
}

h3.interact span
{
	background: url(/images/titles/interact.gif) top left no-repeat;
}

h3.articles span
{
	background: url(/images/titles/articles.gif) top left no-repeat;
}

h3.bonustrack span
{
	background: url(/images/titles/bonustrack.gif) top left no-repeat;
}

/* Footer =========================================================================== */

.occ
{
display:none;
	position: absolute;
	bottom: 30px;
	left: 80px;
	text-indent: -30000px;
	width: 150px;
	height: 38px;
	background: url(/images/occ_logo.gif) top left no-repeat;
}

.legal
{
	text-align: right;
	color: #ccc;
	position: absolute;
	bottom: 35px;
	right: 30px;
	font-size: 110%;
}

#footer a
{
	color: #ccc;
	padding-left: 10px;
	font-weight: normal;
}

#footer a:hover
{
	color: #000;
}

/* Tour Dates ========================================================================= */

table.tourDates
{
	width: 100%;
}

table.tourDates th
{
	text-align: left;
	background: #ddd7ce;
	padding: 6px;
}

table.tourDates td
{
	padding: 6px;
	background: #e6d9c5;
}

.buyTickets{
	
	border:none;
}

p.focus {
	padding: 5px;
	background: #e6d9c5;
}


/* Tool Tip ================================== */

a.toolTip
{
	position: relative;
	cursor: help;
}

a.toolTip span
{
	display: none;
}

a.toolTip span a
{
	display: inline;
}

a.toolTip:hover {font-size: 100%;} /* IE/Win requires some link change on hover in order to show the tooltips */

html body a.toolTip:hover span
{ /*the span will display just on :hover state*/
	display: block !important;
	position: absolute;
	top: 50%; 
	right: 50%; 
	width: 150px;
	border: 1px solid #880105;
	background-color: #eee1cc; 
	color: #000;
	padding: 10px;
	font-size: .8em;
	z-index: 10000;
}

/* Discography ================================ */

ul#internalnav
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#internalnav li
{
	float: left;
	padding: 2px 6px;
	margin: 2px;
	background: #ddd7ce;
	border: 2px solid #880105;
	text-align: center;
	font-size: 110%;
}

img.albumCover
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #fff;
}

img.albumThumb
{
	width: 150px;
	border: 0;
}

div.clear
{
	clear: both;
}

table.albumlist {
	border-collapse: collapse;
	width: 100%;
}

table.albumlist td {
	padding: 5px;
}

table.albumlist td.dark {
	background: #e6d9c5;
}

table.albumlist th {
	text-align: left;
	font-size: 1.1em;
}

/* Photo Gallery ================================ */

a img
{
	border-color: #880105;
}

a:hover img
{
	border-color: #000;
}

/* Mailing List Form ==================================================================================== */

fieldset
{
	margin: 1em;
	border: 0;
	border-top: 5px solid #880105;
}

legend
{
	font-weight: bold;
	color: #880105;
}

.option
{
	padding: 2px;
	margin: 10px 2px;
	background: #eee1cc;
	border: 1px solid #880105;
}

input.textbox, select.pulldown, input.textbox2
{
	border: 1px solid #880105;
	background: #eee1cc;
}

input.textbox
{
	margin-left: 0 !important;
	margin-left: -115px;
}

ul.VAMValSummaryErrors
{
	padding: 5px;
	background: #880105;
	border: 2px solid #fff;
	list-style: none;
}

.VAMValSummaryErrors
{
	margin-left: 100px;
}

/* Style Sheet Switcher ============================================================ */

#textSize
{	
	color: #ccc;
	position: absolute;
	bottom: 40px;
	left: 8%;
}

#textSize a
{
	color:#ccc;
	padding:0 3px;
	border:1px solid #ccc;
	line-height: 1.6em;
}

#textSize a:hover
{
	background:#eee1cc;
}

#textSize a.small{font-size:0.8em}

#textSize a.medium{font-size:1.1em}

#textSize a.large{font-size:1.4em}

/* Ecard ================================================================== */

div#ecardForm input, div.submitForm input
{
	border:1px solid #000; 
	padding:0 2px; 
	margin-bottom:0.3em;
}

div#ecardForm label, div.submitForm label
{
	font-size: 1.1em;
	clear:left; 
	display:block; 
	float:left; 
	width:150px; 
	text-align:right; 
	padding-right:10px;
	margin-bottom:0.5em;
}

div#ecardForm textarea, div.submitForm textarea
{
	width: 400px;
	height: 100px;
	border: 1px solid #000;
	padding: 2px;
}

/* Submit Form =================== */

div.submitForm textarea
{
	width: 300px;
}

div.submitForm label
{
	font-size: 1.1em;
}

div.submitButton
{
	text-align: right;
	margin: 5px 55px;
}

/* Videos =========================================================== */

ul#videos {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#videos li {
	width: 100%;
}

ul#videos li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1em;
	background: #EEE1CC;
	border-bottom: 2px solid #ececec;
}

ul#videos li.dark a {
	background: #e0d4c0;
}

ul#videos li a:hover {
	background-color: #ececec;
}

.formInputs{
margin:5px auto;
}

#ctl00_ContentBody_BusinessEnquiryWidget_FileAttachment_wrapper{
margin-left:-6px;
}