/*   
Theme Name: Thematic.BushInn
Theme URI: 
Description: Custom Thematic Child Theme
Author: Freebird Design
Author URI: 
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* 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: url(mainbg.jpg) top center repeat-y #fff;
    font-family: georgia, palatino, times new roman, serif;
    color: #333;
}
h1,h2,h3,h4,h5,h6, h1.entry-title
{
    color: #522;
    font-family: georgia, palatino, times new roman, serif;
}

#main
{
    padding: 0;
    margin-top: 1em;
}

/* header */
#branding
{
    height: 300px;
    padding: 0;
    background: url(banner.jpg) top right no-repeat;
    position: relative;
}
#blog-title
{
    position: absolute;
    height: 65px;
    width: 295px;
    top: 0px;
    right: 15px;
    text-indent: -99999px;
    background: url(blog-title-bg.png) top right no-repeat;
}
#blog-description
{
    position: absolute;
    height: 37px;
    width: 289px;
    top: 50px;
    right: 15px;
    text-indent: -99999px;
    background: url(blog-description-bg.png) top right no-repeat;
}

#footer
{
    border-top: 0;
    text-align: center;
}
#siteinfo
{
    margin: 0 auto;
    width: 960px;
    padding: 2em 0 2em 0;
    border-top: 2px solid #776164;
}   

/* right sidebar */
#primary
{
    border: 0;
}

/* search */
#search h3
{
    display: none;
}

/* pages menu */
#primary .widget_pages h3
{
    display: none;
}
#primary .widget_pages
{
    font-family: arial, helvetica, sans-serif;
}
#primary .widget_pages ul
{
    list-style-type: none;
    margin: 0 !important;
}
#primary .widget_pages li
{
    font-size: 1.1em;
    line-height: 1.75em;
}
#primary .widget_pages li a
{
    color: #CC3300;
}

#primary .widget_pages li a:hover
{
    color: #A80065;
}   

/* secondary */
#secondary h3
{
    display: none;
}
#secondary li
{
    margin-top: 2em;
}

