/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

/*h1.site-name {
	line-height: 200px;
}*/
body {
	/*border-left: 4px dashed blue;*/
}
#zone-branding {
	background: url(images/header-stripes.png) no-repeat right top;
}
body.context-volunteer-centre-manchester #zone-branding {
	background: url(images/vcm-logo-small.png) no-repeat right top;
}
.logo-img img {
	width: 675px;
	height: 130px;
}
/*h1.site-name,
h2.site-name {
	line-height: 170px;
}*/
#region-sidebar-first {
	padding-top: 30px;
}
#region-header-first .region-inner {
	padding: 10px 20px;
}
.container-12 #region-user-second.grid-6 {
	clear: none;
	width: 460px; /* restoring this region to the default theme width */
}
.hp-slideshow img {
	width: 70%;
	height: auto;
	float: left;
}
.hp-slideshow #caption-wrap {
	width: 30%;
	height: 100%;
	overflow: hidden;
	float: right;
}
#caption {
	padding: 20px 40px 20px 20px;
}
.views-slideshow-controls-text-previous {
	left: -14px;
}
.views-slideshow-controls-text-next {
	right: -14px;
}
.block-aggregator {
	width: 30%;
	height: 250px;
}

.view-civicrm-volunteer-opportunities ul li {
  list-style: circle inside;
  padding: 0px;
  list-style-type:square;
}