/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Site
 * Put your site styles here
-------------------------------------------------------------- */


/* Page
-------------------------------------------------------------- */

#page { margin: 0 auto; width: 950px; }


/* Header
-------------------------------------------------------------- */

#header { margin-top: 20px; }

#header .tabs { border-bottom: 1px solid #ddd; }
#header .tabs li { margin-right: 1px; }
#header .tabs a { padding: 5px 15px; background: #ddd; color: #666; text-decoration: none; }


/* Quote
-------------------------------------------------------------- */

#quote { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; letter-spacing: 10%; }
#quote p.big { font-size: 1.2em; font-style: italic; text-indent: 2em; margin-bottom: 1.5em; color: #8b8; }


/* Body
-------------------------------------------------------------- */

#body { margin-top: 20px; }

#introduction { float: left; width: 480px; margin-right: 130px; }

#resources { float: left; width: 230px; }
#resources h3 { color: #888; }
#resources ul, #resources ol { color: #888; }
#resources ul a { color: #555; }
#resources_background { float: left; width: 230px; font-variant: small-caps; background-color: #c3fdb8; line-height: 1.3em; margin: 0px 0px 0px 0px; }
#resources_background h3.contact { color: #888; padding: 10px 0px 0px 10px; }
#resources_background p.contact { color: #888; padding: 0px 0px 0px 10px; }


/* Footer
-------------------------------------------------------------- */
#footer { border-top: 1px solid #cdc; margin-top: 20px; }

#footer .tabs { width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }

#footer p.quiet { color: #8b8; }