/* @override http://www.bbcity.co.uk/tom/opml.css */

* {
	font-family:"Garamond","Palatino","Goudy Old Style","Book Antiqua","Cochin","Times","Times New Roman",serif;
}

.hoverlink, div.openid, p.valids, div.comments {
    display: none;
}

body {
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}

p, div, span {
	font-size: 13pt;
}

div.container > div.blogBody {
	text-align:  left;
	margin-top: -45px;
	clear:  both;
}

div.header > div.container > h1 > a {
	font-family:  "Helvetica Neue", sans-serif;
}

div.header > div.container > h1, div#main > div.blogBody > h2.datetitle {
	text-align: center;
}

div.header > div.container > h1 > a, div#main > div.blogBody > h2.datetitle > a {
	color: #000;
	text-decoration: none;
}

div.blogSidebar {
	border-top: 2px dotted #b5b5b5;
	clear:  both;
	text-align: center;
	padding-top: 15px;
}

.xfolkentry > .meta {
	display: none;
}


div.blogSidebar > div#me > p, div.blogSidebar > p, abbr.published, p.nextprev-day, ul#rss, ul#elsewhere, p#subscribehead, table.calendar, p.onthisdayin, div.twitter, p.cause, div.hackday {
	display: none;
}

.xfolkentry div.description + div:before {
	content: "Tag(s): ";
}

div.footer {
	clear: both;
	text-align: center;
	margin-top: -10px;
	border-bottom: 2px dotted #b5b5b5;
}

#blogbody > a:link:after, #blogbody > a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
#blogbody > html.noted a:link:after, #blogbody > html.noted a:visited:after {
  content: "";
}
