.navigation {
	margin-bottom: 20px;
}

#content_wrapper #content .content_left,
#content_wrapper #content .content_left h3 {
	width: 550px;
}

#content_wrapper #content .content_left #searchform {
	padding-left: 10px;
	margin-top: 20px;
}

#content_wrapper #content .content_left ul {
	list-style: disc;
	margin: 0 0 20px 30px;
}

	#content_wrapper #content .content_left ul li {
		margin-bottom: 5px;
	}

#content_wrapper #content .content_right {
	margin-left: 570px;
	width: auto;
	min-height: 600px;
}
	
	#content_wrapper #content .content_right ul {
		margin-bottom: 30px;
	}
	
		#content_wrapper #content .content_right ul li {
			margin-bottom: 5px;
		}
		
			#content_wrapper #content .content_right ul li a:hover {
				text-decoration: none;
			}
	
	#content_wrapper #content .content_right p {
		padding: 0;
	}
	
	#content_wrapper #content .content_right #searchform {
		margin-bottom: 20px;
	}


.title_block {
	position: relative;
	margin-bottom: 15px !important;
	overflow: hidden;
	zoom: 1;
}

.title_block .fig_1 {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.title_blog a {
	float: left;
	display: block;
	background: url(/static/images/titles/blog.gif) 0 0 no-repeat;
	height: 23px;
	width: 400px;
	text-indent: -9999px;			
}

.title_search {
	display: block;
	background: url(/static/images/titles/search.gif) 0 0 no-repeat;
	height: 23px;
	width: 400px;
	text-indent: -9999px;			
}

.title_archives {
	display: block;
	background: url(/static/images/titles/archives.gif) 0 0 no-repeat;
	height: 23px;
	width: 400px;
	text-indent: -9999px;			
}

.title_cats {
	display: block;
	background: url(/static/images/titles/cats.gif) 0 0 no-repeat;
	height: 23px;
	width: 400px;
	text-indent: -9999px;			
}
.post {
	margin-bottom: 30px;
}

.postmetadata {
	margin-bottom: 5px;
	font-size: 11px;
	font-style: italic;
}


/* COMMENTS */

.commentlist {
	padding: 0;
	margin: 0 0 0 10px;
}

	.commentlist .comment {
		margin-bottom: 40px;
	}

	#content_wrapper #content .commentlist p {
		padding: 0;
	}

.moderation {
	display: block;
	font-style: italic;
}

.comment-author {
	padding: 0 0 10px 0;
	overflow: hidden;
	zoom: 1;
}

	.comment-author cite {
		font-weight: bold;
	}

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

.comment-meta {
	margin: -10px 0 10px 0;
	font-size: 10px;
	font-style: italic;
	letter-spacing: 1px;
}

	.comment-meta a {
		text-decoration: none;
	}

#content_wrapper #content .comment-body p {
	margin: 0;
	padding: 0;
}
