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

div.blog {
 margin-top: 1px;
}
div.blog h3 {
  font-size: 0.9em;
  background: #f8f8f8;
  clear: both;
  padding: 4px 10px;
}

div.blog h3.head span {
  font-size: 1em;
  float: right;
  color: #999;
  font-weight: normal;
  margin: 0;
 padding: 2px 0 2px 25px;
}

div#blogpostings h3.head span {
	display: block;
}

div#blogpostings h3.head span.name {
	float: left;
  	color: #444;
  	font-size: 0.95em;
}
div#blogpostings h3.head span.date {
  	padding: 3px 30px 0 0;
  	font-size: 0.9em;
  	color: #888;

}
div#blogpostings h3.head {
	background-repeat: no-repeat;
	background-position: 0 100%;
	cursor: pointer;
	font-size: 0.95em;
	min-height: 18px;
	line-height: 1.6em;
	background-color: #f0f0f0;
}
* html div#blogpostings h3.head {
	height: 20px;
}
div#blogpostings h3.head a {
	display: block;
   overflow: hidden;
}
div#blogpostings h3.head:hover {
}

div#blogpostings h3.opened {
	background: #fcfcfc url(images/bar_open_close.png);
	background-position: -655px 100%;
}
div#blogpostings h3.opened:hover {
}
div#blogpostings h3.closed {
	background: #fcfcfc url(images/bar_open_close.png);
	background-position: 0 100%;
}



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 15px 12px 15px;
  padding: 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background-color: #fbfbfb;
}
div.blog a.more-link {
	display: inline-block;
}
div.blog p.foot a.permalink {
	padding: 2px 20px 0 0;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
div.blogpost {
	overflow: hidden;
}

/*********** blog date selector **************/

#blogdateselector {
	margin: 5px 0 0 0;
	padding: 1px 0;
}

#blogdateselector p {
	text-align: right;
}

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

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



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

div#minicalendar {
	padding: 10px 0 10px 20px;
	background-color: #cceaf0;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
}
div#minicalendar .calendarnav {
}
div#minicalendar .calendarnav a.previous,
div#minicalendar .calendarnav a.next {
  display: block;
  width: 16px;
  height: 17px;
  margin-top: 4px;
}
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 0;
  float: left;
}
div#minicalendar .calendarnav a.previous:hover {
}
div#minicalendar .calendarnav a.current {
  float: left;
  display: block;
  width: 210px;
}
div#minicalendar .calendarnav a.current span {
  display: block;
  width: 201px;
  padding: 0 7px;
  text-align: center;
  font-weight: normal;
  font-size: 0.95em;
  color: #555;
}
div#minicalendar .calendarnav a.current:hover {
}
div#minicalendar .calendarnav a.next {
  background: url(images/arrowright.png) no-repeat right 0;
  float: left;
}
div#minicalendar .calendarnav a.next:hover {
}
div#minicalendar table {
  width: 240px;
  margin: 4px 0;
  border-collapse: separate;
  border-spacing: 0 2px;
}
div#minicalendar tr {
  padding: 1px 0;
}
div#minicalendar tr.thisweek td {
  background-color: #f3f3f3;
}
div#minicalendar th {
  text-align: center;
  font-weight: normal;
}
div#minicalendar td {
  background-color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 2px 0;
  width: 35px;
}
div#minicalendar tr.thisweek td.today,
div#minicalendar td.today {
  background-color: #4dab86;
  color: white;
}
div#minicalendar td a {
  color: #444;
  display: block;
  padding: 2px 0;
  margin: -2px 0;
  text-align: center;
  background-color: #efffc5;
}
div#minicalendar td a:hover {
	background-color: #d5edc0;
	color: #444;
}
div#minicalendar td.today a {
	color: #fff;
}


/****** jumplinks *********/

div#article div#jumplinks {
  padding-right: 0;
  margin-top: -2em;
}

div#article div#jumplinks h3 {
  text-align: right;
  text-transform: lowercase;
}
div#article div#jumplinks ul {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
}
