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


/* ---------------------------------------------------------------------- */
/* Style Switcher
/* ---------------------------------------------------------------------- */

#style-switcher {
	font-size: 12px;
	color: #383838;
	background-color: #fff;
	width: 195px;
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 600;
	display: block !important; /* mobile devices */
}

#style-switcher h2 {
	font-size: 16px;
	background-color: #e5e5e5;
	padding: 9px 10px;
	margin: 0;
}

#style-switcher h3 {
	font-size: 13px;
	margin-bottom: 10px;
}

#options,
#reset {
	padding: 15px 10px;
}

#options {
	border-right: 1px solid #e5e5e5;
}

#reset {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#style-switcher h2 a {
	display: block;
	background: #e5e5e5 url(style-switcher.png) no-repeat center center;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 0;
	right: -39px;
	text-indent: -9999px;
}

.thumbs { 
	list-style: none; 
	border-bottom: 1px solid #ebebeb; 
	padding-bottom: 15px; 
	margin-bottom: 15px; 
}

.thumbs:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;	
}

.thumbs li { 
	float: left; 
	margin: 0 6px 6px 0; 
}

.thumbs li a { 
	display: block; 
	width: 30px; 
	height: 30px; 
	cursor: pointer; 
	box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset; 
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset; 
} 

.thumbs li a.active { 
	box-shadow: 0 0 0 2px rgba(0,0,0,0.3) inset; 
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.3) inset; 
}

#reset a { 
	margin: 0;
}

/* Predefined Colors */

.red { background-color: #f25824; }
.green { background-color: #7eb01a; }
.blue { background-color: #4396bf; }
.orange { background-color: #eb7f00; }
.yellow { background-color: #edb301; }
.purple { background-color: #b28eb4; }
.pink { background-color: #ce5c76; }
.teal { background-color: #1693a5; }


/* Background Patterns */

.bg1 { background-image: none; }
.bg2 { background-image: url(../images/background-patterns/subtle-dots.png); }
.bg3 { background-image: url(../images/background-patterns/swirl.png); }
.bg4 { background-image: url(../images/background-patterns/brilliant.png); }
.bg5 { background-image: url(../images/background-patterns/dots.png); }
.bg6 { background-image: url(../images/background-patterns/squares-and-crosses.png); }
.bg7 { background-image: url(../images/background-patterns/bricks.png); }
.bg8 { background-image: url(../images/background-patterns/squares.png); }

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