/*
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Volt Options > General
 */

/* ---------------------------------------------------------------
 * 1. GENERAL
 * Place your general theme styles in this section.
 * ------------------------------------------------------------ */
.sidebar2{
	display:none;
}
ul.plain_list li {
	padding: 6px 0;
	background:none;
}

ul.plain_list li h3 {
	font-weight:bold;
	font-size:14px;
}

h2.front_cat{
	background: #bbb;
	padding: 3px 6px;
	color: #333;
	font-weight:bold;
}

.interesting-features{
	overflow:hidden;
	margin-bottom:10px;
	width:100%;
}
.interesting-features h3{
	margin-bottom:5px;
}
.interesting-feature{
	width:200px;
	margin-right:10px;
	float:left;
}
.last-feature{
	margin-right:0px;
}
.int-feat-top{
	overflow: hidden;
}
#article-signup{
	overflow:hidden;
}
.eagleeaform table,
.eagleeaform td
{
	border:0;
}
#article-signup p{
	font-size:28px;
	color:#000000;
	line-height:32px;
}
.googleticker{
	background:#ececec;
	display:none;
}
.googleticker table,
.googleticker td
{
	border:0;
}

.googleticker div{
}

.googleticker iframe{
	margin-bottom:0px;
}
.powered{
	display:none;
}
.email-acquisition{
	background:#FFCC33;
	padding:10px;
	font-size:10px;
	color:#000000;
}
.email-acquisition label{
	color:#000000;
	font-size:14px;
}
.email-acquisition a{
	color:#000000;
}
.email-acquisition a:hover{
	color:#000000;
	text-decoration:underline;
}
.email-acquisition table{
	margin:3px 0px;
}
.email-acquisition table td{
	padding:6px 3px;
}
.sym img{
	display:inline;
}
#stocks{
	display:none;
}
.entry-date{
	color:#111111;
}

#eagle-nav-bar{
	display:block;
	background:#ececec;
	border-bottom:1px solid #aaaaaa;
	height:32px;
}

#NavTopC{
	
	width:1020px;
	margin:auto;
}

#menu-eagle-nav-bar{
	list-style:none;
	margin-bottom:0px;
	/* Clear floats */
}

#menu-eagle-nav-bar li{
	float:right;
	position:relative;
}
#menu-eagle-nav-bar li:hover .hoverarrow { background:url('images/header-nav-arrow-active.png') no-repeat; height:6px; }
#menu-eagle-nav-bar li .hoverarrow { background:url('images/header-nav-arrow.png') no-repeat; width:9px; height:6px; position:absolute; top:15px; right:10px; }

#menu-eagle-nav-bar a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:32px;
	display:block;
	padding:0px 32px 0px 32px;
	color:#333333;
	text-decoration:none;
	border-right:1px solid #aaaaaa;
}

#menu-eagle-nav-bar a:hover{
	background:#aaaaaa;
}

/*--- DROPDOWN ---*/
#menu-eagle-nav-bar ul{
	background:#333333; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index:99;
	min-width:100%;
	border-top:1px solid #aaaaaa;
}

#menu-eagle-nav-bar ul li{
	float:none;
}

#menu-eagle-nav-bar ul li a{
	display:block;
	color:#ffffff;
	background:#333333;
	padding:0px 10px 0px 10px;
	font-family:PT Sans;
	font-weight:600;
	font-size:12px;
	line-height:24px;
}

#menu-eagle-nav-bar ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	border:none;
}
#menu-eagle-nav-bar li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#menu-eagle-nav-bar li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#aaaaaa;
}
#menu-eagle-nav-bar li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	background:#333333;
}
#menu-eagle-nav-bar li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#000000;
}
.no-border{
	border:none;
}
.no-border tr, .no-border td{
	border:none;
}
.brand .edi-posting-statement {
    width: 360px;
    text-align: left;
    font-size: 12px;
    font-family: arial;
    letter-spacing: 1.3px;
    margin-left: 33px;
    margin-top: -5px;
}





/* ---------------------------------------------------------------
 * 2. TABLET
 * Responsive CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 768px) {


.interesting-feature{
	width:100%;
}
.interesting-feature img.wp-post-image{
	margin-bottom: 0px;
}
.int-feat-content{
	margin-bottom:10px;
}

/* ---------------------------------------------------------------
 * 3. MOBILE
 * Responsive CSS fallback for device width 600px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 600px) {




}


/* ---------------------------------------------------------------
 * 3. MOBILE
 * Responsive CSS fallback for device width 480px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 480px) {




}