@import url('reset.css');
@import url('master.css');

#blog_center {
	width: 625px;
	float: left;	
}

#blog_right {
	width: 128px;
	float: right;
}

#blog_search {
	background-color: #fff;
	margin-bottom: 8px;
}

#blog_search label {
	display: block;
	color: #000;
	background: #fff url(../images/blog-search.jpg) 0 50% no-repeat;
	width: 17px;
	height: 18px;
	float: left;
	text-indent: -9999px;
}

#blog_search input {
	background-color: transparent !important;
	border: none !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #000 !important;
	width: 90px !important;
	float: left;
	margin-left: 3px;
}

#blog_search input#submit_button {
	margin: 0 !important;
	height: 18px !important;
	width: 15px !important;
	float: right;
}

#blog_right h3 {
	background: url(../images/dot-for-line.gif) bottom left repeat-x;
	color: #e3d44a;
	display: block;
	margin-bottom: 8px;
	padding: 15px 0 10px 0;
}

#blog_right li {
	line-height: 1.7em;
	font-weight: normal;
}

.blog_stamp {
	display: block;
	height: 95px;
	width: 95px;
	text-indent: -99999px;
	margin-top: 18px;
	background-position: top left;
	background-repeat: no-repeat;
}

#seo_stamp.blog_stamp {
	background-image: url(../images/seo-blog-stamp.png);
}

#blog_posts {
	padding-top: 5px;
}

.post_holder {
	border-bottom: #797979 3px solid;
	margin-bottom: 15px;
}

.post_holder .title, .post_holder .date, .sorry_msg {
	display: block;
	font-size: 19px;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 12px 0;
	float: left;
}

.post_holder .date {
	color: #515151;
	float: right;
}

.post_holder .date span {
	font-weight: bold;
}

.post_holder img, .post_holder .body_copy {
	clear: both;
}

.post_holder img {
	margin-bottom: 15px;
}