/************************************************************
THEMENAME
************************************************************/
/* 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. */
 

/************************************************************
  GENERAL
************************************************************/


/************************************************************
 SUPERFISH MAIN MENU
************************************************************/

.sf-menu li.first a { 
	border-left: none; 
	padding: 1.65em 1px; }
	
.sf-menu a {
	padding: 1.8em 0.3em;
}

.sf-menu a { 
	font-size: 13px;
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
	top: 3.7em;
}

/************************************************************
 SEARCH
************************************************************/

#search-block-form {
	margin: 0 auto 0;
}

#block-search-form {
	width: 110px;
} 


#search-block-form { width: 110px; }

#search-block-form .form-actions input[type="submit"] {
    margin: 0 0 0 0px;
}

#search-block-form .form-item input { width: 60px; }

/************************************************************
  PANELS
************************************************************/

.panel-2col-stacked .panel-col-first {
    float: left;
    width: 30%;
}

.panel-2col-stacked .panel-col-last {
    float: left;
    width: 70%;
}

/************************************************************
  Social Icons in Top Nav | Small icons 
************************************************************/ 

/* Font Awesome */
.fa-2x {
    font-size: 1em; margin-right: 0; 
}