/*--------------------------------------------------------------

	* Description	global CSS
	* Version		0.1 feb 22 2009
	* Website		
	* Author		wirescape studios
	
		
	colors: 
	dark blue - #2a68d2
	light blue - #6b96e1
	light grey text - #717171
	darker grey text - #5b5b5b
	
--------------------------------------------------------------*/

/*  ---|  RESET  |-------------------------- */

/* Eric Meyer's reset
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0b1 | 201101 
	NOTE: WORK IN PROGRESS
	USE WITH CAUTION AND TEST WITH ABANDON */

/* Slightly modified to prevent anchor elements from losing outline, as in HTML5 Boilerplate */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video { margin:0; padding:0; border:0; outline:0; font-size:100%; font:inherit; vertical-align:baseline; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:''; content:none; }

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse; border-spacing:0; }

/*  ---|  END RESET  |-------------------------- */





::selection { background:#ffb7b7; 
/* Safari */
}
::-moz-selection { background:#ffb7b7; 
/* Firefox */
}



/*  ---|  FONTS  |-------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 17, 2011 11:57:26 PM America/New_York */
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: local('☺'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#webfont4IUrxseZ') format('svg');
	font-weight: normal;
	font-style: normal;
}



body { padding:0; margin:0; height:100%; width:100%; font:normal 30px/1.9 'BebasNeueRegular', Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-align:center; color:#717171; background:#151413 url(../i/bg.jpg) repeat-y center; }
#wrapper { width:1000px; height:100%; position:relative; margin:0 auto; }
#content { text-align:left; margin:65px 0 0 6px; position:relative; color:#ccc; }
#content a { color:#bd141b; text-decoration:none; }
#content a:hover { color:#bd6063; text-decoration:underline; }
#index #content { background: url(../i/main_bg3.jpg) no-repeat 1px 250px; width:998px; height:1349px; }

#flashPlayer { width:700px; height:445px; position: absolute; top: 400px; left: 150px;  }
#videoPlayer { position: absolute; top: 400px; left: 70px;  }
#rollers_logo { position: absolute; top: 0px; left: 153px; }
#tagline { position: absolute; top: 0px; left: 185px; font-size: 45px; color: #fff; line-height: 50px;}
#synopsys { position: absolute; top: 1080px; text-align: center; font-size: 30px; line-height: 40px; padding: 150px;}

/*  ---|  FOOTER  |--------------------------------------  */
#footer { width:100%; color:#333; clear:both;  line-height:17px; font-size:18px; color:#717171; padding-top:120px; padding-bottom: 60px; }
#copyright { text-transform: uppercase; float: left; margin: 3px 0 0 100px;}
#mpire { float: left; }

/*  ---|  END FOOTER  |------------------------------ */
