/* 
Theme Name: Furious 
Theme URI: /home/andrew/htdocs/wordpress1
Description: Child Theme for Sandbox
Author: Andrew Turner 
Author URI: /home/andrew/htdocs/wordpress1
Template: sandbox
Version: 0.1 
. 
This work is released under the GNU General Public License (GPL), version 2: 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
.
Colours
Mid grey - #5b686e
Dark grey - #333
Olive green - #9ca32f
Brick - #9c3838
Pale orange - #e18601
Brown - #704f3e
Darker orange - #cf5116
.
*/

@import url("../sandbox/style.css");
@import url("../sandbox/examples/2c-r.css");


body {
    font-family: 'Cantarell', candara, verdana, helvetica, sans-serif;
    font-size: 80%;
    color: #333;
    width: 960px;
    margin: auto;
}

#wrapper {
    margin-top: 20px;
    padding: 0.5em;
    }

a   {
    border: none;
    color: #9c3838;
    text-decoration: none;
    }
    
#header h1 a {
    border: none;
    color: #9c3838;
    text-decoration: none;
    }
    
#header h1 a:hover {
    border: none;
    color: #9ca32f;
    text-decoration: none;
    }      

a img {
    border: 1px dotted #d3e4fd !important;
    border-bottom: 0 !important;
    padding: 2px !important; 
    }

a.more-link {
    margin-left: 0.25em;
    }

a:hover, a:focus, a:active,
        ul.xoxo li ul li a:hover,
        ul.xoxo li ul li a:focus,
        ul.xoxo li ul li a:active,
        ul.xoxo li ul li a.email:hover,
        ul.xoxo li ul li a.email:focus,
        ul.xoxo li ul li a.email:active {
    color: #9ca32f;
    }

a:hover img, a:focus img, a:active img {
    background-color: #fff;
    border: 1px solid #133369 !important;
    border-bottom: 0 !important;
    padding: 2px;
    }

#header h1 {
    letter-spacing: 0.5em;
    text-align: left;
   line-height: 0.01em;
    padding: 0;
    }
    
#header #blog-description {
    color: #9c3838;
    font-size: 120%;
    letter-spacing: 0.1em;
    line-height: 2.5em;
    text-align: left;
    margin: 0 0 10px 0;
    border-bottom: solid 2px #9c3838;
    }
    
#access .skip-link {
    display: none;
    }

#access #menu {
    display: none;
    }
    
div#content {
    margin:0 210px 0 0;
    }

hr.divider {
    border: none 0;
    padding-top: 3px;
    border-bottom: solid 1px #9c3838;
    }
