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

	#style-switcher h3 {
		color: #fff !important;
		font-size: 13px !important;
		margin: 5px 0 -5px 1px;
		text-transform:uppercase;
	}
	
	#style-switcher {
		background-color: #303030;
		width: 185px;
		position:fixed;
		top: 222px;
		z-index: 999;		
		left: -186px;
		border-left: 0;
		border-top: 0;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
	}

	#style-switcher div {
		padding: 2px 20px 10px 20px;
	}
	
	#style-switcher h2 {
		background-color: #303030;
		color: #fff;
		font-weight: bold;
		font-size: 13px;
		padding: 5px 0 5px 0px;
        text-align: center;
		text-transform:uppercase;
      	
	}
	
	#style-switcher h2 a {
		background: url("../images/themeparrot/switcher.gif") no-repeat center center transparent;
		background-size:cover;
		background-color:#303030;
		display: block;
		height: 60px;
		position: absolute;
		right: -60px;
		text-indent: -9999px;
		top: 0px;
		width: 60px;
		z-index:999999!important;
		border:1px solid;
	}
	
	.colors {
		list-style:none;
		margin: 10px 0px 10px -20px;
		overflow: hidden;
	}
	
	.colors li {
		float:left;
		margin: 4px 2px 0 2px;
	}
	
	.colors li a {
		display: block;
		width: 30px;
		height: 30px;
		cursor: pointer;
		border-radius:50px;
		border: 1px solid #fff;
		
	} 
	.colors li a:active{
		box-shadow:0 3px 3px rgba(0, 0, 0, 0.5) inset;
	}
	
	.layout-style select,
	.header-style select {
		width: 140px;
		padding: 5px;
		color: #909090;
		cursor: pointer;
		border-radius: 2px;
		font-size: 13px;
		margin: 10px 0 10px 2px;
		
	}
	
	.layout-style,
	.header-style { padding: 0 !important; }
	
	.colors .light-green{ background: #A0CE4E; }
	.colors .green		{ background: #309c5c; }
	.colors .turquoise  { background: #00C2BA; }
	.colors .sky-blue   { background: #18B5EF; }
	.colors .orange  	{ background: #FF5A36; }
	.colors .yellow  	{ background: #fbc02d; }	
    .colors .red     	{ background: #F0141E; }	
	.colors .pink     	{ background: #ff4081; }		
	.colors .cyan  	  	{ background: #4D9999; }
	.colors .gray     	{ background: #707070; }
	.colors .purple   	{ background: #94318C; }
	
	.bg1 { background-image: url("../images/themeparrot/bg/noise_pattern_with_crosslines.png"); }
	.bg2 { background-image: url("../images/themeparrot/bg/noise.png"); }	
	.bg3 { background-image: url("../images/themeparrot/bg/escheresque_ste.png"); }
	.bg4 { background-image: url("../images/themeparrot/bg/crisp_paper_ruffles.png"); }
	.bg5 { background-image: url("../images/themeparrot/bg/navy_blue.png"); }
	.bg6 { background-image: url("../images/themeparrot/bg/bedge_grunge.png"); }
	.bg7 { background-image: url("../images/themeparrot/bg/diamond_upholstery.png"); }
	.bg8 { background-image: url("../images/themeparrot/bg/px_by_Gre3g.png"); }

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