@charset "utf-8";
.header {
	background:url(../images/bg.jpg);
	border-bottom: solid 1px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.08);
    background-position: left top;
	
}
.header a:first-child {
	color: #fff;
	border-left: solid 1px rgba(255,255,255,0.4);
}
.header a:last-child {
	color: #fff;
	background:#4b689a;
	border-left: solid 1px rgba(255,255,255,0.4);
}
.header a:hover {
	color: #FFFFFF;
	transition: all 200ms ease;
}
.header a {
	transition: all 200ms ease;
}
.page-sidebar {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f49d67+2,ad5925+52 */
background: #f49d67; /* Old browsers */
background: -moz-linear-gradient(top,  #f49d67 2%, #ad5925 52%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f49d67 2%,#ad5925 52%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f49d67 2%,#ad5925 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49d67', endColorstr='#ad5925',GradientType=0 ); /* IE6-9 */

	
}
.sidebar-header a {
	border-left: solid 1px rgba(39,70,124,0.5);
	border-right: solid 1px rgba(118,146,193,0.5);
	
	
	
    border-bottom: solid 1px rgba(255,190,150,0.5);
	color: #fff;
	transition: all 200ms ease;
}
.sidebar-header a:hover {
	color: #FFFFFF;
	transition: all 200ms ease;
}
.sidebar-header a:hover {
	background-color: rgba(255,255,255,0.03);
	transition: all 200ms ease;
}
.sidebar-header {
	background:#4b689a;
	box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.08);
}
.sidebar-decoration {
	background-color: rgba(0,0,0,0.2);
}
.sidebar-heading {
	background-color: rgba(150,75,29,0.5);
	box-shadow: 0px 0px 1px 0px rgba(255,255,255,0.2);
}
.nav-item {
	border-top: solid 1px rgba(255,190,150,0.3);
	border-bottom: solid 1px rgba(150,75,29,0.5);
}
.subnav-item a {
	border-top: solid 1px rgba(255,255,255,0.05);
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.subnav-item a:first-child {
	border-top: solid 1px rgba(255,255,255,0.05)!important;
}
.nav-item a:hover {
	background-color: rgba(255,255,255,0.09);
	transition: all 200ms ease;
}
.nav-item a {
	color: #fff;
}
.nav-item a i:first-child {
	color: #fff;
}
.nav-item a i:last-child {
	color: #fff;
}
.subnav-item a {
	color: #fff!important;
}
.footer {
	background-color: #4b689a;
	border-top: solid 1px rgba(255,255,255,0.05);
	
}
.footer a {
	

	color: #fff;
	transition: all 200ms ease;
	    border-left: solid 1px rgba(39,70,124,0.5);
    border-right: solid 1px rgba(118,146,193,0.5);
}
.footer a:hover {
	color: #FFFFFF;
	transition: all 200ms ease;
}
.footer a:first-child {
	border-left: none;
}
.footer a:hover {
	background-color: rgba(255,255,255,0.02);
	transition: all 200ms ease;
}
