/* Recent Topics
--------------------------------------------- */

div.phpbbsection. {
    overflow: hidden;
}

/* side view big screen maxed out */
@media screen and (min-width: 1024px)
{
    .index-left {
        width: auto;
        overflow: hidden;
    }
    .index-right {
        float: left;
        margin-right: 10px;
        width: 302px;
    }
    .adpanel {
        display: block;   
    }
}

/* smartphones */
/* put side view as top block anyways */
@media only screen and (max-width: 1024px) {
    /*hide the forum index */
    .index-left, .index-right {
        width: auto;
        display: block;
        width: 100%;
    }
    .adpanel {
        display: none;
    }  
}

#recent-topics ul {
    list-style: none;
}

#recent-topics li.row {
    border-top: none;
    border-bottom-color: #222;
    transition: background 0.15s ease-in-out 0s;
}

#recent-topics li dl.icon {
    padding-bottom: 0px;
}

#recent-topics li.row dl {
    padding: 9px 5px 5px 0;
}

#recent-topics li.row dl:after {
    clear: both;
    content: "";
    display: block;
}

#recent-topics a.topictitle {
/*  display: block; */
    white-space: pre-wrap;
    margin-bottom: 1px;
/*  padding-right: 25px; */
}

#recent-topics a.forum-link {
    color: #877b69;
    font-size: 10px;
}

#recent-topics dd.lastpost {
    bottom: 3px;
    right: 5px;
    line-height: normal;
    display: block;
    min-height: inherit;
    width: auto;
    text-align: right;
}

#recent-topics dl {
    position: relative;
}

#recent-topics dd.status-icons {
    position: absolute;
    top: 3px;
    right: 5px;
    min-height: inherit;
}

#recent-topics dd.status-icons > a,
#recent-topics dd.status-icons > span {
    float: right;
    margin-left: 2px;
}

.gallery-icon {
    display: block;
    padding-right: 25px;
}

.adwidget {
    width: 300px;
    height: auto;
    margin: 15px 0 20px 0;
}
