/*   
Theme Name: Thematic.Bradworthy
Theme URI: 
Description: Bradworthy Inn, Based on Thematic.2CL
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');


/* over-rides */
body
{
    background: url(body.jpg) top center repeat-y #a99769;
}

#branding
{
    background: url(branding.jpg) top left no-repeat;
    height: 300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#blog-title
{
    background: url(blogtitle.png) top left no-repeat;
    height: 50px;
    width: 600px;
    text-indent: -99999px;
    position: absolute;
    top: 45px;
    left: 30px;
}

#blog-description
{
    background: url(blogdescription.png) top left no-repeat;
    height: 130px;
    width: 600px;
    text-indent: -99999px;
    position: absolute;
    top: 10px;
    left: 30px;
}

#blog-details
{
    width: 600px;
    height: 60px;
    position: absolute;
    bottom: 50px;
    left: 30px;
}
#blog-details span
{
    display: block;
}
#blog-details .phone-link, #blog-details .email-link
{
    float: left;
    margin: 0.5em 10px 0 0;
}

#main
{
    padding-top: 22px;
}

.hentry
{
    padding-left: 10px;
}

#footer
{
    border-top: 0;
}
#siteinfo
{
    border-top: 2px solid #444;
    width: 920px;
    padding: 1em 10px;
    text-align: center;
}   

#primary
{
    border: 0;
}

/* break images out to the right */
.entry-content img
{
    clear: both;
    border: 1px solid #444;
    background-color: #A99769;
    padding: 10px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
.entry-content object
{
    margin-left: 10px;
}


/* lovely RHS menu */
#primary
{
    font-family: arial, helvetica, sans-serif;
    color: #444;
}
#primary .xoxo>li
{
    margin-bottom: 2em;
    width: 250px;
}

.widget_text h3
{
    color: #444;
    font-family: arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 1em;
}
.textwidget input
{
    font-family: arial, helvetica, sans-serif;
}


.widget_pages h3
{
    display: none;
}
li.widgetcontainer ul
{
    list-style-type: none;
    width: 190px;
    margin: 0;
    padding: 0;
}
li.widgetcontainer li.page_item
{
    display: block;
    width: 200px;
    height: 40px;
    
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    
    line-height: 40px;
    color: white;
    
    margin: 0 0 3px 0;
}
li.widgetcontainer li.page_item a
{
    display: block;
    
    background-color: #755417;

    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;    
    
    text-align: center;
    color: white;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
}
li.widgetcontainer li.current_page_item a
{
    background-color: #b26f00;
}
li.widgetcontainer li.page_item a:hover
{
    background-color: #e37c00;
}   
