/*
Theme Name: Lab
Theme URI: http://frankenlab.frankenstory.com
Description: The Lab!
Version: 0.1
Author: Mike Stenhouse
Author URI: http://frankenstory.com
Tags: frankenstory, lab
*/
@import url(http://frankenstory.com/css/reset.css);

html {
}
body {
    padding: 0;
    
    font-family: Baskerville, “Times New Roman”, Times, serif;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    
    color: black;
    background: url(/wp-content/themes/lab/images/bg.jpg) 50% 0 repeat #e8e8e8;
}
a,
a:link,
a:visited {
    font-weight: bold;
    text-decoration: underline;
    
    color: black;
}
a:hover {
    text-decoration: none;
}
a:focus,
a:active {
    color: #f2024a;
}
h2 {
    margin: 0 0 18px 0;
    
    font-weight: normal;
    text-transform: uppercase;
}
blockquote {
    padding: 0 40px;
}
hr {
    display: none;
}

form p {
    margin: 0 0 18px 0;
}
form label {
    display: block;
    
    margin: 0 0 4px 0;
    
    font-weight: bold;
}
form input.text {
    width: 70%;
    
    padding: 0.25em 5px;
    
    font-size: 14px;
}
form textarea {
    width: 90%;
    height: 100px;
    
    padding: 0.25em 5px;
    
    font-size: 14px;
}
form input.button {
    padding: 0.25em 2em;
    
    font-size: 14px;
    font-weight: bold;
}

div#page {
    position: relative;
    width: 981px;
    
    margin: 0 auto;
    
    text-align: left;
}
/* div#HEADER */
    div#header {
        background: url(/wp-content/themes/lab/images/chains.png) 0 0 repeat transparent;
    }
    div#header h1 a {
        display: block;
        width: 981px;
        height: 204px;
    
        text-indent: -9999em;
    
        background: url(/wp-content/themes/lab/images/frankenlab.png) 0 0 repeat transparent;
    }
    div#header p {
        display: none;
    }
/* end div#HEADER */

/* div#NAV */
    div#nav {
        z-index: 100;
        position: absolute;
        right: 37px;
        top: -38px;
        
        width: 192px;
        height: 191px;
        
        margin: 0;

        text-align: left;
    }
    div#nav a {
        display: block;
        width: 100%;
        height: 100%;

        text-indent: -999em;

        background: url(/wp-content/themes/lab/images/goto-story.png) 0 0 no-repeat transparent;
    }
    div#nav a:hover {
        background-position: 0 100%;
    }
    
/* end div#NAV */

/* div#CONTENT */
    div#content {
        zoom: 1; overflow: hidden;
        margin: 0 80px 0 80px;
        padding: 9px 20px;
    
        background: url(/wp-content/themes/lab/images/graph-paper.jpg) 0 0 repeat #e7e7e7;
    }
    /* div#MAIN */
        div#main {
            float: left;
            width: 530px;
            display: inline;
            
            padding: 36px 20px;
            
            background: white;
        }
    /* end div#MAIN */
    
    /* div#SUB */
        div#sub {
            float: right;
            width: 195px;
            display: inline;
    
            padding: 0 0 36px 0;
        }
        div#sub h2 {
            margin: 0;
            padding: 15px 5px 9px 5px;
    
            font-size: 14px;
            font-weight: normal;
            text-transform: uppercase;
    
            background: url(/wp-content/themes/lab/images/line-bg.gif) 0 0 repeat white;
        }
        div#sub li {
            margin: 0 0 36px 0;
        }
        div#sub li li {
            margin: 0 5px 9px 5px;
        }
        div#sub li li a {
            font-size: 12px;
            font-weight: normal;
            text-transform: uppercase;
            
            background: white;
        }
        div#sub li.host a {
            z-index: 10;
            position: relative;
            display: block;
            width: 195px;
            height: 354px;
            
            margin: -18px 0 18px 0;
            
            text-indent: -9999em;
            
            background: url(/wp-content/themes/lab/images/victor.gif) 50% 0 no-repeat transparent;
        }
        div#sub li.what-is a {
            z-index: 10;
            position: relative;
            display: block;
            width: 195px;
            height: 225px;
            
            margin: -18px 0 0 0;
            
            text-indent: -9999em;
            
            background: url(/wp-content/themes/lab/images/what-is.jpg) 50% 0 no-repeat transparent;
        }
    /* end div#SUB */
/* end div#CONTENT */

div#respond {
    
}

/* div#FOOTER */
    div#footer {
        margin: 18px 0;
        
        text-align: center;
    }
/* end div#FOOTER */

/* div.post */
    div.post {
        margin: 0 0 52px 0;
    }
    div.post h2,
    div.post h3 {
        margin: 0 0 9px 0;
    
        font-size: 18px;
        font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: none;
    }
    div.post h2 a,
    div.post h3 a {
        text-decoration: none;
    }
    div.post h2 a:hover,
    div.post h3 a:hover {
        text-decoration: underline;
    }
    div.post p {
        margin: 0 0 18px 0;
    }
    div.post p.when {
        margin: 0 0 9px 0;
        font-style: italic;
    }
    div.post p.meta {
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
    }
    div.post p.share {
        font-size: 12px;
        text-align: center;
    }
    div.post p.meta.alt {
        text-transform: none;
    }
/* end div.post */

/* div.navigation */
    div.navigation {
        zoom: 1; overflow: hidden;
    
        margin: 0 0 18px 0;
    
        font-size: 12px;
        text-transform: uppercase;
    }
    div.navigation div.prev {
        float: left;
        width: 45%;
    }
    div.navigation div.next {
        float: right;
        width: 45%;
    
        text-align: right;
    }
/* end div.navigation */

/* ol.commentlist */
    ol.commentlist li {
        margin: 0 0 18px 0;
    }
    ol.commentlist div.comment-author {
        margin: 0 10px;
    }
    ol.commentlist div.comment-author cite {
        font-style: normal;
    }
    ol.commentlist div.comment-author img {
        float: left;
        width: auto;
        margin: 0 10px 0 0;
    }
    ol.commentlist div.comment-meta {
        margin: 0 10px 0.5em 10px;
    }
    ol.commentlist p {
        clear: both;
    }
    ol.commentlist div.reply {
        margin: 0 10px 0 10px;
    
        font-size: 0.916em; /* 11/12 */
        text-align: right;
    }
/* end ol.commentlist */

/* C'mon IE6, you can do it */
    * html div#header h1 a {
        background-image: url(/wp-content/themes/lab/images/frankenlab-ie.gif);
    }
/* end IE6. Please */