/* 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 {
	background: #001226 url(../images/background_site.jpg) repeat-x fixed top;
	text-align: center;
	font: .875em/1.5  Geneva, Arial, sans-serif;
	color: #7ea9d7;
}
/*-------LINK COLORS------*/
a:link{
	text-decoration: none;
	color:#226fbf;
}
a:visited{
	text-decoration: none;
	color:#6A8199;
}
a:hover{
	text-decoration: none;
	color:#00B4EF;
}
.hover{
	cursor: pointer;
	background: #000;
	
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;

}
/*-------PAGE LAYOUT------*/
table.centeringTable{
	height: 100%;
	width: 100%;
}
table.centeringTable td{
	vertical-align: middle;
}
#container {
	width: 900px;
	margin: auto;
	text-align: left;
}
#langSwitch{
	text-align: right;
	margin-bottom: 5px;
}
#mainContent{
	border: 1px solid #004184; 
	height: 600px;
	width: 100%;
	background: #001226;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 5px  #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}
#col1 {
	/*float: left;
	width: 200px; Total width: 200px Total Height: 600px
	height: 460px;
	font-size: 0.857em;
	overflow: hidden;*/
	display: none;
}
#col2 {
	margin-left: 240px;
	width: 620px;  /*Total width: 660px Total Height: 600px Left Margin: 20px*/
	height: 520px;
	padding: 40px 40px 40px 0;
	overflow: auto;
}
#mainNav{
	margin-bottom: 10px;
	border: 1px solid #004184;
	height: 40px;
	-moz-box-shadow: 0px 0px 5px  #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}
#mainNav li{
	list-style: none;
	float: left;
}
#mainNav a.nav{
	display: block;
	height: 40px;
	background: url(../images/navigation.jpg) no-repeat;
	text-indent: -9999px;
}
#footer{
	width: 100%;
	font-size:  0.714em;
	color: #004184;
	margin-bottom: 20px;
	clear: both;
}
#footer a, #footer a:visited {
	color: #004184;
}
#footer h3{
	clear: none;
	font: 1em/1.5 Geneva, Arial, sans-serif;
	font-weight:normal;
}
#textNav{
	list-style: none;
	float: right;
}
#textNav li{
	float: left;
	padding-right: 5px;
}
#subnav{
	padding: 1em 0 0 1.5em;
	margin-top: 30px;
}
#subnav ul{
}


/*------- HTML REWRITES------*/
p{
	padding: .5em 0 1.5em;
}
em{
	font-style: oblique;
}
strong{
	font-weight: bold;
}
h1, h2, h3{
	letter-spacing: 0.03em;
	width: 100&;
	color: #226fbf;
}
h2{
	font-size: 1.571em;
	margin-top: 30px;
}
h2.expander, h3.expander{
	margin-top: 10px;
	padding: 5px;
}
.linksPage h2{
	margin-top: 40px;
}
.discPage h2{
	margin-top: 50px;
}
table{
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
.shaded, tr.shaded td{
	background: #00152e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
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: 0.714em;
	letter-spacing: 0.08em;
}
/*-------TOURS LAYOUT ------*/
table.tourlisting{
	width: 90%
}
table.tourlisting td{
	padding: 5px 3% 5px 0;
	vertical-align: top;
}
div.toggle div{
	margin: 0 0 30px;
	padding-left: 5px;
}
ul.performancelist{
	margin-left: 120px;
	width: 450px;
}
ul.performancelist li{
	padding: 3px 10px;
	list-style: none;
	font-size: 0.714em;
	letter-spacing: 0.08em;
}

/*------- 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;
}
