<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/
div#rap {background: #fff; width:735px; margin: 15px auto; padding: 15px; font-size: 0.9em; overflow: hidden;}
div#header {border: 1px solid #000; height: 75px; margin: 0 0 15px 0; padding:0; text-align: right; background: url(../images/header.jpg) top left no-repeat #5f5e2e;}
div#content {background-color: #bad6c8; padding:15px 0 15px 0; margin: 0; text-align: left;}

div#content h2 {margin-left: 25px; color: #e7821d;}

div#footer {margin: 0; margin-top: 15px; padding:0; clear: both; color: #999; background: #898858; text-align:center;}
div#footer p{margin: auto auto; padding: 10px; color: #4e4d1d;}
div#footer p a:link, div#footer p a, div#footer p a:visited, div#footer p a:active, div#footer p a:hover{color: #4e4d1d;}

div#rap div#footer p{margin: auto auto;}


div#header h1{margin: 10px 0 0 10px;; padding:0; font-size: 1.5em; text-align: left; color: #fff;}
div#header h1 a, div#header h1 a:link, div#header h1 a:visited, div#header h1 a:active, div#header h1 a:hover{text-decoration: none; color: #FFF;}
div#header ul{margin: 20px 25px 15px auto;}
div#header ul li{display: inline; padding-left: 5px; padding-right: 5px;}
div#header ul li a, div#header ul li a:link, div#header ul li a:visited, div#header ul li a:active{
	font-weight: bold;
	color: #FFF;
}
div#header ul li a:hover{	text-decoration: none;}

a, a:link, a:visited, a:active, a:hover{ font-family:arial, helvetica; color:#00F; text-decoration:underline; }
a:hover{text-decoration: none;}

body{background-color:#c7c589; margin:0; padding:0;text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em;}

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:80; width: 95; }
.empty_day_cell			{ background-color:#EEEEEE; height:80; width: 95; }
.today_cell				{ background-color:#F5F4ED; height:80; width: 95; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.title_txt A:link		{ color:#00F; text-decoration:underline }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#898858; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }
// end hiding -->
