/*
Theme Name: MollieStyle
Theme URI: http://www.mollielittle.com
Description: Mollie Little's Illustrated List
Author: TheTrevinator
Author URI: 
version: 1.0
*/



*{margin:0; padding:0;}

body {
    background-color: #fff;
    }

#container {
    background: rgba(60, 60, 0, 0.1); 
    width: 820px; 
    min-height: 620px; 
    margin: 0 auto 20px auto; 
    padding: 12px;
    overflow: hidden;
    }

#header {
    background: rgba(255, 255, 255, 0.6); 
    width: 100%: 
    margin: 0 auto; 
    text-align: center;
    }

#footer {
    width: 100%;
    text-align: center;
    padding-top: 28px;
}

#columns {
    width: 100%; 
    margin: 12px auto; 
    padding: 0; 
    text-align: center;
    }

#content {
    background: rgba(255, 255, 255, 0.6); 
    display: inline; 
    float: left; 
    width: 640px;
    padding: 36px 10px 48px 10px;
    overflow: hidden;
    }

#sidebar {
    background: rgba(255, 255, 255, 0.6); 
    display: inline; 
    float: right; 
    width: 128px;
    padding: 48px 10px 24px 10px;
    }

#sidebar img { padding: 14px 0 14px 0; }

#sidebar h3 { padding-bottom: 6px; }

img { border: none; }

ul {
    list-style: none;
    font-family: helvetica, verdana, san-serif;
    text-decoration: none;
    text-transform: lowercase;
    }

ol { list-style: none; }

h1,h2,h3 {
    color: #555;
    font-family: verdana, helvetica, san-serif;
    text-decoration: none;
    }

h2,h3 {font-weight: normal; font-size: 14px;}

a {
    color: #d22;
    font-family: verdana, helvetica, san-serif;
    text-decoration: none;
    }

small {
    color: #555;
    font-size: 9px;
    font-family: helvetica, verdana, san-serif;
    text-decoration: none;
    }

p { font-size: 12px; 
    color: #940f04;
    font-family: helvetica, verdana, san-serif;
    text-decoration: none;
}


ul a,h3 { color: #d22; }
ul a { font-size: 11px; }

blockquote { padding: 0 60px; text-align: left;}
cite {font-style: normal; font-size: 14px; color: #d22; font-family: verdana, helvetica, san-serif;}

.post { margin-bottom: 24px; text-align: left; }
.entry { padding: 12px 10px 12px 10px; text-align: center; }
.entry img { padding-bottom: 14px; }

.postmetadata { font-size: 10px; text-align: center; }
.archivetitle { color: #d22; font-size: 18px; font-weight: bold; margin-bottom: 12px;}
.archiveposts { text-align: center; }

.alignleft { float: left;}
.alignright { float: right;}
.navigation {margin-top: 12px; font-size: 14px;}

#commentform {text-align: left;}
#commentbox {width: 640px;}
#commentssection {margin-bottom: 24px; text-align: left;}
#commentssection h3 {margin-bottom: 6px;}
.commentlist {padding-left: 24px;}

input { border: #ddd solid 1px; background-color: #fff; }
textarea { border: #ddd solid 1px; background-color: #fff; }