/*
 * BASE STYLES
 */
body {
	padding: 0;
	margin: 0;
	background: url(../images/bg.gif) repeat-x scroll left top;
}

h1 {
font-family:"Trebuchet MS",Georgia,Helvetica,Arial,sans-serif;
font-size:2em;
font-weight:normal;
letter-spacing:-1px;
}

h2 {
font-family: "Trebuchet MS",Arial,Verdana;
font-weight:normal;
color: #4B3905;
}

h3 {
}

h4 {
margin: 0;
padding: 0;
}

.event_name {
margin: 5px 0px 0px 0px;
}

.event_caption {
font-family: "Trebuchet MS",Arial,Verdana;
margin: 5px 0px 0px 0px;
color: #808355;
}

.event_date {
margin: 0px 0px 15px 0px;
font-size: 1.1em;
color: #666666;
}

.event_square {
float: left;
text-align: center;
margin: 0px 15px 5px 12px;
width: 100px;
}

table.calendar thead {
font-family:"Trebuchet MS",Arial,Verdana;
border-bottom: dashed #CDCDCD 1px;
}

div.event {
font-family:"Trebuchet MS",Arial,Verdana;
border-top: dashed #ADADAD 1px;
padding: 10px 0px;
background-color: #C3DEDF;
}

div.tip {
	margin-bottom: 2em;
	font-size: 0.9em;
}
span.tip {
	color: red;
	font-style: italic;
	text-transform: uppercase;
}

.inner {
width: 730px;
margin: 0 auto;
}
#banner {
padding: 10px 0;
height: 130px;
overflow: hidden;
}

#notice {
background-color: #f0f0f0;
}

#weeklies {
float: left;
}
#weeklies p {
text-align: center;
}
#weeklies p.mini {
font-size: 0.8em;
line-height: 1em;
}
#weeklies p.mini img {
	margin: 1em 0;
}

#intro {
        float: left;
	margin-bottom: 1em;
        width: 550px;
        margin-right: 20px;
}

#newsletter {
        float: left;
}

/*
 * TAB NAV
 */
.main_tabnav, .admin_tabnav {
	color: #3A301C;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
	margin-bottom: 1.5em; }

.main_tabnav ul, .admin_tabnav ul {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

.main_tabnav li, .admin_tabnav li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }

.main_tabnav a, a.active,
.admin_tabnav a, a.active {
	color: #3A301C;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	text-decoration: none; }

.main_tabnav a.active,
.admin_tabnav a.active {
	background: #9ECBCE;
	border:solid white 2px;
	border-top:0;
	padding-top: 3px;
	border-top:solid #9ECBCE 2px;}

.main_tabnav a:hover,
.admin_tabnav a:hover {
	background: #9ECBCE;
	color: white;
	border:solid white 2px;
	border-top:0;
	padding: 3px 8px 6px 8px;
	border-top:solid #9ECBCE 2px;}

.main_tabnav a:visited,
.admin_tabnav a:visited {
	color: #3A301C;}

.main_tabnav a.active:hover,
.admin_tabnav a.active:hover {
	background: #9ECBCE;
	color: white;}

.main_tabnav_content,
.admin_tabnav_content {
	font: 0.8em/1.2em "bitstream vera sans", verdana, sans-serif;
	text-align: justify;
	border-top: none;
	z-index: 2;	}

/*
 * CALENDAR
 */
.dayName th {
background-color: #3A301C;
line-height: 1em;
}
.otherMonth, .day, .specialDay {
border-right: 1px solid white;
}
.otherMonth {
  color: #c0c0c0;
  text-align: center;
}
.weekendDay {
  background-color: #f5f5f5;
}
.day, .specialDay {
  border-bottom: 1px dotted #bbbbbb;
}
.specialDay {
  background-color: #808355;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
}
.specialDay a:hover {
  color: white;
  background-color: #3A301C;
}
.today {
	background-color: #9ECBCE;
	color: white;
}
table.calendar thead {
	font-size: 1.5em;
	line-height: 1.5em;
}

table.calendar tbody {
	font-size: 0.9em;
}

table.calendar {
	margin-bottom: 3em;
}

/*
 * ROUNDED CORNERS
 */
.roundcont {
	background-color: #DCC866;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/round/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/round/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

div.even  { }
div.odd { background: #F3F3F3; }

body.mceContentBody {
background: white;
}

.newsletter_input {
margin-top: 2px;
border: solid #666666 1px;
}

#newsletter a {
font-weight: bold;
font-family: "Trebuchet MS",Arial,Verdana;
}
