@charset "utf-8";
/* CSS Document */

/*
* Theme Name: Tangram  
* File name: styleswitcher.css
* Theme URL: tangram.mordorthemes.com
* Description: Tangram - One page html/css website template
* Author: Mordorthemes
* Author URL: http://www.mordorthemes.com
* Support: support@mordorthemes.com
* Version: 1.0
*/




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

.switcher {
	background: #FBFBFB;
	width:160px;
	position:fixed;
	top:185px;
	z-index:9999;
	left:0px;
	border-radius:4px;
	border:1px solid #ccc;
}

.switcher h2 {
	background: #4b4c4d;
	color: #FFFFFF;
	padding: 0;
	font-size: 15px;
	padding: 5px 0 6px 15px;
	line-height: 30px;
}

.switcher h2 a {
	background: #4b4c4d;
	display: block;
	height: 41px;
	position: absolute;
	right: -39px;
	top: 0;
	width: 42px;
	border-radius: 0 4px 4px 0;
	text-align:center;
	color:#fff;
	padding: 7px 0;
}

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

/* Layout Box */
.layout-switcher {
	margin:0 0 10px 0;
	overflow:hidden;
}

.layout-switcher a.layout {
	padding:8px 7px 7px 7px;
	border-radius: 2px;
	color: #5a5c5d;
	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.current {
	cursor: default;
	border: 2px solid;
}


/* Color Switcher */
.switcher-box {
	height:auto;
	overflow:hidden;
	margin-bottom:6px;
}

.styleswitch {
	width: 20px;
    height: 23px;
	display: block;
	cursor: pointer;
	margin: 0 4px 4px 0;
	float:left;
}

.styleswitch.current {
	-moz-box-shadow: inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px #000;
    box-shadow: inner 0 0 5px #000;
}


.styleswitch#red    { background-color:#e7402f; }
.styleswitch#orange { background-color:#ef730e; }
.styleswitch#yellow { background-color:#f2be0d; }
.styleswitch#turquoise { background-color:#2f72a6; }
.styleswitch#green  { background-color:#9eba30; }
.styleswitch#blue   { background-color:#2fa6a6; }
.styleswitch#purple   { background-color:#e62b71; }
.styleswitch#grey   { background-color:#7f7f7f; }
.styleswitch#brown   { background-color:#964b00; }
.styleswitch#violet   { background-color:#9b58b5; }


