/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";


/* Site
-------------------------------------------------------------- */

/* ----- Center On Page ----- */
#horizon { color: black; text-align: center; position: absolute; top: 50%; left: 0px; width: 100%; height: 1px; overflow: visible; display: block }
#horizon div {}


/* ----- Home Page -----*/
#identity { margin-left: -250px; position: absolute; top: -35px; left: 50%; width: 500px; height: 70px; font-size: 5em; }
#identity a { color: #000; padding: 0.25em; }
#identity a:hover { text-decoration: none; background-color: #ccc; }