/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

@import url('examples/1c-b.css');

body {
    margin: 0px;
    background-color: white;
    font-family: calibri, sans-serif;
    font-size: 15px;
    color: black;
}

.skip-link {
    display: none;
}

div#header {
    background-color: #2e3430;
    width: 100%;
    height: 65px;
    border-bottom: 2px solid #666666;
}

div#header h1 {
    font-size: 15pt;
    color: white;
    display: inline;
    margin: 0px;
    padding: 0px;
    margin: 0 25%;
}

div#header h1 a img {
    border: 0px solid black;
    vertical-align: center;
    margin-top: 5px;
}

div#blog-description {
    display: none;
}

div#menu {
    width: 100%;
    background-color: #efefef;
    margin-top: -5px;
    padding: 0px;
}

div#menu ul {
    list-style: none;
    margin: 0px;
    padding: 2px 0px;    
    margin: 0 25%;
}

div#menu ul li {
    display: inline;
    padding: 0px 10px 0px 0px;
}

div#menu ul li a {
    text-decoration: none;
    color: black;
    border-bottom: 0px solid  black;
}

div#menu ul li a:hover {
    border-bottom: 2px dotted #ff5e00;    
}

div#menu ul li#current a:before {
    content: "\00BB \0020";
}

div#menu ul li#current a {
    font-weight: bold;
    border-bottom: 2px solid #ff5e00;
}

div#container {
    margin: 0 25%;
}

div#content {
    margin: 13px 0px 13px 0px;
}

div#content h2 a {
    color: #2e3430;
    font-size: 14pt;
}

div#content a {
    color: #0071b2;
    text-decoration: none;
}

div#content a:hover {      
    border-bottom: 2px dotted #ff5e00;    
    color: #555555; 
}

div#content .entry-meta {
    color: #cccccc;
}
div#content .entry-meta a {
    color: #999999;
}
div#content p {
    line-height: 166%;
}

div.navigation {
    margin: 3px 0px;
}

div#nav-below {
    margin: 6px 0px;
}

div.nav-previous {
display: inline;
}

div.nav-next {
display: inline;
}


body.blog div#nav-above {
    display: none;
}
body.single div#nav-below {
    display: none;
}

div.hentry {
    clear: both;
    margin-bottom: 25px;
}

div#comments {
    clear: both;
}

h2.entry-title {
    margin-bottom: 4px;
}

div.entry-date {
    color: #cccccc;
}

div.sidebar {
    float: none;
    background-color: #444444;
    width: inherit;
    padding: inherit;
    color: #cccccc;
    background-image: url('http://files.minuslab.net/bg.png');
}

div#primary {
}

div#secondary {
    padding-bottom: 10px;
}

ul.xoxo {
    margin: 0 25%;
    padding: 0px;
    list-style: none;
}

ul.xoxo li {
}

ul.xoxo li ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.xoxo li ul li {
    display: inline;
}

ul.xoxo a {
    color: white;
    text-decoration: none;
}

ul.xoxo a:hover {
    border-bottom: 2px dotted #ff5e00;    
    color: #cccccc;
}

li#pages {
    display: none;
}

ul.xoxo li h3 {
    font-size: 10pt;
    margin: 3px 0px;
    padding: 0px;
}

div#footer {
    display: none;
}
