/* -------------------------------------------
project:	The Furniture Bank (print)
author:		CSSNinjas.com
date:		2008/10/20
------------------------------------------- */

html { }
body { margin: 0; padding: 0; background: #fff; color: #666; font: 62.5%/1.5 Arial,Helvetica,sans-serif; }
textarea, input, select, option, optgroup, button { font: 1em Arial,Helvetica,sans-serif; }

/* RE-SETS
------------------------------------------- */
* { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

li, dt, dd, p, th, td, caption { font-size: 1.2em; }
ul, ol, dl { margin-bottom: 10px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
p { margin-bottom: 10px; }
li *, li p, li li, dt *, dd *, p * { font-size: 1em; }

fieldset, img { border: none; }
button { overflow: visible; }
legend { display: none; }

pre { font: 1.1em "Courier New",monospace; white-space: pre-wrap; }

a { color: #c33; text-decoration: underline; }
a:hover, a:focus, a:active { color: #000; }

/* HEADINGS
------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin: 0 0 10px; color: #c33; font: normal 2.4em "Palatino Linotype",Book Antiqua,Palatino,Georgia,Geneva,serif; }
h1 { font-size: 2.8em; } h2 { font-size: 2.2em; } h3 { font-size: 1.6em; } h4 { font-size: 1.4em; } h5 { font-size: 1.2em; } h6 { font-size: 1.0em; }

/* HELPERS
------------------------------------------- */
.wrapper { width: 100%; overflow: hidden; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.offset { position: absolute; left: -10001px; overflow: hidden; height: 0; margin: 0; line-height: 0; }

legend.offset { display: none; }

/* LAYOUT
------------------------------------------- */
#root { overflow: hidden; width: 100%; }
 #top { margin: 0 0 10px; padding: 0 0 10px; border-bottom: 1px solid #aaa; }
  #logo { margin: 0; }
  #headline { display: none; }
  #top-nav { display: none; }
 #nav { display: none; }
 #content { }
#footer { display: none; }
 
/* SKIP LINKS
------------------------------------------- */
#skip-links { display: none; }

/* GENERAL
------------------------------------------- */
blockquote { margin: 15px 0; padding: 15px 20px 5px; background: #f3f3f3; }
 
p.image { }
 p.image img { border: 1px solid #9d9d9d; }
.left { display: inline; float: left; margin: 0 10px 2px 0; }
.right { display: inline; float: right; margin: 0 0 2px 10px; }

 
/* ELEMENTS
------------------------------------------- */

