/* Main Style */
.switcher h3 {
	font-size:13px;
	margin: 1px 0 3px 0;
	color:#474646;
}

.switcher {
	background:#fff;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	width:235px;
	position:fixed;
	top:30%;
	z-index:9999;
	left:0px;
	font-family: "OpenSans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

.switcher h2 {
	border-left: 4px solid #7ab317;
	font-family:'OpenSans-Semibold', Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 15px;
	margin:15px;
	background:#f6f6f6;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
}

.switcher h2 a {
	
	background: url("./icons/switcher.png") no-repeat scroll left center transparent;
	background-color:#fff;
	-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
	display: block;
	height: 41px;
	position: absolute;
	right: -39px;
	text-indent: -9999px;
	top: 0;
	width: 39px;

}

.switcher .content {
	padding:5px 16px 16px 16px;
	overflow:hidden;
}

/* Layout Box */
.layout-switcher {

	overflow:hidden;
}

.layout-switcher a.layout {
	padding: 6px 7px 8px 7px;
	border-radius: 2px;
	color: #797878;
	border: 2px solid #EAEAEA;
	width: 39px;
	cursor: pointer;
	float: left;
	display: block;
	margin: 0 6px 0 0;
	text-align: center;
	background: white;
}

/*.layout-switcher a.layout.selected3 {
	color: #474646;
	cursor: default;
	border: 2px solid #474646;
}

*/

/* Color Box */
.switcher-box {
	height:auto;
	overflow:hidden;
	margin-bottom:6px;
}
.switcher-box .styleswitch:hover {
border: 0px solid #ccc;
opacity: 0.5;
}
.switcher-box .styleswitch.active {
border: 0px solid #ccc;
opacity: 0.5;
}
.styleswitch {
	width: 21px;
    height: 24px;
	display: block;
	cursor: pointer;
	margin: 0 4px 4px 0;
	float:left;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

/*.styleswitch.selected { box-shadow: 0 0 0 2px #474646 inset; }*/

.styleswitch#skin1   { background-color:#00adee; }
.styleswitch#skin2 { background-color:#ee7e2a; }
.styleswitch#skin3 { background-color:#81519c; }
.styleswitch#skin4    { background-color:#e64141; }
.styleswitch#skin5  { background-color:#7ab317; }
.styleswitch#skin6 { background-color:#F02311; }
.styleswitch#skin7    { background-color:#FF4040; }
.styleswitch#skin8  { background-color:#025D8C; }
.styleswitch#skin9  { background-color:#025D8C; }


/* Background Box */
.bg {
	height:auto;
	overflow:hidden;
	margin-bottom:6px;
}

.pattern {
	width: 32px;
    height: 32px;
	display: block;
	cursor: pointer;
	margin: 0 8px 8px 0;
	float:left;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

/*.pattern.selected2 { box-shadow: 0 0 0 2px #474646 inset; }*/

.pattern#batthern { background: url("./icons/batthern.png") repeat ; }
.pattern#always_grey  { background: url("./icons/always_grey.png") repeat ; }
.pattern#bedge_grunge   { background: url("./icons/bedge_grunge.png") repeat ; }
.pattern#purty_wood    { background: url("./icons/purty_wood.png") repeat ; }
.pattern#bgnoise_lg    { background: url("./icons/bgnoise_lg.png") repeat ; }
.pattern#retina_wood    { background: url("./icons/retina_wood.png") repeat ; }
.pattern#checkered_pattern    { background: url("./icons/checkered_pattern.png") repeat ; }
.pattern#debut_dark    { background: url("./icons/debut_dark.png") repeat ; }
.pattern#diagonal-noise    { background: url("./icons/diagonal-noise.png") repeat ; }
.pattern#fancy_deboss    { background: url("./icons/fancy_deboss.png") repeat ; }
.pattern#little_triangles    { background: url("./icons/little_triangles.png") repeat ; }
.pattern#lyonnette    { background: url("./icons/lyonnette.png") repeat ; }
.pattern#noisy_grid    { background: url("./icons/noisy_grid.png") repeat ; }
.pattern#weave    { background: url("./icons/weave.png") repeat ; }
.pattern#bright_squares    { background: url("./icons/bright_squares.png") repeat ; }

/* Dark Style */
a.dark-style {
	display:block;
	padding:9px 0 11px 0;
	text-align:center;
	background:#292929;
	color:#fff;
}

/* Media Queries
================================================== */

/* Smaller than standard 1024px (devices and browsers) */
@media only screen and (max-width: 1024px) {

.switcher {
	left:-1000px !important;
}

.switcher-box {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:auto;
	
	z-index:200;
	background:#fff;
	padding:0 .775%;
}

.styleswitch {
	width:12%;
	height:10px;
	display:inline-block;
	cursor:pointer;
	margin:0 2px 0 0;
	float:left;
}
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.switcher-box {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:200;
	background:#fff;
	padding:0 .775%;
}

.styleswitch {
	width:12%;
	height:10px;
	display:inline-block;
	cursor:pointer;
	margin:0 2px 0 0;
	float:left;
}

.switcher {
	left:-1000px !important;
}
	

}



/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
.switcher-box {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:200;
	background:#fff;
	padding:0 .775%;
}

.styleswitch {
	width:12%;
	height:10px;
	display:inline-block;
	cursor:pointer;
	margin:0 2px 0 0;
	float:left;
}

.switcher {
	left:-1000px !important;
}
	
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.switcher-box {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:200;
	background:#fff;
	padding:0 .775%;
}

.styleswitch {
	width:12%;
	height:10px;
	display:inline-block;
	cursor:pointer;
	margin:0 2px 0 0;
	float:left;
}

.switcher {
	left:-1000px !important;
}


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {


.switcher-box {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:200;
	background:#fff;
	padding:0 .775%;

}

.styleswitch {
	width:11.7%;
	height:10px;
	display:inline-block;
	cursor:pointer;
	margin:0 2px 0 0;
	float:left;
}

.switcher {
	left:-1000px !important;
}
	

}
