#entry{
	clear:both;
    margin-top: -20px;
}
 
#entry h1{
padding:7px;
}

#entry p{
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 10px;
	padding-left: 28px;
}
#entry ul {
    padding-left: 28px;
}
#entry ul li{}
#posts{
float: left;
width: 100%;
background-color: #000000;
}

#posts #post-title{
float:left;
padding:0 0 0 25px;
}

#posts #post-title li{
float:left;
line-height:25px;
width:50%;
}


#resources{
    float: left;
    padding-left: 28px;
    width: 100%;
}

