body
{
    background: #000000 url('../images/style/bg2.jpg');
}

.container
{
    background-color: #ffffff;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

.row
{
    margin-left: -10px;
    margin-right: -10px;
}

.page-header
{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #292929;
    color: #ffffff;
}

/*
#header
{
position: relative;
width: 100%;
height: 9.0em;
background: #fff url('../images/topbg.gif') repeat-x;
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}
*/

.page-header h1
{
    color: #fff;
    font-weight: normal;
    font-size: 2.5em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 35px;
    padding-left: 25px;
}

.page-header h2
{
    color: #aaa;
    font-weight: normal;
    font-size: 1.0em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 25px;
}

#headerpic
{
    position: relative;
    height: 109px;
    background: #fff url('../images/style/hdrpic.jpg') no-repeat top left;
    margin-bottom: 2px;
}

#navbar
{
    border-top: none;
    box-shadow: none;
}

.navbar
{
    background-color: #87001A;
    border-bottom: 5px solid #6b0024;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    /* height: 45px; */
    margin-bottom: 0px;
}

.navbar .navbar-nav > .active > a
{
    background-color: #6b0024;
    color: #aaa;
}

.navbar .navbar-nav > .active > a:hover
{
    background-color: #6b0024;
    color: #fff;
}

.navbar .navbar-nav > li > a
{
    color: #aaa;
}

.navbar .navbar-nav > li > a:hover
{
    background-color: #6b0024;
    color: #fff;
}

.navbar-nav > li > a {padding-top:8px !important; padding-bottom:8px !important;}
.navbar { min-height:40px !important }

.navbar-toggle { padding: 4px; } 

.navbar-header
{
    color: #aaa;
}
.navbar-header .glyphicon
{
    color: white;
}

.navbar-default .navbar-brand
{
    color: #aaa;
}
.navbar-default .navbar-brand:hover
{
    color: white;
}

#menubottom
{
    background: #fff url('../images/style/border1.gif') repeat-x;
    height: 14px;
    margin-bottom: 5px;
}

#footer
{
    padding-top: 35px;
    margin-top: 35px;
    background: #fff url('../images/style/border2.gif') repeat-x;
    padding-bottom: 10px;
    text-align: center;
}

.divider1
{
    background: #fff url('../images/style/border2.gif') repeat-x;
    height: 14px;
    margin: 15px 0px 15px 0px;
    clear: both;
}

.divider2
{
    height: 1px;
    border-bottom: solid 1px #eaeaea;
    margin: 20px 0px 20px 0px;
    clear: both;
}

.post h4
{
    margin: 0px;
    padding: 0px;
}

.post .details
{
    top: -24px;
    font-size: 10px;
    line-height: 13px;
    color: #787878;
    margin: 0px;
    padding: 0px;
}

.post .contentarea
{
    padding-top: 1.3em;
}

.post ul.controls
{
    /* clear: both; */
    margin: 0px;
    padding: 0px;
}

.post ul.controls li
{
    display: inline;
    font-size: 0.8em;
}

.post ul.controls li a
{
    background-repeat: no-repeat;
    background-position: left;
    padding: 0em 1.0em 0em 20px;
}

.post ul.controls li a.more
{
    background-image: url('../images/style/icon-more.gif');
}

img.left
{
    float: left;
    margin: 0em 1.8em 1.4em 20px;
}

/*
.bigColorBox
{
    width: 20px;
    height: 20px;
    margin: auto auto auto 15px;
    display: inline-block; 
    border: none; 
    vertical-align: middle; 
    background: #87001A;
}

.smallColorBox
{
    width: 15px;
    height: 15px;
    margin: auto auto auto 10px;
    display: inline-block; 
    border: none; 
    vertical-align: middle; 
    background: #87001A;
}*/

#myTwitterTimeline
{
    text-align: center;
    margin: auto;
}

.indent
{
    padding-left: 30px;
}