/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#header {
	background: #627d4d;
/* Old browsers */
	background: -moz-linear-gradient(top,#627d4d 0%,#1f3b08 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#627d4d),color-stop(100%,#1f3b08));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#627d4d 0%,#1f3b08 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#627d4d 0%,#1f3b08 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#627d4d 0%,#1f3b08 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#627d4d 0%,#1f3b08 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#627d4d',endColorstr='#1f3b08',GradientType=0);
/* IE6-9 */
}

body {
	background: #eaefb5;
/* Old browsers */
	background: -moz-linear-gradient(top,#eaefb5 0%,#e1e9a0 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaefb5),color-stop(100%,#e1e9a0));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#eaefb5 0%,#e1e9a0 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#eaefb5 0%,#e1e9a0 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#eaefb5 0%,#e1e9a0 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#eaefb5 0%,#e1e9a0 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaefb5',endColorstr='#e1e9a0',GradientType=0);
/* IE6-9 */
}

.s1 .sidebar-top, .s1 .sidebar-toggle {
	background: #a4b357;
/* Old browsers */
	background: -moz-linear-gradient(top,#a4b357 0%,#75890c 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a4b357),color-stop(100%,#75890c));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#a4b357 0%,#75890c 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#a4b357 0%,#75890c 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#a4b357 0%,#75890c 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#a4b357 0%,#75890c 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4b357',endColorstr='#75890c',GradientType=0);
/* IE6-9 */
}

.s2 .sidebar-top,
.s2 .sidebar-toggle {
	background: #ffaf4b;
/* Old browsers */
	background: -moz-linear-gradient(top,#ffaf4b 0%,#ff920a 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffaf4b),color-stop(100%,#ff920a));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#ffaf4b 0%,#ff920a 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#ffaf4b 0%,#ff920a 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#ffaf4b 0%,#ff920a 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#ffaf4b 0%,#ff920a 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b',endColorstr='#ff920a',GradientType=0);
/* IE6-9 */
}