/*
Theme Name: infogrid
Description: For the InfoGrid blog only
*/

/* main layout */

div.outer {
    background: white;
    margin: 0 auto;
    width: 950px;
}
div.header {
}
div.sidebar {
    width: 240px;
    float: left;
    clear: right;
}
div.mainbar {
    width: 670px;
    float: right;
    clear: right;
}
div.footer {
    clear: both;
}

/* general style preferences */

* {
    font-family: arial, verdana, helvetica, sans-serif;
}
body {
    margin: 0;
    padding: 0;
}
pre, code {
    font-family: monospace, Courier;
    font-size: 75%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    font-variant: small-caps;
    font-size: 1.5em;
}
h2 {
    font-size: 1.7em;
}
h3 {
    font-size: 1.3em;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
    border-bottom: 1px dotted rgb(187,187,187);
}
img {
    border: 0;
}
pre {
    padding: 10px 0 10px 20px;
}
blockquote {
    margin: 10px 0 10px 40px;
}
blockquote:before {
    color: #b0b0b0;
    font-size: 500%;
    width: 50px;
    content: open-quote;
    display: block;
    height: 0;
    margin-left: -0.4em;
    XXquotes: "“" "“";
}
input {
    font-size: inherit;
}
table {
    border-collapse: collapse;
}
td, th {
    padding: 4px;
    border: 1px solid #c0c0c0;
}
cite {
    font-style: normal;
    font-weight: bold;
}

/* general color preferences */

body {
    background: white;
}
a, a:link, a:visited {
    color: inherit;
}
pre {
    background: #f8f8f8;
}

/* specific elements */

div.logo a {
    border-bottom: 0;
}
div.search {
    float: right;
    font-size: small;
    padding: 10px;
}
div.search span.search {
    margin-right: 8px;
    color: #808080;
}
div.sidebar {
    color: #808080;
    font-size: small;
    padding: 10px;
}
div.sidebar a {
    color: #808080;
    border: 0;
}
div.sidebar > div.logo,
div.sidebar > div.description,
div.sidebar > div.followme {
    margin: 20px auto 0 auto;
    text-align: center;
}
div.sidebar > div.description {
    padding: 0 10px;
}
div.categories {
    margin: 20px 0 0 0;
}
div.mainbar {
    margin: 0px 0 10px 0px;
    padding: 10px;
}
div.mainbar h2 {
    margin-bottom: 5px;
    padding: 5px 0;
    background: #f8f8f8;
    border-top: 1px solid #e0e0e0;
}
div.mainbar a,
div.mainbar a:link,
div.mainbar a:visited {
    color: rgb(187,0,0);
}
div.post {
    margin-bottom: 30px;
}
div.mainbar h1 a, div.mainbar h2 a, div.mainbar h3 a, div.mainbar h4 a, div.mainbar h5 a,
div.mainbar h1 a:link, div.mainbar h2 a:link, div.mainbar h3 a:link, div.mainbar h4 a:link, div.mainbar h5 a:link,
div.mainbar h1 a:visited, div.mainbar h2 a:visited, div.mainbar h3 a:visited, div.mainbar h4 a:visited, div.mainbar h5 a:visited,
div.post div.post-meta-above a,
div.post div.post-meta-below a,
div.comments div.comment-meta-above a,
div.comments div.comment-meta-below a
{
    color: black;
    border: 0;
}
div.mainbar li {
    margin-top: 7px;
    margin-bottom: 7px;
}

div.post div.post-meta-above,
div.post div.post-meta-below,
div.comments div.comment-meta-above,
div.comments div.comment-meta-below {
    font-size: small;
    color: #808080;
}

div.footer {
    border-top: 1px dotted #999;
    font-size: small;
    color: #808080;
    text-align: center;
    padding-top: 10px;
    margin-top: 20px;
}
div.footer > p {
    margin: 0;
    padding: 0;
}
span.cdot {
    padding: 0 10px;
}
div.navigation {
    margin-top: 25px;
}
div.comments {
    margin-top: 35px;
}
h3#respond {
    margin-top: 35px;
}
div.favor {
    float: left;
}
div.favor > * {
    display: block;
    margin: 1em 20px 1em 20px;
}

