/*
Theme Name: Inflate
Description: Christmas is everything new.
Version: 0.forever
Author: shadytrees
*/

* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-size: 100%;
    text-decoration: none;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
}

.clear {
    clear: both;
}

ul.block-list li a {
    display: block;
}

cite {
    text-align: right;
    display: block;
}

blockquote {
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid transparent;
    font-family: Georgia;
    color: #363229;
}

html {
    height: 100%;
    border-bottom: 1px solid transparent;
}

body {
    margin: 5%;
    margin-top: 1em;
    padding: 0;
    font-size: small;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    line-height: 1.3;
    background: white;
}

a {
    text-decoration: underline;
}

a {
    text-decoration: underline;
    color: #578C47;
}

a:hover {
    text-decoration: none;
}

ul {
    margin-left: 2em;
}

pre, code {
    font-family: Consolas, Monaco, "Lucida Console", monospace;
    font-size: normal;
    color: #855845;
}

small {
    font-size: 80%;
}

/* Welcome ********************/
h1, h1 a {
    font-weight: bold;
}

#sidebar {
    float: left;

    /* So the border doesn't touch the sidebar like it's all "I want
    to be just friends, but I want something more," you know? */
    width: 26%;
    padding-right: 1%;
    border-right: 1px solid #606748;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 2em;
}

#welcome {
    border-bottom: 1px solid #606748;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

#sidebar h3 {
    font-weight: bold;
}

/* Content ********************/
#content {
    margin-left: 30%;
}

#content p, #content pre, #content blockquote {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#content h2, #content h2 a, #content h3, #content h3 a {
    font-weight: bold;
}

#content strong {
    font-weight: bold;
}

#content .jump {
    border: 1px solid #B4B37B;
    padding: 5px;
}

#content .jump a {
    text-decoration: none;
}

#content .jump a:hover {
    text-decoration: underline;
}

.meat h2 {
    display: inline;
}

.post {
    margin-bottom: 6em;
}

.meta, .meta a {
    font-size: 90%;
    font-family: Georgia;
    color: #A1A0A3;
    margin-top: 2em;
    text-align: right;
}

div.hr {
    text-align: center;
}

div.hr:before {
    content: "{ }";
    color: #A1A0A3;
}

p.aside {
    background: #FFFCC1;
    padding: 10px;
    border: 1px solid #CFCC91;
}

/* Comments ********************/
.comment {
    margin-bottom: 2em;
}

.comment cite {
    font-family: Georgia;
    font-size: 90%;
    color: #A1A0A3;
}

.comment h3 {
    font-style: italic;
}

#respond {
    margin-top: 3em;
}

#respond input, #respond textarea, #searchform input {
    width: 50%;
    background: #ECEBF0;
    padding: 5px;
    margin-right: 5%;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#respond .submit {
    width: 44%;
    border: 1px solid #ddd;
}

#respond input:focus, #respond textarea:focus, #searchform input:focus {
    background: white;
}

#respond textarea {
    width: 100%;
}

/* Misc ********************/
#searchform input {
    width: 100%;
    margin: 0;
}

/* Footer ********************/
#footer div {
    font-size: .5em;
    margin-bottom: 1em;
}

#footer {
    text-align: center;
    font-size: .9em;
    color: #B4B37B;
    opacity: 0.7;
}

