/* CSS for event calendar */

div#calendar-wrapper {
	display:inline;
	float:right;
	width:172px;
	border:1px solid #928e58;
	padding:4px;
	margin:0px 0px 0px 0px;
	}

div#cal-no-events {
    float:left;
    width:415px;
    }    

div#content ul#months-list {
	padding: 1px 0;
	list-style:none;
	margin:0px 0px 0px 0px;
	width:158px;
	}
ul#months-list li {
	float:left; 
	display:inline;
	margin:1px 0px;
	background-color:#93451E;
	padding:0px;
	width:172px;
	/*height:23px;*/
	color:#d8d6b5;
	text-align:center;
	background-repeat:no-repeat;
	}
ul#months-list li.selected-month { padding:0;/* height:166px; */margin-bottom:2px; }
ul#months-list a {
	display:block;
	text-decoration:none;
	width:167px;
	height:23px;
	color:#FFFFFF;
    line-height: 1.8em;
    font-weight: normal;
	}
ul#months-list a:hover { color:#111; }
div#month-wrapper {
	background-color:#fff;
	border:1px solid #777;
	}
div#month-wrapper table { margin:0 auto; width:170px; background:#e8e7cc; font-size:1em; color:#461701;}
div#month-wrapper table td, div#month-wrapper table th { padding:1px 2px; text-align:center; }
div#month-wrapper table td.daily, div#month-wrapper table td.special { background-color:#3C5224; padding:3px 0; }
div#month-wrapper table td.daily a, div#month-wrapper table td.special a { display:block; width:22px; font-size:1em; }
div#month-wrapper table td.daily a:hover, div#month-wrapper table td.special a:hover { color:#f00; }
div#month-wrapper table th#current_month { text-align:center; }
div#content ul.vcalendar {
	float:left;
	display:inline; 
	list-style:none;
	width:384px;
	margin:0px;
	padding:0px;
	}
ul.vcalendar li.event { width:375px; border-bottom:#9e9a66 1px solid; padding:0px 0px 15px 0px; margin:10px 0 0 0;}
div#content ul.vcalendar li.event h4 {color:#6f2710; font-size:13px; font-weight:bold; font-family:Arial; padding:0px; margin:0 25px 5px 0px; border:0;}
div#content ul.vcalendar li.event p {padding:0px; margin:0 25px 5px 0px; border:0; }
div#content ul.vcalendar div.details-link, div#content ul.vcalendar div.details-link a {color:#9c624f; font-size:12px;}

/*ul#months-list li.a1, ul#months-list li.a1 a {background-image:url(../images/interior/event-month-01.gif);}
ul#months-list li.a2, ul#months-list li.a2 a {background-image:url(../images/interior/event-month-02.gif);}
ul#months-list li.a3, ul#months-list li.a3 a {background-image:url(../images/interior/event-month-03.gif);}
ul#months-list li.a4, ul#months-list li.a4 a {background-image:url(../images/interior/event-month-04.gif);}
ul#months-list li.a5, ul#months-list li.a5 a {background-image:url(../images/interior/event-month-05.gif);}
ul#months-list li.a6, ul#months-list li.a6 a {background-image:url(../images/interior/event-month-06.gif);}
ul#months-list li.a7, ul#months-list li.a7 a {background-image:url(../images/interior/event-month-07.gif);}
ul#months-list li.a8, ul#months-list li.a8 a {background-image:url(../images/interior/event-month-08.gif);}
ul#months-list li.a9, ul#months-list li.a9 a {background-image:url(../images/interior/event-month-09.gif);}
ul#months-list li.a10, ul#months-list li.a10 a {background-image:url(../images/interior/event-month-10.gif);}
ul#months-list li.a11, ul#months-list li.a11 a {background-image:url(../images/interior/event-month-11.gif);}*/

body.events #content p {width:440px;}
