/*  
 * Theme Name: BIC Bootstrap WP Theme
 * Theme URI: http://www.besserdich.com
 * Theme Description: Blank Bootstrap Wordpress Theme by Besserdich IT Consulting
 * Author: Nina Taberski-Besserdich
 * Version: 0.2
 * Tags: twitter bootstrap, white, blank
 * License: license.txt
 * License URI: 
*/



/* Apply bootstrap styles
@import url('bootstrap/css/bootstrap.min.css');
*/

/* styles needes for shortcodes  */

.divider {
    margin-bottom: 25px;
    padding-top: 25px;
    clear: both;
    display: block;
    margin-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}




/* very basic styles, can be removed. */

/*General Styles*/
body {
    color: #666666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 16px;
    line-height: 1.8;
}


a {
    color: #591213;
}

a:hover {
    color: #3F3F3F;
}

h1, h2, h3, h4, h5, h6{
    color: #591213;
    margin-top: 25px;
}

h1{
    margin-bottom: 20px;
}

/*Main Menu*/

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #591213;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    background-color: #591213;
}





/* Breadcrumbs*/

.breadcrumb{
    background-color: transparent;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
    padding: 18px 15px;
}




/*Content*/

.content{
    padding-left: 0px;
    padding-right: 60px;
    margin-bottom: 30px;
}

.content ul, ol{
    line-height: 20pt; 
}


.post-content{
    margin-top: 30px;
    margin-bottom: 30px;
}

/*Buttons*/

.btn-primary {
    background-color: #A41519;
    border-color: #A41519;
    color: #FFFFFF;
}



.btn-primary:hover {
    background-color: #818181;
    border-color: #818181;
}



/*Sidebar & Widget*/

.sidebar-wrapper{
    padding-top: 30px; 
    padding-bottom: 30px; 
    margin-bottom: 30px; 
    border-left: 1px solid transparent;
    border-color: #dcdcdc;
}

.sidebar-wrapper ul {
    padding: 10px;
}


.widget{
    margin-bottom: 40px;
}


/*Footer*/
.footer-wrapper{  
    padding-left: 15px;
    margin-top: 25px; 
    color: #ffffff;
    background-color: #3F3F3F;  
}


.footer-menu, .credit{
    list-style: none outside none; 
    display: inline-block;
    text-transform: uppercase;
}

.credit li{
    display: inline;
}

.footer-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
    border-right:1px solid white;
}

.footer-menu li:last-child{
    border-right:none;
} 


.footer-menu li:first-child{
    padding-left: 20px;
} 


.footer {
    padding-top: 15px; 
    padding-bottom: 20px;
    color: #ffffff;
}

.footer, .copyright a{
    color: #ffffff;
}


.footer ul li{
    color: #ffffff;
}


.footer h4, h5, h6 {
    margin-bottom: 20px;
    border-bottom: 3px solid #ffffff !important;
    font-size: 22px; 
    color: #ffffff;
    text-transform: uppercase;
}



/* Copyright*/

.copyright-wrapper{  
    background-color: #591213;  
    padding-top: 10px; 
    padding-bottom:  5px;
    color: #ffffff;
    font-size: 12px;
}

.credit{
    font-size: 10px; 
    text-transform: none;
}