/* --------------------------------------------------------------
	Global.css
	Created by: Tyler E Nixon


/* 	Global
-------------------------------------------------------------- */
html, body  {
	margin: 0 !important;
	padding: 0;
}
body {
	background:#eee url(../../../images/global/bgGrey.png) repeat;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
:focus {
	outline:none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.inline-block {
  display: inline-block;
  zoom: 1; 
  *display: inline; 
}
/* Structure
-------------------------------------------------------------- */
section[role="main"] {
  position: relative;
}
section.social {
  z-index: 2;
  position: absolute;
  right: 0px;
  top:50px;
}
section.social.affix {
  position: fixed;
}
/* Header
-------------------------------------------------------------- */
section.masthead {
  background: #000;
  width: 100%;
  z-index: 2;
  height: 60px;
}

section.masthead.affix {
  background: rgba(0,0,0,0.75);
  left:0;
}