/* This file will hold styles that are loaded using the same media query as the wide grid. */

 /* Common Grid System */
.col3-2-2-1{
	width:32%;
	margin-left:1%;	
}

.col3-2-2-1:last-child:nth-child(odd){
	width:32%;
	margin-left:1%;
}

.col3-2-2-1:nth-child(odd){
	clear:inherit;
}

.col3-2-2-1:nth-child(3n+1){
	clear:both;
}


/* Region */
#region-content {
/*	width:1000px;*/
}


/* Front Page Blocks */
.front #region-content .top-red-band .block-inner .content, 
.front #region-content .top-blue-band .block-inner .content{
/*min-height: 444px;*/
}


/* Internal Content */
/*
#region-content .region-inner {
width: 782px;
}
.front #region-content .region-inner {
width: inherit;
margin:0;
}*/	
