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

div.blog {
 margin: 5px 0 0 0;
}
div.blog h3 {
  font-size: 1em;
  clear: both;
  padding: 3px 0 3px 0;
  margin-left: 0;
  border-bottom: 1px dashed #c4c3c3;
}
div#blogpostings h3.head span {
	display: block;
}

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

div.blog h3.head span {
  font-size: 0.9em;
  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: 1.2em;
	font-weight: normal;
	font-style: italic;
	background: none;
	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(images/negative_hover.png);
	background-position: 473px -38px;
}
div#blogpostings h3.closed {
	background-image: url(images/positive_hover.png);
}
div#blogpostings div.opened div.pluginWrapper object {
	display: block;
}
div#blogpostings div.closed div.pluginWrapper object {
	display: none;
}

/*** Blog footer ***/

div#article div.blog p.foot {
  text-align: right;
  margin: 0 0 12px 0;
  padding: 5px 25px;
  border-bottom: 1px dashed #c4c3c3;
  border-top: 1px dashed #c4c3c3;
}
div#article div.blog a.more-link {
	display: inline-block;
}

div#article div.blog p.foot a.permalink {
	padding: 2px 0 2px 35px;
	background: url(images/permalink_icon_web.png) no-repeat left 3px;
	text-decoration: none;
	color: #888;
	font-weight: normal;
}
div#article div.blog p.foot a.permalink:hover {
	background-position: left -26px;
	color: #f60;
}

div#article div.blog p.foot a.comments {
	padding: 4px 20px 3px 37px;
	text-decoration: none;
	color: #888;
	font-weight: normal;
	background: url(images/comment_blog_icon.png) no-repeat left 2px;
}
div#article div.blog p.foot a.comments:hover {
	color: #f60;
	background-position: left -39px;
}




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


div#calendarfirstnav {
	margin: 5px 0 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;
}
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(images/arrowleft.png) no-repeat left -17px;
  float: left;
}
div#minicalendar .calendarnav a.previous:hover {
  background-position: left 4px;
}
div#minicalendar .calendarnav a.current {
  float: left;
  display: block;
  width: 140px;
	text-decoration: none;
}
div#minicalendar .calendarnav a.current span {
  display: block;
  width: 190px;
  padding: 0 7px;
  text-align: center;
  font-size: 1em;
  font-style: italic;
  color: #454545;
}
div#minicalendar .calendarnav a.current span:hover {
}
div#minicalendar .calendarnav a.next {
  background: url(images/arrowright.png) no-repeat right -17px;
  float: right;
}
div#minicalendar .calendarnav a.next:hover {
  background-position: right 4px;
}
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 {
  border-bottom: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
}
div#minicalendar th {
  text-align: center;
  color: #454545;
  font-weight: bold;
  border-bottom: 1px dashed #999;
}
div#minicalendar td {
  color: #787878;
  text-align: center;
  font-weight: normal;
  padding: 2px 0;
  width: 26px;
}
div#minicalendar tr.thisweek td.today,
div#minicalendar td.today {
  border-right: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  color: #444;
  font-weight: bold;
}
div#minicalendar td a {
  display: block;
  padding: 2px 0;
  margin: -2px 0;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
}
div#minicalendar td a:hover {
  border-color: #D85214;
} 

div#minicalendar td.today a {
	color: #333;
	font-weight: bold;
}

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 {
	padding: 2px 0;
	margin-top: 3px;
}
#blogdateselector p {
	text-align: right;
	padding-right: 20px;
}

