/* 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. */
 
 
 /* page title on internal page */
 #page-title {
position: absolute;
top: -110px;/* was -170px */
left: 125px; /* was 200px */
font-size: 30px; /* was 65 */
line-height:1.15em;
}	

/* blue buttons on about page */
.context-about #zone-postscript {
  /*padding: 0 0 0 14em;*/}

.context-about #region-postscript-first {
  margin-left:12em;}  
  
#region-postscript-first, #region-postscript-third {
	position:relative;
	height:200px;	
}
.region-postscript-first-inner {
	position:absolute;
	right:0;
	bottom:0;
}

.region-postscript-third-inner {
	position:absolute;
	left:0;
	bottom:0;
}

.front .region-postscript-first-inner {
	position:absolute;
	right:-80px;
	bottom:0;
}

.front .region-postscript-third-inner {
	position:absolute;
	left:-80px;
	bottom:0;
}

.trn-events-header-left {
	float: left;
	width: 60%;
}

.trn-events-header-right {
	float: right;
	width: 32%;
}