﻿#style-switcher h3 {
    color: #888;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 10px 1px
}

#style-switcher {
    background-color: #fff;
    width: 205px;
    position: fixed;
    top: 140px;
    z-index: 999;
    border-radius: 0 0 3px 0;
    left: -206px;
    border: 1px solid #e4e4e4;
    border-left: 0;
    border-top: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .08)
}

#style-switcher div {
    padding: 3px 18px 5px 18px
}

#style-switcher h2 {
    background-color: #555;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 0 20px;
    margin: 0;
    line-height: 40px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

#style-switcher h2 a {
    background-color: #555;
    display: block;
    height: 40px;
    position: absolute;
    right: -43px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    top: 0;
    width: 43px;
    text-decoration: none;
    border-radius: 0 3px 3px 0
}

.colors {
    list-style: none;
    margin: 0 0 10px 0;
    overflow: hidden
}

.colors li {
    float: left;
    margin: 4px 2px 0 2px
}

.colors li a {
    display: block;
    width: 29px;
    height: 29px;
    cursor: pointer;
    border-radius: 1px
}

.layout-style select,
.header-style select,
.footer-style select,
.header-color input {
    width: 164px;
    padding: 2px 5px;
    color: #888;
    cursor: pointer;
    border-radius: 2px;
    font-size: 13px;
    margin: 2px 0 2px 2px
}

.header-color .sp-replacer {
    padding: 4px 6px !important
}

.header-color .sp-replacer .sp-dd,
.header-color .sp-replacer .sp-preview,
div.header-color {
    padding: 0 1px !important
}

.layout-style,
.header-style,
.header-color .footer-style {
    padding: 0 !important
}

.blue {
    background: #00bbf3
}

.green {
    background: #59ab02
}

.orange {
    background: #FA6900
}

.purple {
    background: purple
}

.red {
    background: #9e0b0f
}

.magenta {
    background: #ec008c
}

.brown {
    background: #c69c6d
}

a.gray {
    background: #555
}

.golden {
    background: #DAA520
}

.teal {
    background: #008080
}

.bg1 {
    background-image: url(../img/patterns/whitey.png)
}

.bg2 {
    background-image: url(../img/patterns/retina_wood.png)
}

.bg3 {
    background-image: url(../img/patterns/subtle_grunge.png)
}

.bg4 {
    background-image: url(../img/patterns/denim.png)
}

.bg5 {
    background-image: url(../img/patterns/lghtmesh.png)
}

.bg6 {
    background-image: url(../img/patterns/fabrics_gray.png)
}

.bg7 {
    background-image: url(../img/patterns/tileable_wood.png)
}

.bg8 {
    background-image: url(../img/patterns/dark_wood.png)
}

.bg9 {
    background-image: url(../img/patterns/wall.png)
}

.bg10 {
    background-image: url(../img/patterns/grey_wash.png)
}

@media only screen and (max-width:1023px) {
    #style-switcher {
        display: none
    }
}