/* _________ Stylesheet for Silva 1.1 frontend _______________ */
/* _________ Silva users can insert their own frontend styles _________ */
/* _________ Styles modified here will affect the Silva preview  ______ */
/*
**  Instructions to set caching headers. Inside comments area to play nicer with CSS editors.
** ** 
** 
** 
** 
*/

#pagenav-schedule {
	margin: 0 auto 20px;
	width: 600px;
}
#pagenav-schedule h1 {
	background: url(http://www.circusminimus.com/images/schedule/header_sked.jpg) top left no-repeat;
	display: block;
	margin: 0 auto;
	padding: 0 50px 0;
	width: 339px;
	height: 100px;
}
#pagenav-schedule h1 span {
	display: none;
}

#schedule-list {
	font-size: 11px;
}
#schedule-list a {
	text-decoration: none;
}
#schedule-list table {
	border-spacing: 0;
	width: 100%
}
#schedule-list th {
	border-bottom: solid 1px #333;
	text-align: left;
	padding-left: 10px;
}
#schedule-list td {
	vertical-align: top;
	border-bottom: solid 1px #999;
	padding: 6px 0 6px 10px;
}
#schedule-list td.category {
	width: 160px;
}
#schedule-list td.date {
	white-space: nowrap;
}

/* sortable tables */
table.sortable a.sortheader {
	text-decoration: none;
	display: block;
color: #FF6600;
}
table.sortable span.sortarrow {
	text-decoration: none;
}



/* end cascade */