@charset "UTF-8";
/*! core.css - https://atelier35.pt/
Copyright (c) 2013 Atelier35
*/

/* Pagination
---------------------------------------------------------------------- */

#pagination {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}

.pagination {
    font-size: 84.6%;
    line-height: normal;
    font-family: Arial, Gadget, sans-serif;
    display: inline-block;
    /*margin-left:20%;*/
}

.pagination a {
    text-decoration: none;
    color: #BABABA;
    border: 1px solid #BABABA;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pagination a:hover {
    background: #fdf7ce;
}

.pagination .current {
    background: #f5d80b;
    color: #fff;
    border: 1px solid #f5d80b;
}

.pagination .prev, .pagination .next {
    /*border-color:#FFF;*/
}

.pagination a.prev:hover, .pagination a.next:hover {
    background: none repeat scroll 0 0 transparent;
    text-decoration: underline;
}

.pagination .current.prev, .pagination .current.next {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
    border: none;
}

