/* 
    Document   : bela-k2
    Created on : Jun 16, 2013, 6:57:51 PM
    Author     : Charles Tang
    Description:
        the k2 theme of the Better Extended Live Archive plugin
*/
/** global **/
#bela-container {
    width: 100%;
    clear: both;
    font-size: 14px;
    line-height: 2;
    margin: 40px 0 50px;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    text-transform: uppercase;
}

#bela-container ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
    text-align: center;
    margin-bottom: 20px;
}

#bela-container ul li {
    list-style-image: none;
    list-style-type: none;
    margin: 0 auto;
    padding: 1px 8px;
    text-align: left;
    display: inline;
}

#bela-container ul li.active {
    background: none repeat scroll 0 0 #FFF6BF;
}

#bela-container ul li:hover, div.bela-next-page:hover, div.bela-pre-page:hover  {
    background: none repeat scroll 0 0 #F3F3F3;
}

/** navi menu **/
#bela-navi-menu {
    height: 24px;
    font-weight: bold;
}

#bela-navi-menu li {
    display: inline;
    margin-bottom: 0;
    padding: 2px 10px !important;
}

#bela-navi-menu li:hover {
    
}

/** loading **/
.bela-loading {
    position: absolute;
    top: 0;
    right: 0;
}

/** content **/
.bela-category, .bela-chrono-year, .bela-chrono-month, .bela-tag, .bela-post-list {
    list-style: none outside none;
    font-weight: bold;
    text-align: center;
}

.tag-entry {
    display: inline-block;
    font-weight: normal;
}

#bela-container ul.bela-post-list {
    text-align: left;
    text-transform: none;
}
#bela-container ul.bela-post-list li {
    display: block;
}

.bela-next-page, .bela-pre-page {
    text-align: center;
}
