/*
Theme Name: TWR
Theme URI: http://totalwindowrepairs.com
Description: Child Theme for Thematic
Author: Will
Author URI: http://helpmewill.com
Template: thematic
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* 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-l-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');

#branding {
    background: url(images/logos.png) right no-repeat #000;
    padding-left: 40px;
}

#header {
    background: #000;
}

#blog-title a {
    color: #fff;
}

.main-aside {
    width:200px;
}

#content {
margin:0 0 0 240px;
overflow:hidden;
width:700px;
}

#blog-description {
font-size: 20px;
}

#blog-title a {
background:url(images/logo.png) no-repeat top center;
display:block;
text-indent:-9000px;
width: 320px;
height: 77px;
}

.alignright, img.alignright {
margin-left:0;
}

.alignleft, img.alignleft {
margin-right:0;
}

#main {
background: transparent url(images/contbg.png) top left no-repeat;
padding:26px 0 22px;
}

#primary {
border: none;
}

#content .alignright, img.alignright {
margin-left:10px;
margin-top:20px;
}

#content .alignleft, img.alignleft {
margin-top:20px;
}