@charset "utf-8";
/* CSS Document */

.front_tease h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #AF0707;
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 1.1em;
}
.front_tease {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AF0707;
}
.quicklinks ul {
	margin: 0px;
	padding: 0px;
}
.quicklinks li {
	list-style-type: square;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -18px;
}
.quicklinks a {
	font-size: 0.8em;
	text-decoration: none;
	color: #333333;
}
.quicklinks a:hover {
	color: #AF0707;
	text-decoration: underline;
}
#right h1 {
	font-size: 1.3em;
	font-weight:300;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AF0707;
	padding-bottom: 3px;
}
#right h3 {
	font-size: 1em;
	font-weight: bold;
}
#right hr {
	color: #AF0707;
	font-size: 1px;
}
#right h3 a {
	color: #AF0707;
	text-decoration: underline;
}
#right h3 a:hover {
	text-decoration: none;
}
#right h5 {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}




#right {
	font-size: 0.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#right p a {
	text-decoration: underline;
	color: #AF0707;
}

#right p a:hover {
	text-decoration: none;
}
.newsadded {
	font-size: 0.7em;
	font-style: italic;
	text-align: right;
	color: #AF0707;
}

#nowplaying {
	text-transform: capitalise;
	margin: 0px;
	padding: 0px;
	float: left;
}
.lowercase {
	text-transform: lowercase;
}
.capitalise {
	text-transform: capitalize;
}
.scheduleheader {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	background-color: #E7EEEE;
	text-align: center;
}
#schedule {
	font-size: 0.8em;
}
#schedule a {
	color: #AF0707;
	text-decoration: none;
}
#schedule a:hover {
	text-decoration: underline;
}
.contactform {
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.contactform a{
	text-decoration: none;
	color: #0000FF;
}
.contactform a:hover {
	text-decoration: underline;
}
.small {
	font-size: 0.6em;
}
.form {
	font-size: 0.9em;
	color: #AF0707;
	border: 1px solid #000000;
	font-family: Tahoma, Verdana, Arial;
}

#leftmenu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#leftmenu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AF0707;
}
#leftmenu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AF0707;
	list-style-type: none;
	display: block;
}
#leftmenu li a {
	color: #000000;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
	width: 100%;
	text-indent: 10px;
	padding: 3px;
	font-weight: normal;
	line-height: 1em;
}
#leftmenu li a:hover {
	color: #AF0707;
}
#newsleft {
	float: left;
	width: 47%;
}
#newsright {
	float: right;
	width: 47%;
}

