/* -------------------------------------------------------------- 
  
   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: 610px; }


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

#header { margin-top: 20px; }

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



/* Control Panel
-------------------------------------------------------------- */
#controlPanel .tabs li { margin-right: 1px; }
#controlPanel .tabs a { padding: 5px 15px; background: DarkSlateGrey; color: White; text-decoration: none; }

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

#body { margin-top: 20px;}

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

#main {width: 100%; margin: 0px;}
#comic {width: 100%; background-color: LightGrey; background-repeat: no-repeat; padding-left: 10px; padding-top: 20px; padding-bottom: 50px;}
#xcomic {width: 100%; background-image: url("/images/dropshadow.png"); background-repeat: no-repeat; padding-left: 20px; padding-top: 20px; padding-bottom: 50px;}

#wide_resources {width:100%;}
#resources { float: left; width: 230px; }
#resources h3 { color: #888; }
#resources ul, #resources ol { color: #888; }
#resources ul a { color: #555; }


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