/* RIGHT GUTTER FOR IMAGES */
.content img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.post .meta {
    clear: both;
}

/* SIDEBAR and WIDGETS */
#sidebar1 ul ul, #sidebar2 ul ul {
    list-style-image:none;
    list-style-position:outside;
    margin-bottom:0.0em;
    padding-bottom:0.0em;
}

.widget_links, .widget_archive {
    margin-top: 3.0em;
    margin-bottom: 0.0em;
}

h2.widgettitle {
    font-size: 140%;
    font-family: 	'Lucida Sans', 'Lucida Grande', sans-serif;
    line-height: 1em;
    margin-bottom: 0.50em;
    margin-top: 0.0em;
} 

.blogroll li, #archives li { 
    font-size: 125%; 
    line-height: 1.75em;
    list-style-type: disc;
}

.blogroll li a, #archives li a { 
    text-decoration: none;
}

#inkblot-bookmark {
    margin-top: 1.5em;
}

/* COMICS */

.category-comics .date {
    display: none;
}

.post .foot
{
    font-size: 100%;
    margin-bottom: 2.6em;
    text-align: left;
}

#comic {
    background-color: #000000;
    padding-top: 5px;
}

/* Force comic images to be smaller even if they are scanned big */
#comic img {
    width: 320px;
    margin-bottom: 5px;
}