/*
Theme Name:     Twenty Ten Custom
Description:    Child theme for Twenty Ten and blog.ssokolow.com
Author:         Stephan Sokolow
Author URI:     http: //www.ssokolow.com/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

.entry-content li {
    margin-bottom: 0.5ex;
}

/* Flattr Button */

#content div.entry-content p.wp-flattr-button:first-child {
    margin-bottom: 6px;
}

/* Related Post Styling */

.related-block {
    margin-top: 24px;
    border-top: 1px solid #e7e7e7;
    padding-top: 12px;
}
#content .related-block h3 { margin-bottom: 1.5ex; }
#content .related-block ol { margin-bottom: 0; }

input#s { width: 130px; }

dt { font-size: 90%; }
#content dd {
    margin-left: 2em;
    margin-bottom: 1em;
}
