/* Bob Stoops Intro Page */
/* intro.css */
/* author - Matthew Sanders
/* company - Element Fusion	

/* CONTENTS
	
		1.BODY
		2.LAYOUT
		3.NAVIGATION
		4.CONTENT
			4.1.HEADINGS
			4.2.LINKS
		5.ACCESSABILITY

--------------------------------------- */
/*
@import url("reset.css");*/

/* 1.BODY
---------------------------------------------------------------------- */
*{margin:0; padding:0; outline:none;}

html, form { height:100%; }
body { width:100%; min-height:100%; background:#000 url(img/bg-intro.jpg) center top no-repeat; float:left; font-family: Helvetica, Arial, sans-serif; font-size:62.5%; line-height:1.8em; color:#5a5041; }

/* 2.LAYOUT
---------------------------------------------------------------------- */

#wrapper { height:100%; position:relative; }

#frame { width:980px; position:relative; margin:0 auto; }

#header { width:991px; height:185px; background:url(img/intro-bling-thing-graphic-for-the-top-of-the-page-that-is-blingy-and-stuff.png) center top no-repeat; float:right; margin:1.5em -5.9em 0 0; }	

#video { width:896px; height:504px; background:url(img/intro-video-frame.png) left top no-repeat; margin:0 0 0 2em; padding: 22px; float:left; overflow: hidden; }
#videoSkip { width:284px; height:26px; padding: 0 0 70px; background:url(img/skip-intro.png) left top no-repeat; margin:0 0 0 348px; float:left; clear:both; }

#moogaloop {color: #000;}

/* 3.NAVIGATION
---------------------------------------------------------------------- */

.skipButton a { display:block; width:144px; height:26px; text-indent:-500em; overflow:hidden; cursor:pointer; margin:0 0 0 6.5em; float:left; }

/* 4.CONTENT
--------------------------------------- */

/* 4.1.HEADINGS
---------------------------------------------------------------------- */

#header h1 { margin:0 !important; padding:0 !important; background:none; }
#header h1 a { display:block; width:80px; height:110px; text-indent:-500em; overflow:hidden; float:left; cursor:pointer; margin:1.1em 0 0 397px; border:0; position:relative; z-index:3;  }

/* 4.2.LINKS
-----------------------------------------------------------------------*/


/* 5.ADMIN
-----------------------------------------------------------------------*/

#admin #mainContent { padding:4em 0 0 0; }

html body #adminbar { width: 100% !important; display: block; }
html body #adminbar #toolbar,
html body #adminbar #pagebar { display: block; }


/* ACCESABILITY
---------------------------------------------------------------------- */
#accessibility { position: absolute; top: -9999px; left:0; /* IE */ font-size: 1px; }

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */