@charset "utf-8";
/*	
	-------------------------------------------------------
	Scarecrow CSS 
	Includes reset and all core styles for the site.
	-------------------------------------------------------
	Crafted by The Mad Genius and his various minions: 
	Rob Rubinoff (Interactive Director, IA, code) 
	Daniel Green (Original Screen Designs) 
	Bryce Mullican (code)
	http://madg.com | rrubinoff@madg.com
	-------------------------------------------------------
*/

body {}

/* = RESETS the default browser styles prep our page 
adapted from meyer web reset
------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/* = BASE TYPOGRAPHY & STANDARD HTML ELEMENTS
------------------------------------------------------------*/
body{font-size:12px; color:#222; font-family: Verdana, Arial, Helvetica, sans-serif; background-image:url(/img/_bg_scarecrow.jpg); background-repeat:repeat-x; background-color:#C2C2BA;}
a:focus{outline:1px dotted invert}


/* = MAJOR PAGE BLOCKS 
-----------------------------------------------------------*/
body{}
#wrap {width: 960px; margin:0 auto; padding: 84px 0;}
.eyevox {float:left; margin: 0 90px; width: 300px;}
.madgenius {float:left; margin: 0 90px; width: 300px;}

img.scarecrowBtn{margin: 40px auto; display:block;}
p {font-size: 11px; line-height:1.2;margin-left:10px;}


/* = CONTENT
----------------------------------------------*/

