body {
	background: #000;
}
#logo a {
	color: #fff;
}
#header .description {
	color: #848282;
}
/*#main {
	background: #120d0b; 
}*/
#main-top {
	border-color: #474544;
}
/*#main-middle {
	background-color: #262626; 
}*/
#main-bot {
	border-color: #5a5a5a;
}
#main:before,
#main-middle:before {
	height: 1px;
	width: 50px; 
	background: -moz-linear-gradient(left,  rgba(131,132,132,1) 0%, rgba(131,132,132,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(131,132,132,1)), color-stop(100%,rgba(131,132,132,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838484', endColorstr='#00838484',GradientType=1 ); /* IE6-9 */
}
#main:after,
#main-middle:after {
	height: 50px;
	width: 1px; 
	background: -moz-linear-gradient(top,  rgba(131,132,132,1) 0%, rgba(131,132,132,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,132,132,1)), color-stop(100%,rgba(131,132,132,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838484', endColorstr='#00838484',GradientType=0 ); /* IE6-9 */
}
#rss-link {
	background-image: url(images/ico-rss.png);
}
#sidebar h4 {
    color: #FFF;
	text-shadow: 0px 1px 1px #222 ;
	background: linear-gradient(rgb(255,150,56),rgb(193, 129, 18));
    background: -webkit-linear-gradient(rgb(255,150,56), rgb(193, 129, 18));
	border-radius: 12px;
	box-shadow: 1px 1px 0px #444;
	font-weight: bold;
	text-align: center;
	line-height:1.9em;
}
#sidebar h4 a {
	color: #fff;
}
#sidebar ul ul li {
	background-image: url(images/sidebar-list-arr.gif);
	border-bottom-color: #000;
	border-top-color: #4f4f4f;
}
#sidebar #searchform label {
	color: #ebab00;
}
#sidebar #searchform .field-place {
	background-image: url(images/searchform-field.gif);
}
#sidebar #searchform .field-place .field {
	color: #ffe6a8;
}
#respond #submit {
	background-image: url(images/button.gif);
}
.menu > li.selected,
.menu > li.current_page_parent,
.menu > li.current_page_item,
.menu > li.current_page_ancestor,
.menu > li.current-menu-parent,
.menu > li.current-menu-item,
.menu > li.current-menu-ancestor {
	background-color: #f89d1c;
}

/* --- Responsive styles --- */
@media only screen and (max-width: 1024px) {
	/* =Header
	-------------------------------------------------------------- */

	#header .open-sidebar:after,
    #header .open-sidebar:before,
    #header .open-sidebar span {
    	background: #838484;
    }

	/* =Sidebar
	-------------------------------------------------------------- */

    #sidebar { background: url(images/sidebar-bg.png) repeat-y 0 0; }
    #sidebar:before,
    #sidebar:after {
		background: -moz-linear-gradient(top,  rgba(131,132,132,1) 0%, rgba(131,132,132,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,132,132,1)), color-stop(100%,rgba(131,132,132,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(131,132,132,1) 0%,rgba(131,132,132,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838484', endColorstr='#00838484',GradientType=0 ); /* IE6-9 */
	}
	#sidebar .close-sidebar:after,
    #sidebar .close-sidebar:before {
    	background: #838484;
    }

    #sidebar .sidebar-nav > ul > .selected > a,
	#sidebar .sidebar-nav > ul > .current_page_parent > a,
	#sidebar .sidebar-nav > ul > .current_page_item > a,
	#sidebar .sidebar-nav > ul > .current_page_ancestor > a,
	#sidebar .sidebar-nav > ul > .current-menu-parent > a,
	#sidebar .sidebar-nav > ul > .current-menu-item > a,
	#sidebar .sidebar-nav > ul > .current-menu-ancestor > a {
		background-color: #f89d1c;
		border-radius: 4px; 
	}

	#sidebar .sidebar-nav ul ul li.current-menu-item > a,
	#sidebar .sidebar-nav ul ul li > a:hover {
		color: #f89d1c; 
	}
}
