﻿/* ================================================================== */
/* CSS Style Switcher By FIFO THEMES
====================================================================== */

	#style-switcher h3 {  
		color: #888888;
		font-family: "Open Sans",Helvetica,Arial,sans-serif;
		font-size: 14px;
		font-weight: 600;
		margin: 10px 0 10px 1px;
	}
	
	#style-switcher {
		background-color: #fff;
		width: 205px;
		position:fixed;
		top: 0px;
		z-index: 999;
		border-radius: 0 0 3px 0;
		left: -206px;
		border: 1px solid #e4e4e4;
		border-left: 0;
		border-top: 0;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
	}
	
	#style-switcher div {
		padding: 3px 18px 5px 18px;
	}
	
	#style-switcher h2 {
		background-color: #555;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		padding: 0 0 0 20px;
		margin:0;
		line-height:40px;
		font-family: "Open Sans",Helvetica,Arial,sans-serif;
	}
	
	
	#style-switcher h2 a {
		
		background-color: #555;
		display: block;
		height: 40px;
		position: absolute;
		right: -43px;
		font-size:20px;
		text-align:center;
		color:#fff;
		top: 0;
		width: 43px;
		text-decoration:none;
		border-radius: 0 3px 3px 0;
	}	
	.colors {
		list-style:none;
		margin: 0 0px 10px 0;
		overflow: hidden;
	}
	
	.colors li {
		float:left;
		margin: 4px 2px 0 2px;
	}
	
	.colors li a {
		display: block;
		width: 29px;
		height: 29px;
		cursor: pointer;
		border-radius: 1px;
	} 
	
	.layout-style select, .header-style select, 
	.footer-style select, .header-color input {
		width: 164px;
		padding: 2px 5px;
		color: #888;
		cursor: pointer;
		border-radius: 2px;
		font-size: 13px;
		margin: 2px 0 2px 2px;
	}
	
	.header-color .sp-replacer  {
		padding:4px 6px !important;
	}
	
	.header-color .sp-replacer .sp-dd, .header-color .sp-replacer .sp-preview, div.header-color {
		padding:0px 1px !important;
	}
	
	.layout-style, .header-style, .header-color
	.footer-style { padding: 0 !important; }
	
	.verde1 { background: #006400; }
	.verde2 { background: #008000; }
	.verde3 {background: #14540d; }
	.verde4 { background: #228b22; }
	.verde5 { background: #3c6232; }
	.laranja1 { background: #ff8c00; }
	.laranja2 { background: #ffa500; }
	.laranja3 { background: #ed9121; }
	.laranja4 { background: #fa6900; }
	.laranja5 { background: #f69b02; }

	.bg1 { background-image: url("../img/patterns/whitey.png"); }
	.bg2 { background-image: url("../img/patterns/retina_wood.png"); }
	.bg3 { background-image: url("../img/patterns/subtle_grunge.png"); }
	.bg4 { background-image: url("../img/patterns/denim.png"); }
	.bg5 { background-image: url("../img/patterns/lghtmesh.png"); }
	.bg6 { background-image: url("../img/patterns/fabrics_gray.png"); }
	.bg7 { background-image: url("../img/patterns/tileable_wood.png"); }
	.bg8 { background-image: url("../img/patterns/dark_wood.png"); }
	.bg9 { background-image: url("../img/patterns/wall.png"); }
	.bg10 { background-image: url("../img/patterns/grey_wash.png"); }
	
	
	@media only screen and (max-width: 1023px) { #style-switcher { display: none; } }
	   
