/*   
Theme Name: Zzot.net
Theme URI: 
Description: This Thematic child theme is Zzot's new look for 2009.
Author: Josh Dady
Author URI: http://zzot.net/
Template: thematic
Version: 2009
Tags: Thematic, Earthrise, white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Important bits from preceding themes */
@import url('./syntax.css');
@import url('./cc.css');

/* Tweak the footnotes */
div.footnotes ol { font-size: .85em; }
div.footnotes ol li p { display: inline; }

#header { background: top right url(header.jpg) no-repeat black; }
#blog-title a { color: #ccc; }
#blog-title a:hover, #blog-title a:active { color: #fff; }

#content ul p { margin-bottom: 0; }

/*#header { background: #083308; }*/
/*#blog-title a { color: #aaa; }*/
