/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */
 
#logo { height: 110px; width: 388px; }

/* SUPERFISH MAIN MENU */

.sf-menu a {
    padding: 2em 0.4em;
    font-size: .9em;
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul { /* changes position of dropdown */
	left: 0;
	top: 3.8em;
}

/* SEARCH */
#search-block-form .form-actions input[type="submit"] {
    margin: 0 0 0 -24px;
}

/* QUICKTABS POSTSCRIPT */
#zone-postscript .block ul.quicktabs-tabs li, #zone-postscript .block ul.quicktabs-tabs li a {
    font-size: 8px;
}

ul.quicktabs-tabs li a {
    color: #999999;
	font-size: 15px;
    font-weight: normal;
    text-transform: none;
}

/************************************************************
HOMEPAGE ROTATOR
************************************************************/
.view-congress-hprotator.flexslider {
    height: auto; /* RESET HEIGHT FIX FROM NORMAL.CSS FOR IE BROWSERS */
}

#block-views-congress-hprotator-rotator {   
	height: 330px;
	margin: 0 auto 10px auto; 
}

.hprotator-text-block {
	background: #ffffff;
	height: 110px;
    width:98%;
	float: none;
	display: block;
	color: #000;
	padding: 1%;
	position: absolute;
	text-align: left;
	top: 190px;
}

.hprotator-text-block h2 { font-size: 14px; margin-bottom: 0px !important; }

.view-congress-hprotator .flex-control-nav {
	display: inline-block;
	left: 20%;
    top: 290px;
    width: 60%;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.9);
    cursor: default;
}

.flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
} 


/************************************************************
 VERTICAL MENU
************************************************************/

ul.nice-menu-right ul {
    left: 125px;
    top: -1px;
    width: 230px;
}
