body{
margin:0;
padding:0;
background:#f0e68c;
font-family:"trebuchet ms",trebuchet,arial,sans-serif;
font-size:80%;
line-height:1.5em;
}

b{font-size: 110%;}

.hidden{display:none;}
.add-this{
float:right;
margin:-10px 10px 0 0;
}
img {border:none;}

a {
color:#d2691e;
font-weight:700;
}

a:hover {
text-decoration:none;
color:#5E2605; 
background:#f0e68c;
}

#maincontainer{
width: 880px; /*Width of main container*/
margin: 1em auto; /*Center container on page*/
/*background-image: url('../images/faux_back_calendar_b.gif');
background-repeat: repeat-y;*/
background: #fcfaea /*#fefdf5*/;
}

#topsection{
background: #d3b566;
/* border-bottom:12px solid #f0e68c;
 height: 200px; Height of top section*/
}
#topsection img {
margin-left:12px;
margin-top:12px;
}

#topsection h1{
margin: 0;
padding-top: 12px;
font-family:georgia;
color:#d2691e;
font-variant:small-caps;
letter-spacing:.2em;
}

#contentwrapper{
float: left;
width: 100%;
background:#fff;
}

#contentcolumn{
margin: 0 223px 0 223px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 223px; /*Width of left column in pixel*/
margin-left: -880px; /*Set margin to that of -(MainContainerWidth)*/
background: none;
}

#rightcolumn{
float: left;
width: 223px; /*Width of right column*/
margin-left: -225px; /*Set left margin to -(RightColumnWidth)*/
background: none;
}

#footer{
clear: left;
width: 100%;
background: #d3b566;
color: #000;
padding: 4px 0;
min-height:80px;
}

#footer a{
color: #FFFF80;
}
#footer .right{
float:right;
}

.balloon{
margin: 12px; /*Margins for inner DIV inside each column (to provide padding)*/
/*margin-top: 0;*/
}

#footer .balloon{margin:1em 1em 1em 1em;} 

.calendar-banner {
border: 1px solid #d2691e;
}
/******************************************************************************
              Top Nav
*******************************************************************************/
#topnav {
padding: 2px 0;
margin-left: 0;
margin-bottom:0;
list-style-type: none;
text-align: right;
background:#f0e68c;
}
#topnav li {
display: inline;
margin: 0;
padding: 0;
}
#topnav li a {
font-weight: 400;
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
margin-bottom: 0;
border: 1px solid #d2691e;
border-bottom: none;
background-color: #d3b566;
color: #fff;
}
#topnav li a:hover{
background-color: #e2ce79;
color: #000;
}
#topnav li a:active{
color: #000;
}
/******************************************************************************
              Navigation Bar
*******************************************************************************/
#navcontainer {
width:880px;
background:#fff;
}

#navlist {
list-style: none;
padding: 0;
padding-left:10px;
margin: 0;
border-bottom:1px solid #d3b566;
}
#navlist li {
display: inline;
padding: 0;
margin: 0;
color:#d2691e;
}
#navlist li a {
font-size:1.1em;
font-variant:small-caps;
letter-spacing:.1em;
font-weight:700;
text-decoration:none;
color:#d2691e;
padding: 0 3px;
}
#navlist li a:hover { color:#966; background:#f0e68c;}

#navlist li #current { color: #fff; background:#d2691e; }
/******************************************************************************
              End Navigation Bar
*******************************************************************************/
h2 {
color:#d2691e;
font-size:2em;
line-height:1em;
font-weight:normal;
}
#rightcolumn h2, #leftcolumn h2  {
font-weight:normal;
font-size:1.5em;
letter-spacing: .1em;
font-variant: small-caps;
font-family: georgia;
line-height:1em;
}
h3 {
color:#d2691e;
font-size:1.5em;
line-height:1em;
font-weight:normal;
}
div.event-wrapper {
border-bottom:1px solid #d2691e;
}
div.event-wrapper h3 {
font-weight:700;
font-size:1.25em;
margin:0;
}
div.event-wrapper h4 {
font-weight:700;
font-size:1em;
margin:0;
color:#d2691e;
}
div.event-wrapper div.dates {
background:#f0e68c;
color:#333;
}
div.event-wrapper div.dates p {
margin:5px;
}

div.event-wrapper div.event h3 {
margin:0;
padding:0;
}

div.event-wrapper div.event p {
margin-top:0;
}

fieldset { border:none;/*border-bottom:1px solid #d2691e*/;}
legend, label {
font-weight:700;
color:#d2691e;
}

#calendar-search select { 
width:190px;
margin-bottom:5px;
}
#calendar-search option { font-size:1.25em; }

div.hang-checkboxes p {
margin-top:0;
margin-bottom:.2em;
clear:both;
float:none;
position:relative;
}

div.hang-checkboxes p input {
left:5px;
position:absolute;
}


div.hang-checkboxes p label {
display:block;
margin-left:30px;
font-size:.95em;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../images/button-back.gif) repeat-x left top;
}
.formbutton:hover {
background:url(../images/button-back-hover.gif) repeat-x left top;
}

#view-boast strong {
color:#666;
}

/*******************************************************************************
	newsletter
*******************************************************************************/
#newsletter {
margin-top:1em;
padding:0;
}
#newsletter form {
padding: 5px;
border: 1px solid #d2691e;
background: #f0e68c;
}
#newsletter acronym {
color:red;
}
#newsletter input {
border: 1px solid #d2691e; 
padding: 3px;
width:180px;
}

/*******************************************************************************
  maxsCalendar
*******************************************************************************/
.month{
    width:180px;
    float:left;
    border:1px solid #ccc;
    margin:8px;
    border-collapse:collapse;
}

td {
    border:1px solid #ddd;
    color:#555;
    padding:3px;
    text-align:right;
}

th {
    padding:5px;
	background-image: url(images/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
}

.actday{
	background-image: url(images/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
    font-weight:bold;
}

.eventday {
background-image: url(images/event_hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
    font-weight:bold;
}

.days{
    background-color:#f1f1f1;
}
