/*
==============================================================================
**
** SITE STRUCTURE/GLOBAL ELEMENTS
**
** SCOPE: 		GLOBAL
** REVISION:	0.3
** DATE:		03/21/11
** AUTHORS:		DUNCAN MCALESTER (DUNCAN@LAYER-51.COM)
** NOTES:		This file contains basic structural elements like columns
				footer, masthead and other globally used elements like 
				pagination and pods/asides
				

** TODO:		

** REVISION HISTORY

				070411	- Converted to 320up 
				070511	- Back to 992 Down
------------------------------------------------------------------------------






==============================================================================
*/
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* =========================================================================== */
/*
** COLOR PALETTE
**
** DESCRIPTION:	Class to be applied to any button
** USAGE:		
** NOTES:
**
*/
/*
** SPECIFIC COLORS
**
** DESCRIPTION:	Define the shape color and size of the container
** USAGE:		
** NOTES:
**
*/
/*
** CONTAINER
**
** DESCRIPTION:	Define the shape color and size of the container
** USAGE:		
** NOTES:
**
*/
/*
This is not working, but eventually I think it makes more sense to define border radius
here than have each element need a border radius element that get's set to zero;
.container-radius() {
	.less-radius(10px,10px,10px,10px);
	.ie-pie();
}
*/
/*
** MAIN NAV
**
** DESCRIPTION:	Class to be applied to any button
** USAGE:		
** NOTES:
**
*/
/*
** BUTTON
**
** DESCRIPTION:	Variables for standard buttons
** USAGE:		
** NOTES:
**
*/
/* Over Button Variables */
/* Pressed Button Variables */
/* Asides Figure Image Shadow */
/* =========================================================================== */
/* Set Default Styles here */
html {
  margin: 0;
  padding: 0;
  background: #f6f0e1 url(/styles/img/bg.jpg) 0 50px repeat-x fixed;
}
body {
  height: 100%;
  padding: 0;
  position: relative;
  color: #111310;
  background: transparent url(/styles/img/masthead-glow.png) -250px 0 no-repeat;
}
a,
a:link,
a:visited,
a h1,
a h2 {
  color: #0957a3;
  text-decoration: none;
}
a:hover {
  color: #0957a3;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
/*
** COLUMNS
**
** DESCRIPTION:	Defines standard column widths.
				
** USAGE:
** NOTES:	Eventually these can probably move to amend.css as they rarely seem to change
**
*/
.col100 {
  width: 94.6% !important;
}
.col80 {
  width: 74.6% !important;
}
.col75 {
  width: 69.6% !important;
}
.col70 {
  width: 64.6% !important;
}
.col66 {
  width: 60.6% !important;
}
.col60 {
  width: 54.6% !important;
}
.col50 {
  width: 44.6% !important;
}
.col40 {
  width: 34.6% !important;
}
.col33 {
  width: 27.6% !important;
}
.col30 {
  width: 24.6% !important;
}
.col25 {
  width: 19.6% !important;
}
.col20 {
  width: 14.6% !important;
}
.col15 {
  width: 4.4% !important;
}
.col100,
.col80,
.col75,
.col70,
.col66,
.col60,
.col50,
.col40,
.col33,
.col30,
.col25,
.col20,
.col15,
.col10,
.col5 {
  padding: 2.7%;
  display: block;
  float: left;
}
/*
** CONTAINER BASE
**
** DESCRIPTION:	
** USAGE:		
** NOTES:		Container is typically used for…
**
*/
#container {
  position: relative;
  width: 1020px !important;
  height: 100%;
  margin: auto;
  padding: 20px;
}
/*
** CONTENT BASE
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#content {
  margin: 0 auto;
  padding: 50px;
  width: 880px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
** MAIN BASE
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#main {
  background: #fff;
  width: 60.6%;
  float: left;
}
.one-col #main {
  width: 100%;
}
/*
** ASIDES BASE
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#asides {
  float: right;
  width: 30.6%;
}
#asides aside {
  padding: 10%;
  background: #f2edda;
  margin-bottom: 1.618em;
}
/*
** FOOTER BASE
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#site-footer {
  position: relative;
  width: 980px;
  margin: auto;
}
#office-locations {
  background: transparent url(/styles/img/global-sprites.png) -15px -377px no-repeat;
  height: 211px;
  width: 640px;
  padding: 32px 30px 0 30px;
  color: #bbad9b;
  float: left;
}
#office-locations h1 {
  font-weight: lighter;
  color: #bbad9b;
  margin-bottom: .2em;
  border: none;
}
#office-locations ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#office-locations ul li {
  font-size: 13px;
  line-height: 16px;
  margin: 0 2em 0 0;
  float: left;
}
#office-locations ul li h1 {
  font-size: 16px;
  line-height: 16px;
  font-weight: lighter;
  color: #bbad9b;
  margin-bottom: 0;
  border: none;
}
#footer-links {
  padding: 10px;
  clear: both;
  top: -60px !important;
}
#footer-links li {
  display: inline;
  margin: 0;
}
#footer-links li:before {
  content: " | ";
}
#footer-links li:first-child:before {
  content: "";
}
#newsletter-cta {
  height: 70px;
  width: 210px;
  padding: 10px;
  position: absolute;
  top: 60px;
  right: 27px;
  background: url(/styles/img/global-sprites.png) -330px -150px no-repeat;
  font-family: "Optima LT W01 Medium", Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  font-size: .825em;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#newsletter-cta span {
  margin-top: .6em;
  font-size: 1.7em;
  display: block;
}
#newsletter-cta:hover {
  text-decoration: none;
}
.ie7 #newsletter-cta span {
  padding-top: .45em;
}
#email-sign-up {
  height: 212px;
  width: 312px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: -6px;
  padding: 5px;
  background: url(/styles/img/noise.png) 0 0 repeat, url(/styles/img/global-sprites.png) 0 -150px no-repeat;
}
#email-sign-up fieldset {
  background: none;
  border: none;
  overflow: hidden;
}
#email-sign-up legend {
  font-family: "Optima LT W01 Medium", Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  display: block;
  font-size: 1.525em;
  line-height: 1.3;
  padding-top: .625em;
}
#email-sign-up .instructions {
  margin: -0.5em 0 0 0;
  display: block;
  font-size: 13px;
}
#email-sign-up input {
  font-family: 'Palatino LT W01 Light' 'Book Antiqua', Georgia, serif !important;
  font-size: 1em;
  background: none;
  border: none;
  color: #695036;
  border-bottom: 1px dashed #c0bcb2;
  width: 260px;
}
#email-sign-up .two li {
  margin-bottom: 0;
}
#email-sign-up .two input {
  width: 130px;
}
#email-sign-up button {
  height: 35px;
  position: absolute;
  bottom: 1em;
  right: 20px;
  font-size: 13px;
}
.ie8 form li {
  margin: 0 !important;
}
.ie7 #email-sign-up,
.ie8 #email-sign-up {
  background: url(/styles/img/global-sprites.png) 0 -150px no-repeat;
}
.ie7 #email-sign-up legend,
.ie8 #email-sign-up legend {
  padding: .1em 0 .5em;
}
.ie7 #email-sign-up .instructions,
.ie8 #email-sign-up .instructions {
  margin-bottom: .3em;
}
.ie7 #email-sign-up button,
.ie8 #email-sign-up button {
  height: 35px;
}
.ie7 #email-sign-up ol li {
  margin-top: -5px;
  margin-bottom: 5px;
}
.ie7 #email-sign-up button {
  top: 80px;
  height: 30px;
}
