/* THEME SWITCH STYLES */

div#switcher-icon {
	position:fixed;
	top:30px;right:5px; 
	height:40px;
	width:50px;	
	display:block;
	margin-top:95px;
	text-indent:-9999px;	
	background: url(../images/switcher.png) no-repeat right 0; 
	z-index: 100000;
	cursor:pointer;}
	 
.theme-switcher{    
	background:#000;
	border: 2px solid #333;
	height: 298px;
	right: 5px;
	padding:5px 1px 5px 5px;
	position: fixed;
	top: 159px;
	width: 70px;
	z-index: 100000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;}

.theme-switcher ul li { float:left; }

.theme-switcher ul li a {
	display: block;
	width: 25px;
	height: 25px;
	float:left;
	margin:3px;
	border:1px solid #181818;
	outline: medium none;
	overflow: hidden;
	text-indent: -999px;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;}
	
.theme-switcher ul li.col-khaki a{ background-color:#c4a14e;}
.theme-switcher ul li.col-orange a{ background-color:#ff9c2b;}
.theme-switcher ul li.col-green a{ background-color:#aacd6e;}
.theme-switcher ul li.col-cabaret a{ background-color:#c75373;}
.theme-switcher ul li.col-red a{ background-color:#ff523a;}
.theme-switcher ul li.col-blue a{ background-color:#4cc6ff;}
.theme-switcher ul li.col-golden a{ background-color:#e0bb00;}
.theme-switcher ul li.col-olive a{ background-color:#9db407;}

.theme-switcher ul li.col-copper a{ background-color:#e2a17b;}
.theme-switcher ul li.col-sea-green a{ background-color:#96ba8e;}
.theme-switcher ul li.col-purple a{ background-color:#a496ff;}
.theme-switcher ul li.col-pink a{ background-color:#fe6adb;}

.theme-switcher ul li.col-teal a{ background-color:#52bcca;}
.theme-switcher ul li.col-dodger-blue a{ background-color:#589eff;}
.theme-switcher ul li.col-brown a{ background-color:#bf8b5e;}
.theme-switcher ul li.col-polo-blue a{ background-color:#7e9cc8;}
.theme-switcher ul li.col-grey a{ background-color:#a4a4a4;}
.theme-switcher ul li.col-cave	 a{ background-color:#8c9aaa;}

