.poststyle5 {
display:block;
padding:10px 0 10px 0;
background: #f9f9f9;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position:relative;
overflow: hidden;
border:1px solid #DDD;
-webkit-box-shadow: 0px 2px 2px #DDD;
-moz-box-shadow: 0px 2px 2px #DDD;
box-shadow: 0px 2px 2px #DDD;
}

.poststyle5 img.aligntotheright {
float:right;
margin:30px 0 20px 20px;
}

.poststyle5 small {
display: block;
margin:0 0 5px 0;
}

.poststyle5 h2 {
font-size:24px;
line-height:30px;
margin:0 0 10px 0;
}

.poststyle5 .entry {
padding:10px 30px 0 30px;
}
