/*   
Theme Name: Thematic.Widemouth
Theme URI: 
Description: 2 Columns, Left Sidebar, No Access
Author: Richard Cotton
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/3c-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, input, textarea
{
    font-family: arial, helvetica, sans-serif;
}

body
{
    background: url(body_bg.jpg) top center repeat-y #7498bf;
    color: #222c37;
    /*color: #f5f7fa;*/
}

#main
{
    padding-top: 20px;
}

.DKGallery
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.DKGalleryItemWrapper
{
    display: inline;
}
.DKGalleryItem
{
    display: inline;
}

/* global styling */
a, a:active, a:hover, a:visited, a:link
{
    color: #fff;
}

.entry-content img
{
    border: 1px solid #ddd;
    padding: 2px;
}

/* header */
#branding
{
    position: relative;
    height: 300px;
    padding: 0;    
}
#blog-title
{
    background: url(blogtitle.jpg) top left no-repeat;
    text-indent: -99999px;
    height: 300px;
    width: 420px;
    position: absolute;
    top: 0;
    left: -110px;
}
#blog-description
{
    height: 380px;
    width: 450px;
    position: absolute;
    right: -85px;
    top: -60px;
    background: url(blogdescription.jpg) top left no-repeat;
    text-indent: -99999px;
}

/*
    WIDGET SHIM!!!
*/
.widget_shim
{
    margin: 0 auto;
}

/* all sidebars */
.xoxo h3
{
    color: #fff;
    font-style: normal;
    font-weight: bold;
}
.xoxo > li
{
    margin-bottom: 1em;
}

/* left sidebar */
#primary
{
    border: 0;
    padding-top: 0;
    color: #fff;
}
#primary a
{
    color: #fff;
}
#primary ul.xoxo
{
    padding: 0;
    width: 200px;
}
/* main menu */
#primary .widget_pages > h3
{
    display: none;
}
#primary .widget_pages > ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    
}
#primary .widget_pages > ul > li
{
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin-bottom: 3px;
    display: block;
    border-top: 1px solid #b4c6d8;
    border-left: 1px solid #b4c6d8;
    border-bottom: 1px solid #7498bf;
    border-right: 1px solid #7498bf;
}
#primary .widget_pages > ul li.current_page_item
{
    border-bottom: 1px solid #b4c6d8;
    border-right: 1px solid #b4c6d8;
    border-top: 1px solid #7498bf;
    border-left: 1px solid #7498bf;
}

#primary .widget_pages > ul > li a
{
    display: block;
    text-align: left;
    padding: 0 0 0 6px;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    background-color: #88a6c4;
}
#primary .widget_pages > ul > li a:hover
{
    background-color: #95afc8;
}
/* eviivo */
#text-3 h3
{
    display: none;
}
#text-3
{
    padding: 3px 0 3px 0;
    font-weight: bold;
    background-color: #88a6c4;
    border-top: 1px solid #b4c6d8;
    border-left: 1px solid #b4c6d8;
    border-bottom: 1px solid #7498bf;
    border-right: 1px solid #7498bf;    
}
div.eviivo_searchbox
{
    width: 188px !important;
    margin: 0 auto;
    border: 1px solid #444;
}

/* contact details */
#text-4 h3
{
    display: none;
}
#text-4
{
    padding: 3px 0 3px 5px;
    font-weight: bold;
    background-color: #88a6c4;
    border-top: 1px solid #b4c6d8;
    border-left: 1px solid #b4c6d8;
    border-bottom: 1px solid #7498bf;
    border-right: 1px solid #7498bf;    
}



/* right sidebar */
#secondary .xoxo
{
    margin: 0;
    padding: 0;
}
#secondary .xoxo > li
{
    display: block;
    width: 220px;
    padding: 5px 0;
    background-color: #88a6c4;
    border-top: 1px solid #b4c6d8;
    border-left: 1px solid #b4c6d8;
    border-bottom: 1px solid #5f7d9d;
    border-right: 1px solid #5f7d9d;
}
#secondary .xoxo > li > h3
{
    display: none;
}

/* search */
#search input
{
    padding-left: 3px;
    width: 200px;
    display: block;
    margin: 0 auto;
}
#search form
{
    margin: 0;
}
/* what's on */
#text-5 a
{
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #444;
    background: url(whatson.jpg) top left no-repeat;
    text-indent: -99999px;
}
/* local attractions */
#text-6 a
{
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #444;
    background: url(localattractions.jpg) top left no-repeat;
    text-indent: -99999px;
}
/* weddings */
#text-7 a
{
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #444;
    background: url(weddings.jpg) top left no-repeat;
    text-indent: -99999px;
}
/* spa room */
#text-8 a
{
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #444;
    background: url(sparoom.jpg) top left no-repeat;
    text-indent: -99999px;
}
/* brocksmoor */
#text-9 h3
{
    display: none;
}
#text-9 a
{
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #444;
    background: url(brocksmoor.jpg) top left no-repeat;
    text-indent: -99999px;
}

/* footer */
#footer
{
    background: #2e5c8d;
    border-top: 1px solid #fff;
}
#siteinfo
{
    color: #fff;
    text-align: center;
    padding: 2em 0 2em 0;
}
#siteinfo a
{
    color: #fff;
}