#style-switcher h3 {

	margin: 5px 0px -3px 3px; color: rgb(255, 255, 255); font-size: 12px;

}

#style-switcher {

	background: rgb(34, 34, 34); border-radius: 0px 0px 3px; left: 0px; top: 50px; width: 195px; position: fixed; z-index: 9999;

}

#style-switcher div {

	padding: 5px 10px;

}

#style-switcher h2 {

	background: rgb(51, 51, 51); padding: 6px 0px 5px 10px; color: rgb(255, 255, 255); font-size: 14px; font-weight: bold;

}

#style-switcher h2 a {

	background: url("/images/switcher.png") no-repeat left; border-radius: 0px 3px 3px 0px; top: 0px; width: 39px; height: 41px; right: -39px; text-indent: -9999px; display: block; position: absolute;

}

.colors {

	list-style: none; margin: 0px 0px 10px; overflow: hidden;

}

.colors li {

	margin: 2px; float: left;

}

.colors li a {

	width: 15px; height: 15px; display: block; cursor: pointer;

}

.layout-style select {

	margin: 0px 0px 0px -5px; padding: 5px; border: currentColor; width: 100%; color: rgb(102, 102, 102); cursor: pointer;

}

#reset {

	margin: 0px 0px 15px 2px;

}

#reset a {

	color: rgb(255, 255, 255); font-size: 12px;

}

.green {

	background: rgb(114, 182, 38);

}

.green-bg {

	background: rgb(114, 182, 38);

}

.blue {

	background: rgb(45, 178, 234);

}

.blue-bg {

	background: rgb(45, 178, 234);

}

.orange {

	background: rgb(250, 91, 15);

}

.orange-bg {

	background: rgb(250, 91, 15);

}

.navy {

	background: rgb(73, 93, 127);

}

.navy-bg {

	background: rgb(73, 93, 127);

}

.yellow {

	background: rgb(255, 180, 0);

}

.yellow-bg {

	background: rgb(255, 180, 0);

}

.peach {

	background: rgb(252, 171, 85);

}

.peach-bg {

	background: rgb(252, 171, 85);

}

.red {

	background: rgb(198, 32, 32);

}

.red-bg {

	background: rgb(198, 32, 32);

}

.beige {

	background: rgb(191, 169, 128);

}

.beige-bg {

	background: rgb(191, 169, 128);

}

.pink {

	background: rgb(199, 28, 119);

}

.pink-bg {

	background: rgb(199, 28, 119);

}

.cyan {

	background: rgb(55, 182, 189);

}

.cyan-bg {

	background: rgb(55, 182, 189);

}

.celadon {

	background: rgb(116, 174, 161);

}

.celadon-bg {

	background: rgb(116, 174, 161);

}

.brown {

	background: rgb(120, 78, 61);

}

.brown-bg {

	background: rgb(120, 78, 61);

}

.cherry {

	background: rgb(145, 25, 56);

}

.cherry-bg {

	background: rgb(145, 25, 56);

}

.gray {

	background: rgb(102, 102, 102);

}

.gray-bg {

	background: rgb(102, 102, 102);

}

.purple {

	background: rgb(105, 87, 175);

}

.purple-bg {

	background: rgb(105, 87, 175);

}

.olive {

	background: rgb(179, 194, 17);

}

.olive-bg {

	background: rgb(179, 194, 17);

}

.dark {

	background: rgb(64, 64, 64);

}

.dark-bg {

	background: rgb(64, 64, 64);

}

.dirty-green {

	background: rgb(59, 110, 64);

}

.dirty-green-bg {

	background: rgb(59, 110, 64);

}

.bg1 {

	background-image: url("/images/bg/noise.png");

}

.bg2 {

	background-image: url("/images/bg/retina_dust.png");

}

.bg3 {

	background-image: url("/images/bg/brushed_alu.png");

}

.bg4 {

	background-image: url("/images/bg/crisp_paper_ruffles.png");

}

.bg5 {

	background-image: url("/images/bg/dark_wall.png");

}

.bg6 {

	background-image: url("/images/bg/darkdenim3.png");

}

.bg7 {

	background-image: url("/images/bg/diamond_upholstery.png");

}

.bg8 {

	background-image: url("/images/bg/egg_shell.png");

}

.bg9 {

	background-image: url("/images/bg/light_toast.png");

}

.bg10 {

	background-image: url("/images/bg/noise_pattern_with_crosslines.png");

}

.bg11 {

	background-image: url("/images/bg/purty_wood.png");

}

.bg12 {

	background-image: url("/images/bg/subtle_stripes.png");

}

.bg13 {

	background-image: url("/images/bg/textured_stripes.png");

}

.bg14 {

	background-image: url("/images/bg/tileable_wood_texture.png");

}

.bg15 {

	background-image: url("/images/bg/scribble_light.png");

}

.bg16 {

	background-image: url("/images/bg/vertical_cloth.png");

}

.bg17 {

	background-image: url("/images/bg/vichy.png");

}

.bg18 {

	background-image: url("/images/bg/washi.png");

}

.colors li a.active {

	box-shadow: inset 0px 0px 0px 2px #404040;

}

@media only screen and (max-width:1029px)

{

#style-switcher {

	display: none;

}

}

