/* =================================================================== */
/* Styles Switcher
====================================================================== */

#style-switcher h3 {
    color:#000;
    font-size:12px;
    margin: 0px 0 -3px 3px;

}

#style-switcher {
    background: #fff;
    width:250px;
    position:fixed;
    right:0px;
    z-index:9999;
    top: 5%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    margin-top:0px;
    padding-left:10px;
}

#style-switcher div {
}

#style-switcher h2 {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0;
    font-size: 14px;
    padding: 6px 0 5px 10px;
    text-align : center;
    margin-top:0px;
}

#style-switcher h2 a {
    line-height: 43px;
    display: block;
    height: 40px;
    position: absolute;
    left: -50px;
    top: 50%;
    width: 51px;
    border-radius: 0px;
    background: #333;
    color: white;
    font-weight: bold;
    padding: 0;
    font-size: 17px;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
}

.colors { list-style:none; margin:0px 0px 10px 0px; overflow: hidden}
.colors li {  margin:2px; float:left;}
.colors li a { display: block; width:25px; height:25px; cursor: pointer;
               border: 1px solid #333;
} 

.layout-style select {
    width: 100%;
    padding: 5px;

    margin:0 0 0 -5px;
    color: #666;
    cursor: pointer;
}

#reset {margin: 0 0 15px 2px;}


.green, .green-bg { background: #09612E; }
.blue, .blue-bg { background: #056F9C; }
.orange, .orange-bg {background: #fa5b0f; }
.navy, .navy-bg { background: #495d7f; }
.yellow, .yellow-bg { background: #ffb400; }
.peach, .peach-bg { background :#fcab55; }
.red, .red-bg { background: #c62020; }
.beige, .beige-bg { background: #bfa980; }
.pink, .pink-bg { background: #D10765; }
.cyan, .cyan-bg { background: #37b6bd;}
.celadon, .celadon-bg { background: #74aea1;}
.brown, .brown-bg { background: #784e3d; }
.cherry, .cherry-bg { background: #911938;}
.gray, .gray-bg { background: #666666;}
.purple, .purple-bg { background: #6957af; }
.olive, .olive-bg { background: #b3c211; }
.black, .dark-bg { background: #000; }
.white{ background: #fff; }

.bg1 { background-image: url("../images/bg/noise.png"); }
.bg2 { background-image: url("../images/bg/retina_dust.png"); }
.bg3 { background-image: url("../images/bg/brushed_alu.png"); }
.bg4 { background-image: url("../images/bg/crisp_paper_ruffles.png"); }
.bg5 { background-image: url("../images/bg/dark_wall.png"); }
.bg6 { background-image: url("../images/bg/darkdenim3.png"); }
.bg7 { background-image: url("../images/bg/diamond_upholstery.png"); }
.bg8 { background-image: url("../images/bg/egg_shell.png"); }
.bg9 { background-image: url("../images/bg/light_toast.png"); }
.bg10 { background-image: url("../images/bg/noise_pattern_with_crosslines.png"); }
.bg11 { background-image: url("../images/bg/purty_wood.png"); }
.bg12 { background-image: url("../images/bg/subtle_stripes.png"); }
.bg13 { background-image: url("../images/bg/textured_stripes.png"); }
.bg14 { background-image: url("../images/bg/tileable_wood_texture.png"); }
.bg15 { background-image: url("../images/bg/scribble_light.png"); }
.bg16 { background-image: url("../images/bg/vertical_cloth.png"); }
.bg17 { background-image: url("../images/bg/vichy.png"); }
.bg18 { background-image: url("../images/bg/washi.png"); }
.colors li a.active { box-shadow:0 0 0 2px #404040 inset }

@media only screen and (max-width: 1029px) {#style-switcher {display: none;}}
