/* Additional stylesheet for changes made by 80beans. */

#blog_authors h3 {
	margin: 3px 0 10px 0;
	border-top: dashed 1px #000;
	border-bottom: dashed 1px #000;
}

#blog_authors div.teaser_ad {
	text-align: center;
}

body.blog #posts {
	width: 412px;
	float: left;
}

body.blog #sidebar {
	width: 220px;
	float: right;
}

body.blog div.post {
	margin-bottom: 22px;
}

body.blog div.post h3 {
	margin: 0 0 5px 0;
	border-top: dashed 1px #000;
	border-bottom: dashed 1px #000;
}

body.blog div.post div.post_meta {
	margin-bottom: 10px;
	font-size: 11px;
}

body.blog div.post div.post_meta * {
	font-size: 11px;
}

body.blog div.post div.post_excerpt {
	position: relative;
	padding-bottom: 15px;
}

body.blog div.post span.post_excerpt_image.right{
  float: right;
}

body.blog div.post div.post_excerpt a.post_read_more {
	right: 0;
	bottom: 0;
	position: absolute;
}

body.blog div.post div.post_tags {
	margin-top: 5px;
	padding: 2px 0;
	font-size: 11px;
}

body.blog div.post div.post_tags * {
	font-size: 11px;
}

body.blog div.blog_banner {
	margin: 0 0 15px 0;
}

body.blog #recent_comments {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

body.author h3 {
	margin: 15px 0 20px;
	border-top: dashed 1px #000;
	border-bottom: dashed 1px #000;
}

body.author h3.nodash {
	border: none;
}

body.author div.post h3 {
	border: none;
}

img.alignleft {
	margin: 0 10px 10px 0;
}

img.author {
	float: left;
	margin: 0 10px 10px 0;
}

#commentform small {
	font-weight: normal;
	color: #000;
}

h3.reply_header {
	margin-top: 20px;
	font-size: 18px;
}

#tag_cloud a {
	text-decoration: none;
}

h2.pagetitle {
	color: #90b8d6;
}

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
