.post{
background:url("../../images/content-bg.gif") repeat-x scroll 0 0 #E9ECEE;
float:left;
height:180px;
margin: 15px 15px 15px 28px;
padding:15px 12px 15px 22px;
width:265px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
position: relative;
z-index: 5;
}
.post h1 a{
color:#2B4659;
font-size:16px;
font-weight:700;
text-decoration: none;
text-shadow:2px 2px 3px #FFF;
}
.post .thumbnail{
height: 110px;
width: 110px;
overflow: hidden;
float:left;
margin-right: 15px;
-moz-border-radius: 10px;
}
.post .meta{
color:#2B4659;
font-size:16px;
font-weight:700;
text-decoration: none;
text-shadow:0 1px 0 #FFFFFF;
}
.post .meta strong{
color: #ff5522;
}
.readmore{
position: absolute;
top: 180px;
left: 200px;
z-index: 5;
}
.readmore a {
background:url("../../images/bg-readmore.png") no-repeat scroll 0 0 transparent;
bottom: -15px;
color:#dadada;
text-decoration: none;
float:right;
font-size:11px;
height:25px;
line-height:25px;
position:relative;
right:5px;
text-align:center;
text-shadow:0 1px 0 #4FA8DB;
width:96px;
}
.post p{
font-size:11px;
	}
	
