.pusher {
	height: 5px;
	background: #fff;
}
	
.post
{
	border-bottom: 1px solid #000000;
}

.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #0a5989;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}

.posttitle a {
	float: left;
	padding: 0;
}

.posttitle a:link, .posttitle a:visited {
	color: #0a5989;	
}

.posttitle a:hover, .posttitle a:active {
	color: #af0101;
}

.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999999;
}

.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}

.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #e8e7d0;
	list-style-type: none;
}

#commentlist li {
	border-top: 1px solid #e8e7d0;
	padding: 1px 20px;
	background-color: #ffffff;
}

.alt {
	background-color: #e9e9e9 !important;
}

.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}

.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}

#miniflex {
	float: left;
	margin: 0;
	padding: 0 0px 5px 25px;
}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 37px;
	font-weight: bold;
	margin: 0 0px 0 20px;
	text-decoration: none;
	color: #fff;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	background: url(images/triangle.jpg) no-repeat bottom center;
	color: #fff;
}

.nav_title{
	float: left;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}