/*   
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:182px;
}

#branding {
padding:0px 0 44px;
}


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

#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;
   
}

#main {
clear:both;
padding:0;
}

#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%;
}

#content .aside ul {
padding:0;
}

#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:#b3b3b3;
}
#menu a:focus {
    background:#333333;
}

a:link, a:visited {
    color: #cc531e;
    
}

a:hover{
	text-decoration: none;
	color: #ff8c00;
	}
	
#content .aside {
border:none !important;
margin:0 0 22px;
padding:18px 0 0;
}

html, body,  h1, h2, h3, h4, h5, h6, p, blockquote, pre, a body, input, textarea {
font-family: "museo-slab-1","museo-slab-2",serif;
}

h1.entry-title {
display:none;
}

h2.entry-title {
font-family: "museo-slab-1","museo-slab-2",serif;
}

h3.widgettitle {
font-style:normal;
font-weight:bold;
}

#primary {
border:none;
margin-bottom:10px;
padding:18px 0 0;
}

.description {
padding-bottom:15px;
}

.aside form, .aside table {
margin-bottom:0;
}

.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
margin-bottom:8px;
}

.sf-menu a:active {
background: gray;
}
