div.blogpost {
	overflow: hidden;
}
div#blogpostings h3.head {
	padding-left: 40px;
	background-image: url(exp_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	cursor: pointer;
	color: #004463;
}
div#blogpostings h3.active_head {
	padding-left: 40px;
	background-image: url(exp_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	cursor: pointer;
	color: #2ca4a4;
}

div#calendarfirstnav {
	background-color: #cad7de;
	margin: 5px -40px 0 -40px;
	padding: 4px 40px;
}
div#calendarfirstnav form {
	margin: 0;
	padding: 0;
}
div#calendarfirstnav form p {
	text-align: right;
	margin: 0;
	padding: 0;
	color: #333;
}

div#minicalendar {
	padding-top: 20px;
	float: left;
  width: 200px;
}
div#minicalendar .calendarnav {
  width: 200px;
  padding: 0 5px;
}
div#minicalendar .calendarnav a.previous,
div#minicalendar .calendarnav a.next {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 7px;
}
div#minicalendar .calendarnav a.previous span,
div#minicalendar .calendarnav a.next span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
div#minicalendar .calendarnav a.previous {
  background: url(arrowleft.png) no-repeat left -20px;
  float: left;
  margin-left: 3px;
}
div#minicalendar .calendarnav a.previous:hover {
  background-position: left 0;
}
div#minicalendar .calendarnav a.current {
  float: left;
  display: block;
  width: 154px;
}
div#minicalendar .calendarnav a.current span {
  display: block;
  width: 150px;
  padding: 0 7px;
  text-align: center;
  font-size: 0.875em;
}
div#minicalendar .calendarnav a.current:hover {
}
div#minicalendar .calendarnav a.next {
  background: url(arrowright.png) no-repeat left -20px;
  float: right;
}
div#minicalendar .calendarnav a.next:hover {
  background-position: left 0;
}
div#minicalendar table {
  width: 200px;
  margin: 5px;
  border-collapse: separate;
  border-spacing: 0 2px;
}
div#minicalendar tr {
  padding: 1px 0;
}
div#minicalendar tr.thisweek td {
  background-color: #d9d9d9;
}
div#minicalendar th {
  text-align: center;
}
div#minicalendar td {
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
  width: 36px;
}
div#minicalendar tr.thisweek td.today,
div#minicalendar td.today {
  background-color: #004463;
  color: white;
}
div#minicalendar td a {
  color: #004463;
  display: block;
  padding: 2px 0;
  margin: -2px 0;
  text-align: center;
  text-decoration: underline;
}
div#minicalendar td a:hover {
	background-color: #5c879b;
	color: #FFF;
}
div#minicalendar td.today a {
	color: #fff;
}

p.calendar-contextnav {
	font-weight: bold;
	border-top: 1px dotted #999;
	margin-top: 10px;
	padding-top: 6px;
}
p.calendar-contextnav a {
}
