/*   
Theme Name: Medici Blogs
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Spill
Author URI: http://www.spill.net/
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');

body {
    background-color: #9d8c7c;
}

#footer {
    display: none;
}

a,
a:visited , 
a:link , 
.aside a,
.entry-meta,
.entry-meta a,
.entry-utility,
.entry-utility a,
.entry-content a,
.navigation a,
.edit-link {
    text-decoration: none;
    color: #fff;
}

a:hover, 
.entry-title a:hover, 
.entry-meta a:hover, 
.entry-utility a:hover, 
.entry-content a:hover,
.page-link a:hover, 
.navigation a:hover,
.comment-reply-link a:hover,
.comment-navigation a:hover,
#respond .required,
.aside .current_page_item a:hover,
.aside .current_page_item .page_item a:hover,
.aside a:hover,
.edit-link a:hover {
    color: #604d3c;
}



#header {
    height: 218px;
    background-color: #000;
}

#blog-description {
    color: #9d8c7c;
    margin-top: -3px;
}

#branding {
    padding: 72px 0px 42px;
    width: 938px;
}

#access {
    height: 29px;
    border: none;
}

#menu_container {
    width: 940px;
    margin: 0 auto;
}

.menu {
    width: inherit;
    margin: inherit;
    display: inline;
}
.lang-switch {
    float: left;
    line-height: 28px;
}

.sf-menu {
    border: none;
}
.sf-menu li {
    margin-left: 1px;
}
.lang-switch a, .sf-menu a {
    padding: 8px 15px;
    color: #fff;
}
.sf-menu a {
    background-color: #604d3c;
    border: none;
}
.sf-menu a:visited {
    color: #fff;
}
.sf-menu a:hover, .sf-menu .current_page_item a {
    background-color: #9d8c7c;
    color: #fff;
}
.lang-switch a:hover {
    color: #604d3c;
}



/** Main **/

#main {
    width: 938px;
    padding: 37px 0 22px;
}

.hentry {
    border-bottom: solid 1px #75695d;
    margin-bottom: 35px;
    padding: 0 0 30px;
    margin-top: 2px;
}
.entry-utility {
    margin: 0px;
}
.entry-title {
    font-weight: normal;
    font-size: 33px;
    font-family: inherit;
    line-height: 31px;
    font-style: italic;

}
.entry-title a {
    color: #000;
}

/* Comment form */
#respond {
    background-color: inherit;
    padding: 25px;
    border: solid 1px #75695d;
}
#form-allowed-tags p {
    color: #fff;
}



/** Sidebar **/

#primary {
    border: 1px solid #75695d;
}
#s {
    margin-top: 8px;
    background-color : #fff;
    color: #000;
    border: none;
    width: 100%;
}
.aside {
    color: #fff;
}

.aside h3 {
    font-size: 20px;
    padding-bottom: 11px;
}

.aside form, .aside table {
    margin: 0px; 
}

.aside ul ul {
    list-style-type: none;
    margin: 0px;
}
.aside ul {
    margin-bottom: 5px;
}

.widgetcontainer {
    padding-bottom: 32px;
}


