/*  
Theme Name: Second Spring
Theme URI: http://wordpress.org/
Description: Second Spring Styles.
Version: 1.0
Author: James Wheare
Author URI: http://sparemint.com/
*/

body {
    font:normal 1em "Arial", sans-serif;
}

h1 {
    font-size:1.3em;
}

div#posts {
    border-bottom:1px solid #000;
}

div.post {
    border:1px solid #000;
    border-bottom:0;
}
div.post h2 {
    float:left;
    width:100%;
    margin:0;
    padding:0;
    font-size:1em;
    background:#eaead9;
    border-bottom:1px solid #000;
}
div.post h2 span {
    display:block;
    padding:1.5em 1%;
    float:left;
    width:48%;
}
div.post h2 span.date {
    text-align:right;
    color:#c00;
}
div.post h2 a {
    color:#000080;
    text-decoration:none;
}

div.entry {
    overflow: hidden;
    clear:both;
    padding:0.5em 4em;
    font-size:0.9em;
}

p#archives {
    margin:0;
    padding:1em;
    border:1px solid #000;
    border-width:0 1px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}