#pplBlog-entries-by-tag {
	background-color: #999;
	padding: .5em;
	margin-bottom: 1em;
}

#pplBlog-entries-by-tag h2 {
	margin: 0;
	color: #fff;
}

#pplBlog-entries-by-tag span a {
	color: #fff;
}

.rss-link-wrap {
	text-align: center;
	padding: .5em 0;
}

a.rss-link {
	text-decoration: none;
	font-size: 108%;
	background: url(/images/feed-icon-16x16.gif) no-repeat 100% 50%;
	padding-right: 20px;
}

a.rss-link img {
	margin-left: .2em;
}

/*-- Entry --*/

.pplBlog-entry {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 4px solid #999;
}

.pplBlog-entry h1 {
	margin-bottom: 0;
	font-size: 182%;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: .5em;
}

.pplBlog-entry h1 a {
	text-decoration: none;
	color: #333;
}

.pplBlog-entry h1 a:hover {
	text-decoration: underline;
}

.pplBlog-entry p {
	margin-bottom: .8em;
	line-height: 1.4em;
}

.pplBlog-entry img {
	margin: 1em;
}

.pplBlog-entry-metadata {
	color: #444;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #999999;
}

.pplBlog-entry-comment-metadata {
	margin: .5em 0;
	color: #666;
}

.pplBlog-entry-metadata span, .pplBlog-entry-comment-metadata span {
	margin-right: .5em;
}

.pplBlog-entry-tags {

}

.pplBlog-entry-content {
	margin-bottom: 1em;
}

.pplBlog-entry-body {
	margin-top: .8em;
}

/*-- Comments --*/

.pplBlog-entry-comments {
	border-top: 4px solid #999;
	padding-top: 1em;
}

.pplBlog-entry-comments h2 {
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 123.1%;
	color: #333;
}

.pplBlog-entry-comment {
	padding: 1em .5em .5em .5em;
}

.pplBlog-entry-comment-odd {
	background-color: #efefef;
}

/*-Clearfix-*/

.pplBlog-entry-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.pplBlog-entry-clearfix {
	display: inline-block;
}

html[xmlns] .pplBlog-entry-clearfix {
	display: block;
}

* html .pplBlog-entry-clearfix {
	height: 1%;
}

/*-- Comment form --*/

form.pplBlog-entry-comment-form fieldset {
	margin: 1em 0;
	padding: 10px;
	border: 1px solid #999;
}

form.pplBlog-entry-comment-form fieldset legend {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	padding: 0 10px;
}

form.pplBlog-entry-comment-form fieldset p {
	margin-bottom: 1em;
	margin-left: 10px;
}

form.pplBlog-entry-comment-form fieldset label {
	margin-left: 10px;
	font-size: 100%;
	font-weight: bold;
	display: block;
	clear: both;
	margin-bottom: .55em;
}

form.pplBlog-entry-comment-form fieldset div input {
	margin-left: 10px;
	border: 1px solid #999999;
	margin-bottom: .5em;
}

form.pplBlog-entry-comment-form fieldset div textarea {
	border: 1px solid #999999;
	margin-bottom: .5em;
	height: 10em;
	margin-left: 10px;
}

.form_error {
	background: #f5f5f5;
	margin-bottom: .5em;
	text-align: center;
}

/*-- Navigation --*/

#pager {
	margin-bottom: 2em;
	text-align: center;
}

#pager .nextprev {
	font-size: 123.1%;
	display: inline;
	margin: 0 2em;
}

#pager .nextprev a {
	text-decoration: none;
}

/*-- Sidebar --*/

#left-navigation {
	background-color: #fff;
	border: 1px solid #999;
}

.pplBlog-topics {
}

.pplBlog-topics li a {
	margin-bottom: .2em;
	padding: .2em .5em;
	text-decoration: none;
	padding-left: 14px;
	background: url(/images/arrow.gif) no-repeat 4px .6em;
}

.pplBlog-topics li a:hover {
	text-decoration: underline;
}

.pplBlog-topics li a.active {
	font-weight: bold;
}

#twitter-feed {
}

#twitter-feed-head {
	border: 1px solid #999999;
	padding: 10px;
}

#twitter-logo {
	float: left;
	margin-right: 15px;
}

#twitter-feed h3 {
	display: inline;
	font-weight: normal;
}

#twitter-feed-items {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 10px;
	margin-bottom: 1em;
}

#twitter-feed .twitter-item em {
	color: #666666;
	font-size: 85%;
}

#twitter-feed .twitter-item p {
	margin-bottom: 1em;
}

#twitter-feed .twitter-item p a {
	text-decoration: none;
	line-height: 100%;	
}
