/*   
Theme Name: Bionic Chicago 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');

#wrapper {
    border-top:0px;
}

#header {
    background:black;
    height:170px;
}



#blog-title a {
background:url(images/bionic_bannernu.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 900px;
height: 150px;
position:relative;
left:-42px;
}

#blog-title {
  text-indent:-9000px;
    padding:0px 0 0 0;
    border-bottom:0px;
}

#blog-description {
    text-indent:-9000px;
    display:none;
    position:relative;
    top:-100px;
    height:0px;
    }


#branding{
	height:150px;
}

#access {
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-top-style: none;
    border-top-width: 0px;
    font-size:13px;
    background:#181e24;
    margin-top:-1px;
    margin-bottom:0px;
   
}

#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 20px 1px;
    margin:11px 0 36px 0;
}

.main-aside h3 {
    padding:11px 0 1px 0;
}

#subsidiary #first{
	width: 548px;
}

#subsidiary #first a{
	font-style:italic;
}
.screen-reader-text{
	display:none;
}

body {
	font-family:"museo-slab-1","museo-slab-2", serif;
	font-weight:300;
	font-size:87%;
}

#menu a {
    padding-left: 8px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-top: 4px;
    border-top-color: #5c4686;
    border-top-width: 0px;
    display:block;
    float:left;
    margin:0 10px 0 0;
    background:#181e24;
    border-top: none;
    text-decoration:none;
    font-family:"museo-slab-1","museo-slab-2", serif;
}
#menu a:hover {
    background:#333333;
}
#menu .current_page_item a {
    background:#333333;
}
#menu a:focus {
    background:#333333;
}

a:link, a:visited {
    color: #841921;
    text-decoration:none;
}