@charset "UTF-8";

/* Deals with the styling for topics/entries */
.pagetitle {
	margin-bottom:15px;
	letter-spacing:-1px;
	font-weight:normal;
	}

div.post {
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px dotted #444;
	clear:both;
	float:left;
	width:575px;
	}
	
.post h2 { font-size:22px; font-weight:normal; letter-spacing:-1px; margin-bottom:4px; }
.post h2 a { text-decoration:none; color:#00b745; }
.post h2 a:hover { color:#a3e3c6; }
.post h4 { color:#AAA; font-size:11px; font-weight:normal; margin-bottom:8px; }
.post h4 .author { color:#777; font-weight:bold; }
.post small { color:#FFF; font-size:10px; text-transform:uppercase; padding-bottom:5px; display:block; }
.post p { margin-bottom:15px; }
.post p a, .comment a { color:#a3e3c6; text-decoration:none; }
.post p a:hover, .comment a:hover { color:#a3e3c6; text-decoration:underline; }
.post .image { text-align:center; }
.post .image a:hover { border:1px; }

.post .commentLinkHolder {
	color:#777;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	}
.post .commentLinkHolder a {
	color:#06cc51;
	text-decoration:none;
	position:relative;
	line-height:18px;
	}
.post .commentLinkHolder img {
	border:none !important;
	position:absolute;
	left:-19px;
	top:1px;
	}
	
.post .postmetadata {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	padding:6px;
	padding-left:5px;
	background:#222;
	border:1px solid #333;
	}
.post .postmetadata a { background:#06cc51; color:#FFF; padding:2px; font-size:10px; font-weight:normal; font-weight:bold; margin-right:2px; }
.post .postmetadata a:hover { background:#a3e3c6; color:#333; text-decoration:none; }

.post .extendedLinks {
	}
	
.chronoNav {
	width:100%;
	padding-bottom:10px;
	float:left;
	clear:both;
	font-size:10px;
	}
.chronoNav a {
	text-decoration:none;
	}
	.chronoPrev {
		width:49%;
		text-align:left;
		float:left;
		}
	.chronoNext {
		width:49%;
		text-align:right;
		float:right;
		}