/*
full-screen calendar stylesheet
Copyright (c) 2002, Mark Pilgrim
*/

/* modifications by Nicholas Gracilla, Neoteric Design Inc. */ 

.largecalendar {
	margin-top: 20px;
  	color: #333;
}

/* MICHELE'S ATTEMPT AT PREVIOUS NEXT CSS */

#prevmonth {
background:url(http://wickerparkbucktown.com/_images/calendar_previous.gif) no-repeat;
margin-right: 1px;
  padding-left:50px;
  voice-family: "\"}\"";
  voice-family:inherit;
}

#nextmonth {
background:url(http://wickerparkbucktown.com/_images/calendar_next.gif) no-repeat;  
  margin-left: 1px;
  voice-family: "\"}\"";
  voice-family:inherit;
display:inline;
}

#prevmonth span, #nextmonth span {
	display:none;
}

/* ORIGINAL PREVIOUS/NEXT CSS
.largecalendar table caption .prevmonth {
  margin-right: 1px;
  padding-left:50px;
  voice-family: "\"}\"";
  voice-family:inherit;
}

.largecalendar table caption .nextmonth {
  margin-left: 1px;
  voice-family: "\"}\"";
  voice-family:inherit;
}

.largecalendar table caption .prevmonth a:hover, .largecalendar table caption .nextmonth a:hover {
  background: #fff;
  color: #000044;
}
*/

.largecalendar table caption {
  border: 1px solid #C77F29;
  font-family: trebuchet, Verdana, Arial, sans-serif;
  font-size: large;
  font-weight: bold;
  font-variant: none;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  background: #F6F8EF;
  color: #697839;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: large;
}

.largecalendar table th {
  font-family: helvetica, arial;
  font-size: x-small;
  border-bottom: 3px solid #C77F29;
  background: #fff;
  color: #697839;
  padding-top:2px;  
  padding-bottom: 2px;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: small;
}

.largecalendar .sun {
  border-left: 1px solid #C77F29;
}

.largecalendar .sat {
  border-right: 1px solid #C77F29;
}

.largecalendar a {
  background: transparent;
  text-decoration: none;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  color:#003399;
  font-weight:normal;
}

.largecalendar a:hover {
  background:transparent;
  text-decoration:underline;
  color:#003399;
}

.largecalendar .daytitle {
  position: relative;
  left: 0;
  top: 0;
  width: 25%;
  padding: 10px;
  background: transparent;
  color: #697839;
  border-right: 1px solid #C77F29;
  border-bottom: 1px solid #C77F29;
  font-size: x-small;
  font-family: helvetica, arial;
  text-align: center;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: small;
}

/*CONTROLS CALENDAR DATE LINKS */
.largecalendar a.daytitle {
  display: block;
  text-decoration: none;
  background: #8EA753;
  color: #ffffff;
}

.largecalendar a.daytitle:hover {
  background: #E0AF6A;
  color: #69590B;
}

.d1, .d3, .d5, .d7, .d8, .d10, .d12, .d14, .d15, .d17, .d19, .d21, .d22, .d24, .d26, .d28, .d29, .d31, .d33, .d35, .d36, .d38, .d40, .d42, .d44 {
  background: #f6f8ef;
}

.d1, .d8, .d15, .d22, .d29, .d36 {
  border-left: 1px solid #C77F29;
}

.d7, .d14, .d21, .d28, .d35, .d42 {
  border-right: 1px solid #C77F29;
}

td {
  vertical-align: top;
  margin: 0;
  padding: 0 5px 5px 0;
  height: 4em;
  width: 12%;
  border-bottom: 1px solid #C77F29;
  background: #fff;
  color: #333;
}

.largecalendar ul {
  list-style: none;
  margin: 0;
  padding: 0 3px 0 3px;
}

.largecalendar li {
  display: block;
  text-align: center;
  font-size: xx-small;
  font-family: helvetica, arial;
  padding-top: 6px;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: x-small;
}


/*CONTROLS LINE HEIGHT FOR EVENT LINKS */
.largecalendar li.first {
  padding-top: 0;
  background: transparent;
  line-height:13px;
}


.calendar_list ul {
  margin:10px 5px 5px 10px;padding:0;
  list-style-type:none;
}

.calendar_list ul li {
  line-height:25px;
}

.list_date {
  color:#697839;
  font-size:11px;
}