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

body {
	/*border-left: 4px dashed orange;*/
}
h1.site-name,
h2.site-name {
	font-size: 2.7142em; /* 38px */
}
h1#page-title {
	font-size: 2.4285em; /* 34px */
}
#zone-menu .content ul li a {
	width: 160px;
	font-size: 1.0714em; /* 15px */
}
body.context-volunteer-centre-manchester #zone-branding {
	background: url(images/vcm-logo.png) no-repeat right center;
}
.container-12 #region-user-second.grid-6 {
	width: 580px; /* restoring this region to the default theme width */
}
/* carousels */
.whm-slideshow img {
	width: 70%;
	height: auto;
	float: left;
}
.whm-slideshow #caption-wrap {
	width: 30%;
	height: 100%;
	overflow: hidden;
	float: right;
}
.hp-slideshow .views-slideshow-controls-text-previous,
.hp-slideshow .views-slideshow-controls-text-next {
	width: 36px;
	height: 36px;		
	background: url(images/prev-big.png) no-repeat 0 0;
}
.hp-slideshow .views-slideshow-controls-text-previous {
	left: -20px;
}
.hp-slideshow .views-slideshow-controls-text-next {
	right: -20px;
	background-image: url(images/next-big.png);
}
.back-to-mcc .content a {
	background-position: 0 center;
}