/*   
Theme Name: Despising None Child Theme
Theme URI: 
Description: Child Theme for Homefront
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');

body { background-color: #464136;
background-image: url(images/dn-gradient.jpg);
background-position: 0 0;
background-repeat: repeat-x;
}

#blog-title a {
background:url(images/dn-header.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 940px;
height: 214px;
}

#blog-description {position:absolute;left:-9000px;}

#branding {
padding:0px;}

#access {
    background-color: #406618;
border-style: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 940px;
overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}


.menu {
    float: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 50px;
    padding-top: 7px;
    text-align: left;
    width: 940px;
}
.menu li {
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    float: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 25px;
    padding-top: 0;
}
.menu a {
    color: #FFFFFF;
    display: inline;
    font-family: "Ariel",Helvetica,sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.menu a:visited {
    color: #FFFFFF;
}

.sf-menu {
border-style: none;
float:left;
}

.sf-menu li {
    display: inline;
    float: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 25px;
    padding-top: 0;
}
.sf-menu a {
    color: #FFFFFF;
    display: inline;
    font-family: "Ariel",Helvetica,sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
border-style:none;
}
.sf-menu a:visited {
    color: #FFFFFF;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a.sf-menu:active li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
        -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #e67918;
}

#main {
background:url(images/dn-container-bkgd.jpg) repeat-y;
background-position: 1px 0;
display:relative;
width: 940px;
background-color:#ffffff;
border-style:none;
padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;}

#container {float:left;
margin-left: 10px;
width: 650px;
}

#content {
padding:0px 0 0 0px;
margin:0px;
width:100%;}

h2, .entry-title, .entry-title a {
color:#29410f;
    font-family: Arial,sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 0 7px;
}

.page-title {
color:#29410f;
    font-family: Arial,sans-serif;
text-transform:uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 0 7px;
text-align:center;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }
a img.center {   display: block;   margin-left: auto;   margin-right: auto; }

a img {   display: block;   margin-left: auto;   margin-right: auto; }


p.center { text-align: center; }

.main-aside {width: 250px;}

#primary {border-style: none;}

#footer {background-color: #406618;
    background-image: url('http://www.kybaptist.org/web/tn/KBC-Logo-white.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 940px;
padding-bottom:10px;
}

#siteinfo {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 44px;
    padding-left: 230px;
    padding-right: 0;
    padding-top: 22px;
}

#siteinfo a {
    color: #FFFFFF;
}

div.textwidget {   margin-left: auto;   margin-right: auto;   width: 8em; }

.entry-title a:hover {color:#e67918;}


