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: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* *************************
 * MAIN
 *************************** */
body {
	background-color: #333;
	font-family: Georgia, "Palatino Linotype", Palatino, serif;
	font-size: 15px;
	color: #333;
	line-height: 1.5em;
}


/* main columns */
#main {
	background: #eee url(images/top-bg.jpg) no-repeat top center;
}
#top {
	padding: 20px 0;
}
.container {
	width: 960px;
	margin: 0 auto;
}
.col_left {
	float: left;
	width: 650px;
	margin: 0 50px 30px 0;
}
.col_right {
	float: left;
	width: 250px;
}
.sponsors {
	background: url(images/side-tile.png) repeat-y;
	text-align: center;
	padding: 10px 35px;
}

#logo {
	width: 240px;
	height: 211px;
	float: left;
	margin-right: 15px;
}
#date_header {
	float: left;
	margin-right: 25px;
}
#mesh {
	font-size: .9em;
	color: #222;
	line-height: 1.4em;
	text-align: center;
	float: left;
	width: 185px;
	margin-top: 20px;
	padding: 10px;
}

/* navigtion */
.ibw_trumpet {
	margin: 0 auto 0 auto;
	display: block;
	width: 300px;
	
}
.left_menu, .left_menu:link, .left_menu:active, .left_menu:visited {
	margin: 0 auto;
	display:block;
	width: 160px;
	height:40px;
	background: url(images/black-trans.png);
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}
.left_menu:hover {
	margin: 0 auto 0 auto;
	border-bottom: 1px #000;
	display:block;
	width: 160px;
	height:40px;
	color: #fff;
	background-color: #1765a6;
	text-decoration:none;
}
.left_menu_current, .left_menu_current:link, .left_menu_current:active, .left_menu_current:visited {
	margin: 0 auto;
	display:block;
	width: 160px;
	height:40px;
	color: #fff;
	background: #e33a2c;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}
.left_menu_current:hover {
	margin: 0 auto 0 auto;
	border-bottom: 1px #000;
	display:block;
	width: 160px;
	height:40px;
	color: #fff;
	background-color: #1765a6;
	text-decoration:none;
}
.nav {
	width: 800px;
	font-size: 12px;
	font-weight:normal;
	text-transform:uppercase;
	padding: 60px 0;
	margin: 0;
	clear: both;
}
.nav li {
	list-style: none;
	float: left;
	display: block;
}
.nav li a:link, .nav li a:active, .nav li a:visited {
	background: url(images/black-trans.png);
	color: #000;
	display: block;
	float: left;
	padding: 8px 10px;
	text-decoration: none;
}
.nav li a:hover {
	background-image: none;	
	color: #fff;
	background-color: #1765a6;
}
.nav .current a:link, .nav .current a:active, .nav .current a:visited {
	color: #fff;
	background: #e33a2c none;
	text-transform: uppercase;
}
.nav .current a:hover {
	background: #1765a6 none;
	text-decoration: none;
}
#spacer_1 {
	background-color: #1765a6;	
}

#spacer_2 {
	background-color: #1765a6;	
}
#spacer_3 {
	background-color: #1765a6;	
}

/* forms */
input, textarea {
	font-family: Georgia, "Palatino Linotype", Palatino, serif;
	font-size: 15px;
	padding: 5px;
}


/* footer */
#footer {
	background: url(images/foot-top.gif) repeat-x;
	color: #ccc;
	padding: 7px 0 100px;
}
#footer a {
	color: #ccc;
}



/* *************************
 * TEXT
 *************************** */

