/*   
Theme Name: Bret Phillips custom Theme
Theme URI: 
Description: Custom Theme for BretPhillips.com.
Author: Bret Phillips
Author URI: http://bretphillips.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');

#header {
    z-index:2;
    background-color:#194470;
}
#branding {
    padding:8px 0 2px 0;
}
#access {
    border-bottom:0px solid #ccc;
    color:#ffffff
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
    padding:0px 0 0px 0;
    margin-top: -33px;
    margin-left:14px;
    background:transparent; 
}
.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}
#main {
    background-color:white;
    padding:10px 0 22px 10px;
    clear:both;

}

body, input, textarea {
    font: 15px verdana,serif;
    line-height:22px;

}

#footer {
    border-top:1px solid #ccc;
    margin-top:6px;
    background-color:#000000;

}

#blog-description {
    color:#FFFFFF;
    font-size:13px;
    font-style:italic;
}

#blog-title a {
background:url(http://www.bretphillips.com/images/bp_banner.gif) no-repeat top center;
color:#C0C0C0;
display:block;
text-decoration:none;
text-indent:-9000px;
width: 960px;
height: 251px;
}

#content {
    margin:0 0 0 10px;
    width:675px;
    overflow:hidden;
    padding: 5px;
}
.post {
  margin:20px 0;
  background-color:none;
} 
.main-aside {
  margin:20px 0;
    width:250px;
    float:right;
    position:relative;
    right:10px;
}
.entry-content {
padding: 10px 0 0 0;

}
#subsidiary .aside {
    width:450px;
    float:left;
    margin:0 20px 0 0;
}
.aside h3 {
    background:url(http://www.bretphillips.com/images/asidebg.png);
    font-size:18px;
    font-style:bold;
    line-height:22px;
    color:#ffffff;
    padding:1px 0 2px 8px;
    width: 250px;
}
#footer .aside h3 {
    background:none;
    font-size:18px;
    font-style:bold;
    line-height:22px;
    color:#ffffff;
    padding:1px 0 0 10px;
}
.entry-content {
  padding:10px;
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
   border-style:solid;
   border-width:1px;
   border-color:#C0C0C0;
    background-color:#ffffff;
}

