@charset "utf-8";
/* CSS Document */

/* base */

div#content_outter{
	background: url(i/title_and_body_bg.jpg) repeat-x #454545;
	width: 100%;
}

div#content_inner{
	width: 990px;
	margin: auto;
	position: relative;
	padding-top: 120px;
	padding-bottom: 20px;
}

h1{
	color: white;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 22px;
}

h2{
	color: white;
	position: absolute;
	top: 20px;
	left: 300px;
	font-style: italic;
	font-weight: 100;
	font-size: 18px;
}

div#wrapper{
	background: #454545;
}

/* schedule */

table#calendar{
	width: 980px;
	margin: 10px 0px;
	border-left: solid 1px #bbb;
	border-top: solid 1px #bbb;
	background: white;
}

table#calendar th{
	height: 20px;
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}

table#calendar td{
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	height: 100px;
	width: 140px;
	vertical-align: top;
}

table#calendar td label{
	
}

div.event{
	text-align: center;
	position: relative;
}

/*
div.event div{
	position: absolute;
	top: -40px;
	left: -200px;
	width: 300px;
	border: solid 1px #999;
	text-align: left;
	padding: 5px;
	background: white;
	display: none;
}
*/

div.event div{
	position: absolute;
	bottom: 33px;
	left: -86px;
	width: 300px;
	border: solid 1px #999;
	text-align: left;
	padding: 5px;
	background: white;
	display: none;
}

div.event div img{
	float: left;
	margin-right: 5px;
}

div#month_name{
	font-size: 20px;
	text-align:center;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	color: white;
}

.month_inactive{
	color: #999;
}

/* shows */

div#shows_menu{
	width: 200px;
	float: left;
}

div#shows_menu ul{
	list-style: none;
	color: white;
	border-top: solid 1px #707070;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
	background: #373737;
}

div#shows_menu ul li{
	border-bottom: solid 1px #707070;
	padding: 5px;
}

li.show_hover{
	background: #454545;
}

li.show_active{
	background: #0d6a79;
}

div.show_info{
	width: 700px;
	float: left;
	margin-left: 30px;
	color: #353535;
	padding: 10px;
	background: white;
	border: solid 1px #5b5b5b;
}

div.show_info ul{
	margin-left: 40px;
	margin-bottom:10px;
}

div.show_info h3{
	font-size: 18px;
}

div.show_info p, div.show_info h3{
	margin-bottom: 10px;
}

img.headshot{
	float: right;
	border: solid 1px #5b5b5b;
	padding: 5px;
}

.month_inactive{
	color: #999;
}

.hide{
	display: none;
}