/*  --------------------------------------------------------------------
                              PRESET STYLE 3
    -------------------------------------------------------------------- */

/* BACKGROUNDS AND COLORS */

body{
    background: #fff url(http://reddingdistributing.com/retailer_login/images/backgrounds/bg_2.png);
}

h1, h2, h3, h4, h5, h6, 
.dropcaps_colored,
.sf-menu li a, .sf-menu li a:visited {
    color:#444;
} 

.link, .sf-menu #current, .sf-menu li a:hover {
    color:#487ab9;
} 

.button, #sidebar_search #search_button {
    background-color:#35373d; 
    border-color:#35373d;
} 

#pagination ul li a:hover, #pagination #active a, .dropcaps_bg_colored {
    background-color: #35373d
}

/* FONTS   IMPORTANT: Change the file "custom.js" to read these Google fonts. */
#header #menu {
    font-family: 'Cabin', sans-serif; 
    font-size:16px; 
    letter-spacing:0px; 
    font-weight:400
}  

.sf-menu li li a {
    font-family:arial; 
    font-size:13px;
} 

h1, h2, h3, h4, h5, h6 {
    font-family: 'Terminal Dosis', sans-serif; 
    letter-spacing:0px; 
    font-weight:400
}


/* BOXED LAYOUT */
#wrapper {
    margin: 20px auto auto auto;     
}

#bottom, #footer {
    width:1000px;   /* 930(wrapper width) + 35(wrapper padding-left) + 35(wrapper padding right) */
}

/* shadows borders in boxed style */


#wrapper {
    -moz-box-shadow: 0 0 5px #d3d5d7;
    -webkit-box-shadow: 0 0 5px #d3d5d7;
    box-shadow: 0 0 5px #d3d5d7;
    
}

#bottom, #footer {
    -moz-box-shadow: 0 5px 5px #d3d5d7;
    -webkit-box-shadow: 0 5px 5px  #d3d5d7;
    box-shadow: 0 5px 5px  #d3d5d7;    
}