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

div.blog {
 margin-top: 1px;
}
div#article div.blog h1,
div#article div.blog h2,
div#article div.blog h3,
div#article div.blog h4,
div#article div.blog h5,
div#article div.blog h6,
div#article div.blog li,
div#article div.blog ul li,
div#article div.blog p {
	padding-left: 45px;
	padding-right: 25px;
}
div.blog h3 {
  font-size: 0.9em;
  background: #f8f8f8;
  clear: both;
  padding: 2px 10px;
}

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

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

div#blogpostings h3.head span.name {
	float: left;
  	color: #fff;
  	font-size: 1.1em;
  	letter-spacing: 0;
}
div#blogpostings h3.head span.date {
  	padding: 3px 25px 0 0;
  	font-size: 1.05em;
  	color: #ccc;

}
div#blogpostings h3.head {
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	font-size: 0.95em;
	line-height: 1.6em;
	font-weight: bold;
	background-image: url(images/blog_bar.png);
	background-position: right 0;
}
* html div#blogpostings h3.head {
	height: 27px;
}

div#blogpostings h3.head a {
	display: block;
   overflow: hidden;
}
div#blogpostings h3.head:hover {
	background-position: -1320px 0;
}

div#blogpostings h3.opened {
	background-image: url(images/blog_bar.png);
	background-position: -1980px 0;
}
div#blogpostings h3.opened:hover {
	background-position: -1980px 0;
}
div#blogpostings h3.closed {
	background-position: 0 0;
}



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;
}
div.blog a.more-link {
	display: inline-block;
}
div.blog p.foot a.permalink {
	padding: 2px 30px 2px 0;
	background: url(images/permalink_icon_web.png) no-repeat right 0;
	text-decoration: none;
}
* html div.blog p.foot a.permalink {
	padding-bottom: 20px;
}
div.blog p.foot a.permalink:hover {
	background-position: right -24px;
}
div.blogpost {
	overflow: hidden;
}

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

#blogdateselector {
	margin: 2px 0;
	padding: 4px 0;
}

#blogdateselector p {
	text-align: right;
}

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

div#calendarfirstnav {
	background: url(images/blog_bar_top.png) no-repeat 0 0;
	margin: 5px 0 4px 0;
	padding: 5px 25px 7px 0;
}
div#calendarfirstnav form {
	margin: 0;
	padding: 0;
}
div#calendarfirstnav form p {
	text-align: right;
	margin: 0;
	padding: 0;
}



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

div#minicalendar {
	float: right;
  padding: 0 13px 10px 12px;
  width: 205px;
  margin-bottom: 2px;
  margin-top: 10px;
  background: #666 url(images/mini_cal_footer.png) no-repeat 0 100%;
}
* html div#minicalendar {
	margin-right: -13px;
}
div#minicalendar .calendarnav {
  width: 204px;
  margin-left: -12px;
  padding: 8px 13px 7px 13px;
  background: #333 url(images/mini_cal_top.png) no-repeat 0 0;
}
div#minicalendar .calendarnav a.previous,
div#minicalendar .calendarnav a.next {
  display: block;
  width: 23px;
  height: 26px;
  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 0;
  float: left;
}
div#minicalendar .calendarnav a.previous:hover {
  background-position: left -44px;
}
div#minicalendar .calendarnav a.current {
  float: left;
  display: block;
  width: 140px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
div#minicalendar .calendarnav a.current span {
  display: block;
  width: 140px;
  padding: 0 7px;
  text-align: center;
  font-size: 0.7em;
  color: #fff;
  text-transform: lowercase;
}
div#minicalendar .calendarnav a.current span:hover {
  color: #0099ff;
}
div#minicalendar .calendarnav a.next {
  background: url(images/arrowright.png) no-repeat right 0;
  float: right;
}
div#minicalendar .calendarnav a.next:hover {
  background-position: right -44px;
}
div#minicalendar table {
  width: 205px;
  margin: 4px 0;
  border-collapse: separate;
  border-spacing: 0 2px;
}
div#minicalendar tr {
  padding: 1px 0;
}
div#minicalendar tr.thisweek td {
  background-color: #454545;
}
div#minicalendar th {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
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: #007acb;
  color: #fff;
}
div#minicalendar td a {
  color: #fff;
  display: block;
  padding: 2px 0;
  margin: -2px 0;
  text-align: center;
  background-color: #666;
}
div#minicalendar td a:hover {
  background-color: #007acb;
	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: url(images/blog_bar_top.png) no-repeat 0 0;
	padding: 2px 30px 2px 0;
	margin-top: 3px;
}
#blogdateselector p {
	text-align: right;
}

