/*  
Theme Name: IBT (Iron Brush Tattoo)
Theme URI:
Description: A custom theme for Iron Brush Tattoo.
Version: 0.2.4
Author: Shawn Schaffert
Author URI: macrovert.com/shawn
*/



/* -------------------------------------------------- */
/* General */
/* -------------------------------------------------- */

body {
    background: #000000 url('img/background.jpg') repeat;
    color: #d0d0d0;
}

h1, h2, h3, h4, h5, h6 {
    color: #e0e0e0;
}

h2, h3, h4, h5, h6 {
    margin-top: 2em;
    margin-bottom: 0.5em;
}

cite {
}

code {
}

.byline, .tags {
    font-size: 0.9em;
}

.tags {
    /* line-height: 0.9em; */
}

blockquote, q {
    color: #c0c0c0;
    border-left: solid 1px #888888;
    padding-left: 1em;
}

blockquote cite {
    /* margin: 5px 0 0; */
    /* display: block; */
}

p img {
    max-width: 100%;
}

p img.alignleft {
    float: left;
    margin: 0.5em 1em 0 0;
    padding: 0;
    display: inline;
}

p img.alignright {
    float: right;
    margin: 0.5em 0 0 1em;
    display: inline;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

hr {
    height: 1px;
}

.quiet {
    color: #c0c0c0;
}

.muted {
    color: #808080;
}

hr.quiet {
    background: #303030;
}

.more-link {
    text-align: center;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #7C81EB;
}

a:hover, a:active {
    color: #FFFFFF;
}

input, input[type="text"], input[type="password"], textarea, select {
    margin: 0;
    color: #d0d0d0;
    background: #190001;
    border: 1px solid #303030;
}

label {
    margin: 0 0.5em;
}


/* -------------------------------------------------- */
/* Header */
/* -------------------------------------------------- */

#header {
    color: #d0d0d0;
}

#header-top {
    background: url(img/header-top.png) 0 0 no-repeat;
    height: 20px;
    min-height: 20px;
    margin-top: 30px;
}

#header-bottom {
    background: url(img/header-bottom.png) 0 0 no-repeat;
    height: 10px;
    min-height: 10px;
}

#header-body {
    background: url(img/header-body.png) 0 0 repeat-y;
}

#header-body h1 {
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 4.5em;
}

/* move the header title text away and replace it with the header title image */
#header-body h1 a {
    display: block;
    height: 83px;
    width: 716px;
    text-indent: -50em;
    z-index: 1000;
    background: url(img/header-title.png) 0 0 no-repeat;
}

.description {
    color: #e0e0e0;
    margin: 0;
    padding: 0 0 0.5em 5em;
    font-size: 1.2em;
    font-style: italic;
}

div#header-feed {
    margin: 0 15px 0 0;
    float: right;
}

#header-feed div.feed * {
    margin: 0;
    padding: 0;
}

#header-feed div.feed a {
    /*color: #950006;*/
    color: #BA252B;
}

#header-feed div.feed a:hover {
    color: #ffffff;
}

#header-feed div.feed img {
    margin-left: 5px;
    float: right;
}



/* -------------------------------------------------- */
/* Footer */
/* -------------------------------------------------- */

#footer {
    color: #ffffff;
}

#footer-top {
    background: url(img/footer-top.png) 0 0 no-repeat;
    height: 10px;
    min-height: 10px;
}

#footer-bottom {
    background: url(img/footer-bottom.png) 0 0 no-repeat;
    height: 30px;
    min-height: 30px;
    padding-bottom: 30px;
}

#footer-body {
    background: url(img/footer-body.png) 0 0 repeat-y;
    padding-top: 1em;
    color: #c0c0c0;
}

#footer-body div.inner {
    margin: 0 4em;
    text-align: center;
}

#footer-body p {
    margin: 0 0 0.4em 0;
}



/* -------------------------------------------------- */
/* Main */
/* -------------------------------------------------- */

#main {
    background: url(img/main-body.png) 0 0 repeat-y;
    padding-top: 30px;
}



/* -------------------------------------------------- */
/* post */
/* -------------------------------------------------- */

div.post-wrapper {
    padding-bottom: 30px;
}

div.post-wrapper-top {
    background: url(img/post-wrapper-top.png) 0 0 no-repeat;
    height: 20px;
    min-height: 20px;
}

