/******************************************************************************/
/* GENERAL ********************************************************************/
/******************************************************************************/
body
{
	background: #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
	background: #FFFFFF;
}

#debug
{
	font-size: 12px;
	color: #000000;
	background: #CCCCCC;
	line-height: 1.5;
	padding: 15px;
}

#canvas
{
	position: relative;
	background: #FFFFFF;
	color: #000000;
	width: 760px;
	text-align: left;
}

/******************************************************************************/
/* HEADER *********************************************************************/
/******************************************************************************/
#canvas #header
{
	height: 133px;
	color: #FFFFFF;
	background: #A5391F;
}

#canvas #header #intro_img
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	height: 133px;
	width: 758px;
}

/******************************************************************************/
/* TOP NAVIGATION *************************************************************/
/******************************************************************************/
#canvas #navigation
{
	font-size: 12px;
	height: 32px;
	background: url("../images/bg.gif") repeat-x bottom;
}

#canvas #navigation #menu
{
	float:left;
	width:600px;

	font-size:93%;
	line-height:normal;
}

#navigation #menu ul
{
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

#navigation #menu li
{
	float:left;
	background:url("../images/left.gif") no-repeat left top;
	margin:0px;
	padding:0 0 0 9px;
}

#navigation #menu a,
#navigation #menu a:hover
{
	float:left;
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:4px 15px 4px 6px;
	font-weight:bold;
	margin-right: 1px;
}

#navigation #menu #current 
{
	background-image:url("../images/left_on.gif");
}

#navigation #menu #current a
{
	background-image:url("../images/right_on.gif");
	padding-bottom:5px;
}

/******************************************************************************/
/* RIGHT BAR ******************************************************************/
/******************************************************************************/
#canvas #subnavigation
{
	font-size: 12px;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	display: block;
	float: right;
	width: 180px;
	padding: 10px;
	height: 100%;
}

#canvas #subnavigation #submenu
{
	background: #EEE8CD;

	color: #000000;
}

#canvas #subnavigation #submenu #title
{
	background: #A5391F url("../images/submenu.gif") no-repeat bottom right;
	height: 18px;
	padding-left: 2px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
}

#canvas #subnavigation #submenu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #A5391F;
}	

#canvas #subnavigation #submenu ul li
{
	padding: 5px;
	text-align: right;
}

#canvas #subnavigation #submenu ul li a
{
	padding: 1px;
	background: #EEE8CD;
	color: #000000;
	display: block;
}

#canvas #subnavigation #submenu ul li a:hover
{
	background: #E5896F;
	color: #000000;
	display: block;
}

#canvas #subnavigation #calendar
{
	background: #EEE8CD;

	color: #000000;
}

#canvas #subnavigation #calendar #cal_title
{
	background: #A5391F url("../images/submenu1.gif") no-repeat bottom left;
	height: 18px;
	padding-right: 2px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	text-transform: capitalize;
}

/******************************************************************************/
/* CONTENT ********************************************************************/
/******************************************************************************/

#canvas #content_nowrap
{
	padding: 15px 0px 15px 15px;
	font-size: 90%;
	width: 550px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#canvas #content_nowrap table,
#canvas #content_wrap table
{
	font-size: 100%;
}

#canvas #content_wrap
{
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 15px;
	font-size: 90%;
}

#canvas #content_nowrap h1,
#canvas #content_wrap h1
{
	font-size: 140%;
}

#canvas #content_nowrap h2,
#canvas #content_wrap h2
{
	font-size: 120%;
	font-style: italic;
	color: #A5391F;
	background: #FFFFFF;
}

/******************************************************************************/
/* FOOTER *********************************************************************/
/******************************************************************************/
#canvas #footer
{
	background:#FFFFFF url("../images/footer_bg_show.gif") repeat-x bottom;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 5px;
}

#canvas #footer #copyright,
#canvas #footer #copyright a
{
	padding-top: 2px;
	font-size: 8px;
	color: #FFFFFF;
	background: transparent;
	text-align: center;
}

/******************************************************************************/
#content_nowrap .news_item
{
	padding-bottom: 20px;
}

.news_item .news_title
{
	font-weight: bold;
	font-size: 130%;
	padding: 2px;
	background: #A5391F;
	color: #FFFFFF;
	font-variant: small-caps;
}

.news_item .news_content
{
	margin-left: 30px;
	border-left: 2px solid #A5391F;
	padding-left: 5px;
	margin-top: 0px;
}

.news_item .news_content .news_meta
{
	font-style: italic;
	margin-top: 10px;
	font-size: 80%;
}

/******************************************************************************/
.rehearsal
{
	margin-bottom: 20px;
}

.rehearsal .rehearsal_day
{
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	background: #EEE8CD;
	padding: 5px;
	border: 1px solid #A5391F;
}

.rehearsal table
{
	border: 1px solid #A5391F;
}

.rehearsal td
{
	border: 1px solid #A5391F;
	padding: 5px;
}
