/***  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: bold;
  	margin: 0;
 	padding: 2px 0;
}
div.blog h3.head span.date span {
	float: left;
	padding-left: 0.25em; 
}

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 0;
	cursor: pointer;
	font-size: 0.95em;
	line-height: 1.6em;
	font-weight: bold;
	background-color: #f0f0f0;
}
div#blogpostings h3.head a {
	display: block;
   overflow: hidden;
}
div#blogpostings h3.head:hover {
	background-position: -600px 0;
}

div#blogpostings h3.opened {
	background-image: url(images/blog_bars.png);
	background-position: -600px -27px;
}
div#blogpostings h3.opened:hover {
	background-position: -600px -27px;
}
div#blogpostings h3.closed {
	background-image: url(images/blog_bars.png);
  	margin-bottom: 0;
}



div#article div#blogpostings div.opened div.pluginWrapper object {
	display: block;
}
div#article div#blogpostings div.closed div.pluginWrapper object {
	display: none;
}

div#article div.blog p.foot {
  text-align: right;
  margin: 0 25px 12px 25px;
  padding: 5px 25px;
  background-color: #f8f8f8; 
}
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;
}


div.blogpost {
	overflow: hidden;
}

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

#blogdateselector {
	margin: 1px 0;
	padding: 1px 0;
	background-color: #fafafa;
}

#blogdateselector p {
	text-align: right;
}

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

div#calendarfirstnav {
	background-color: #fafafa;
	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: 27px 0 27px 30px;
    background: #fafafa url(images/border_horizontal.png) repeat-x 0 0;

}
div#minicalendar .calendarnav {
}
div#minicalendar .calendarnav a.previous,
div#minicalendar .calendarnav a.next {
  display: block;
  width: 16px;
  height: 16px;
  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/cal_arrow.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: 210px;
}
div#minicalendar .calendarnav a.current span {
  display: block;
  width: 201px;
  padding: 0 7px;
  text-align: center;
  font-size: 0.875em;
  color: #76829c;
}
div#minicalendar .calendarnav a.current:hover {
}
div#minicalendar .calendarnav a.next {
  background: url(images/cal_arrow.png) no-repeat right 0;
  float: left;
}
div#minicalendar .calendarnav a.next:hover {
  background-position: right -44px;
}
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: #a1b3d9;
}
div#minicalendar th {
  text-align: center;
  color: #76829c;
}
div#minicalendar td {
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
  width: 26px;
}
div#minicalendar tr.thisweek td.today,
div#minicalendar td.today {
  background-color: #76829c;
  color: #fff;
}
div#minicalendar td a {
  color: #fff;
  background-color: #a09ea1;
  display: block;
  padding: 2px 0;
  margin: -2px 0;
  text-align: center;
  text-decoration: underline;
}
div#minicalendar td a:hover {
	background-color: #848386;
	color: #FFF;
}
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;
}



/****** Comments *********/
div#comments {
}

div#comments div.comment {
	margin: 5px 25px 10px 35px;
	padding: 5px 10px 5px 10px;
	background-color: #f8f5e4;
}
div#comments h3 {
	background-color: #fff;
	padding-left: 45px;
}
div#comments div.comment p.text {
	margin: 0 0 5px 0;
	padding: 5px 0;	
}
div#comments div.comment p.by {
	padding: 0 0 3px 30px;
	margin: 0 0 0 -30px;
	background: url(images/speech.png) no-repeat 0 0;
}
div#comments div.comment span.date {
	float: right;
	margin-top: -19px;
}
div#comments div.comment span.name {
	font-weight: bold;

}
