/*   
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');

#main {
    padding: 20px;
}

#main-aside {
    position:relative;
    left: 10px;
}

#header {
background: url('http://simpleavchicago.com/wp-content/uploads/2010/11/outputsection2.jpg') no-repeat 0 0;
color:#000000;
display: block;
position: bottom;
padding-left: 0px;
font-weight:100;
//height: 220px
}

#thematic_postheader {
display: none;
}

#branding {
padding: 38px 0px 38px 0px;

}

#blog-title {
color: #999;
font-family:Georgia,serif;
font-weight:normal;
font-size:56px;
line-height:56px;
padding: 5px;
width: 250px;
text-shadow: -1px 1px 1px #000;
border-width: 0px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
}


#blog-description {
color: #BFBFBF;
font-style:normal;
font-size: 22px; 
padding-left: 25px;
padding-top: 5px;
text-align: left;
width: 490px;
text-shadow: -1px 1px 1px #000;
//border-width: 0px;
//border-top-style:solid;
//border-right-style:solid;
//border-bottom-style:solid;
//border-left-style:solid;
}

#a {
text-decoration: none;
}

#.windows .sf-menu a {
	font-size: 14px;
}

#entry-content {
    padding:0px 0 0 0;
}


#entry-content h3 {
    font-size:17px;
    font-style:normal;
}

    #table.sample {
	border-spacing: ;
	border:1px none gray; border-collapse: collapse;
	background-color: white; padding-left:0; padding-right:0; padding-top:28px; padding-bottom:14px
}
#table.sample th {
	border:1px none gray; padding:1px; background-color: white;
	-moz-border-radius: 
}
#table.sample td {
	border:1px none gray; padding:1px; background-color: white;
	-moz-border-radius: 
}
