/* 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. */
 
/* DESIGN VISUAL CUES

SECTIONS
#section-header WHITE FFF
#section-content GREY CCC
#section-footer BLACK 000

Blocks & Views = light grey EEE
Carousels & Flexsliders = white FFF
*/
 
/************************************************************
  GENERAL
************************************************************/
 
#logo { margin: 0; }

#section-footer { background-image: none; }

/************************************************************
 SUPERFISH MAIN MENU
************************************************************/
	
.sf-menu a {
	font-size: 12px;
	padding: 2.1em 1.55em;
}

.front .sf-menu li a {
	background-color: rgba(0, 0, 0, 0.3);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #ffffff; 
	display: block;
	font-size: 28px; 
	padding: 31px 0;
}

.front .sf-menu li {
	border-right: none;
    height: 280px;
    width: 220px;
    border: medium none;
    border-radius: 5px;
    margin: 10px 20px 20px 0;
}

.front .sf-menu li.leaf {
    height: 30px;
    width: 220px;
    border: medium none;
    border-radius: 0px;
    margin: 10px 20px 20px 0; }

.front .sf-menu li.leaf a {
	background: transparent;
	border-radius: 0px;
	color: #ffffff; 
	display: block;
	font-size: 14px; }

/************************************************************
  BLOCK SPECIFIC
************************************************************/

#block-boxes-seal { background: transparent;
	display: block;
	margin: 20px 0 0 20px; }


/************************************************************
 SEARCH
************************************************************/

#search-block-form { background: #ffffff; width: 180px; }

#search-block-form .form-actions input[type="submit"] {
    margin: 0 0 0 0px;
}

#search-block-form .form-item input { width: 136px; }

/************************************************************
  FACEBOOK & TWITTER
************************************************************/	
#region-postscript-third .fb_iframe_widget iframe {
    height: 400px !important; width: 220px !important;
}

#boxes-box-new-twitter iframe {
    height: 360px !important; width: 220px !important;
}

#block-boxes-congress-newsletter-signup { 
	height: 240px; 
	width: 180px; }

.front #block-boxes-congress-newsletter-signup { 
	float: right; 
	height: 240px; 
	margin-top: -300px;
	width: 180px; }

#block-boxes-congress-flicker-box { 
	background: #000;
	border-radius: 5px;
	height: 370px; padding-top: 20px; width: 200px;
}