/* 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. */

 /* Common Grid System */
.col4-4-2-1{
	width:48.5%;
	margin-left:1%;
}
.col3-3-2-1{
	width:48.5%;
	margin-left:1%;
}
.col3-3-2-1:last-child:nth-child(odd){
	margin-left:25.75%;
}

.col3-3-2-1:nth-child(odd){
	clear:both;
}
.col3-2-2-1{
	width:48.5%;
	margin-left:1%;
}
.col3-2-2-1:last-child:nth-child(odd){
	margin-left:25.75%;
}

.col3-2-2-1:nth-child(odd){
	clear:both;
}



/* Region */
#region-menu {
width: 100%;
}
#region-sidebar-first{
/*	width: 180px;*/
}
#region-content {
  float:right;
/*	width:520px;*/
}


/* Front Page Blocks */
.front #region-content .top-red-band .block-inner .content, 
.front #region-content .top-blue-band .block-inner .content{
min-height: 421px;
}


/* Video Banner */
#block-block-8{
  display:inline;
}

/* Footer */
#region-footer-second ul {
/*width: 530px;*/
margin: 0 auto;
}

