/* =================================================================== */
/* Styles Switcher
====================================================================== */

	#style-switcher h3 {
		color:#555;
		font-size:12px;
		margin: 5px 0 -3px 3px;
		line-height: 34px;
	}
	
	#style-switcher {
		background: #FBFBFB;
		width:175px;
		position:fixed;
		top:50px;
		z-index:9999;
		left:0px;
		border-radius: 0 0 4px 0;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		-webkit-box-shadow:  0px 0px 4px 0px rgba(51, 51, 51, 0.4);
		box-shadow:  0px 0px 4px 0px rgba(51, 51, 51, 0.4);
	}
	
	#style-switcher div {
		padding:5px 10px;
	}
	
	#style-switcher h2 {
		background: #333;
		color: #FFFFFF;
		font-weight: 600;
		padding: 0;
		font-size: 13px;
		padding: 6px 0 5px 10px;
		line-height: 30px;
	}
	
	#style-switcher h2, #style-switcher h3 {
		font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	}
	
	#style-switcher h2 a {
		background: url("../images/switcher.png") no-repeat scroll left center transparent;
		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:25px; height:25px; cursor: pointer; border: 1px solid #ddd;} 
	
	.layout-style select {
		width: 100%;
		padding: 5px;
		border: none;
		margin:0 0 0 -5px;
		color: #666;
		cursor: pointer;
	}
	
	#reset {margin: 0 0 15px 2px;}
	#reset a {color: #fff; font-size: 12px;}
	
	.green { background: #9bcc45; }
	.blue { background: #00B4FF; }
	.yellow { background: #fec901; }
	.red { background: #e51400; }
	.pink { background: #ff9dbc; }

	.bg1 { background-image: url("../images/patterns/checkered_pattern.png"); background-color: #fff; }
	.bg2 { background-image: url("../images/patterns/diagonal_striped_brick.png"); }
	.bg3 { background-image: url("../images/patterns/plaid.png"); }
	.bg4 { background-image: url("../images/patterns/dark_exa.png"); }
	.bg5 { background-image: url("../images/patterns/argyle.png"); }
	.bg6 { background-image: url("../images/patterns/az_subtle.png"); }
	.bg7 { background-image: url("../images/patterns/graphy.png"); }
	.bg8 { background-image: url("../images/patterns/woven.png"); }
	.bg9 { background-image: url("../images/patterns/knitting250px.png"); }
	.bg10 { background-image: url("../images/patterns/moulin.png"); }
	.bg11 { background-image: url("../images/patterns/noisy_grid.png"); }
	.bg12 { background-image: url("../images/patterns/ps_neutral.png"); }
	.bg13 { background-image: url("../images/patterns/pw_maze_white.png"); }
	.bg14 { background-image: url("../images/patterns/sneaker_mesh_fabric.png"); }
	.bg15 { background-image: url("../images/patterns/subtlenet2.png"); }
	
	.colors li a.active { box-shadow:0 0 0 2px #999 inset }
	.colors li a:hover { box-shadow:0 0 0 2px #999 inset }
	
	@media only screen and (max-width: 1029px) {#style-switcher {display: none;}}
