div.blogpost {
	overflow: hidden;
}
div#blogpostings h3.head {
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	cursor: pointer;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	background-color: #4c4c4c;
	overflow: hidden;
}
* html div#blogpostings h3.head {
	display: inline-block;
}

div#blogpostings h3.opened {
	background-image: url(exp_arrow_down.png);
}
div#blogpostings h3.closed {
	background-image: url(exp_arrow_right.png);
}
div#blogpostings div.opened div.pluginWrapper object {
	display: block;
}
div#blogpostings div.closed div.pluginWrapper object {
	display: none;
}

div#calendarfirstnav {
	background-color: #4c4c4c;
	margin: 5px -25px 0 -25px;
	padding: 0;
	width: 780px;
}

div#calendarfirstnav form {
	margin: 0;
	padding: 4px 25px;
}
div#calendarfirstnav form p {
	text-align: right;
	margin: 0;
	padding: 0;
}

div#minicalendar {
	padding: 0 0 5px 30px;
  width: 180px;
  border-bottom: 6px solid #333;
}
div#minicalendar .calendarnav {
  width: 180px;
}
div#minicalendar .calendarnav a.previous,
div#minicalendar .calendarnav a.next {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
}
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: 10px;
}
div#minicalendar .calendarnav a.previous:hover {
  background-position: left 0;
}
div#minicalendar .calendarnav a.current {
  float: left;
  display: block;
  width: 130px;
}
div#minicalendar .calendarnav a.current span {
  display: block;
  width: 120px;
  padding: 0 7px;
  text-align: center;
  font-size: 0.875em;
  color: #cf0;
}
div#minicalendar .calendarnav a.current span:hover {
  color: #fff;
}
div#minicalendar .calendarnav a.next {
  background: url(arrowright.png) no-repeat left -20px;
  float: left;
}
div#minicalendar .calendarnav a.next:hover {
  background-position: left 0;
}
div#minicalendar table {
  width: 180px;
  margin: 4px 0;
  border-collapse: separate;
  border-spacing: 0 2px;
}
div#minicalendar tr {
  padding: 1px 0;
}
div#minicalendar tr.thisweek td {
  background-color: #393939;
}
div#minicalendar th {
  text-align: center;
}
div#minicalendar td {
  background-color: #2e2e2e;
  color: #787878;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
  width: 26px;
}
div#minicalendar tr.thisweek td.today,
div#minicalendar td.today {
  background-color: #717171;
  color: #272727;
}
div#minicalendar td a {
  color: #ccc;
  display: block;
  padding: 2px 0;
  margin: -2px 0;
  text-align: center;
  text-decoration: underline;
}
div#minicalendar td a:hover {
	background-color: #ccff00;
	color: #1f1f1f;
}
div#minicalendar td.today a {
	color: #fff;
}

p.calendar-contextnav {
	font-weight: bold;
	border-top: 1px dotted #999;
	margin-top: 10px;
	padding-top: 6px;
}
div#article p.calendar-contextnav a.back-link {
	color: #f90;
}
div#article p.calendar-contextnav a.back-link:hover {
	color: #c53434;
}

