/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
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');

body {background-color:#222;}

#wrapper {width:850px; margin:0 auto; padding:0px 0px; background-color:#fff;}

#header {
   background-image:url('images/missingheader.png');
   background-repeat:no-repeat;
   padding:0;
   margin:0;
}

a:link {color:#900;}
a:visited {color:#600;}
a:hover, #main a:hover {color:#666;}

#main {width:850px; padding:0 0 22px 10px;}


#container {width:535px;}
#container #content {width:525px;}

.main-aside {width:250px;}

#branding {padding:0; width:auto;}

.aside h3 {color:#c00; font-family:Arial, Helvetica, sans-serif; font-style:normal;}

#blog-title a {display:block; padding-top:305px; height:47px; padding-left:20px; font-size:28px; color:#fff;}
#blog-title a:hover {color:#000;}

#blog-description {padding:3px 0 25px 20px; color:#fff;}

#access {display:none;}

li#pages h3 {display:none;}

#siteinfo {padding-left:20px;}