/* standard elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #222 url('../images/bg_blue.gif') repeat-x left top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #444;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}

a img { border: 0; }
img { background: #ddd; }
td { vertical-align: top; }

img.border, div.border { border: 1px solid #444; }

a {color: #069; text-decoration: underline;}
a:hover {color: #02f; text-decoration: underline;}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1, h2, h3, h4, h5, h6, 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: Georgia, "Times New Roman", Times, serif; padding-top: 6px; color: #06c; margin-bottom: 4px; text-decoration: none;}
h1, h2 {font-size: 1.4em; color:#777777; display: block; padding-bottom: 0.1em; border-bottom: 1px solid #ccc;}
h3 {font-size: 1em; text-decoration: none; }

input.inbox { color: #555; }

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clr {clear: both; font-size: 0;}
.left, .floatleft {float: left;}
.right, .floatright {float: right;}

.column { float:left; margin: 0;}

.halves { width: 47%; }
.thirds { width: 30%; }
.quarters { width: 24%; }

/* structure */
.wrapper {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	text-align: left;
}

/* header & title */
#header {
	background: #000 url('../images/header_blue.jpg') no-repeat left 16px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1.sitename {
	display: none;
	color: #888;
	padding-top: 50px;
}

/* main */
#main {
	border-left: 1px solid #cb8;
	border-right: 1px solid #cb8;
}

/* content */
.content {
	float: right;
	width: 553px;
	line-height: 1.6em;
	margin: 0; 
	padding: 5px 10px 3em 15px;/* adjust width to match 578 - h-margin */
}
.descr {
	display: block;
	width: 300px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #999;
	font-weight: bold;
}

.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

.content .left { float: left; padding: 0; margin: 0 10px 0 0; }

.content .right { float: right; padding: 0; margin: 0 0 0 10px;}

/* top navigation */
#topnav {
	background: #000 url('../images/topnav.gif') no-repeat left bottom;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 100%;
	font-weight:bold;
	color: white;
	padding:0 10px 0 200px; margin: 0;
	text-align: right;
	height: 34px;
}
#topnav ul { float: right; margin:0; padding:0; display: inline;  list-style: none;    } 
#topnav li { display: block; float:left; margin: 0;  padding: 0px; list-style: none; background: transparent;}
#topnav a{ font-weight: normal; display: block; padding: 0px 10px; white-space: nowrap; line-height: 34px; color: #ffffff;  text-decoration: none; }
#topnav a:hover{ font-weight: normal; text-decoration: none; color: #006699}


/* side navigation */
#sidebar {
	background: white url(../images/sidecol.gif) no-repeat right top;
	min-height: 300px;
	float: left;
	width: 200px;
	margin-bottom: 3em;
}
#sidebar ul.nav {
	padding: 0px 0px 20px 0px;
}
#sidebar ul.nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #999;
	display: block;
	padding: 5px 0px 5px 5%;
	text-decoration: none;
	width: 95%;
	text-transform: uppercase;
}
#sidebar ul.nav li a:hover {
	color: #069;
	text-decoration: underline;
}

/* sidebar news */
table.news { border-collapse: separate; }
table.news tr td { padding: 4px; font-size:11px;}

/* footer */
#footer {
	background: #000;
	color: #ddd;
	font: bold0.75em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
#footer a {
	color: #f0f0f0;
	text-decoration: none;
}
#footer a:hover {color: #ccc; text-decoration: underline;}


/* fieldset boxes */
fieldset {margin:0 10px; padding: 5px;}
fieldset legend {font-size: 1.1em; border:0; color: #0066cc;}
fieldset {}


/* forms */
form,input {margin: 0; padding: 0;}
form {display: inline; }
input.text, textarea, select { background: #f0f0f0; color: #555; border: 1px solid #0c8; }
input.button { border: 1px solid #999999; background: #ccc;}


/* product boxes (event page ticket purchases) */
.productbox { background: #f0f0f0; color: #000; padding: 1em; font-size: 0.8em; border:1px solid #aaa; }


/* special objects */

/*  --featured events panel */
.featured {
width: 550px;
overflow: hidden;
}
.featured td { padding: 7px; border-right: 1px solid #d0d0d0; }
.featured img {margin: 0 auto; }
featured .descr {padding-left:0; margin-left: 0; text-align: left;}
.featured p, .featured td p {margin:0; padding: 0;}
.featurehead { display: block; font-family: Georgia, "Times New Roman", Times, serif; padding-top: 6px; margin-bottom: 4px; font-size: 1.1em; font-weight: bold;text-decoration: underline; }
.featured a { color: #069; }
.featured a:hover { color: #02f; }


/* calendar */
table.calendar {border: 0; width: 155px;}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 19px; height: 10px; font-size: 9pt;}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 10pt; font-weight: bold;}

table.prevnext {width: 100%; margin-top: .3em;}
table.prevnext td{
	font-size: smaller;
}
table.prevnext td a{text-decoration: none}
table.calendar td #today {font-weight:bold; display:block; background:#ddd; color:#000; text-decoration:none}

