// end hiding 
</style>
<style type="text/css">
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/
a		{
	color: #cc0000;
	font-family: arial, helvetica;
	text-decoration: underline;
}

body	{
	/*background-image: url(/themes/monks-wilderness/images/birck-bg.jpg); /*
background-image: url(../../images/bg_ocean.jpg)
*/
	background-color:#1E1711;

}

span	{
	font-family: arial, helvetica;
}

td     	{
	font-family: arial, helvetica;
}

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

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

/**** color and size of calendar cells.  ****/
.day_cell				{
	background-color: #ffffff;
	height: 80;
	width: 95;
}

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

.empty_day_cell			{
	background-color: #B9B9B9;

	height: 80;
	width: 95;
}

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

.footprint a			{
	color: #e71d15;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
}

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

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

.title_txt a:link		{
	color: #000000;
	text-decoration: underline;
}

.title_txt a:visited	{
	color: #666666;
	text-decoration: underline;
}

.title_txt a:hover		{
	color: red;
	text-decoration: underline;
}

/**.title_txt a:active		{
	color: #0000FF;
	text-decoration: underline;
}**/

.today_cell				{
	background-color: #CABA05;
	height: 80;
	width: 95;
}
#event-container {
background-color:#1E1711;
width:773px;
margin-left:0px;
margin-top:0px;
text-align:center;
padding-top:30px;
padding-bottom:20px;
}
#header-image {
margin-left:0px;
text-align:left;
}
.header-class {
color:white;
}
#img-container {
margin-left:50px;
margin-bottom:20px;
}
#cat-header {
color:white;
font-size:36px;

font-weight:bold;
float:right;
width:398px;

padding-top:50px;

text-align:left;

}
span.day_number a {
color:red;
}

.day_cell span.title_txt a {
/*display:block;
margin-bottom:5px;*/
}
