/* Random Content Widget ===================================================== */

.links .loading {
    display: -moz-inline-box;
    display: inline-block;
    margin-left: 15px;
    height: 16px;
    vertical-align: middle;
    background: url("../images/loader_w16.gif") no-repeat left top;
    zoom: 1;
    //display: inline;
}

.widget_content_random {
    height: 100%;
}

.widget_content_random ul.column{  
    width: 100%;  
    padding: 0;  
    margin: 0;  
    list-style: none;  
}  
.widget_content_random ul.column li { 
    vertical-align: top;
    display: inline-block;
    max-width: 445px;
    width: 100%;
    padding: 0;
    margin: 0 0 7px;
    text-align: center;
}

.widget_content_random ul.column li:last-child {   
    margin-bottom: 0;  
}

.rnd_item { overflow: hidden; margin: 1px; }

.rnd_item .loading {
    padding: 0 0 10px 25px;
    background: url("../images/loader16.gif") no-repeat left top;
}

.rnd_image {
    height: auto;
    overflow: hidden;
}

.rnd_image > a { display: block; }

.rnd_image > a > img {
    max-width: 100%;
    height: auto; 
}

.rnd_item .title { font-size: 13px; }

.rnd_item .rnd_teaser { font-size: 12px; margin-top: 5px; }

.rnd_item .details { font-size:11px; color:#999; margin-top: 10px; }
.rnd_item .details a { color:#BDC3C7; }
.rnd_item .details a:hover { color:#d35400; }

.rnd_item .details span {padding-right: 5px;}
.rnd_item .details span.comments {
    padding-left: 20px;
    background: url("../images/icons/comment-small.png") no-repeat left center;
}

.widget_content_random .clear-fix::after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    //display: table;
    //clear: both;
}