/*********************************************************************************/
/** Default Styles
/**
/** This section sets/resets the most common elements needed and constructs a
/** solid foundation on which to begin building a site.  
/*********************************************************************************/

html, body, ul, ol, li, dl, p, pre, dd, blockquote, 
h1, h2, h3, h4, h5, h6, a, form, label, fieldset, address {
	margin:0;
	padding:0;
	border:0;
}

/** Font size set to 100.01% to correct several browser bugs **/
html {
	font-size:100.01%;
}

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Arial, Verdana, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:0.75em;
	color:#e5edf2;
	background:#000;
	padding:1em;
	line-height:1.6; /* Unitless is important here */
}

a:link { color:#fff; text-decoration: underline; }
a:visited { color:#fff; text-decoration: underline; }
a:hover { color:#fff; text-decoration: none; }
	
img {
	border:0;
}
	
h1, h2, h3, h4, h5, h6 {
	padding:0;
	font-weight:normal;
	margin-top:0px;
	font-weight:bold;
	clear:both;
	color:#fff;
	margin-bottom:.5em;
}

h1 {
	font-size:1.9em;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.3em;
}

p {
	margin-bottom:1.4em;
	overflow:hidden;
	clear:both;
}

blockquote {
	background:url(../img/icons/quotes.gif) no-repeat;
	padding-left:30px;
}

small {
	font-size:.8em;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

pre {

}

code {
	font-family:"Courier New", Courier, monospace;        
	font-size:1em;
	border:1px dashed #CDCDCD;
	background:#F2F2F2;
	padding:1em;
	display:block;
}

address {
	font-style:normal;
	border:none;
}

abbr {
	cursor:help;
	border-bottom:1px dashed;
}

/** Lists **/

ul, ol {
	margin-bottom:1.5em;
	padding-left:0;
}

ul {
	list-style-type:none;
	margin-left:0;
}	

	ul li {
		padding-left:1em;
		margin-bottom:.6em;
		background:url(../img/icons/bullets/gt.gif) left .6em no-repeat;
		vertical-align:top;
	}

	ul.bulletless li {
		padding-left:0;
		background:none;
	}
	
ul.horizontal {
	padding:0;
	overflow:hidden;
	zoom:1;
}
	
	ul.horizontal li {
		float:left;
		margin-right:1em;
		display:inline;
	}
	
	ul.horizontal.bulletless li {
		padding-left:0;
		background:none;
	}
	
ol {
	list-style-type:decimal;
	margin-left:2em;
}	

	ol li {
		padding-left:0;
		margin-bottom:.6em;
		margin-left:10px;
	}		
	
/** Tables **/

table {
	width:100%;
	border:none;
	border-collapse:collapse;
}

/** Table used for data representation **/
table.data {
	margin-bottom:1.5em;
	width:100%;
}
	table.data thead tr{
		background:#282d31;
		color:#dcdcdc;
		font-weight:bold;
	}
	
	table.data td {
		vertical-align:top;
		padding:.5em;
	}
	
	table.data tr.odd td {
		background:#3c3c3c;
		border-top:1px solid #555;
		border-bottom:1px solid #555;
	}

/** Forms **/	

form {
	padding:0;
	margin:0;
	margin-bottom:1.5em;
}

	form.framed, form .framed {
		background:#F8F8F8;
		border:1px solid #ccc;
		padding:1em;
	}

	form p.row {
		margin-bottom:1em;
	}
	
	form p.row.error {
		background:#FFD8D1 none repeat scroll 0% 50%;
		border:1px solid #FF6242;
		padding:.4em;
	}

fieldset {
	border:1px solid #c2c2c2;
	padding:.5em;
	width:35em;
}
	
legend {
	background:none;
	border:none;
	font-weight:bold;
	padding:.5em;
}

label {
	display:block;
	margin-bottom:.3em;
	font-weight:bold;
}

	label.inline {
		display:inline;
		margin:0;
		padding-right:1em;
	}
	
	label.required .tag {
		font-weight:normal;
		font-size:.9em;
	}

input, input.text, textarea, select {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Arial, Verdana, sans-serif;
	font-size:1em;
	padding:.2em;
	color:#44464B;
}

input.text {
	width:300px;
}

	.aside input.text {
		width:15em;
	}

input.checkbox {
	margin:0;
	padding:0;
}

input.radio {
	margin:0;
	padding:0;
}
	
textarea {
	width:30em;
	height:10em;
}

select {
	width:300px;
}

	select optgroup {
		font-weight:bold;
		font-style:normal;	
	}

input.button {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Arial, Verdana, sans-serif;
	font-size:.9em;
	background:#d2d2d2 url(../img/buttons/grey/bg.jpg) top left repeat-x;
	border:3px double #bbb;
	padding:0.4em 0.9em;
	color:#44464B;
}

/** Special links **/

a.pdf {
	padding:5px 0 5px 20px;
	background:transparent url(../img/icons/filetypes/pdf.gif) no-repeat center left;
	line-height:1.7em;
}

a.word {
	padding:5px 0 5px 20px;
	background:transparent url(../img/icons/filetypes/word.gif) no-repeat center left;
	line-height:1.7em;
}

a.excel {
	padding:5px 0 5px 20px;
	background:transparent url(../img/icons/filetypes/excel.gif) no-repeat center left;
	line-height:1.7em;
}

a.txt {
	padding:5px 0 5px 20px;
	background:transparent url(../img/icons/filetypes/txt.gif) no-repeat center left;
	line-height:1.7em;
}

a.zip {
	padding:5px 0 5px 20px;
	background:transparent url(../img/icons/filetypes/zip.gif) no-repeat center left;
	line-height:1.7em;
}

a.external {
	padding:5px 13px 5px 0px;
	background:transparent url(../img/icons/external_link.gif) no-repeat center right;
}

a.previous {
	padding:5px 13px 5px 0px;
	background:transparent url(../img/icons/arrow_left.gif) no-repeat center right;
	line-height:1.7em;
}

a.next {
	padding:5px 13px 5px 0px;
	background:transparent url(../img/icons/arrow_right.gif) no-repeat center right;
	line-height:1.7em;
}

a.email {
	padding:5px 13px 5px 0px;
	background:transparent url(../img/icons/email.gif) no-repeat center right;
	line-height:1.7em;
}

a.magnifier {
	padding:5px 13px 5px 0px;
	background:transparent url(../img/icons/magnifier.gif) no-repeat center right;
	line-height:1.7em;
}

/** Errors **/	

.alert {
	padding:1em 2em .5em 4.5em;
	margin-bottom:1.4em;
}

	.alert ul {
		margin-bottom:0;
	}

		.alert ul li {
			background:url(../img/icons/bullets/gt.gif) left .6em no-repeat;
		}

	.alert.error {
		border-top:1px solid #ecd757;
		border-bottom:1px solid #ecd757;
		background:#fcf6d0 url(../img/icons/alerts/error_m.gif) 1.5em 50% no-repeat;
	}
	
	.alert.info {
		border-top:1px solid #ecd757;
		border-bottom:1px solid #ecd757;
		background:#fcf6d0 url(../img/icons/alerts/info_m.gif) 1.5em 50% no-repeat;
	}
	
	.alert.confirm {
		border-top:1px solid #ecd757;
		border-bottom:1px solid #ecd757;
		background:#fcf6d0 url(../img/icons/alerts/confirmation_m.gif) 1.5em 50% no-repeat;
	}
	
	.alert.warn {
		border-top:1px solid #ecd757;
		border-bottom:1px solid #ecd757;
		background:#fcf6d0 url(../img/icons/alerts/warn_m.gif) 1.5em 50% no-repeat;
	}


/** Positioning **/

.float_left {
	float:left;
	margin-right:5px;
}

.float_right {
	float:right;
	margin-left:5px;
}

.float_wrap {
	overflow:hidden;
	zoom:1;
}

/** Structure **/

.column {
	float:left;
	margin-right:2em;
}

	.column .last {
		margin-right:0;
	}

/*********************************************************************************/
/** Site-Specific Styles
/**
/** This section comtains styles specific to a site and that will most likely be
/** different from site to site.
/*********************************************************************************/

/** Structure **/

#wrapper {
	width:1098px;
	margin:2em auto;
	background:url(../img/subpage_bg.jpg) no-repeat;
}

	#wrapper.home {
		background:url(../img/home_bg.jpg) no-repeat;
	}

	#wrapper .container {
		width:747px;
		margin:0 auto;
		clear:both;
		padding-top:20px;
	}
	
  	#wrapper.home .container {
  		padding-top:0px;
  	}

