/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line 
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/ 
* **************************************************************
*
* FLATBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
.navbar-inverse {
    border-color: #336699;
    background-color: #336699;
}
.panel-forum>.panel-heading {
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    color: #fff;
    border-color: transparent;
    border-radius: 3px 3px 0 0;
    background-color: #336699;
}

a.forumtitle, a.topictitle {
    font-size: 1.08em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #336699;
}

.navbar {
    min-height: 50px;
    padding: 0px 0 0;
}

.masthead:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 200%;
    height: 400%;
    content: "";
    background: url(./images/tile-bg-head.png) 0 0 #fff;
    background-repeat: repeat;
}
body {
    background: #fff;
}

.flat-header {
    height: 152px;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: left;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}


.side-segment h2:after,.side-segment h3:after {
    bottom: 0;
    display: block;
    width: 80px;
    height: 4px;
    margin-bottom: -4px;
    content: "";
    background-color: #336699
}

.top-flat {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    border-radius: 2px;
    background-color: #336699;
    z-index: 9999;
}

.panel {
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #e8ecf3;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
/* ===[ CSS HOOK BOTTOM ]=== */