/*
Name: Magazine

This Extension is best used on blog listings
*/

.thumbnail-wrap {display:block !important; float:left; margin:5px; border:3px solid #efefef;}
.post {width:50%; margin:0; padding:0; float:left; clear:none; background: #FFF url(images/magazine_bg.jpg) no-repeat bottom right;}
.post .post-meta {display: none;}
.post .date {display:none;}
.post .post-title {margin:1em;}
.post .meta-bottom {display: none !important; margin:1em !important;}
.post .post-content {margin:1em;}
.post a.readmorelink {background: #ccc url(images/readmore.gif) no-repeat top center; width: 75px; height:22px;float:right; margin:1em;}
.post a.readmorelink span {display: none;}

