@charset "UTF-8";
/* CSS Document */
/* print.css framework by Bradley Scott Cushing */



/* ----------------------------------------------------------------------------- 
DOCUMENT STANDARDS
	
document notes
1. measurements change from px to em
2. background unsupported
----------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------- 
DEFAULT RESET
v1.0 | 20080212
http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}

body {
	line-height: 1;}

ol, ul {
	list-style: none;}

blockquote, q {
	quotes: none;}

blockquote:before, 
blockquote:after,
q:before, q:after {
	content: '';
	content: none;}

/* remember to define focus styles! */
:focus {
	outline: 0;}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;}

del {
	text-decoration: line-through;}

/* default variable styles! */
var {
	font-style: italic;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;}

/* adding form default! */
input, select {
	margin: 0;
	padding: 0;}



/* ----------------------------------------------------------------------------- 
PRIMARY STRUCTURE
----------------------------------------------------------------------------- */
div#header ul {
	display: none;}



/* ----------------------------------------------------------------------------- 
GENERIC/GLOBAL
----------------------------------------------------------------------------- */
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #666;
	/* set default background white */
	background: #fff;}

ul {
	font-size: 1.2em;}

ul li ul, 
ol li ol {
	font-size: 1.0em;}

div#page ul {
	list-style: disc;
	margin-bottom: 2.5em;}

div#page ul li, 
div#page ol li {
	margin-left: 2.0em;}

ol {
	font-size: 1.2em;
	list-style: decimal;}

div#page ol {
	margin-bottom: 2.5em;}

dl {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2.5em;}

dt {
	font-weight: bold;}

dd {}

.clear {
	clear: both;}



/* ----------------------------------------------------------------------------- 
TYPOGRAPHY
----------------------------------------------------------------------------- */
a, 
a:link, 
a:visited {
	text-decoration: none;
	color: #00f;}

a.more-link {
	font-size: 1.2em;}

p {
	font-size: 1.2em;
	margin-bottom: 2.5em;}

div#disclaimer p {
	font-size: 1.1em;
	font-style: italic;}

div#footer p {
	font-size: 1.1em;}

li p {
	font-size: 1.0em;}

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: bold;}

h1 {
	font-size: 2.2em;
	color: #111;
	margin-bottom: 2.5em;}

div#header h1 {
	margin-bottom: 0;}

h2 {
	font-size: 1.2em;
	color: #222;
	margin-bottom: 0.5em;}

div#header h2 {
	font-size: 2.2em;
	margin-bottom: 0;}

h3 {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 0.5em;}

div#header h3 {
	font-style: italic;
	color: #ccc;
	margin-right: 10px;
	display: inline;
	clear: right;}

h4 {
	font-size: 1.0em;
	color: #444;
	margin-bottom: 0.5em;}

h5 {
	font-size: 1.0em;
	color: #555;
	margin-bottom: 0.5em;}

h6 {
	font-size: 1.0em;
	color: #666;
	margin-bottom: 0.5em;}

hr {
	color: #fff;
	border-top: 0.1em solid #eee;
	border-style: solid;
	height: 0.1em;
	margin: 1.0em 0;
	/* http://www.sovavsiti.cz/css/hr.html */
	background-color: #fff;}

strong {
	font-weight: bold;}

em {
	font-style: italic;}

strike {
	text-decoration: line-through;}

blockquote {
	font-size: 1.2em;
	font-style: italic;
	margin: 0 6.0em 2.5em 6.0em;
	padding-left: 1.0em;
	border-left: 0.5em solid #999;}

cite {
	font-size: 0.9em;
	font-style: italic;
	color: #999;
	padding-left: 1.0em;}

address {
	font-size: 1.2em;
	margin-bottom: 2.5em;}

sub {
	font-size: 0.9em;
	line-height: 1;
	vertical-align: sub;}

sup {
	font-size: 0.9em;
	line-height: 1;
	vertical-align: super;}

pre {
	font-size: 1.44em;
	line-height: 1;
	padding: 10px;
	margin-bottom: 2.5em;
	border: 1px solid #eee;
	color: #000;}

code, 
var, 
samp, 
kbd {
	font-size: 1.2em;
	font-family: monospace;
	color: #000;}

dfn {
	font-weight: bold;
	font-style: italic;}

ins {
	color: #f00;}

small {
	font-size: 1.1em;
	color: #999;
	font-style: italic;
	margin-bottom: 5px;
	display: block;}



/* ----------------------------------------------------------------------------- 
SECONDARY STRUCTURE
----------------------------------------------------------------------------- */
div#sidebar, 
div#footer p.right {
	display: none;}



/* ----------------------------------------------------------------------------- 
NAVIGATION
----------------------------------------------------------------------------- */
div#sidebar ul.navigation {
	display: none;}



/* ----------------------------------------------------------------------------- 
TABLES
----------------------------------------------------------------------------- */
table {
	font-size: 1.2em;
	margin-bottom: 2.5em;}

table thead th {
	font-weight: bold;
	text-align: left;
	color: #111;
	border-bottom: 1px solid #aaa;}

table tfoot tr {
	border-top: 1px solid #aaa;}

table tbody td {
	background: #bbb;}

table thead th, 
table td {
	width: 210px;
	padding-left: 30px;}

div#sidebar table thead th, 
div#sidebar table td {
	width: 90px;
	padding-left: 30px;}

table thead th.first, 
table td.first, 
div#sidebar table thead th.first, 
div#sidebar table td.first {
	padding-left: 10px;}

table caption {
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
	padding: 1.0em 0 1.0em;}



/* ----------------------------------------------------------------------------- 
SEARCH BOX
----------------------------------------------------------------------------- */
div#page form.search {
	display: none;}



/* ----------------------------------------------------------------------------- 
FRAMEWORK
----------------------------------------------------------------------------- */
img {
	margin-bottom: 2.5em;}

img.frame {
	padding: 0.5em;
	border: 0.1em solid #666;}