/**
 * Styles Switcher
 * -----------------------------------------------------------------------------
 */

	#style-switcher h3 {
		color:#fff;
		font-size:12px;
		margin: 5px 0 5px 3px;
	}
	
	#style-switcher {
		background: #777777;
		width: 195px;
		position:fixed;
		top: 50px;
		z-index: 1000;
		left: -195px;
	}
	
	#style-switcher div {
		padding: 5px 10px;
	}
	
	#style-switcher h2 {
		background: #666666;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		padding: 6px 0 5px 13px;
		margin: 0;
	}
	
	#style-switcher h2 a {
		background: url("../img/switcher.png") no-repeat 10px center transparent;
		background-color: #666666;
		display: block;
		height: 41px;
		position: absolute;
		right: -39px;
		text-indent: -9999px;
		top: 0;
		width: 39px;
	}
	
	.colors { list-style:none; margin:0px 0px 10px 0px; overflow: hidden; padding-left: 0;}
	.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; }
	
	.blue { background: #169fe6; }
	.green { background: #7cb600; }
	.orange {background: #ff6644; }
	.navy { background: #495d7f; }
	.yellow { background: #ffb400; }
	.peach { background :#fcab55; }
	.red { background: #c62020; }
	.beige { background: #bfa980; }
	.pink { background: #c71c77; }
	.cyan { background: #37b6bd;}
	.celadon { background: #74aea1;}
	.brown { background: #784e3d; }
	.cherry { background: #911938;}
	.gray { background: #707070;}
	.purple { background: #6957af; }
	.olive { background: #b3c211; }
	.deep-blue { background: #3b81de; }
	.dirty-green { background: #3b6e40; }

	.bg1 { background-image: url("../img/bg/0.png"); }
	.bg2 { background-image: url("../img/bg/1.png"); }
	.bg3 { background-image: url("../img/bg/2.png"); }
	.bg4 { background-image: url("../img/bg/3.png"); }
	.bg5 { background-image: url("../img/bg/4.png"); }
	.bg6 { background-image: url("../img/bg/5.png"); }
	.bg7 { background-image: url("../img/bg/6.png"); }
	.bg8 { background-image: url("../img/bg/7.png"); }
	.bg9 { background-image: url("../img/bg/8.png"); }
	.bg10 { background-image: url("../img/bg/9.png"); }
	.bg11 { background-image: url("../img/bg/10.png"); }
	.bg12 { background-image: url("../img/bg/11.png"); }
	.bg13 { background-image: url("../img/bg/12.png"); }
	.bg14 { background-image: url("../img/bg/13.png"); }
	.bg15 { background-image: url("../img/bg/14.png"); }
	.bg16 { background-image: url("../img/bg/15.png"); }
	.colors li a.active { box-shadow:0 0 0 2px #505050 inset }
	
	@media only screen and (max-width: 1029px) { #style-switcher { display: none; } }