/* post structure

.post
	.post-head
		.storytitle
		.post-cats-top
		.post-tab
			.post-commentballoon
	.entry
		.post-author
	.page-links
	.sociable
	.post-cats
		.postbottomcommentslink
		.feedflare
	.post-bottom
*/

/* post styles */

.post {
	background: url(../images/post-center.png) top center repeat-y;
	position: relative;
	margin-bottom: 35px;
}

	.post-head {
		background: #fff url(../images/post-top.png) bottom center no-repeat;
		min-height: 80px;
		position: relative;
	}

		.storytitle {
			font-weight: bold;
			font-size: 160%;
			padding: 5px 10px 0 90px;
			line-height: 1.2em;
		}
		
		.post .storytitle a {
			text-decoration: none;
		}

		.post-cats-top {
			padding: 5px 10px 15px 90px;
			font-weight: bold;
		}

		.post-tab {
			position: absolute;
			bottom: 8px;
			left: 2px;
			text-align: center;
			width: 74px;
			line-height: 1.2em;
		}

			.post-commentballoon {
				background: url(../images/meta-embellish.png) top center no-repeat;
				height: 55px;
				font-size: 10px;
				padding-top: 2px;
			}

			.post-commentballoon a {
				font-size: 28px;
				font-weight: bold;
				text-decoration: none;
			}

			.post-commentballoon a:hover {
				color: #fff;
			}

			.post-commentballoon p {
				padding-top: 7px;
			}

	.entry {
		margin: 5px 15px;
		min-height: 0;
	}

	.entry h2 {
		font-size: 150%;
       margin-bottom: 15px;
	}

	.entry h3 {
		font-size: 130%;
		margin-bottom: 15px;
	}

	.entry h4, .entry h5, .entry h6 {
		font-size: 100%;
		margin-bottom: 15px;
	}

	.entry ul li {
		list-style: disc;
		list-style-position: outside;
	}

	.entry ul {
		margin: 0 0 0 25px;
		padding: 0;
	}

	.entry li {
		margin-bottom: 10px;
	}

	.entry p {
		margin-bottom: 15px;
	}

	.entry p.diggstumble {
		padding: 10px 10px 10px 50px;
		border: thin dotted black;
		background: url(../images/thumbs-up.gif) left center no-repeat;
	}
		/* byline index page and single with no author bio */
		.post-author {
			font-weight: bold;
			text-align: right;
			margin-bottom: 15px;
		}

		/* author info/adsense for single post pages, replaces normal post-author byline */
		.entry .post-authorinfo {
			width: 220px;
			float: right;
			padding: 0;
			font-weight: bold;
			font-size: 90%;
			margin-left: 10px;
		}

		.entry .post-authorinfo a {
			font-weight: bold;
		}

		.entry .post-authorinfo img {
			float: right;
			margin-bottom: 5px;
		}

		.entry .post-authorinfo p {
			margin: 2px 0;
			line-height: 1.3em;
			padding: 0;
		}

		.entry .post-authorinfo .authorinfo-description {
			clear: both;
			font-weight: normal;
			margin: 5px 0;
			padding-bottom: 15px;
		}

		.entry .post-authorinfo .authorinfo-morefrom {
			clear: right;
		}
		 
	.post-cats {
		clear: both;
		margin: 0 15px 5px;
	}

	.post-bottom {
		background: url(../images/post-bottom.png) bottom center no-repeat;
		height: 10px;
		clear: both;
	}

.page .post {
	background-image: none;
}

/* post ads */

.post-ads {
	margin: 0 0 30px 0;
	padding: 10px 0;
	height: 270px;
	line-height: 1.1em;
}

.post-ads-left {
	margin-left: auto;
	margin-right: auto;
	width: 470px;
	text-align: center;
}

.post-ads h3 {
	font-size: 100%;
}

.post-ads h3 a {
	font-size: 100%;
	text-decoration: underline;
	!important}

.post-ads p {
	font-size: 90%;
}

.post-ads script {
	margin-bottom: 15px;
}

.related-list {
	list-style: none;
}

.page-links {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin: 5px auto 10px;
	width: 75%;
	border-bottom: 1px solid #663;
	padding-bottom: 5px;
}

.sociable {
	text-align: center;
}

#after-post {
	margin-top: -20px;
}

#after-post table {
	margin: 12px auto 20px;
}

#after-post h3 {
	margin: 8px 0;
}

#after-post ul {
	margin-bottom: 15px;
}


