	.post { height:300px;
		background:#A8C0F7;
		margin-bottom:20px;
		border: 0px solid #000000;
		border-style:dashed solid;
	}
	
		.title {
			height: 40px;
			background-images:url(/img/fon2.png);
			font: bold 1.0em Verdana; 
			color:#A8C0F7;
			border: 0px solid #000000;
			border-style:dashed solid;
			padding-left: 5px;
		}
		
			.title-1 {
				font: 0.8em Verdana;
                                color:#000;
				margin-top: 25px;
			}
			
				.title a {
					font: bold 14px Verdana; 
					color:#b20000;
				}
				
				.title img {
					vertical-align:top;
				}
	
.post-date {
	background: #5876BD;
   width: 65px;
	height: 40px;
	float: left;
	margin-right: 5px;
}
.post-month {
    font: 10px tahoma;
    color: #A8C0F7;
    text-align: center;
    display:block;
    padding-top: 2px;
}
.post-day {
    font: bold 16px Verdana;
    color: #A8C0F7;
    text-align: center;
    display:block;
    padding-top: 3px;
}
		
		.post-content {
			padding: 10px 10px 8px;
			overflow:hidden;
			color:#000;
		}
		
			.post-content img {
				margin:0 5px;
			}
		
