/**************  Blog(calendar) listings ********/

div.blog {
 margin: 5px 0 0 0;
}
div.blog h3 {
  font-size: 1em;
  clear: both;
  padding: 3px 20px 3px 0;
  margin-left: 0;
  margin-right: -20px;
  color: #867934;
  border-bottom: 3px solid #f5f7ef
}
div#blogpostings h3.head span {
	display: block;
}

div#blogpostings h3.head span.name {
	float: left;
  color: #867934;
  font-weight: normal;
}
div.blog h3:hover {
  color: #993300;
}
div#blogpostings h3.head span.date {
	font-size: 0.8em;
}

div.blog h3.head span {
  font-size: 1em;
  float: right;
  color: #999;
  font-weight: normal;
  margin: 0;
  padding-right: 60px;
}
div.previews {
	margin-top: 4px;
}
div.previews h3 {
  font-size: 0.8em;
  float: none;
  padding: 0;
  margin: 0;
}
div.previews span.date {
	font-weight: normal;
}
div.previews p {
	font-size: 0.6875em;
}


div.blog a.more-link {
	display: inline-block;
}

div.blogpost {
	overflow: hidden;
}
div#blogpostings h3.head {
	background-repeat: no-repeat;
	background-position: 473px 6px;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	background-color: #fff;
	overflow: hidden;
}
* html div#blogpostings h3.head {
	display: inline-block;
}

div#blogpostings h3.head a {
	display: block;
  text-decoration: none;
}
div#blogpostings h3.head:hover {
	background-position: 473px -38px;
}

div#blogpostings h3.opened {
	background-image: url(color/negative_hover.png);
	background-position: 473px -38px;
}
div#blogpostings h3.closed {
	background-image: url(color/positive_hover.png);
}
div#blogpostings div.opened div.pluginWrapper object {
	display: block;
}
div#blogpostings div.closed div.pluginWrapper object {
	display: none;
}
div.blog p.foot {
  text-align: right;
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.4em;
  color: #999;
}
div.blog p.foot a.permalink {
	padding: 2px 0 2px 0;
	background: url(color/permalink_icon.png) no-repeat right -42px;
	text-decoration: none;
}
div.blog p.foot a.permalink:hover {
	background-position: right 2px;
}


/******* Top Bar Options *************/


div#calendarfirstnav {
	background-color: #f5f7ef;
	margin: 5px -20px 0 0;
	padding: 4px 0;
}

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

/******* Mini Calendar *************/

div#minicalendar {
  padding: 20px 13px 20px 12px;
  width: 240px;
  margin-top: 2px;
  background-color: #d6dac1;
  border-left: 15px solid #c6cca7;
}
div#minicalendar .calendarnav {
  width: 235px;
}
div#minicalendar .calendarnav a.previous,
div#minicalendar .calendarnav a.next {
  display: block;
  width: 15px;
  height: 15px;
  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(color/arrowleft.png) no-repeat left 3px;
  float: left;
}
div#minicalendar .calendarnav a.previous:hover {
  background-position: left -17px;
}
div#minicalendar .calendarnav a.current {
  float: left;
  display: block;
  width: 140px;
	text-decoration: none;
	font-weight: bold;
}
div#minicalendar .calendarnav a.current span {
  display: block;
  width: 190px;
  padding: 0 7px;
  text-align: center;
  font-size: 0.875em;
  color: #fff;
}
div#minicalendar .calendarnav a.current span:hover {
  color: #D85214;
}
div#minicalendar .calendarnav a.next {
  background: url(color/arrowright.png) no-repeat right 3px;
  float: right;
}
div#minicalendar .calendarnav a.next:hover {
  background-position: right -17px;
}
div#minicalendar table {
  width: 235px;
  margin: 4px 0;
  border-collapse: separate;
  border-spacing: 0 2px;
}
div#minicalendar tr {
  padding: 1px 0;
}
div#minicalendar tr.thisweek td {
  background-color: #d6d6d6;
}
div#minicalendar th {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
div#minicalendar td {
  background-color: #f3f3f3;
  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: #d6dac1;
  color: #fff;
}
div#minicalendar td a {
  color: #fff;
  display: block;
  padding: 2px 0;
  margin: -2px 0;
  text-align: center;
  text-decoration: underline;
  background-color: #a4b258;
}
div#minicalendar td a:hover {
  background-color: #D85214;
	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;
}
div#article p.calendar-contextnav a.back-link {
	color: #f90;
}
div#article p.calendar-contextnav a.back-link:hover {
	color: #c53434;
}


/******** Bottom Blog Date Selector ************/

#blogdateselector {
	background-color: #f5f7ef;
	padding: 2px 0;
	margin-top: 3px;
	margin-right: -20px;
}
#blogdateselector p {
	text-align: right;
	padding-right: 20px;
}

