@charset "utf-8";
/* CSS Document */
.posts{
	float: left;
	margin-bottom: 10px;
	padding: 0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-family: "Times New Roman", Times, serif;
}
.post-date{
	float: left;
	color: #5F6C7C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 5px 0px;
	width: 55px;
	background: #E7EBDE;
	line-height:1em;
	border-right: 1px #819DA3 solid;
	border-bottom: 1px #819DA3 solid;
	height: 40px;
	vertical-align: bottom;
}
.post-info{
	float: left;
	font-size:13px;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 5px;
	line-height:1em;
	color:#333;
	height: 40px;
	width: 333px;
	background-image: url(img/post_bg.jpg);
	background-repeat: repeat-y;
	vertical-align: bottom;
	border-top: 1px #E7EBDE solid;
	border-bottom: 1px #E7EBDE solid;
	border-left: 1px #E7EBDE solid;
	
}
.post-content{
	text-indent: 13px;
	float: left;
	margin: 0;
	color:#333;
	height: auto;
	width: 600px;
	vertical-align: bottom;
	border-right: 1px #D6DEDC solid;
	border-bottom: 1px #D6DEDC solid;
	border-left: 1px #D6DEDC solid;
	background: #D6DEDC url(img/cg.jpg) right bottom no-repeat;
	font-size:13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 111px;
	padding-left: 10px;
}
.post-attached{
	float: left;
	margin: 0;
	padding: 5px;
	color:#FFF;
	height: auto;
	width: 610px;
	vertical-align: middle;
	border: 0;
	background-color: #FFF;
	text-align: right;
	background: #86a4b3 url(img/attached_bg.jpg);
	background-repeat: repeat-y;
	font-size:13px;
	font-family: Verdana, Arial, Sans-Serif;
	cursor: default;

}
.post-attached img{
	margin-left: 3px;
	vertical-align: bottom;
	border: 0px;
}
