
/* mobile header styles */

nav .logo_ {
	height: 32px;
	margin-top:11px;
	margin-right: 15px;
	margin-left: 15px;
}
nav .blog_logo {
	height:28px;
	margin-top:9px;
	margin-right:15px;
}
nav .mobile_menu_icon {
	width:19px;
	margin-right:10px;
}
nav .addsearchButton {
	padding:5px 8px;
}
nav .glyphicon-search {
	font-size: 18px;
}
#mainMenu .glyphicon {
	font-size: 15px;
	margin-right: 8px;
	margin-left: 3px;
	color: #828282;
}

/* inline search  (deprecated) */

header .nav_search_form  {
	margin:0;
	padding:0;
	margin-left:-15px;
	margin-top:9px;
}

header .nav_search_form  .twitter-typeahead {
	background: none !important;

}
header .nav_search_form  .form-group {
	display:inline-block !important;
	margin:0;
}

/* bootstrap look&feel change */

header nav {
	background: white !important;
	border-bottom: 1px solid #b7b8b9 !important;
	/*border-bottom:1px solid #ccc !important; */
	box-shadow: 0px 1px 7px 0 #dfdfdf;
}
header .navbar-nav > li > a {
	color: #565656 !important;
}
header .navbar-nav > li.active > a,
header .navbar-nav > li.active > a:hover,
header .navbar-nav > li.active > a:focus {
	background-color: #e5e5e5 !important;
}
header .navbar-nav > li > a:hover,
header .navbar-nav > li > a:focus {
	background-color: #eee !important;
}
header .dropdown-menu>.active>a,
header .dropdown-menu>.active>a:hover,
header .dropdown-menu>.active>a:focus {
	background-color: #E5E5E5 !important;
	color:inherit !important;
}

header .navbar-nav > li > a, /* menu items (1st and 2nd level) */
header nav  ul.dropdown-menu a {
	height:49px;	
	font-size:1.1em !important;
	font-weight:bold;
	color:#000 !important;
}
header .navbar-nav > li > a { /* 1st level only */
	padding:10px 15px !important;
}
header nav  ul.dropdown-menu a { /* 2nd level only */
	padding:10px 18px !important;
}

/* twoline menu item: use this if text wraps to two lines */

header .navbar-nav > li.twoline {

}
header .navbar-nav > li.twoline > a {
	padding-top: 9px;
	line-height: 1.2;
	text-align:center;
}

@media (max-width: 1200px) {
	header  .navbar-nav > li.twoline > a {
		line-height: inherit;
		text-align:left;
	}
	header  .twoline br {
		display:none;
	}
}


