/*   
Theme Name: thematicMD
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');

#branding {
padding:0 0 10px;
width: 100%;
}

#blog-title a {
background:url(images/MD_header_v9.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 100%;
height: 144px;
}

#blog-description {
color:#666666;
font-size:1.2em;
font-style:italic;
text-align:center;
}

#wrapper {
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
}

#header {
background-color: #fff;
}

#branding {
background-color: #fff;
display: block;
width: 990px;
}

#access {
    width: 990px;
    background-color: #E7E7E7;
    border-bottom: 0 none;
    height:31px;
    font-size:13px;
    overflow:visible;
    margin: 0 auto;
    font-style: bold;
}

/*** MENU STYLES ***/

.sf-menu {
    border-right:0;
    float:left;

}
.sf-menu a {
    border-left:0;
    border-top:0;
    border-bottom:0 none;
    padding:9px 13px;
    text-decoration:none;

}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
        color: #323232;
}
.sf-menu li {
    background:     #E7E7E7;
}
.sf-menu li li {
    background:     #E7E7E7;
}
.sf-menu li li li {
    background:     #E7E7E7;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background-color: #6C6C6C;
    outline:        0;
    border-bottom-color: 0 none;
}
.sf-menu ul {
    border-right: 0 none;
    border-bottom: 0 none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#a7a7a7;
    border-bottom: 0 none;
}
.sf-menu ul a:hover {
    color: #6A7682;
}

.menu {
    margin: 0 auto;
    width: 990px;
}

.sf-menu sf-js-enabled a {
  font-style: bold;
}

#main {
clear:both;
padding:15px 0 22px;
width: 990px;
font-size:1em;
line-height:1.4em;
background-color: #fff;
}

#content {
margin:0 0 0 10px;
overflow:hidden;
width:680px;
}

#container {
float:left;
width:720px;
}

.main-aside {
float:right;
position:relative;
}

#primary {
border:none;
margin-bottom:0;
padding:0 0 0 15px;
font-size:0.9em;
width: 240px;
}

#secondary {
border:none;
margin-bottom:0;
padding:0;
font-size:0.9em;
}

.aside input {
width: 80%;
font-size: 11px;
color: #666666;
} 

.main-aside ul {
padding: 0;
}

.textwidget {
margin-bottom:14px;
color:#000000;
}

.aside h3 {
font-size:1em;
line-height:1.5em;
text-style:normal;
color:#000;
}

h3.widgettitle {
font-weight:bold;
font-style:normal;
}

.aside ul {
list-style:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.aside ul ul {
list-style:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
}

.main-aside ul {
padding-right:0;
margin-bottom:5px;
}

.main-aside ul ul {
padding:0;
}

.aside form, .aside table {
margin-bottom:12px;
}

#twitter-tools li {
padding:0 0 12px;
}

#linkcat-41 li {
padding-bottom:12px;
}

#linkcat-41 a {
color: #323232;
}

.wp-caption-text, .gallery-caption {
color:#666666;
font-size:11px;
line-height:18px;
}

.mc_signup_submit {
width:80px;
}

#mc_signup_form {
padding-left:0 !important;
background-color: #fff !important;
}

.entry-content {
    margin: 0;
    padding-top:10px;
}

.entry-content embed {
    margin: 0;
}

.soundcloud {
   font-size: 10px;
}

.widget_tag_cloud {
    margin: 22px 0 22px;
}

#object-helper {
display: block;
}

.entry-title{
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    padding: 0;
}

.entry-title a {
    color: #323232;
    text-decoration: none;
}

.twtr-widget {
    margin: 10px 0 10px;
    padding-bottom: 10px;
}
