/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au 
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*  -------------------------------------------------------------
    LATEST NEWS - LIST
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


#latestNews_browse .column {
    padding-bottom: 30px;
}

#latestNews_browse a:link,
#latestNews_browse a:visited {
    text-decoration: none;
}

#news_images_items {
    text-align: center;
}

#latestNews_browse a:link img,
#latestNews_browse a:visited img {
    display: block;
    margin: 0 auto;
}

#content .single_image {
    padding-top: 50px;
}

#latestNews_browse .pagination {
    text-align: center;
}

#latestNews_browse .pagination a:link,
#latestNews_browse .pagination a:visited {
    padding: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#latestNews_browse .pagination a.active:link,
#latestNews_browse .pagination a.active:visited {
    text-decoration: underline;
}