/* @override http://localhost:8888/CMT%20New/css/style.css */

/* -------------------------------------------------------------- 
   
   REGULAR STYLING
   Designed and Developed by Daniel McCullum
   
-------------------------------------------------------------- */

a, a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
}

body {
	padding: 0;
	margin: 0;
	background: url(../images/lace.png) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#fff;
}

#top-wrapper {
	background: #000;
	height: 65px;
}

#title {
	height: 65px;
	background: url(../images/title.png) no-repeat left 20px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table-cell; 
	vertical-align: middle;
	#position: absolute; 
	#top: 50%;
	
}

#nav li {
	margin: 0;
	padding: 0;
	float: right;
}

#nav {
	display: table;
	height: 65px;
	position: relative;
	overflow: hidden;
		font-size: 15px;
}

#nav a {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 0 25px;
	height: 65px;
	position: relative;
	top: -50%;
	border: none;
	
}

#nav a:visited {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 0 25px;
	height: 65px;
	position: relative;
	top: -50%;
	border: none;

}


#nav a:hover {
	color: #fff;
}

.content-nav {
	margin-top: 20px;
	position: relative;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content-nav ul {
	margin-top: 0px;
	padding: 0;
	list-style: none;
}

.content-nav li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

.content-nav a, a:visited {
	color: #ccc;
	text-decoration: none;
	text-transform: none;
	border: none;
}

.content-nav a:hover {
	color: #fff;
}

#banner-wrapper {
	margin-top: 30px;
	position: relative;
	
}

#banner-wrapper img {
	margin-top: 20px;
	z-index: 10;
}

p.banner-caption {
	z-index: 100; /*add ie-conditional style for bg color */
	color:#bbb;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right:0px;
	margin:0 20px;
	padding:10px 10px;
	background: url(../images/caption90.png) repeat;
	width: 920px;
	font-size: 13px; /* Convert to em */
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
}

#content-wrapper {
	padding-top: 0px;
	background: ;
	font-size: 13.5px; /* Convert to em */
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
	line-height: 150%;
}

#middle {
	background: #240000 url(../images/grad-body.png) repeat-x;
	width: 980px;
	margin: 0 auto;
}

#content-wrapper h3 {
	margin-top: 20px;
	font-weight: normal;
	font-size: 23px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.rehearsal-list {
	
}

#content-wrapper ul.show-dates {
	margin: 0 0 0 160px;
}

#mini-schedule ul,li {
	
}

.mini-event {
	padding: 0 0 15px 0;
}

div.section {
	padding: 0 0 20px 0;
}

dl {
	font-size: 12px;
}

dt {
	display: none;
}

dd {
	margin: 0;
	padding: 0;
}

img.float-left {
	float:left;
	margin: 0 20px 20px 0;
}

#footer-wrapper {
	padding:0 20px 20px 20px;
	margin:0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ba8f8f;
}

#footer-wrapper p {
	padding:0;
	margin:0;
}

#footer-wrapper hr {
	background-color: #634141;
	padding: 0;
	margin: 0 0 10px 0;
}

a img {
	border: none;
}

.sponsors {
font-size: 13px; /* Convert to em */
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
	line-height: 150%;
	}
	
div#banner-img p {
	opacity: 0.75;
}

div#banner-img:hover p {
	opacity: 1.0;
}