/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au - 2012
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  -------------------------------------------------------------
    LATEST NEWS ITEMS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  Latest News Items - LIST
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#latestNews_browse .column {
    vertical-align: bottom;
}

#latestNews_browse .latestNews_article {
    padding: 0 0 10px 0;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
}

#latestNews_browse .info {
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}

#latestNews_browse .latestNews_article .title {
    text-transform: none;
    line-height: 1em;
    padding: 0;
}

#latestNews_browse .latestNews_article p.date {
    padding: 2px 0;
}

#latestNews_browse .latestNews_article a.image_link:link,
#latestNews_browse .latestNews_article a.image_link:visited {
    display: block;
    font-size: 0;
}

#latestNews_browse .latestNews_article a.image_link:link span,
#latestNews_browse .latestNews_article a.image_link:visited span {
    display: block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#latestNews_browse .latestNews_article .info a:link,
#latestNews_browse .latestNews_article .info a:visited {
    text-decoration: none;
}

#latestNews_browse .latestNews_article .info a:hover {
    
}







#latestNews_view .columns .column p.image {
    text-align: center;
}

#latestNews_view .columns .column h2.title {
    text-transform: none;
}




#content .pagination {
    clear: both;
    text-align: center;
}

#latestNews_browse .pagination a:link,
#latestNews_browse .pagination a:visited {
    display: inline-block;
    padding: 5px;
    color: #6c6d70;
    text-decoration: none;
}

#latestNews_browse .pagination a:hover {
    
}