@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0 0 0 25px;
	overflow:hidden;
	border:0;
	background:url(images/bg-blogtext.jpg) left top no-repeat;
}
.left_pane_blog {
	float:left;
	height:92px;
	width:200px !important;
}
.blog_title {
	color:#FF3838;
	font-weight:bold;
}
.blog_title a {
	color:#FF3838;
	text-decoration: none;
	font-weight:bold;
}
.blog_title a:hover {
	color:#FF3838;
	text-decoration: underline;
	font-weight:bold;
}
.blog_text {
	margin:0px;
	padding:0;
	width:195px;
	color:#D5D5D5;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
}
.left_pane_blog hr {
	border-top: dotted #6e736f 2px;
	border-bottom:none;
	width:188px;
	padding:0;
	margin:10px 0 8px 0;
}
.readmore a {
	background: url(images/arrow-link.gif) left center no-repeat;
	padding:0 10px;
	float: right;
	color:#FFFFFF;
	text-decoration:none;
}
.readmore a:hover {
	background: url(images/arrow-hover.gif) left center no-repeat;
	padding:0 10px;
	float: right;
	color:#FF3838;
	text-decoration: underline;
}
.readmore span {
	margin-right:15px;
	}