/* Aisha Williams Jan 2009 */
/* - - - - - - - - - - CSS RESET - - - - - - - - - - */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, 
pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;   
	padding: 0;    
	border: 0;    
	outline: 0;    
	font-weight: normal;    
	font-style: inherit;    
	font-family: inherit;    
	text-decoration: none;    
	vertical-align: baseline;
}
html{
    font-size: 100.01%;
}
body, html{
	height: 100%;
}
body {
	font: 11pt/16pt  Geneva, Arial, sans-serif;
	color: #333;
	text-align: left;
}
/*-------LINK COLORS------*/
a{
	text-decoration: none;
	color:#226fbf;
}

/*-------PAGE LAYOUT------*/
table.centeringTable{
}
#container {
	width: auto;
	margin: auto;
}
#langSwitch{
	display: none;
}
#mainContent{
	border: none; 
	height: auto;
	width: auto;
	background: none;
	margin-bottom: 0;
}
#col1 {
	/*float: left;
	width: 200px; Total width: 200px Total Height: 600px
	height: 460px;
	font-size: 0.857em;
	overflow: hidden;*/
	display: none;
}
#col2 {
	margin-left: 0;
	width: auto;  
	height: auto;
	padding: 0;
}
#mainNav{
	display: none;
}
#footer{
	display: none;
}
/*------- HTML REWRITES------*/
p{
	padding: .5em 0 1.5em;
}
em{
	font-style: oblique;
}
strong{
	font-weight: bold;
}
h1, h2, h3{
	letter-spacing: 0.05em;
	width: auto;
	color: inherit;
}
h1{
	margin: 20px 0 40px;
	font-size: 30pt;
}
h2, #discPage h2, #linksPage h2{
	font-size: 18pt;
	margin: 40px 0 20px;
}
h2.expander, h3.expander{
	margin-top: 10px;
	padding: 5px;
}
table{
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
.shaded, tr.shaded td{
	background: none;
}
img.floatLeft{
	float: left;
	padding: 0 15px 0 0;
}
img.floatRight{
	float: right;
	padding: 0 0 0 15px;
}
br.clearfloat{
	clear: both;
}
.clearRight{
	clear: right;
}
/*-------VIDEO LAYOUT ------*/
a.row{
	display: block;
	width: 96%;
	padding: 10px 2%;
	float: left;
}
a.row:hover{
	background-color: #001226;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.row img{
	padding-right: 20px;
}
/*-------DISCOGRAPHY LAYOUT ------*/
table.album{
	margin-top:10px;
}
table.album td{
	vertical-align: top;
}
table.album td.thumbnail {
	padding-right: 20px;
	width: 200px;
}
table.tracklisting{
	width: 360px;
}
table.tracklisting td{
	padding: 3px 5px 3px 10px;
}
.smallblurb{
	font-size: 8pt;
	letter-spacing: auto;
}
/*-------TOURS LAYOUT ------*/
table.tourlisting{
	width: auto;
}
table.tourlisting td{
	padding: 5px 3% 5px 0;
	vertical-align: top;
}
div.toggle div{
	margin: 0;
	padding-left: 5px;
	display: block;
}
ul.performancelist{
	margin-left: 120px;
	width: auto;
}
ul.performancelist li{
	padding: 3px 10px;
	list-style: none;
	font-size: inherit;
	letter-spacing: auto;
}

/*------- FORM LAYOUT ------*/
div#mc_embed_signup label{
	width: 220px;
	margin-right: 20px;
	display: block;
	float: left;
	text-align: right;
}
div#mc_embed_signup div{
	margin: 10px 0 10px 0px;
}
div#mc_embed_signup ul{
	margin-left: 240px;
	list-style: none;
}
div#mc_embed_signup li label{
	float: none;
	display: inline;
	text-align: left;
}
.btn{
	margin-left: 250px;
}
div.mce_inline_error{
	width: auto;
	margin: 0;
	display: inline;
	float: none;	
	text-align: left;
	color: red;
	padding-left: 10px;
}
.response{
	padding: 10px 0;
}	
#mce-error-response{
	color: red;
}
#mce-success-response{
	color: green;
}
input, select{
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
textarea{
	width: 200px;
	border: 1px solid black;
	color: #001d3b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
#bookingPage form div{
	padding: 10px 0;
}
#bookingPage form label{
	display: block;
}
.narrow{
	float: left; 
	width: 380px;
	padding-right: 20px;
}
