@charset "utf-8";
/* CSS Document */

#posts {
	margin-bottom:20px;
	}

#posts .title {
	font-size:24px;
	font-weight:bold;
	}

#posts .author {
	font-size:12px;
	color:#A7D6A2;
	font-style:italic;
	}

#posts .content {
	margin-top:10px;
	}

#posts .tags {
	margin-top:10px;
	border-top:1px solid #6A9963;
	border-bottom:1px solid #6A9963;
	background-color:#A7D6A2;
	color:#ffffff;
	font-size:11px;
	padding:2px 5px;
	}

.post {
	margin-bottom:10px;
	}

.post .title {
	font-size:18px;
	font-weight:bold;
	padding:5px 5px 0px 5px;
	}

.post .author {
	font-size:11px;
	color:#737277;
	font-style:italic;
	padding:0px 5px;
	}

.post .content {
	margin-top:10px;
	padding:0px 5px;
	}

.post .tags {
	margin-top:10px;
	border-bottom:1px solid #6A9963;
	font-size:10px;
	color:#737277;
	padding:1px 5px;
	}