/*
Theme Name: Neo Boxy
Theme URI: http://www.kuliniewicz.org/blog/
Description: A theme full of gray boxes containing content.  Also, some fake drop shadows.
Version: 4.1.1
Author: Paul Kuliniewicz
Author URI: http://www.kuliniewicz.org/blog/
*/


/*********************************************************************
 *
 * General Layout
 *
 *********************************************************************/

body {
    background: #ddd;
    color: black;
    font-family: sans-serif;

    margin: 0;
    padding: 0;
}

.left {
    float: left;
    text-align: center;
    margin-left: .5em;
    margin-bottom: .5em;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .25em;
    padding-bottom: .25em;
    background-color: #ddd;
}

.right {
    float: right;
    text-align: center;
    margin-left: .5em;
    margin-bottom: .5em;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .25em;
    padding-bottom: .25em;
    background-color: #ddd;
}

h1, h2, h3, h4, h5, h6 {
    font-family: serif;
    margin-top: 5px;
    margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: black;
    text-decoration: none;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: black;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: red;
}

textarea {
    width: 650px;
}

blockquote, blockquote p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    margin-left: 20px;
    margin-right: 20px;
    background: #ddd;
}

blockquote i, blockquote em, blockquote cite, blockquote p i, blockquote p em, blockquote p cite{
    font-style: italic;
}

abbr {
    cursor: help;
}

a img {
    border: none;
}

a {
    color: blue;
}

a:visited {
    color: purple;
}

a:hover {
    color: red;
}

table {
    border-width: 1px;
    border-style: outset;
}

th, td {
    border-width: 1px;
    border-style: inset;
}

caption {
    font-weight: bold;
}


/*********************************************************************
 *
 * Header
 *
 *********************************************************************/

#header {
    width: 1075px;

    margin: 10px;
    padding: 10px;

    background: white;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
}

#header a {
    color: black;
    text-decoration: none;
}

#header a:hover {
    color: red;
}

.description {
    font-style: italic;
}


/*********************************************************************
 *
 * Content
 *
 *********************************************************************/

#content {
    float: left;
    width: 850px;

    margin: 0px;
    padding: 0px;
}

.post {
    background: white;

    margin: 30px;
    padding: 10px;

    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
}

.post h2 {
    font-size: 1.5em;
}

.postmeta {
    font-size: .75em;
    font-style: italic;
    margin-bottom: 25px;
}

.navigation {
    background: white;

    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;

    padding: 10px;

    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
}


/*********************************************************************
 *
 * Comments
 *
 *********************************************************************/

.commentlist {
    margin: 30px;
    padding: 10px;

    background: white;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
}

.commentlist ol li {
    list-style-type: none;
}

.commentmeta {
    margin-left: -20px;
    font-size: .75em;
    font-style: italic;
}

.commentmeta cite {
    font-weight: bold;
    font-size: 1.25em;
}

.commentrss {
    font-size: .75em;
}

.commentform {
    margin: 30px;
    padding: 10px;

    background: white;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
}

.commentform ul li {
    list-style-type: none;
    padding-left: 20px;
}

.commentform label {
    font-weight: bold;
}

.allowed {
    font-size: .75em;
}


/*********************************************************************
 *
 * Sidebar
 *
 *********************************************************************/

#sidebar {
    float: left;
    width: 200px;

    margin-top: 30px;
    margin-left: 10px;

    padding-left: 10px;
    padding-right: 10px;

    background: white;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;

    font-size: .75em;
}

#sidebar .archives {
    font-style: italic;
}

#sidebar a {
    text-decoration: none;
}

#sidebar a img {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*
#sidebar ul {
    margin: 10px;
    padding: 0px;
}
*/

/* XXX: All of these had been "#sidebar ul ..." */

#sidebar li {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar li ul {
    padding-left: 10px;
}

#sidebar li ul li {
    list-style-type: none;

    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;

    /* font-size: .75em; */
}

#sidebar li ul li ul {
    margin-top: 0;
    margin-bottom: 0;
}   

#sidebar li ul li ul li {
    list-style-type: none;
    /* font-size: 1em; */
}

#sidebar th, #sidebar td {
    border-style: none;
}

#calendar_wrap table {
    text-align: center;
}

#content-license {
    font-size: .75em;
}
