/*
Theme Name: STM.com
Theme URI: http://suctiontesticleman.com/
Description: Hai.
Version: 1
Author: STM
Author URI: http://tjbp.net/
*/

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/*
-----------------------------------------------------------*/

body {
    margin: 16px;
    background-color: #212121;
    background-image: url(images/bg.png);
    background-attachment: fixed;
    background-repeat: repeat-x;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #000000;
}

a {
    text-decoration: underline;
    color: #333;
}

a:hover {
    color: #000;
}

img {
    border: 0px;
}

h2 {
    font-size: 12px;
    color: white;
    padding: 0;
    margin: 6px 0 0 0;
}

.navbar {
    min-height: 510px;
    top: 16px;
    bottom: 16px;
    width: 160px;
    background-color: #fff;
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    border: 2px #000 solid;
    vertical-align: middle;
    position: fixed;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    float: left;
}

.navbartop {
    width: 136px;
    float: left;
    position: fixed;
    margin: 8px;
    background-image: url(images/ava.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 34px;
}

    a.admin {
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 0;
        left: 0;
    }

.footerfloat {
    float: right;
    top: -20px;
    text-align: right;
    width: 50%;
}

.footer {
    vertical-align: bottom;
    text-align: left;
    padding: 10px 20px;
    font-size: 10px;
    height: 20px;
}

.navbartopalert {
    width: 132px;
    background-color: #eebcbc;
    border: 2px #e06060 solid;
    padding: 4px;
    float: left;
    position: fixed;
    margin: 8px;
    font-size: 10px;
}

.navbar ul {
    width: 160px;
    display: block;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    position: absolute;
    bottom: 42%;
    margin-left: 0px;
    padding-left: 0px;
    float: left;
}

.navbar li {
    margin: 1px 0;
}

.navbar li a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    margin: 0px;
    margin-left: 62px;
    margin-right: 6px;
    padding-left: 10px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.navbar li a:hover,
.navbar li a:active,
.current-cat a,
.current_page_item a {
    background-color: #000;
    background-image: url(images/titlebg.gif);
    background-repeat: repeat-x;
    color: #fff;
}

.sidebar {
    width: 110px;
    background-color: none;
    word-wrap: break-word;
    position: absolute;
    right: 0;
}

    .sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .sidebar ul li {
            margin: 0;
        }
        
            .sidebar ul li a {
                color: white;
                font-size: 10px;
                padding: 1px 0;
                display: block;
            }
            
            .sidebar ul li a:hover {
                text-decoration: none;
            }

                .sidebar ul li a img {
                    margin-bottom: 4px;
                    margin: 0;
                }

.main {
    background-color: #fff;
    border: 2px #000 solid;
    text-align: left;
    padding-top: 10px;
    margin-left: 180px;
    margin-right: 110px;
    margin-bottom: 8px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.main img {
    border: 1px solid #000;
}

.post-header,
h1 {
    background-color: #000;
    background-image: url(images/titlebg.gif);
    background-repeat: repeat-x;
    font-size: 11px;
    color: #fff;
    padding: 4px 10px;
    margin: 4px 10px 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .post-header a {
        font-weight: bold;
        color: white;
    }
    
    .post-header a:hover {
        text-decoration: none;
    }
    
    .post-header .author {
        float: right;
    }

.entry {
    padding: 0 20px;
}

.entry img {
    border: 1px solid #444;
    margin: 1px;
}

.post-footer {
    padding: 4px 20px 16px;
}

.clear:after, li.comment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div.skip-content { display: none; }

/*Comments
------------------------------------------------------------ */
/*Top
---------------------------------------*/
.comment-number {
    display: block;
    padding: 30px 0 5px 0;
    font-weight: bold;
}
.comment-number span {
    font-size: 1.3em;
    color: #423c37;
}
.none { border-bottom: 1px solid #efeae4; }
a#leavecomment {
    font-size: 1.6em;
    padding-left: 2px;
}
/*Body
---------------------------------------*/
li.comment {
    padding-top: 20px;
    border-top: 1px solid #efeae4;
}
li.comment.depth-2 { margin-bottom: 10px; }
#comments ul.children {
    margin: 10px 0 0 131px;
    clear: both;
}
div.c-grav {
    float: left;
    width: 40px;
    margin: 0;
    text-align: right;
}
div.c-grav img {
    padding: 4px;
    border: 1px solid #e6e1db;
    border-right-color: #d6d1cc;
    border-bottom-color: #d6d1cc;
    background: #fff;
}
div.c-body {
    margin-left: 131px;
    width: 497px;
    font-size: 1.3em;
}
ul.children div.c-body {
    margin-left: 70px;
    width: 427px;
}
div.c-body p { margin-bottom: 10px; }
div.c-head {
    margin: 0 0 10px 0;
    font-weight: bold;
}
.c-permalink a:link, .c-permalink a:visited {
    color: #55504b;
    font-size: .7em;
}
div.reply { padding-bottom: 10px; }
div.reply a:link,
div.reply a:visited,
#search_form input#searchsubmit {
    background-color: #000;
    background-image: url(images/titlebg.gif);
    background-repeat: repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 10px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

/*Form
---------------------------------------*/
form#commentform { margin: 0 0 20px 131px; }
h4#postcomment {
    margin: 20px 0;
    padding: 5px 0 0 0;
    color: #414141;
    border-top: 1px solid #ededed;
}
form#commentform label.comment-field {
    display: block;
    margin: 15px 0 3px 0;
    color: #757575;
}
input.text-input, form#commentform textarea {
    padding: 7px;
    font-family: inherit;
    border: 1px solid #e6e6e6;
    width: 477px;
}
input#author, input#email, input#url { width: 300px; }
form#commentform input#submit {
    padding: 5px;
    width: 150px;
    cursor: pointer;
}
form#commentform p.guidelines {
    margin: 10px 0;
    color: #555;
}
p.subscribe-to-comments, p.comments-rss { margin: 0 0 10px 0; }
p.comments-rss a {
    padding: 0 0 0 19px;
    background: url(images/feed-icon.png) no-repeat 0 .1em;
}
fieldset { border: none; }

/*Search
---------------------------------------*/
#search_form input.search {
    font-size: 11px;
    padding: 2px 1px;
    width: 180px;
    border: 1px solid #aaa;
    background: #ddd;
    color: #333;
}
#search_form input.search:focus { background: #fff; }
#search_form input#searchsubmit {
    margin: 0 0 0 5px;
    font-size: 11px;
    border: 0;
    cursor: pointer;
}
