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

body {	
	font-size: 14px;

	/*border-left: 4px dashed green;*/
}
#region-sidebar-first {
	padding-top: 30px;
	margin-top: 0;
	border: 0 none;
}
.child-pages .content ul li a span {
	margin-top: -28px;
}
/* carousels */
.views-slideshow-controls-text-previous,
.views-slideshow-controls-text-next {
	position: absolute;
	top: 45%;
	text-indent: -8765px;
	line-height: 0;
	width: 27px;
	height: 27px;
	display: block;
	visibility: visible;
	background: url(images/prev.png) no-repeat 0 0;
	z-index: 100;
}
.views-slideshow-controls-text-previous {
	left: -18px;
}
.whm-slideshow .views-slideshow-controls-text-previous {
	left: 0;
}
.views-slideshow-controls-text-next {
	right: -18px;
	background-image: url(images/next.png);
}
.whm-slideshow .views-slideshow-controls-text-next {
	right: 0;
}
#caption {
	padding: 20px;
}
.block-aggregator {
	height: 220px;
}
.back-to-mcc .content a {
	width: auto;
	padding-left: 56px;
	background-image: url(images/header-stripes-small.png);
}