/*
-----------------------------------------------
farmandwilderness.org
Stylesheet: Calendar.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 27 June 2007
----------------------------------------------- */

.calendar {
	border-left: 1px solid #C9C7AB;
}

.calendar th {
	border-top: 1px solid #C9C7AB;
	border-right: 1px solid #C9C7AB;
	text-align: center;
}

.calendar th abbr { border: 0; }

.calendar td {
	font-size: 1em;
	vertical-align: top;
	border-right: 1px solid #C9C7AB;
	padding: 0;
	width: 70px;
	height: 70px;
}

.calendar td.previous_month, .calendar td.next_month {
	background: #F2F1DC;
}

#content .calendar td ul { margin: 2px; list-style: none; }

.calendar td li {
	font-size: 1.1em;
	line-height: 1.4545em;
}

.calendar .date {
	font-size: 1.1em;
	line-height: 1em;
	color: #5A6225;
	display: block;
	padding: 2px;
	text-align: right;
}

#content .calendar a { border: 0; outline: 0; }

.calendar caption {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	color: #64300A;
	line-height: 1em;
}

.calendar img { vertical-align: bottom; padding: 0 5px; }

/*
Facilities Rental Calendar */

/*
Calendar */
#facilities_rental li acronym { border: 0; text-indent: 18px; display: block; }
#facilities_rental li.tamarack_farm acronym { background: transparent url(/assets/templates/farmandwilderness/images/icons/tamarack-farm.gif) no-repeat top left; }
#facilities_rental li.indian_brook acronym { background: transparent url(/assets/templates/farmandwilderness/images/icons/indian-brook.gif) no-repeat top left; }
#facilities_rental li.timberlake acronym { background: transparent url(/assets/templates/farmandwilderness/images/icons/timberlake.gif) no-repeat top left; }
#facilities_rental li.booked acronym { font-style: italic; background-position: 0 -50px; color: #D18F17; cursor: help; }

/*
Legend */
.legend { padding: 1.8em 1.8em 0; border: 1px solid #C9C7AB; background: #F2F1DC; margin-bottom: 1.8em; }
.legend h2 { margin-top: 0; }
.legend ul { margin-left: 0; margin-top: 1.8em; list-style: none; }
.legend li { text-indent: 18px; }
.legend li acronym { border: 0; }
.legend li.tamarack_farm { background: transparent url(/assets/templates/farmandwilderness/images/icons/tamarack-farm.gif) no-repeat top left; }
.legend li.indian_brook { background: transparent url(/assets/templates/farmandwilderness/images/icons/indian-brook.gif) no-repeat top left; }
.legend li.timberlake { background: transparent url(/assets/templates/farmandwilderness/images/icons/timberlake.gif) no-repeat top left; }
.legend li.booked { background-position: 0 -50px; font-style: italic; color: #D18F17; }
.legend em.booked { color: #D18F17; }

/*
vdwCal */

.vdwcal td li { margin-bottom: 5px; }
.vdwcal td li + li { border-top: 1px solid #F2F1DC; padding-top: 5px; }

#event_details {
	background: transparent url(/assets/templates/farmandwilderness/images/calendar/details-bottom.gif) no-repeat 50% 100%;
	width: 300px;
	padding: 0 0 15px;
	z-index: 200;
	line-height: 1.5em;
}

#event_details div.wrapper {
	background: transparent url(/assets/templates/farmandwilderness/images/calendar/details-top.gif) no-repeat 50% 0%;
	padding: 15px 30px 0 15px;
}

#event_details div.loading {
	font-style: italic;
	text-align: center;
	color: #666;
}

#event_details ul {
	padding: 0 0 0.375em;
	margin: 0;
}

#event_details .close {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

#pointer {
	background: transparent url(/assets/templates/farmandwilderness/images/calendar/pointer.gif); no-repeat 0 0;
	z-index: 201;
}

#event_details h3 { font-size: 1.4em; font-weight: bold; margin: 0; padding-bottom: 0.6429em; }
#content #event_details ul { margin: 0; }
#event_details li { font-size: 1.1em; margin: 0; }
#event_details li + li { border: 0; padding: 0; }
#event_details p { font-size: 1.1em; margin: 0; }

/* PNG BG Override for Non IE 6 Browsers */
td > #event_details { background: transparent url(/assets/templates/farmandwilderness/images/calendar/details-bottom.png) no-repeat 50% 100%; }
td > #event_details div.wrapper { background: transparent url(/assets/templates/farmandwilderness/images/calendar/details-top.png) no-repeat 50% 0%; }	
td > #pointer { background: transparent url(/assets/templates/farmandwilderness/images/calendar/pointer.png); no-repeat 0 0; }
