/* -------------------------------------------------------------- 
  
   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";


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

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


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

#header { margin-top: 20px; }

#header .tabs { border-bottom: 1px dashed #ddd; font-size: 14px ; }
#header .tabs li { margin-right: 1px; font-size: 1.35em; font-family: "Goudy Old Style", "Garamond", "Book Antiqua", "Palatino Linotype", "Palatino", serif; font-style: italic; }
#header .tabs a { padding: 5px 15px; color: #888; text-decoration: none; }
#header .tabs a:hover, #header .tabs a:active { color: #333; background: none; }
#header .tabs a:hover:before { content: "{ "; }
#header .tabs a:hover:after { content: " }"; }



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

#body { margin-top: 20px; }

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

#side { float: left; width: 230px; }
#side h3, #side p { color: #999; }

#content-wide { width: 900px; clear: both; }
.content-type { float: left; width: 300px; }
.content-type-425 { float: left; width: 425px; }
.poetry div p { font-size: 1.2em; font-family: "Goudy Old Style", "Garamond", "Book Antiqua", "Palatino Linotype", "Palatino", serif; }
.poetry div h4 { font-size: 1.5em; font-family: "Goudy Old Style", "Garamond", "Book Antiqua", "Palatino Linotype", "Palatino", serif; font-style: italic; }


/* Footer
-------------------------------------------------------------- */
#footer { border-top: 1px solid #eee; 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: #ccc; }



/* body { background: url("bg3.jpg") top right no-repeat #fff; } */

.spacedlist li { margin-top: 2em;}
