/*  
Theme Name: Huie Theme
Version: 1.0
Description: Custom Theme based on Canvas
Author: Courtney Tiberio
Author URI: http://birdhousecreative.co
Template: canvas
*/

/* Default styles */


@import "../canvas/style.css";

#inner-wrapper {
    border-top: 0px!important;
    border-bottom: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
}

.site-description {
    display: block!important;
    float: right!important;
    line-height: 1.2em!important;
}

.boxed-layout #header {
    padding-left: 0!important;
    padding-right: 0!important;
}

.chi_display_header {
    clear: both!important;
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 12px solid #cfcebd!important;
}

ul.nav li a {
    padding-top: .5em!important;
    padding-bottom: .5em!important;
    padding-left: 1.98em!important;
    padding-right: 1.99em!important;
}

#content {
    border-top: 12px solid #cfcebd!important;
}

#main {
    padding-top: 20px!important;
}

.quotebox {
    background-color: #acadb1;
    color: #ffffff;
    padding: 6%;
    margin-left: 20px; 
    margin-bottom: 30px; 
}

.quotequote {
    font-size: 1.15em;
    line-height: 1.5em;
}
   
.shortcode-tabs ul.tab_titles li.nav-tab {
    border: 2px solid #ffffff;
}

.shortcode-tabs ul.tab_titles li.nav-tab a {
    color: #1a5c30!important;
    padding: 8px;
    text-transform: none!important;
    font: 14px/18px sans-serif!important;
    font-weight: bold!important;
}

/*--------------DESKTOP--------------*/
@media screen and (min-width: 950px) { 

.site-description {
    margin-top: 92px!important;
    margin-left:40px!important;
}

}