#homelink {
  float:left;
  height:70px;
	width:360px;
	margin-left:5px;
	margin-top:10px;
	display:block;
	padding-top:60px;
}

  #homelink span {
		display:none;
	}

#topnav {
	margin:0;
	padding-top:35px;
	margin-bottom:5em;
}
	
	#wrapper.home #topnav {
		margin-bottom:1em;
	}

	#topnav a {
		width:100px;
		height:50px;
		display:block;
	}
	
	#topnav li a span {
		display:none;
	}
	
	#topnav li {
		float:none;
		padding:0;
		background:none;
		margin:0;
		display:block;
	}
		
	#topnav li.schedulelink {
		margin-left:60px;
	}
	
		#topnav li.schedulelink a {
			height:40px;
			width:110px;
		}

	#topnav li.backgroundlink {
		margin-left:130px;
	}
	
		#topnav li.backgroundlink a {
			height:30px;
			width:150px;
		}
		
	#topnav li.castinglink {
		margin-left:240px;
	}
	
		#topnav li.castinglink a {
			height:25px;
			width:110px;
		}
	
	#topnav li.storelink {
		margin-left:310px;
	}
	
		#topnav li.storelink a {
			height:30px;
			width:60px;
		}
		
	#flashplayer {
		margin-top:0px;
		width:150px;
		float:right;
	}

#content {
	overflow:hidden;
	zoom:1;
	clear:both;
}

	#wrapper.home #content {
		width:320px;
		/*background:url("/lib/template/img/black_overlay_30.png");
    padding:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    */
	}

#footer {
	margin-top:1em;
	text-align:center;
}

	#wrapper.home #footer {
		margin-top:140px;
	}

#partners {
	margin-bottom:3em;
}

	#partners .partner {
		vertical-align:middle;
		margin-right:60px;
	}
	
	#partners .partner.last {
		margin-right:0;
	}

#bottomnav {
	
}

	#bottomnav a{
		padding-left:30px;
	}

table.data.schedule {
	width:400px;
}

/* Image Headings */
.imgheading {
	text-indent:-9999px;
}

.imgheading.dl_marching_band {
	background:url(../img/headings/dl_world_tour.gif) no-repeat;
	width:237px;
	height:73px;
	margin-bottom:0;
}

.imgheading.dl_marching_band_2 {
	background:url(../img/headings/dl_world_tour_ii.gif) no-repeat;
	width:263px;
	height:73px;
	margin-bottom:0;
}

.imgheading.now_casting {
	background:url(../img/headings/now_casting.gif) no-repeat;
	width:172px;
	height:41px;
	margin-bottom:0;
}

#sponsors {
  text-align: center;
}