/* 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. */

 /* page title on internal page */
 #page-title {
position: absolute;
top: -115px; /* was -170px */
left: 125px; /* was 200px */
font-size: 30px; /* was 50 */
line-height:1.15em;
}	

/*training events page - header with text and flickr slideshow*/

.trn-events-header-left {
	float: left;
	width: 55%;
	margin-right: 1%;
}

.trn-events-header-right {
	float: left;
	width: 32%;
}

/* blue buttons on about page */
.context-about #region-postscript-first {
 margin-left:8em;}  
  
.context-about .volunteer-home, .context-about .train-home {
  min-height:110px;}
  
 .block-block-11 p {
	font-size: 13px;
}

