/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

/* Hide mobile menu link */

.block.open-mmenu {display:none;}

/**
 * Site Name
 */

#site-name {
  margin-top:40px;
  text-align:left;
}

#site-name a {
  font-size:75px;
  line-height:80px;
}

/**
 * Main Menu
 */

#block-superfish-1 {display:block;}

.zone-menu-wrapper {
  position:static;
  top:inherit;
  z-index:inherit;
}

/**
 * Float Image
 */

.floatright img {
  float:right !important;
	margin:0 0 12px 12px !important;
}

.floatleft img {
  float:left !important;
	margin:0 12px 12px 0 !important;
}

/**
 * Footer Quote
 */

.zone-footer .quote {
   padding-top:30px;  
}

.zone-footer .quote img {margin-top:-30px !important;}

/* Pull out Quote */

.quote-left,
.quote-right {
  float: left;
  width: 35%;
  margin: 12px;
  border-top:none;
  border-bottom:none;
  border-right: 1px solid #555;
  padding: 12px;
  font-size:130%;
  line-height:150%;
}

.quote-right {
  float:right;
  border-right:none;
  border-left:1px solid #555;
}