/*   
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');


#container
{
  width: 740px;
}
.main-aside
{
  width: 180px;
}
.aligncenter, img.aligncenter
{
text-align:center;
}
#content {
    width:720px;
}

#branding
{
padding-top: 28px;
padding-bottom: 0px;
}
#siteinfo
{
padding-top: 18px;
padding-bottom: 24px;
}

/*
a:link, a:visited {

    color:#000;

    text-decoration:underline;

}



#header {

    background:#fff;

    text-align:center;

}



#blog-title {

    padding:0;

}



#blog-title a {

    color:#000;

    text-decoration:none;

}



#blog-description {

    color:#000;

    padding:8px 0 8px 0;

}



#access {

    background:#fff;

    border:none;

}



#menu ul {

    text-align:center;

    clear:none;

}



#menu a {

    float:none;

    display:inline;

    background:#fff;

    color:#000;

    border-top:1px solid #000;

    border-left:1px solid #000;

    border-right:1px solid #000;

    border-bottom:1px solid #000;

}



#menu a:hover {

    background:#ccc;

    color:#000;

    border-color:#000;

}

#menu .current_page_item a {

    background:#ccc;

    color:#000;

    border-color:#000;

}

#menu a:focus {

    background:#c0c0c0;

    color:#000;

    border-color:#000;

}



#main {

    padding:24px 0;

}



.comments-link a {

    color:#000;

}



#comments {

    background:#c0c0c0;

}



#comments li {

    background:#181E24;

    border-top:1px solid #000;

}



#respond {

    background:#181E24;

    border-top:1px solid #000;

}



#comments li.byuser {

    background:#8A8A8A;

    border-color:#303030;



}



#login a {

    color:#fff;

}



#siteinfo {

    text-align:center;

}

*/