/* =================================================================== */
/* Styles Switcher
====================================================================== */

#style-switcher h3 {
	color:#777;
	font-size:12px;
	margin: 5px 0 -3px 3px;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
#style-switcher {
	margin-top:100px;
	width: 195px;
	position:fixed;
	top:50px;
	z-index:9999;
	border-radius: 0 0 3px 0;
	left: -195px;
	background-color: #fff;
	-moz-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
	
#style-switcher div {
	padding: 5px 10px;
}
	
#style-switcher h2 {	
	color: #fcfcfc;
	font-weight: bold;
	padding: 0;
	font-size: 14px;
	padding: 6px 0 5px 10px;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
#style-switcher h2 a {
	display: block;
	height: 41px;
	position: absolute;
	right: -39px;
	text-indent: -9999px;
	top: 0;
	width: 39px;
	border-radius: 0 3px 3px 0;
}
.colors { list-style:none; margin:0px 0px 10px 0px; overflow: hidden}
.colors li { float:left; margin:2px; }
.colors li a { display: block; width:15px; height:15px; cursor: pointer;} 
#menu-style {
	width: 100%;
	padding: 5px;
	border: none;
	width: 165px;
	margin: -3px 0 12px 3px;
	color: #666;
	border-radius: 1px;
	cursor: pointer;
}
#reset {margin: 0 0 15px 2px;}
#reset a {color: #fff; font-size: 12px; padding: 5px 14px; box-shadow: none; border-radius: 1px; }
.light-blue { background: #49afcd; }
.green { background: #7cb600; }
.orange {background: #fa5b0f; }
.navy { background: #495d7f; }
.yellow { background: #ffb400; }
.peach { background :#fcab55; }
.red { background: #c62020; }
.beige { background: #bfa980; }
.pink { background: #f14960; }
.cyan { background: #37b6bd;}
.celadon { background: #74aea1;}
.brown { background: #784e3d; }
.cherry { background: #911938;}
a.gray { background: #707070;}
.purple { background: #6957af; }
.olive { background: #b3c211; }
.dark-blue { background: #3e74c6; }
.dirty-green { background: #3b6e40; }

.bg1 {background-image: url("../images/bg/purty_wood.png");box-shadow:0 0 0 2px #ccc inset}
.bg2 { background-image: url("../images/bg/lightpaperfibers.png"); box-shadow:0 0 0 2px #ccc inset}
.bg3 { background-image: url("../images/bg/diamond_upholstery.png");box-shadow:0 0 0 2px #ccc inset }
.bg4 { background-image: url("../images/bg/bedge_grunge.png"); box-shadow:0 0 0 2px #ccc inset}
.bg5 { background-image: url("../images/bg/brushed_alu.png"); box-shadow:0 0 0 2px #ccc inset}
.bg6 { background-image: url("../images/bg/81.png"); box-shadow:0 0 0 2px #ccc inset}
.bg7 { background-image: url("../images/bg/escheresque.png"); box-shadow:0 0 0 2px #ccc inset}
.bg8 { background-image: url("../images/bg/black_wood.png"); box-shadow:0 0 0 2px #ccc inset}
.bg9 { background-image: url("../images/bg/vintage_speckles.png"); box-shadow:0 0 0 2px #ccc inset}
.bg10 { background-image: url("../images/bg/cubes.png"); box-shadow:0 0 0 2px #ccc inset}
.bg11 { background-image: url("../images/bg/shattered.png"); box-shadow:0 0 0 2px #ccc inset}
.bg12 { background-image: url("../images/bg/retina_wood.png"); box-shadow:0 0 0 2px #ccc inset}
.bg13 { background-image: url("../images/bg/navy_blue.png"); box-shadow:0 0 0 2px #ccc inset}
.bg14 { background-image: url("../images/bg/whitey.png"); box-shadow:0 0 0 2px #ccc inset}
.bg15 { background-image: url("../images/bg/bright_squares.png"); box-shadow:0 0 0 2px #ccc inset}
.bg16 { background-image: url("../images/bg/subtle_dots.png"); box-shadow:0 0 0 2px #ccc inset}
.bg17 { background-image: url("../images/bg/textured_stripes.png"); box-shadow:0 0 0 2px #ccc inset}
.bg18 {background-image: url(../images/bg/cross_scratches.png);box-shadow:0 0 0 2px #ccc inset
}
.colors li a.active { box-shadow:0 0 0 2px #505050 inset }
	
	@media only screen and (max-width: 1029px) { #style-switcher { display: none; } }
	@media (min--moz-device-pixel-ratio: 1.3),
	   (-o-min-device-pixel-ratio: 2.6/2),
	   (-webkit-min-device-pixel-ratio: 1.3),
	   (min-device-pixel-ratio: 1.3),
	   (min-resolution: 1.3dppx) { #style-switcher h2 a { background: url("../images/switcher@2x.png") no-repeat 9px center transparent; background-size: 21px; background-color: #404040; } }
	   
