/*
	Document   : layout
	Created on : May 30, 2013, 2:40:59 PM
	Author     : Eric
	Description:
	Purpose of the stylesheet follows.
*/
/*
	TODO customize this sample style
	Syntax recommendation http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
*/
html {
  font-size: 10px; }

h1 {
  font-size: 2.8em;
  font-size: 2.8rem; }

h2 {
  font-size: 2.0em;
  font-size: 2.0rem; }

h3 {
  font-size: 1.6em;
  font-size: 1.6rem; }

h4 {
  font-size: 1.6em;
  font-size: 1.6rem; }

h5 {
  font-size: 1.4em;
  font-size: 1.4rem; }

h6 {
  font-size: 1.4em;
  font-size: 1.4rem; }

footer .site-info {
  text-align: center; }
