#blog_container {

  	width:765px;
	margin:0 auto;
	overflow: hidden;
}
#blog_container img {
	border-width: 0;
	border-style: none;
}
#blog_container_mainbar {
	width: 600px;

	float: left;
}

#blog_container_sidebar {
	float: left;
	width: 150px;

	text-align: right;
	padding-right: 10px;
	border-right: 1px solid #cbcbcb;
}



.post_container {
	display: block;
	width: 400px;
	margin-bottom: 15px;
	text-align: left;
	background-color: #d9d9d9;
	padding: 10px;
}



.post_comment_form {
	
	
	text-align: left;
	
	padding: 10px;
	
	margin-top: 20px;
}

.post_comment_form p {
	margin: 0 0 5px;
}

.comments_heading {
	display: inline;
	
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
}

.post_title, .post_title a {
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  color: #738388;
  text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	font-size: 28px;
}


.post_title_date {
	color: #b6b6b6;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
}

.post_title_test {
	font-size: 30px;
}

.post_title a:hover {
	
	font-weight: bold;
	color: #000;
}

.post_date {
	font-size: 13px;

	font-weight: bold;
	text-transform: uppercase;
}

.post_date_year {
	font-size: 10px;
}

.post_content {
	width: 460px;
	color: #383838;
	font: normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}






.blog_post {
	width:  590px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-left: 10px;
}
.blog_post_date {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 10px;
	background-color: #484848;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}
.blog_post_content {
	width:  590px;
	text-align: left;
	float: left;
	padding-left: 10px;

}

.blog_post_comments {
	border-top: 2px solid #fff;
	margin-top: 10px;
	padding-top: 5px;
}

.blog_post_comments a {
	color: #fff;
}



.sidebar_text {
	height: auto;
	text-align: right;
	margin-bottom: 30px;
	line-height: 15px;
}

.sidebar_text img {
	margin: 0;
	padding: 0;
	border: 0;
}
.sidebar_text ul {
	margin: 2px 0 0;
	list-style-type: none;
}

.sidebar_text li {
	
}

.sidebar_label {
	
	font-size: 20px;
	color: #95b583;
	letter-spacing: -1px;
}

.sidebar_text a {
	text-decoration: none;
	color: #4c4c4c;
}

.sidebar_text a:hover {
	color: #000;
}

#sidebar_text a {
	text-decoration: none;
}

.side_bar_text_about a {
	text-decoration: underline;
}

.side_bar_text_about {
		height: auto;
	text-align: right;
	margin-bottom: 30px;
	margin-top: 3px;
	line-height: 14px;
}

.comments_and_tags {
	
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0;
	color: #b5aa99;
}

.comments_and_tags img {
	position: relative;
	top: 3px;
}

.comments_and_tags a {
	color: #b5aa99;
	font-weight: bold;
	text-decoration: underline;
}

.comments_and_tags a:hover {
	color: #000;
	font-weight: bold;
}

textarea {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.post_text {
	font-size: 13px;
	line-height: 16px;
}

.post_sep {
	border-width: 1px;
	border-color: #fff;
}

#comments {
	width: 400px;
	padding: 10px;
	border-top: 1px dotted #c8c8c8;

}

#comments_title {
	margin-top: 40px;
	font-size: 18px;
	letter-spacing: -1px;
}

#comments_title span {
	font-size: 14px;
}

.comment {
	margin-bottom: 20px;
}

.comment_header {
	font-weight: bold;
	font-size: 14px;
	color: #446d6c;
}

.comment_header a {
	font-weight: bold;
	text-decoration: underline;
	color: #446d6c;
}

.comment_date {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #959595;
	letter-spacing: -1px;
}

.comment_content {
	font-size: 12px;
}

.comment_content p {
	margin-top: 0;
}

#comment_post_form {
		width: 400px;

		padding: 10px;
	border-top: 1px dotted #c8c8c8;
}

#comment_post_title {

	font-size: 18px;
	letter-spacing: -1px;

}

