/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/*********************************************************************************************

Theme Name: Discovery
Theme URI: http://www.wpzoom.com/themes/discovery
Version: 1.4.6
Author: WPZOOM
Author URI: http://www.wpzoom.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html


/********************************************************************************************* 

3. Page Structure: Navigation

*********************************************************************************************/

#top-menu {
	float: right;
	display: inline;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0px;
}

#top-menu a {
	color: #999;
}

#top-menu a:hover {
	color: #333;
	text-decoration: underline;
}

#top-menu li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #f1f1f1;
	float: left;
	display: inline;
}

#top-menu li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

#top-menu li.social-icons a {
	margin-right: 6px;
}

#top-menu p.wpzoom-notice {
	margin: 0;
}

/****************************  Main Menu *******************/

#main-menu p.wpzoom-notice {
	line-height: 44px;
	padding-left: 10px;
	color: #333;
}

nav#main-menu {
	background-color: #6392aa;
	font-size: 16px;          /****************** 29/06/2014 original 13px margin-bottom  15px***************/
	margin-bottom: 15px;/* 15 */
    position:relative;      
    z-index:50;
    /*min-height: 40px;*/ /*  min 36 **/
  line-height: 34px;
}

nav#main-menu li {
	display: inline;
	float: left;
	line-height: 20px; /*  orig 22px this is drop down gap**/
	border-right: solid 1px #72a1b9;
	position: relative;
}

nav#main-menu li.cleaner {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	clear: left;
}

nav#main-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

nav#main-menu li:last-child {
	border-right: 0;
}

nav#main-menu a:hover, 
nav#main-menu li.current-menu-item a, 
nav#main-menu a:active,
nav#main-menu li.current-item a {
	background-color: #34637b;
} 

nav#main-menu li.current-item li a {
	color: #aaa;
}

nav#main-menu .dropdown ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
 	text-align: left;
	margin: 0;  
	padding: 10px 15px; /******* padd 10 5 0 0 xpx */
	background: #272727; 
	text-transform: none; 
}

nav#main-menu .dropdown ul li {
	width: 100%;
	font-size: 11px;
	line-height: 26px; /********* orig 22px ***/
 	margin: 0;
 	padding: 0;
 	border-right: 0;
 	border-bottom: solid 1px #444;
}

nav#main-menu .dropdown ul li a {
	padding:6px 12px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: none;
}

nav#main-menu .dropdown ul li a:hover {
	
}

nav#main-menu a {
	background-color: #6392aa;
	color: #fff;
	padding: 7px 15px;
	display: block;
	position: relative;
}

/*************** dont not change drop downs **********/

nav#main-menu .dropdown ul li {
	width: 100%;
	font-size: 14px; /******** changed 29/04/2014 *****/
	line-height: 22px;
 	margin: 0;
 	padding: 0;
 	border-right: 0;
 	border-bottom: solid 1px #444;
}


/********************************************************************************************* 

2. Page Structure: Header

*********************************************************************************************/

header div.divider {
	border-bottom: solid 1px #ddd;
	margin: 0px 0;
}

#logo {
	float: left;
	display: inline;
	margin: 0px 40px 0 0;
}

#logo h1 {
	font: bold 42px/100% 'Bree Serif', Georgia, Times, 'Times New Roman', serif;
	text-transform: uppercase;
	margin: 0;
}

#logo #tagline {
	font-size: 30px;
	text-transform: uppercase;
	line-height: normal;
	color: #bbb;
	margin-top: 14px;
}

span.top-info {
	clear: right;
	float: right;
	display: inline;
	color: #999;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 36px;
	line-height: 36px;
}



/********************************************************************************************* 

4. Page Structure: Main Content - NRA CUSTOM MODS

*********************************************************************************************/
#nra_h1 {
  color: #606060;
 /*  background-color:powderblue; */
  font-size:18px;
  font-weight: bold;
}
  
#nra_h1_nopadding {
  color: #606060;
  font-size:18px;
  font-weight: bold;
}
  
#nra_h2_nopadding {
  color:#606060;
  font-size:14px;
  font-weight: bold;
}
  
/***************************  Feedburner line is in subscribe.php  ****************/