@charset "utf-8";
/* CSS Document */


/* miniCalendar Styles */

#monthNavigation {
	text-align: left;
	padding-top: 5px;
	margin-top: 5px;
}

#monthNavigation.mainCalendar {
	margin-bottom: 15px;
}

.monthHeading, .dayViewHeading  {
	text-transform:uppercase;
	font-weight: bold;
	color: #f7c45c; /* light orange */
	letter-spacing: 0.25em;
	font-size: 18px;
	float: left;
}

.monthHeading a:link, .monthHeading a:visited,
.dayViewHeading a:link, .dayViewHeading a:visited {
	color: #f7c45c; /* light orange */
	text-decoration: none;
}
.today {
	background-color: #f7c45c; /* light orange */
}

#miniCal {
	color:#666666;
	width: 185px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: right;
	clear: both;
}
#miniCal td {
	text-align:right;
	}

#miniCal a:link, #miniCal a:visited{
	color: #d25a28; /* dark orange */
}
/* end of miniCalendar Styles */



/* Large Calendar Styles */

#largeCal {
	color:#FFFFFF;
	width: 630px;
	margin: 0 auto 5px auto;
	clear: both;
}

#largeCal p {
	color:#000000;
	}
	
#largeCal .date_number{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #BBBBBB;
}
	
#largeCal tbody, #largeCal th {
	background-color:#85c1a8;
	color: #FFFFFF;
	text-align: center;
	}
#largeCal td {
	background-color:#FFFFFF;
	text-align:right;
	color: #000000;
	font-size: 9px;
	}

#largeCal a:link, #largeCal a:visited{
	color: #000000; /* light orange */
	font-family: Arial, Helvetica, sans-serif;
}



/*  Event Link Classes 
#009900 - Music in the Gardens 101 Series
#CC0000 - Thursday Lunchtime in the Gardens Series
#990099 - Children's Garden Series
#0099FF - Latin Jazz Series
default - black #000000 - all other events

*/
#largeCal a.default_color:link, #largeCal a.default_color:visited { color: #000000; text-decoration: none; text-align: left; }
#largeCal a.garden101_color:link, #largeCal a.garden101_color:visited { color: #009900; text-decoration: none; text-align: left; }
#largeCal a.gardenLunch_color:link, #largeCal a.gardenLunch_color:visited { color: #CC0000; text-decoration: none; text-align: left; }
#largeCal a.children_color:link, #largeCal a.children_color:visited { color: #990099; text-decoration: none; text-align: left; }
#largeCal a.jazz_color:link, #largeCal a.jazz_color:visited { color: #0099FF; text-decoration: none; text-align: left; }
#largeCal a.Jessie:link, #largeCal a.Jessie:visited { color: orange; text-decoration: none; text-align: left; }

#keyCal { font-size: 10px; line-height: 14px; margin-bottom: 15px;}
#keyCal .default_color { background-color: #000000; }
#keyCal .garden101_color { background-color: #009900;}
#keyCal .gardenLunch_color { background-color: #CC0000;}
#keyCal .children_color { background-color: #990099;}
#keyCal .jazz_color { background-color: #0099FF;}
#keyCal .Jessie_color { background-color: orange;}


#monthJumpContainer {
	margin: 0;
}
#monthJump1{
	float:right;
}
#monthJump1 p{
	text-align: left;
	margin: 0;
	padding: 0;
}

#monthJump1 form{
	text-align:left;
	margin: 0;
	padding: 0;
}

#monthJump2 {
	float:left;
}

#monthJump2 p {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* end of Large Calendar Styles */


/* Event Details Styles */

#eventDetails {
	margin: 0 auto;
}

#eventDetailsHeading {
	text-align:center;

}
#eventDetailsHeading h2{
	background-image:none;
	color: #bf0240; /* red magenta */
}

#mainContentBody .description {
	width: 410px;
	float: left;
}

#mainContentBody .details {
	width: 220px;
	float: right;
}

/* end of Event Details Styles */

/* Day View Styles */

#dayView {
	margin: 0 auto;

}
#dayViewHeading {
	text-align:center;
	margin-top: 1.25em;
}

#dayView dt {
	margin-top: 1em;;
	}
	
/* end of Day View Styles */

h2 small, h3 small {
	font-size: 10px;
}