/*
==============================================================================
**
** COMMON ELEMENTS
**
** SCOPE: 		GLOBAL
** REVISION:	0.1
** DATE:		03/23/11
** AUTHORS:		DUNCAN MCALESTER (DUNCAN@LAYER-51.COM)

** USAGE:		

** NOTES:		These style directives are used on common elements that can
				appear on any page of the site, but are not required on every
				page.
				
** TODO:		

** REVISION HISTORY
------------------------------------------------------------------------------






==============================================================================
*/
/* ==================== 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 */
/* =========================================================================== */
/*
** MASTHEAD
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**

*/
#masthead h1 {
  font-size: 1em !important;
  text-indent: -999em;
  margin: 3.4em auto 1em 1.5em;
  height: 86px;
  width: 722px;
  background: transparent url(/styles/img/global-sprites.png) 0 -60px no-repeat;
  border: none;
}
#masthead h1 a {
  display: block;
  height: 86px;
  width: 722px;
}
.ie7 #masthead h1 a,
.ie8 #masthead h1 a {
  background: none;
}
.ie7 #masthead {
  height: 150px;
}
