/*  LAYOUT */

* {
	padding: 0;
	margin: 0;
}
body {
	background: white;
	margin: 10px 10px 0px 10px;
}

ul, dl, embed {
	margin-left: 20px;
	margin-top: 10px;
}

dt {
	margin-top: 20px;
}

embed.audio, object.audio {
	height: 20;
	width: 340;
}

embed.video, object.video {
	height: 200;
	width: 200;
}

#branding {
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	color: #C36E00;
	letter-spacing: 0.4em;
	text-align: left;
}

#brandingTop {
	position: absolute;
	top: 30px;
	left: 165px;
	width: 500px;
	padding-left: 50px;
	font: 18px georgia;
	line-height: 24px;
}

#brandingBottom {
	position: absolute;
	top: 60px; 
	left: 165px;
	height: 60;
	width: 500px;
	padding-left: 50px;
	font: 12px georgia;
	line-height: 18px;
}

#brandingImage {
	horizontal-align: left;
	width: 164px;
}

#brandingBorder {
	position: absolute;
	top: 124px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #cc3300;
	border-bottom: 3px solid #cc3300;
}

#navBar {
	position: absolute;
	top: 132px;
	left: 0;
	height: 100%;
	width:  164px;
	background-color: white;
}

#rightBar {
	position: absolute;
	top: 132px;
	right: 0;
	height: 100%;
	width:  164px;
	border: 0px solid black;
}

#mainContent {
	position: absolute;
	top: 132px;
	left:  180px;
	height: 90%;
	margin-right: 175px;
	padding: 10px;
	text-align: left;
	border: 0px solid black;
}

#content-iframe {
	width: 80%;
	height: 95%;
	border: 0px solid red;
}

#navBar a {
	font: 11px georgia;
	color:  DarkSlateGray;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 16px;
	display: block;
	padding: 10px;
	border-bottom: 1pt solid gray;
	border-right-width: 0px; 
	border-left-width: 0px; 
}

#navBar a #subtitle {
	font: 10px georgia;
	font-weight: normal;
}
	
#navBar a:hover {
	color:#ffffff;
	background: #003366;
	border-bottom: 1pt solid black;
	border-right-width: 0px;
	border-left-width: 0px;
}

#mainContent {
	overflow: visible;
	width: 80%;
}

#copyright {
	padding-top: 60px;
	padding-left: 10px;
	vertical-align: bottom;
	margin-bottom: 20px;
	bottom: 20px;
	font-size: 10px;
}


/*  STYLES */

.subHeader, .linkName {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	margin-top: 30px;
	border-bottom: grey 1px dotted;
}

.bodyText, .linkDescription {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	color: gray;
	line-height:20px; 
	letter-spacing: 0.1em; 
	margin-top:0px;
}
	
.showTitle, .songTitle {
	font-style: italic;
	color: DarkSlateGray;
}

.troupeName {
	font-weight: bold;
	color: DarkSlateGray;
}

.linkName a {
	color:  DarkSlateGray;
	text-decoration: none;
}

.linkName a:hover {
	color: white;
	background: DarkSlateGray;
}

.thumbnail {
	width: 80px;
	float: right;
	vertical-align: top;
}
