/** Custom CSS */

body{
    background-color:#4AA0AF;
    font-family: 'PT Sans', sans-serif;
}

.container{
    background-color:#fff;
}

.content{
    margin-top: 2em;
}

.left-menu{
    margin-top:2em;
}

#menu-group-title{
    text-align: left;
    font-size: 1.1em;
    background: #4AA0AF;
    color: #fff;
    padding: .5em 1.1em;
    font-weight: bold;
}

#menu-group-title-a a{
    text-align: left;
    font-size: 1.2em;
    background: #ab0132;
    color: #fff;
    padding: .5em 1.1em;
    border-radius: 0;
}

.nav.nav-pills a{
    color: #000;
}

.nav.nav-pills a:hover{
    color: red;
    background: none;
    border-radius: 0;
}

#news_title{
    margin-top: 0;
    color:#115ebd;
}

#news_date{
    margin-top: 2em;
    margin-bottom: 1em;
    font-style: italic;
}

#news_body{
    text-align: justify;
    font-size: 1.2em;
}

#read-more a{
    font-size: 1.1em;
    text-align: left;
    padding: 0;
    margin: 0;
}

#tag{
    text-align: right;
}

.post{
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 3px solid #f5f5f5;
}

#article_title{
    margin-top: 0;
    color:#115ebd;
    border-bottom: 3px solid #f5f5f5;
    padding-bottom: .5em;
}

article{
    font-size: 1.2em;
    text-align: justify;
}

.footer{
    padding-top: 2em;
    border-top: 3px solid #f5f5f5;
    margin-top: 2em;
    font-size: 1em;
}

.rss_title{
    color:#376db0;
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: .5em;
}

.rss{
    padding: 1em;
    margin: .5em 1em;
    opacity: .9;
    border-radius: 10px;
}

#rssOutput{
    font-size: 1em;
}

#rssOutput a{
    font-size: 1em;
    font-weight: bold;
}

.copy{
    padding-bottom: 1em;
}

.activ{
    font-weight: bold;
}