﻿/* ---- HTML / BODY ---- */
html	{ height:100%; background-color:#C2D72E; }
body	{ background-color:#C2D72E; text-align:center; }

/* ---- TEXT STYLES ---- */
h1, h2, h3, h4, h5, h6 { font-family:Arial, Sans-Serif; color:#EC008C; }
h1 { font-size:189%; }
a { color:#000; }

/* ---- GENERIC ELEMENTS ---- */
div.clear
{
	line-height:0;
	height:0px;
	clear:both;
	font-size:0;
}

td {border:0;}

table.footerTable td
{
    padding:0em 0em 0em 0em;
}

table.footerInsetTable td
{
    padding:0em 0em 0em 0em;
    margin-bottom:0em;
}

.hide { visibility: hidden; display: none; }

/* ---- SITE STRUCTURE ---- */
div#wrapper-site
{
	width:1000px;
	margin:0px auto;
	text-align:left;
	padding:1px 0px;
}

div#site-col-one
{
	width:392px;
	float:left;
}

div#site-col-two
{
	width:600px;
	float:right;
	padding-right:64px;
	width:536px;
}

div#logo
{
	width:392px;
	height:160px;
	float:left;
	padding-left:44px;
	width:348px;
}
div#icon
{
	width:379px;
	height:315px;
	padding-top:15px;
	padding-bottom:10px;
}

/*div#nav
{
	display:block;
	width:536px;
	height:66px;
	padding-top:18px;
	padding-bottom:18px;
	height:30px;
}
	ul#nav-list
	{
		width:536px;
		height:30px;
		margin:0;
		padding:0;
	}
		ul#nav-list li
		{
			list-style:none;
			float:left;
			height:30px;
			margin:0;
			padding:0;
			padding-left:12px;
		}
			ul#nav-list li a
			{
				display:inline-block;
				height:30px;
				line-height:30px;
				font-size:14px; 
				font-weight:bold;
				text-decoration:none;
				color:#EC008C;
				padding-right:13px;
			}*/
			/*	Hide rule from IE5-Mac \*/
			ul#nav-list li a { float:none; }
			/* End IE5-Mac hack */
		ul#nav-list li.current
		{
			background:#FFF url(/_IMG/nav-list-li-current.gif) no-repeat left top;
		}
			ul#nav-list li.current a
			{
				background:#FFF url(/_IMG/nav-list-li-a-current.gif) no-repeat right top;*/
			}

div#content
{
	display:block;
	width:536px;
	height:auto !important;
}
div.content-margin-top
{
	margin-top:64px;
}
div#footer
{
	display:block;
	width:536px;
	text-align:right;
	margin-top:18px;
	border-top:solid 1px #000;
	padding-top:10px;
}
	p.footer-credit
	{
		font-size:85%;
		font-weight:bold;
		margin-bottom:0.4em;
	}

/* ---- SECTION: HOME ---- */
div.home-copy
{
	width:392px;
	padding:0px 38px;
	width:316px;
	margin-top:18px;
}
div.home-video
{
	width:392px;
	padding:0px 38px;
	width:316px;
	margin-top:6px;
}
table.genres
{
	width:536px;
}
	table.genres td
	{
		width:10%;
		font-size:77%;
		font-weight:bold;
		text-align:center;
		color:#EC008C;
		border:0;
	}
div.home-buttons
{
	height:80px;
	text-align:center;
	padding:10px 0px;
	height:60px;
}
	div.home-button
	{
		display:inline;
		width:252px;
		height:60px;
		margin-left:10px;
		float:left;
		background:#000 url(/_IMG/home-button.gif) no-repeat left top;
	}
		div.home-button a
		{
			display:block;
			text-align:center;
			font-size:108%;
			font-weight:bold;
			text-decoration:none;
			color:#EC008C;
			line-height:60px;
		}
		.home-button-a-two-line /* Added 8 May for Button Text Change */
		{
			line-height:normal !important;
			margin-top:14px;
		}
			div.home-button a:hover
			{
				color:#FF3CB0;
			}

/* ---- SECTION: CONTENT ---- */
div.section-links
{
	margin-left:42px;
	width:306px;
}
	h2.section-links-h2
	{
		color:#000;
	}
	
div.partner-links
{
}
	div.partner-link
	{
		width:190px;
		height:180px;
	}
div.world-links
{
	display:block;
}
	div.world-link
	{
		display:inline;
		width:164px;
		height:128px;
		float:left;
		margin-left:10px;
		margin-bottom:10px;
		background:#FFF;
	}

div.charter-logo
{
	float:left;
}

div.article-block
{
	display:block;
	padding:0.8em 0;
	border-top:solid 1px #9FB022;
}
	div.article-block h2
	{
		margin:0 0 0.4em 0;
	}

div.article-image
{
	float:left;
}
	div.article-image img
	{
		display:block;
	}
	span.image-caption
	{
		font-size:85%;
		font-style:italic;
	}

.media-release-list li
{
	margin-bottom:1em;
}

/* ---- SECTION: SIGN-UP ---- */
table.sign-up
{
	width:536px;
	margin:0 0 1.6em 0;
}
	table.sign-up td
	{
		padding:4px 0px;
		border:0;
	}
		table.sign-up td table
		{
			margin:0;
		}
			table.sign-up td table td
			{
				padding:1px 0px;
			}
	table.sign-up td.label { width:176px; }
	table.sign-up td.labelPink { width:176px;color:#EC008C }
	table.sign-up td.Pink { color:#EC008C }
	table.sign-up td.input { width:360px; }
	table.sign-up td.inputLarge { width:360px; }
	table.sign-up td.border-top { border-top:solid 1px #9FB022; }
	table.sign-up td.border-bottom { border-bottom:solid 1px #9FB022; }
	table.sign-up td.pad-left { padding-left:4px; }
	span.note { font-size:85%; font-style:italic; }
	select.numeric { width:48px; }

table.sign-up-submit
{
	margin:0 0 0.2em 0;
	background-color:#D0E066;
	border:solid 1px #9FB022;
}
	table.sign-up-submit td { border:0; vertical-align:top; }
	.submit-button { width:112px; height:28px; }
	.align-centre { text-align:center; }
	.required { color:#EC008C; font-weight:bold; display:none; }
	.validation-error { color:#EC008C; font-weight:bold; }
	table.instruments { width:354px; }

div#sign-up-error
{
	padding:0px 10px;
	background-color:#D0E066;
	border:solid 1px #9FB022;
}

/* ---- SECTION: PROGRAM ---- */
table.program-sub-nav
{

}
	table.program-sub-nav td
	{
		padding:0;
		width:132px;
	}

.alphabet-list
{
	margin:0em 0 0 86px;
	padding-top:5px;
}
	.alphabet-list li
	{
		float:left;
		list-style:none;
		width:15px;
		text-align:center;
	}
	.alphabet-list li#alphabet-list-item-numeric
	{
		width:39px;
		border-left:solid 1px #EC008C;
	}
	.alphabet-list li a
	{
		font-size:123.1%;
		font-weight:bold;
		text-decoration:none;
		color:white;
	}
	.alphabet-list li a:hover
	{
		color:#000;
	}
	.alphabet-list li.selected a
	{
		color:#000;
	}

div.program-artist
{
	border-top:solid 1px #9FB022;
}
	div.program-artist h3
	{
		margin:0.6em 0 0.4em 0;
	}
	div.program-artist h4
	{
		color:#000;
		margin-bottom:0.2em;
	}
	div.program-artist p
	{
		margin-bottom:0.6em;
	}
	p.program-artist-perf
	{
		margin-bottom:1em !important;
	}
	a.program-artist-link
	{
		color:#EC008C;
		font-size:85%;
	}

h3.program
{
	margin-bottom:0.4em;
}
h3.program a
{
	color:#EC008C;	
}
	h3.program a:hover
	{
		color:#960068;
	}
	
table.venue-view
{
	
}
	table.venue-view td
	{
		padding:0;		
	}
	table.venue-view td.l-col, table.venue-view td.r-col
	{
		width:248px;
	}
	table.venue-view td.l-col
	{
		border-right:solid 1px #FFF;
	}
	table.venue-view td.r-col
	{
		padding-left:16px;
		width:232px;
		vertical-align:top;
	}
	table.venue-view td p
	{
		font-size:85%;
		margin-right:16px;
	}
table.venue-view-fac
{

}
	table.venue-view-fac td
	{
		font-size:77%;
	}
h3.venue-view-schedule
{
	margin:0;
	margin-bottom:1em;
}

table.genre-select
{
	margin-top:1em;
}
	table.genre-select td
	{
		padding:0;
		width:62px;
		text-align:center;
		
	}
	table.genre-select td.wave
	{
		text-align:center;
		padding:16px 0;
		width:496px;
	}
		table.genre-select td a
		{
			font-size:85%;
			font-weight:bold;
			color:#EC008C;
			text-decoration:none;
		}
		table.genre-select td a:hover
		{
			color:#960068;
		}
table.time-select
{

}
	table.time-select td
	{
		width:165px;
		text-align:center;
	}
	
	
	
	
/*  SIGN IN  */
.membership-form-input-sign-in {color:#ec008c;}
.membership-form-watermark     {color:#ec008c;opacity:.8;}
	
	
/*Search*/
.searchBar {background-image:url(/_Img/Search/ddbck.jpg);width:521px;height:59px}
.artistBar {background-image:url(/_Img/Search/artistbck.jpg);width:517px;height:34px}