/*
 * Stylesheet for CodeKings temporary site.
 *
 * @author CodeKings, www.codekings.com.br
 * @version 0.2, 2010-07-15 13:28:00
 */

/* --- Main reset --- */

* { margin: 0; padding: 0; }

html { font: 100% 'Helvetica Neue', helvetica, arial, sans-serif; }
body { background: #555; font-size: .86em; color: #e1edb9; text-shadow: #333 0px 1px 1px; }

/* --- Elements --- */

a { text-decoration: none; color: #909484; }
a:hover { color: #a3a797; }

/* --- Structure --- */

#page { width: 900px; margin: 0 auto; overflow: hidden; }
  #header { margin: 100px 0; }
  #footer { }

/* --- Header --- */

#header h1 { background: transparent url('logo.gif') no-repeat center center; }
  #header h1 a { display: block; width: 530px; height: 200px; margin: 0 auto; text-indent: -9999em; overflow: hidden; }

/* --- Footer --- */

#footer p { margin: 60px 0; text-align: center; font-size: 1.33em; color: #909484; }
  #footer p small { font-size: .66em; }
