/* Copyright 2009 Michael Saelee */

#header {
    display: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 12pt;
}

p {
    margin: 0 0 15pt 0;
    padding: 0px;
}

h1 {
    font-family: Georgia, serif;
    font-size: 18pt;
    font-weight: bold;
    letter-spacing: .2em
    margin: 0 0 .75em 0;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2em
    margin: 36pt 0 18pt 0;
}

h3, h4, h5 {
    font-size: .9em;
    font-weight: normal;
    margin: 24pt 0 18pt 0;
    text-transform: uppercase;
    letter-spacing: .2em
}

ul ul {
    margin: 1em 0;
}

blockquote {
	margin-left: 3px;
	padding-left: 20px;
	border-left: 1px solid #222;
	font-style: italic;
	color: <%= @page.color['scarlet'] %>;
}

ul code, p code {
    font-size: 10pt;
	font-family: CourierX, Courier, "Courier New", monospace;
}

pre, pre code, .Coderay pre {
	font-family: CourierX, Courier, "Courier New", monospace;
	font-size: 9pt;
	line-height: 12pt;
    display: block;
	margin-left: 1em;
}

pre .command {
    font-weight: bold;
}

blockquote {
	line-height: 1.5em;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: bold;
}

th, td {
  padding: .2em;
  border: 1px solid #666;
}

#footer {
    display: none;
}

