/*-------------------------------------
    hitech  color scheme -   
	
	BG: 	#768692	 GREY 
	FG:		#D59F10  gold
	WIDGET / Footer: #E8E6E2  grey
--------------------------------------*/


/* Admin style Only */
body.design-style-manlam  .header-top-2 { background: #768692; border-bottom: 3px solid #D59F10;}
body.design-style-manlam  .header-top-2 .site-branding #header-branding-box {  background: #D59F10; }
body.design-style-manlam  .navbar-default {  border-bottom-width: 0px !important; }
body.design-style-manlam  .navbar-default .navbar-nav>li>a { border-radius: 5px; line-height: 0.5em; margin: 0 1px; }
body.design-style-manlam  .navbar-default .navbar-nav>.active>a { box-shadow: rgba(0,0,0,0.2) 0px 1px 2px inset; }

footer.site-footer { background: #E8E6E2 ; } 


/* _________ WIDGETS ________ */

body .widget a{color:#231f20 !important}

#secondary .widget {
    border: 0px solid #f7f7f7;
    border-radius: 5px;
    padding: 10px;
    box-shadow: .5px .5px .25px .25px #768692;
    background-color: #E8E6E2 !important;
}

#secondary .widget-title{
	font-weight: bold;
    text-transform: uppercase;
	font-size: .9em; line-height: normal;
	color: #0C2A62;
	letter-spacing: 1px;
	border-bottom: 1px solid #A8821B;
}





/* NAVIGATION  : navbar + dropdown (sub)-menu  
  _________________________________________
*/
.navbar-default .navbar-toggle 				{ background-color: #768692; }
.navbar-default .navbar-toggle .icon-bar 	{ background-color: #D59F10; }

.navbar-default, 
nav ul.dropdown-menu {
	background: #768692;
	border-bottom: 3px solid #D59F10 !important;
}


.navbar-default .navbar-nav>li>a, nav .dropdown-menu li a { color: #fff;  }

/* hover and focus */
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
nav ul.nav li a:hover, 
nav ul.nav li a:focus {
    color: #fff !important;
	background: #D59F10 !important;
}

/* navbar active */
body .navbar-default .navbar-nav>.active>a, 
body .navbar-default .navbar-nav>.active>a:focus, 
body .navbar-default .navbar-nav>.active>a:hover {
    color: #fff ;
    background: #D59F10 ; 
}

/* dropdown active*/
nav ul.dropdown-menu>.active>a,
nav ul.dropdown-menu>.active>a:focus, 
nav ul.dropdown-menu>.active>a:hover {
	background:#D59F10 ;
	color: #fff;
}

