/*   
Theme Name: Thematic Pressed
Theme URI: 
Description: My child theme based off of Ian Stewart's Thematic
Author: Dave Herrera
Template: thematic
Version: 1.1
.
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');

/* shift everything to the left
**************************************/

#branding, .menu, #siteinfo { margin: 0 0 0 10px; }
#main { margin: 0; }

/* black and white
**************************************/

body { background: #333; }
#wrapper { background: #fff; width: 960px; }

/* typography
**************************************/

/* body, input, textarea { font: 14px/20px helvetica, arial, sans-serif; } */
pre, code { font: 13px/22px monaco, monospace; }
/* .entry-title, #content .aside h3 { font-family: helvetica, aria, sans-serif; } */
.entry-meta { font-style: normal; }
.entry-meta .n, .entry-meta abbr { font-size: 13px; letter-spacing: normal; text-transform: none; }
.entry-meta .n { text-decoration: underline; }
.entry-utility a { font-style: normal; text-decoration: underline; } /* underline meta links */

/* other
**************************************/

.tag-links, .meta-sep-comments-link { display: none; } /* hide tags */