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


.header{
	background-color:#fff;	
	/*border-bottom:solid 1px rgba(0,0,0,0.2);*/
	box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.08);		
}

.header a:hover{
	color:#000000!important;	
	transition:all 200ms ease;
}

.header a{
	transition:all 200ms ease;	
}

.header a:first-child{
	color:#676568;
	border-right:solid 1px rgba(0,0,0,0.1);	
}

.header a:last-child{
	color:#676568;
	border-left:solid 1px rgba(0,0,0,0.1);	
}

.page-sidebar{
	background-color:#efefeb;	
}

.sidebar-header a{
	border-left:solid 1px   rgba(0,0,0,0.1);
	border-bottom:solid 1px rgba(0,0,0,0.1);
	color:#676568;
	transition:all 200ms ease;
}

.sidebar-header a:hover{
	color:#000000;	
}

.sidebar-header a:hover{
	background-color:rgba(255,255,255,0.5);	
	transition:all 200ms ease;
}

.sidebar-header{
	border-bottom:solid 1px rgba(255,255,255,1);
}

.sidebar-heading{
	background-color:#f4f3ec;
	box-shadow: 0px 0px 1px 0px rgba(255,255,255,1);	
	border-bottom:		solid 1px rgba(0,0,0,0.1); 
	border-top:		solid 1px rgba(0,0,0,0.1); 	
}

.nav-item{
	border-top:	solid 1px rgba(255,255,255,1);
	border-bottom:		solid 1px rgba(0,0,0,0.1); 
}

.subnav-item a{
	border-top:	solid 1px rgba(255,255,255,1);
	border-bottom:		solid 1px rgba(0,0,0,0.1); 	
}

.subnav-item a:first-child{
	border-top:		solid 1px rgba(0,0,0,0.1)!important; 
}

.subnav-item a:last-child{
	border-bottom:none!important;	
	box-shadow:none!important;
}

.nav-item a:hover{
	background-color:rgba(255,255,255,0.5);	
	transition:all 200ms ease;
}

.nav-item a{
	color:#626262;
}

.nav-item a i:first-child{
	color:#676568;	
}

.nav-item a i:last-child{
	color:#676568;
}

.subnav-item a{
	color:#a3a5a4!important;	
}

.subnav-item a i{
	color:#a3a5a4!important;	
}

.footer{
	background-color:#efefeb;	
}

.footer a{
	border-left:solid 1px   rgba(0,0,0,0.1);
	border-top:solid 1px   rgba(0,0,0,0.1);
	color:#676568;
	transition:all 200ms ease;
}

.footer a:first-child{
	border-left:none;	
}

.footer a:hover{
	color:#000000;
	background-color:rgba(255,255,255,0.5);	
	transition:all 200ms ease;
}


