/* This file will hold styles that are loaded using the same media query as the narrow grid. */

body {
	width: 100%;
}

#region-content{
	width: 98%;
}

#region-branding-second {
	display: block;
}

#region-sidebar-second{
	width: 98%;
	margin-top: 20px;
	border-top: solid 2px black;
	padding-top: 10px;
}

#block-block-2 img{
	width: 95%;
}
	#region-sidebar-second .block{
	width: 47%;
	float: left;
	margin-right: 2%;
	}

	#block-block-2 img{
		width: 95%;
	}

	ul.nice-menu li {
    width: 100%;
    display: block;
    float: none;
	}


	
	div.releasetop div.field-type-image, div.releasetop div.field-type-image img {
    	width: 100%;
	}
	div.releaseinfotop, div.releaseinfobottom {
		margin-lefT: 0px;
	}
	
	#region-content .region-inner article, #region-content .region-inner div.profile {
		padding: 0px;
		width: 100%;
		overflow: hidden;
	}
