/*
* Theme Name: Invention
* Theme URI: http://www.jozoor.com
* Description: Invention Theme for corporate and creative sites, responsive and clean layout, more than color skins
* Author: Jozoor team
* Author URI: http://www.jozoor.com
* Version: 1.0
*/

/*
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  
=     00   00 00 00   00 00 00   00 00 00   00 00 00   00 00    =
=     00   00    00        00    00    00   00    00   00       =
=     00   00    00      00      00    00   00    00   00       =
=     00   00    00    00        00    00   00    00   00       =
=  00 00   00 00 00   00 00 00   00 00 00   00 00 00   00       =
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

/* 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 Box */
.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.selected { box-shadow: 0 0 0 2px #474646 inset; }*/

.styleswitch#red    { background-color:#800000; }



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

.pattern {
	width: 21px;
    height: 24px;
	display: block;
	cursor: pointer;
	margin: 0 4px 4px 0;
	float:left;
	box-shadow: 0 0 0 1px #D6D2D2 inset;
}

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

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

.pattern#crossed { background: url("icons/crossed.html") no-repeat ; }
.pattern#fabric  { background: url("icons/fabric.html") no-repeat ; }
.pattern#linen   { background: url("icons/linen.html") no-repeat ; }
.pattern#wood    { background: url("icons/wood.html") no-repeat ; }
.pattern#diagmonds    { background: url("icons/diagmonds.html") no-repeat ; }
.pattern#triangles    { background: url("icons/triangles.html") no-repeat ; }
.pattern#black_mamba    { background: url("icons/black_mamba.html") no-repeat ; }
.pattern#vichy    { background: url("icons/vichy.html") no-repeat ; }
.pattern#back_pattern    { background: url("icons/back_pattern.html") no-repeat ; }
.pattern#checkered_pattern    { background: url("icons/checkered_pattern.html") no-repeat ; }
.pattern#diamond_upholstery    { background: url("icons/diamond_upholstery.html") no-repeat ; }
.pattern#lyonnette    { background: url("icons/lyonnette.html") no-repeat ; }
.pattern#graphy    { background: url("icons/graphy.html") no-repeat ; }
.pattern#black_thread    { background: url("icons/black_thread.html") no-repeat ; }
.pattern#subtlenet2    { background: url("icons/subtlenet2.html") no-repeat ; }

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