.centertext {
 	text-align:center;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 1.1em 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.hl {
	background-color: #ccc;
	padding: 1px 2px;
}
.green {
	color: #55b74c;
}
.orange {
	color: #f19226;
}
.blue {
	color: #1765a6;
}

/* headers */
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	line-height: 1em;
	margin-bottom: 10px;
}
h1 {
	font-size: 40px;
	color: #000;
	letter-spacing: -2px;
	margin-bottom: 25px;
}
h2 {
	font-size: 42px;
	color: #1765a6;
	letter-spacing: -2px;
	margin-bottom: 5px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
.h7 {
	font-size: 30px;
	font-weight: bold;
	color: #1765a6;
	letter-spacing: -2px;
	margin-bottom: 5px;
}
.h8 {
	font-size: 22px;
	color: #e33a2c;
}
.h9 {
	font-size: 22px;
	color: #000;
}

.h9 {
	font-size: 16px;
	color: #000;
}

/* lists */
ul, ol {
	margin: 0 0 1.5em 30px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}

ul.list_block {
	list-style: none;
	margin-left: 0;
}
ul.list_block a:link, ul.list_block a:active, ul.list_block a:visited {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 5px 1px;
}
ul.list_block a:hover {
	background: url(/images/black-trans.png);
}



/* *************************
 * ALIGNMENT AND SPACING
 *************************** */
.clearb {
	clear: both;
}
.hide {
	display: none;
}
.nomargin {
	margin: 0;
}
.line_grey {
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 1.6em 0;
	overflow: hidden;
}

.photo {
	width: 100px;
	margin-right: 15px;
}
.photo_div {
	background: url(/images/masters/master-bg-green.gif) no-repeat;
	position: absolute;
	width: 155px;
	height: 160px;
	top: 0;
	left: 0;
}
/* *************************
 * PAGE SPECIFIC
 *************************** */

/* masters */
.page_masters h2 a:link, .page_masters h2 a:active, .page_masters h2 a:visited {
	font-size: 32px;
	font-style: italic;	
	color: #1765a6;
	line-height: 1em;
}
.page_masters h3 {
	margin-bottom: 20px;
}
.master {
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
.master_photo {
	background: url(/images/masters/master-bg-green.gif) no-repeat;
	position: absolute;
	width: 155px;
	height: 160px;
	top: 0;
	left: 0;
}
.master_photo.orange_splat {
	background: url(/images/masters/master-bg-orange.gif) no-repeat;
}
.master_photo.blue_splat {
	background: url(/images/masters/master-bg-blue.gif) no-repeat;
}
.master_photo img {
	margin: 20px 0 0 22px;
}
.master_info {
	padding-left: 155px;
}
.master_type {
	border-top: 2px solid #000;
	border-bottom: 1px solid #ccc;	
	margin-bottom: 20px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.concert_type {
	border-bottom: 1px solid #ccc;	
	margin-bottom: 20px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.concert_type div {
	clear: both;
	padding-top: 15px;
}

.master_type div {
	clear: both;
	padding-top: 15px;
}
ul.master_links {
	font-size: 15px;
	letter-spacing: normal;
	padding: 0;
	margin: 0;
		clear: both;
}
.master_info div {
	clear: both;
	padding-top: 15px;
}


/* contact form */
#contact_form #name, #contact_form #email, #contact_form #message {
	width: 250px;
	margin: 0 10px 7px 0;
	vertical-align: middle;
}
#contact_form label {
	display: block;
}
#contact_form p {
	clear: both;
	margin-bottom: 5px;
}
#contact_form #message {
	width: 375px;
	height: 110px;
	margin-right: 10px;
	vertical-align: top;
}
#contact_form #copy {
	float: left;
	margin-right: 10px;
}
#contact_form img {
	vertical-align: middle;
	display: none;
}
.error {
	background-color: #ed4334;
	color: #fff;
	padding: 1px;
}
#sent {
	display: none;
	margin-bottom: 20px;
}


#schedule {
	background: url(/images/black-trans.png);
}
#schedule h3 {
	margin: 0;
}
#schedule td, #schedule th {
	font-size: 20px;
	color: #000;
	line-height: 1.2em;
	letter-spacing: -1px;
	text-align: center;
	padding: 8px 4px;
	vertical-align: middle;
}
#schedule td.break {
	background-color: transparent;
}



/* *************************
 * BLOG STYLES
 *************************** */

h2 a:link, h2 a:active, h2 a:visited {
	color: #1765a6;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
.post_date, .post_comments {
	font: bold 22px Helvetica, Arial, sans-serif;
	color: #888;
	float: right;
	margin-bottom: 10px;
}
.post_comments {
	float: left;
}
.post_content {
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
}

.comment {
	background-color: #ddd;
	margin-bottom: 10px;
	padding: 10px;
}
.comment.dark {
	background-color: transparent;
}
.comment_date {
	float: right;
}
.comment_author, .comment_date {
	margin-bottom: 5px;
}

a.more-link:link, a.more-link:active, a.more-link:visited { }
a.more-link:hover { }


/* add comment form */
#comment_form, #respond {
}
#comment_form #author, #comment_form #email, #comment_form #url {
	width: 250px;
	margin-bottom: 7px;
}
#comment_form label {
	display: block;
}
#comment_form p {
	clear: both;
	margin-bottom: 4px;
}
#comment_form #comment {
	width: 400px;
	height: 125px;
}

.img_float {
float:left;	
padding-right: 10px;
}



