/* Elements in all Locus widgets. */

.pp-container { /* Prevent images from showing beyond, use your sidebar width here if needed*/
 margin:0;padding:0;display:table;
}

.pp-anycontent{margin:0;padding:0} /* No defined category container */

.pp-category{ margin:0;padding:0} /* Category link container */

.pp-title { margin:0;padding:0}  /* Post title container */

.pp-title a {
 margin:2px 5px 10px 0;
 font-weight: bold;
 font-size: 12px}

.pp-category-description{ /* Category description container */
 font-weight:normal
}

.pp-description{ /* Optional description/text container */
 margin:0;
 font-style: italic;
 font-size: 12px
}

.pp-thumb {float:left; margin:0 10px 10px 0;border:1px solid #ccc; }

.pp-thumb img{margin:5px; border:none;}

.pp-date{ /* For date display */
font:normal 10px arial;display:table;margin: 0 5px 0 0
}

.pp-content{ /* For content or excerpt */
 float:left;margin:0 0 0 10px
}

.pp-divisor{ /*A DIV, styles the posts divisor */
 border-bottom:1px solid #eee;margin:10px 0 10px;clear:both;