/*
Theme Name: CoBE Report Theme
Theme URI: http://www.uww.edu/cobe
Description: Child theme of Twenty Ten WordPress theme for The CoBE Report.
Author: UW-Whitewater iCIT Web Team
Author URI: http://www.uww.edu/webteam
Template: twentyten
Version: 2.0
*/

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

.entry-content p, .entry-content ol, .entry-content ul {
    margin-bottom: 1em;
}

.entry-content ol li {
    list-style: decimal outside!important;
}

.entry-content ul li {
    list-style: disc outside!important;
}

.entry-content li {
    float: none!important;
    margin-left: 2em!important;
}

.entry-content img.alignleft { clear: left!important; }

.entry-content img.alignright { clear: right!important; }

.entry-content img.aligncenter { clear: both!important; }

#content span {
    display: inline-block;
    clear: none;    
}

#comments p {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#comments .comment-author, #comments .comment-meta {
    margin-left: 50px;
}

.commentlist li, #comments #respond {
    display: block!important;
    float: none!important;
    clear: both!important;
    margin-bottom: 1em!important;
}