/* WMS Loop core styles */
/*------ CLEARFIXES -----*/
/* For modern browsers
1. The space content is one way to avoid an Opera bug when the
   contenteditable attribute is included anywhere else in the document.
   Otherwise it causes space to appear at the top and bottom of elements
   that are clearfixed.
2. The use of `table` rather than `block` is only necessary if using
   :before` to contain the top-margins of child elements.
*/

.cf:before,
.cf:after { 
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after { clear: both; }

/* For IE 6/7 only: Include this rule to trigger hasLayout and contain floats. */
.cf { *zoom: 1; }


.wms-loop p.post-title { clear:both; margin:0 }
#content .wms-loop .post-date {
    padding-bottom:3px;
    font-size:.7em;
    color: #686868;
    text-transform:uppercase;
    /*font-weight:bold;*/
    /*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
.wms-loop .post .excerpt { font-size:90%; }
.wms-loop .post .excerpt { font-family:Verdana, sans-serif; margin: 2px 0 10px 0; padding:0; }
.wms-loop a.more-link {
    /*font-weight:bold;
    font-style:italic;*/
    display: block;
    text-align: right;
    font-size: 12px;
    padding: 3px 10px;
}


.wms-loop { 
    overflow:hidden; 
    position:relative; 
}
.wms-loop .wp-post-image { 
    float:left; 
    display:inline; 
    margin:0 10px 10px 0; 
}
.sidebar .wms-loop .wp-post-image, 
.xoxo .wms-loop .wp-post-image { 
    margin-top:5px; 
}
.wms-loop .post-date {
    margin-bottom:0;
    padding:0;
    padding-bottom:0;
}

/* main content area styles */
#content .wms-loop div .post { 
    margin-bottom:.5em;
}

#content .wms-loop .post-loop-wrap {
    list-style-type:none;
}

#content .wms-loop .wp-post-image { 
    margin-top:5px; 
}
#content .wms-loop .slider_unit .wp-post-image { 
    margin-top:0px; 
}
#content .wms-loop .post-title {
    margin-top:0;
    margin-bottom:8px;
}

#content .wms-loop .more-link {
    clear:both;
}



