#postbox
{

width:100%;
}
#rec{
margin:5px;
padding:5px;
}

#rec li{
float:left;
margin-left:15px;
}
#rec li a{
font-size:16px;
}
#content-wrap{
float: left;
width: 100%;
color: #808080;
}

#content-wrap #posts{
float: left;
width: 100%;
}

#content-wrap #posts h1{
color:#808080;
font-size:30px;
margin:0;
}

#content-wrap #posts p{
color:#808080;
font-size:20px;
text-align:center;
}

#postlinks{

float:left;

width:100%;

}

#postlinks a{
font-size:12px;

} 


/* */
#list-wrap{
float:left;
margin-bottom:20px;
margin-top:20px;
width:100%;
}

#list-wrap .item{
float:left;
margin:5px 0;
width:100%;
}

.item .anchor{}

.item .anchor a{
font-style:italic;
text-transform:capitalize;
}

.item .anchor a:hover{}

.item .details{}

.item .details .desc{
font-size:12px;
font-style:italic;
}

.item .details .url{
font-size:12px;
font-weight:bold;
}
