@media all {

/*  Calendar styles for Town of Greenville website
	Date: 08/08/08
	Author: Julie Berglund, CaliCat Design */

*		{margin:0;padding:0;}
body#calendar 	{font:1em/1.4 Verdana, Arial, Helvetica, sans-serif; background: url(../hot-topics/images/bg.jpg) top center no-repeat #545454;}
body#calendar  *	{display:inline;}
#calendar ol.calendar   {width:52em; margin:0 auto;display:block; min-height: 200px; top left no-repeat; padding: 0 0 0 20px;}
#calendar li	{list-style:none;}
#calendar p.link	{text-align:center; display: block;}
/*#calendar h1	{display: block; width: 200px; height:76px; background:url(../hot-topics/images/july.png);text-indent:-9999px; margin: 15px auto; }
#calendar h3 { font-size: 1.6em; font-weight: bold;  color: #326e2d; margin: 0; font-family:Georgia, Times New Roman, Times, serif;}*/

/*
 * Day styles
 -------------------------*/
#calendar li li		{width:6em;height:6em;float:left;margin:.2em; padding:.2em;overflow:auto;
			background: url(../hot-topics/images/day-bg.png) bottom right no-repeat; }



/*
 * Day content (UL/OL & P)
 -------------------------*/
#calendar li li p	 {font-size:.8em;display:block;}
#calendar li li ol	 {width:auto;}
#calendar li li ul li,
#calendar li li ol li    {font-size:.7em;display:block;height:auto; width:auto; background: none;
			margin:0;padding:.2em 0;float:none;}

/*
 * Recycling Day Styles
 -------------------------*/
#calendar li li.recyc		{width:6em;height:6em;float:left;margin:.2em; padding:.2em;overflow:auto;
			background: url(../hot-topics/images/day-bg-recyc.png) bottom right no-repeat; }

/*
 * Holiday class
 -------------------------*/
#calendar li li.holiday    {width:6em;height:6em;float:left;margin:.2em; padding:.2em;overflow:auto;
			background: url(../hot-topics/images/day-bg-holiday.png) bottom right no-repeat; }

/*
 * Inactive months
 -------------------------*/
#calendar li#lastmonth li,
#calendar li#nextmonth li    { background: url(../hot-topics/images/day-bg-inactive.png);}

