/******************************************************************************
 geometry
 ******************************************************************************/

* {
  margin: 0;
  padding: 0;
  border-width: 1px;
}

#canvas {
  width: 800px;
  margin: 0 auto;
}

#banner {
  margin-top: 30px;
  margin-bottom: 20px;
}

#site {
  margin-bottom: 10px;
}

#title {
}

h1, h2, h3, h4 {
  margin-bottom: 12px;
}

#content p {
  margin-bottom: 2px;
}

#content ul {
  margin-left: 24px;
  margin-bottom: 12px;
}

pre {
  padding: 8px 10px 4px 10px;
  margin-bottom: 1em;
}

td {
  padding: 4px;
}

/******************************************************************************
 fonts
 ******************************************************************************/

@font-face {
    font-family: 'Hamurz';
    src: url('fonts/Hamurz/Hamurz.eot'); /* IE9 Compat Modes */
    src: url('fonts/Hamurz/Hamurz.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Hamurz/Hamurz.woff') format('woff'), /* Modern Browsers */
         url('fonts/Hamurz/Hamurz.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Hamurz/Hamurz.svg#Hamurz-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Aleo-Regular';
    src: url('/fonts/Aleo/Aleo-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Aleo/Aleo-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Aleo/Aleo-Regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/Aleo/Aleo-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/Aleo/Aleo-Regular.svg#Aleo') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'EnvyCodeR';
    src: url('/fonts/Envy/EnvyCodeR.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Envy/EnvyCodeR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Envy/EnvyCodeR.woff') format('woff'), /* Modern Browsers */
         url('/fonts/Envy/EnvyCodeR.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/Envy/EnvyCodeR.svg#EnvyCodeR') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

* {
  font-family: Aleo-Regular;
}

#banner * {
  font-family: Hamurz;
  text-align: center;
  text-transform: lowercase;
}

#banner a {
  font-style: normal;
}

#site {
  font-size: 32px;
}

#title {
  font-size: 64px;
}

#content {
  font-size: 18px;
  line-height: 1.5;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

a {
  font-style: italic;
}

pre, code {
  font-family: EnvyCodeR;
}

/******************************************************************************
 colors
 ******************************************************************************/

* {
  background: #fff;
  color: #111;
}

#title, .title, h1, h2, h3, h4 {
  color: #629;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a span {
  color: #629;
}

#content a,
#content a:link,
#content a:visited {
  color: #82d;
}

#content a:hover,
#content a:active {
  color: #405;
  background-color: #edf;
}

pre, code {
  color: #629;
}

pre {
  border-color: #dbf !important;
}

/******************************************************************************
 decoration
 ******************************************************************************/

h1 {
  text-align: center;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

pre {
  border: 1px solid;
}
