/*   
Theme Name: Jackcd2
Theme URI: 
Description: Built for Jackson County conservation district website 
Author: Paul Howell
Author URI: http://bitfool.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');


/* ====================== */

/* COMMENTS area, was set to FFFFFF */
#respond {
    background:#e8ecba none repeat scroll 0 0;
}

/* MENU stuff: hover them red/underlined */
ul.sf-menu a:hover{
    color: #FF4B33;
    text-decoration: underline;
}

/* MENU stuff: bold the "current" li elements */
ul.sf-menu li[class*=current] 
{
    border-bottom-color:#FF0000;
    font-weight: bold;
    font-style: italic;
}

/* MENU stuff: UNbold the li elements that ain't the current ones, using extra CSS specificity */
ul.sf-menu li ul li, 
ul.sf-menu li ul li ul li, 
ul.sf-menu li ul li ul li ul li, 
ul.sf-menu li ul li ul li ul li ul li 
{
    font-weight: normal;
    font-style: none;
}


/* Bottom banner - JCCD address */
.bottombanner {
    clear:both;
    padding:6px 0 30px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:960px;
    color: #666666;
}
/* Bottom banner - this is the wp-footer, shrunken vertically (and don't use it in Thematic options)  */
#siteinfo {
    padding:4px 0 2px;
}

body {
    background-color:#d2e3bc;
    background-color:#e8ecba;
}
#header {
    margin:0 auto 0 auto;
    padding:0;
    background-repeat:no-repeat;
    background-position:top center;
    background-image:url(images/header-jackcd-prairie4.jpg);
    height:232px;
    width:960px;
}
#blog-title {
    margin-top:-60px;
}
#blog-description {
    margin-top:10px;
    margin-left:30px;
    padding:0px;
    color:#999966;
    font-size:21px;
}
#blog-title a {
    color:#e8ecba;
}
#access {
    margin-top: 55px;
    border-bottom: 0px;
}
