@charset "UTF-8";

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

a img { border:0; }

li.active 
	{
	text-decoration: underline;
	}

a:visited 
	{
	border:0;
	}

#nav-menu {
	float: left;
	width: 340px;
}

/* Links */

a {
	color: #0D5F84;
	text-decoration: none;
	outline: none;
}

a img { border: none; }

.program { font-size: 15pt; font-weight: bold; color: #000; text-decoration: none; }

.quick {font-size: 11pt; color: #135A7B; font-weight: bold;  text-decoration: none; margin-left: 0px; }

.news {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}


/* End Links */

/* CSS Document */

#nav-menu ul
{
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2em;
	width: 200px;
}

#nav-menu li a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
}

#nav-sub li
{
	list-style: none;
	color: #FF3333;
	font-weight:bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

#content {
	background: #000;
	top: 0px;
	color: #FFFFFF;
	left: 340px;
	position: absolute;
	width: 650px;
}
#footer {
	background: #000;
	font-size: x-small;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	line-height: 2em;
}
li.first {
	padding-top: 6px;
}
#body {
	padding-top: 2em;
	padding-right: 8em;
	padding-bottom: 2em;
}
#body a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #366A93;
	text-decoration: none;
}
#bodyheader {
	padding-top: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
li.event {
	color: #498FC7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	max-width: 200px;
	line-height: 1.2em;
	padding-bottom: 6px;
}
li.last {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	padding-right: 0px;
	margin-right: 10px;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 1px;
	color: #498FC7;
}
a.event {
	font-weight: bold;
	text-decoration: none;
	color: #498FC7;
	list-style: none;
}
li.city {
	color: #FF3333;
	font-size: 11px;
	text-decoration: none;
	list-style-image: none;
}
#news {
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
	max-width: 200px;
	text-decoration: none;
	padding-left: 40px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 40px;
	margin-bottom: 10px;
}
.imagePadding {
	margin-right: 40px;
	margin-bottom: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ------------------------------------------ */
/* SIDEBAR FROM SCOTT + ART */
/* ------------------------------------------ */  

h4 { color: #fff; font-size: 28px; margin-top: 5px; }

.newsfeed {
	margin-right: 10px;
}

.newsfeedtext {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
	line-height: 1.6;
	margin-top: 5px;
}

.post_date {
	float: left;
	height: 50px;
	width: 250px;
	margin: 10px;
	text-align: left;
	font-size: 11px;
	margin-left: 20px;
	line-height: 1.4em;
}

#sidebarwrapper
	{
	float: left;
	width: 300px;
	margin: 10px;
	margin-left: 20px;
	margin-top: 0px;
	}
	
.sidebarbox
	{
	width: 100%;
	margin: 0px auto;
	}
.post_full_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
}
	
.sidebarboxtop
	{
	width: 100%;
	height: 22px;
	background: url(images/sidebar_box_top.jpg) repeat-x;
	}
	
.sidebarboxmain
	{
	width: 100%;
	background: url(images/sidebar_box_main.jpg) repeat-y;
	}
	
.sidebarboxbottom
	{
	width: 100%;
	height: 22px;
	background: url(images/sidebar_box_bottom.jpg) repeat-x;
	}
	
.sidebartext
	{
	margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 0px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	}
	
.sidebartext ul li
	{
	margin-left: -50px;
	padding-top: 15px;
	}

.sidebarbox ul
	{
	margin-left: 60px;
	}

