div.blogpost {
	overflow: hidden;
}
div#article div.blog h3 {
	margin-left: -21px;
	margin-right: -15px;
	padding-right: 15px;
}
div#article div.blog h3 a {
	padding-left: 10px;
}

div#blogpostings h3.head {
	padding-left: 50px;
	padding-right: 15px;
	background-image: url(images/exp_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	cursor: pointer;
	color: #fff;

}
div#blogpostings h3.active_head {
	padding-left: 50px;
	background-image: url(images/exp_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	cursor: pointer;
	color: #006293;
}

div#calendarfirstnav {
	background-color: #484e51;
	margin: 5px -15px 5px -21px;
	padding: 5px 15px 5px 21px;
}
div#calendarfirstnav form {
	margin: 0;
	padding: 0;
}
div#calendarfirstnav form p {
	text-align: right;
	margin: 0;
	padding: 0;
	color: #fff;
}

div#minicalendar {
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
    width: 225px;
    background: #4e5559 url(images/bottom_nav.png) no-repeat 0 bottom;
}
div#minicalendar .calendarnav {
  width: 230px;
  padding: 10px 5px;
  margin: 0 0 0 -15px;
  background: url(images/aside_h3.png) no-repeat 0 0;
}
div#minicalendar .calendarnav a.previous,
div#minicalendar .calendarnav a.next {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 3px;
}
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(images/arrowleft.png) no-repeat left -20px;
  float: left;
  margin-left: 10px;
}
* html div#minicalendar .calendarnav a.previous {
	margin-left: 10px;
}
div#minicalendar .calendarnav a.previous:hover {
  background-position: left 0;
}
div#minicalendar .calendarnav a.current {
  float: left;
  display: block;
  width: 155px;
}
div#minicalendar .calendarnav a.current span {
  display: block;
  width: 149px;
  padding: 0 0 0 15px;
  margin: 0;
  text-align: center;
  font-size: 0.9em;
  color: #121f3a
}
div#minicalendar .calendarnav a.current span:hover {
  color: #35383a
}
div#minicalendar .calendarnav a.next {
  background: url(images/arrowright.png) no-repeat right -20px;
  float: right;
  margin-right: 10px;
}
* html div#minicalendar .calendarnav a.next {
	margin-right: 10px;
}

div#minicalendar .calendarnav a.next:hover {
  background-position: left 0;
}
div#minicalendar table {
  width: 210px;
  margin: 5px 0;
  border-collapse: separate;
  border-spacing: 0 2px;
}
div#minicalendar tr {
  padding: 1px 0;
}
div#minicalendar tr.thisweek td {
  background-color: #35383a;
}
div#minicalendar th {
  text-align: center;
}
div#minicalendar td {
  background-color: #666f74;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
}
div#minicalendar tr.thisweek td.today,
div#minicalendar td.today {
  background-color: #121f3a;
  color: white;
}
div#minicalendar td a {
  color: #006699;
  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 {
	padding-left: 20px;
}
