/*===NAVMENU =========================== */


.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding: 0px; /* removes extra padding on response menu */
	margin:0;
	}  

.nav {
	m/argin-left: 0;
	ma/rgin-bottom: 0px;
	
}


.nav li a:hover {
	text-decoration: none;
	background-color: gray;
}

.navbar-inner {
font:arial;
}



/* ICON BAR (touch options button ) */
.navbar .btn-navbar {
	fl/oat: right;
	
	padding: 7px 10px;
	margin-left: 5px;
	margin-right: 5px;
	/* overrides */
	pa/dding: 0px 0px;
	
}

/*====NAV TABS ====================*/
/* See mre-misc.css for killing page title under the tabs */

.nav-tabs-style1 {
  margin-left:-10px;
  
}
.nav-tabs-style1  .active > a {
	/* set padding on each tab (list item)  */
	padding: 8px 20px 8px 20px;
	
}
.nav-tabs-style1  > .active > a, 
.nav-tabs-style1  > .active > a:hover 
/*.nav-tabs-style1 li:first-of-type*/ { 
/*.nav-tabs > .active > a, .nav-tabs > .active > a:hover {*/
	c/olor: #555;
	background-color: white;
	border: 1px solid #DDD;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs-style1 li:first-of-type a {
/* indent the first tab a bit */
	margin-left: 15px;
}




.nav-tabs-style1 li a {
	font-family: arial, helvetica, geneva, sans-serif;
	color:#0088CC;
	/*failing*/
}

.nav-tabs-style1 li.active a,
.single-post .nav-tabs-style1 li:first-of-type a {
 
 font-family: arial, helvetica, geneva, sans-serif;
  color:#0088CC;
  font-weight:bold;
}  




/*===NAV-PILLS ==================================*/
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
	color: white;
	background-color: #08C;
	background-color: #000000;
}	

.nav-pills > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#page .subnav {
background-color:black;
}


.nav-tabs > li > a, 
.nav-pills > li > a {
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 2px;
	line-height: 14px;
	color:silver;
	color:#97A8BD;
}

.navbar .nav > li > a {
	/	padding: 5px 5px 5px 5px;
}	

.nav-pills > .active > a, .nav-pills > .active > a:hover {
/* active item */
	color: white;
	background-color: #08C;
	background-color: black;
}






@media (max-width: 500px){
	body .container {
		backg/round-color:#DAE0F1;
	}	
	.navbar .nav > li > a {
		padding: 8px 5px 10px 5px;
	}
	#content .nav-tabs {
	  clear:both;
	}
	.navbar {
		font:arial;		
		font-size:14px;
	}
}


@media (max-width: 150px){
	/* features */
	#menu-item-3953 {
	   display:none; 
	}
}