div.post-wrapper-bottom {
    background: url(img/post-wrapper-bottom.png) 0 0 no-repeat;
    height: 20px;
    min-height: 20px;
}

div.post-wrapper-body {
    background: url(img/post-wrapper-body.png) 0 0 repeat-y;
}

div.post-wrapper-body div.inner {
    margin: 0 1em;
}

div.post-wrapper h2 {
    margin: 0;
}

div.post-top {
    margin-bottom: 1em;
}

div.byline {
    margin-left: 2em;
    font-style: italic;
}

div.comment-link {
    text-align: right;
    color: #808080;
}



/* -------------------------------------------------- */
/* sidebar */
/* -------------------------------------------------- */

#sidebar, #sidebar h2 {
    color: #a0a0a0;
}

div#wbar {
    font-size: 0.95em;
}

div#nav, div#wbar {
    padding-bottom: 30px;
}

div.sbar-top {
    background: url(img/sidebar-top.png) 0 0 no-repeat;
    height: 20px;
    min-height: 20px;
}

div.sbar-bottom {
    background: url(img/sidebar-bottom.png) 0 0 no-repeat;
    height: 20px;
    min-height: 20px;
}

div.sbar-body {
    background: url(img/sidebar-body.png) 0 0 repeat-y;
}

.sbar-body div.inner {
    margin: 0 1em;
}

.sbar-body h2 {
    font-size: 1.5em;
    margin: 0 0 0.3em 0;
}

ul.widgets {
    margin: 0;
    padding: 0;
}

li.widget {
    list-style: none;
}

ul.widgets li ul {
    margin: 0 0 0 1em;
    margin-top: 0.5em;
}

ul.widgets li ul li {
    list-style: none;
    margin-bottom: 0.5em;
}



/* -------------------------------------------------- */
/* Search */
/* -------------------------------------------------- */

#sidebar #search {
    background: url(img/search-box.png) 0 0 no-repeat;
    height: 22px;
    width: 190px;
    padding-bottom: 30px;
}

#sidebar #search input {
    padding: 0;
    margin: 2px 0 0 0;
    color: #808080;
    border: none;
}

#sidebar #search input#search-box {
    margin-left: 10px;
    width: 145px;
}

#sidebar #search input#search-submit {
    color: #7C81EB;
    margin-left: 2px;
    width: 20px;
    cursor: pointer;
}

.four-o-four input {
    margin: 0;
}



/* -------------------------------------------------- */
/* comments */
/* -------------------------------------------------- */

.comments .feed {
    font-size: 0.5em;
    font-style: italic;
}

ol.comment-list, ol.comment-list * {
    list-style: none;
    margin: 0;
}

ol.comment-list li {
    margin-bottom: 2em;
}

ol.comment-list ul {
    margin: 2em 0 0 1em;
}

ol.comment-list div.comment-main {
    padding: 1em 1em;
    border: 1px dotted #704512;
}

ol.comment-list div.odd {
    background: #301c1c;
}

ol.comment-list div.even {
    background: #251111;
}

ol.comment-list img.avatar {
    float: left;
    margin: 0 10px 5px 0;
}

ol.comment-list div.vcard {
    float: left;
}

ol.comment-list div.vcard cite {
    font-style: normal;
    font-weight: bold;
    font-size: 1.2em;
}

ol.comment-list div.comment-meta {
    float: right;
}

ol.comment-list p {
    margin: 25px 0 0 5px;
}

ol.comment-list p.pending {
    margin-top: 1em;
    color: #909090;
    font-style: italic;
}

ol.comment-list div.reply {
    float: right;
}

span.trackback {
    font-size: 0.65em;
    font-style: italic;
}

div.comments-status {
    text-align: center;
    font-style: italic;
}



/* ---------------------------------------- */
/* pagination */
/* ---------------------------------------- */

div.pagination {
    text-align: center;
    padding: 0.5em 1em;
}

div.pagination span {
    padding: 0.5em 1em;
    border: 1px solid #a87e4a;
    background: #000000;
}

.blog-pagination div.pagination {
    margin: 10px 0 35px 0;
}

.post-pagination div.pagination {
    margin: 50px 0 5px 0;
}

.comment-pagination div.pagination {
    margin: 40px 0 15px 0;
}
