#content{
float:left;
width:100%;
}

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

#content #posts h1{
font-size:21px;
}

#content #posts p{
font-family:Verdana;
font-size:8pt;
}

/* --- */

#nav-wrapper{
float:left;
width:100%;
}

.post-links{
border-top:1px solid #DDDDDD;
color:#9F9F9F;
float:left;
margin:5px 0;
padding-top:10px;
width:100%;
}

.post-links a{
color:#000000;
font-size:7pt;
font-weight:bold;
margin-left:6px;
text-decoration: none;
}

.post-links a:hover{
color: #E3007A;
}

/* --- */
 
#list-wrap{
border-top:1px solid #DDDDDD;
float:left;
margin-top:10px;
padding-top:10px;
width:100%;
}

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

.item .anchor{}

.item .anchor a{
font-weight:bold;
}

.item .anchor a:hover{}

.item .details{}

.item .details .desc{}

.item .details .url{
color:#82CDFF;
font-size:7pt;
font-weight:normal;
}