/* 

This stylesheet should be used to make any style changes to the theme.



This is the last stylesheet called in the header.php file, and therefore

will override any previously declared style settings in the style.css file,

or other built-in styles for Proximity.



Any styles declared in the custom.css file can and will be retained after

an upgrade, should an upgrade ever become necessary.



I highly recommend using this stylesheet to make stylistic changes to the

theme, rather than editing the style.css file.

*/

/*********************************************

		Link Styles

*********************************************/

a {

	color: #009900;

	text-decoration: underline;

}

a:hover { color: #000; text-decoration: underline; }



h2 { /* This style used as header in the sidebars */

	clear: both;

	background: #F2F2F2;

	font-size: 13px;

	color: #006600;

	font-family: Georgia, "Times New Roman", Serif;

	font-weight: normal;

	text-transform: uppercase;

	margin: 0px 0px 10px 0px; padding: 5px 5px;

	border-top:  1px solid #333;

}



/*********************************************

		Header Styles

*********************************************/



h2 a {

	text-decoration: none;

}

h2 a:hover {

	color: #CD3333;

	text-decoration: none;

}





/* The hover state colors and background for all LI items and links */

#menu li:hover,

#menu li.sfhover,

#menu li a:hover {

	color: #FFF;

	background: #006600;

	text-decoration: none;

}

	

/* This is the style for the hover state on the links within the LI items within the nested UL */

#menu li:hover ul li a:hover, 

#menu li.sfhover ul li a:hover {

	color: #FFF;

	background: #006600;

	text-decoration: none;

	margin: 0px; padding: 0px 5px;

	height: 30px; line-height: 30px;

	font-weight: bold;

}



#todayLarge {

	background-color: green;

}



#CalendarLarge-Header {

    color: #009900;

    }

   

#EC_previousMonthLarge {

    color: #009900;

    }

   

#EC_nextMonthLarge {

    color: #009900;

    }


