/* CSS Document
blue:  #5463A7
tan:  #F8E4BF
orange:  #F9B82F
gray:  #535353
*/

body	{ 
	background-color:#F9B82F; 
	font-family:Verdana, sans-serif; 
}
a		{  color:#5463A7; text-decoration:underline; }

/**** month and year header at top of calendar ****/
.date_header			{ color:#FFFFFF; font-size:18px; font-family:Verdana, sans-serif; font-weight:bold; padding-left: 15px; margin-bottom: 10px; }

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

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

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; }

/**** 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:#5463A7; font-size:12px; font-family:arial, helvetica; color:#F9B82F; font-weight:bold }

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