/* CSS blogs Document */

.blogs .bSmallHead {
	font-size: 85%;
	color: #555;
	margin: 2ex 0 1ex 0;
	text-align:right
}

.blogs .bSmallPrint {
	font-size: 85%;
	margin: 0 0 1em 0;
	clear: both;
}



/* related "sidebar" area of blogs */
.blogs #subnav a {
	display: inline;
}
.blogs #subnav .expanderHeading p {
	padding-left: 8px;
}
.blogs #subnav .expanderHeading {
	padding: 0;
	font-weight: bold;
}

.blogs #subnav .expanderHeading span {
	top: 0;
	right: 2px;
}


.blogs #subnav .expanderHeading span a {
	padding: 1px;
}

.blogs #relatedcontent {
	border-left: 5px solid #fff;
	width: 206px;
}

.blogs #relatedcontent .relatedprogramme {
	text-align: right;
}

.blogs #relatedcontent h2 {
	margin-top: 0;
}

.blogs #relatedcontent ul {
	list-style-type: none;
	margin: 5px;
	padding: 0;
}

/* Blogs - search area */
.blogs input.SearchField {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 60%;
	margin: 0ex;
}

/* Blogs Calendar: */
.blogs #calendar {
	text-align: center;
	margin: 8px 0;
}
.blogs caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
.blogs table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
	font-size: 0.9em;
}
.blogs #subnav table.bCalendarTable tbody, .blogs #subnav table.bCalendarTable tbody a {
	padding: 1px;
}
.blogs table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
.blogs table.bCalendarTable tfoot a {
	text-decoration: none;
}
.blogs table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
.blogs th.bCalendarHeaderCell {
	color: #555;
}
.blogs #bCalendarToday {
	background-color: #bce;
}


/* Blogs - RSS feeds area in sidebar */
.blogs ul#feedslist {
	margin-left: 5px;
}

.blogs p#whatisafeed {
	text-align: right;
}

/* Blogs - deal with small rss icon in right hand side title area */
.blogs img.rssfeedimage {
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	display: inline;
}

.blogs .aboutauthor {
	border-top: #ccc 1px dotted;
	margin-bottom: 0px;
	padding-top: 5px;
}
.blogs .aboutauthor img {
	float: left;
	margin: 5px;
}
.blogs .aboutauthor h2 {
	margin: 3px;
}

.blogs #calendar table, .blogs #calendar caption {
	margin-left: auto;
	margin-right: auto;
}

.blogs #prev, .blogs #current {
	float: left;
}

.blogs #next {
	float: right;
}

.blogs #relatedcontent img {
	display: block;
	width: 206px
}

.blogs div.bText {
	margin-bottom:0;
	}
