/*
    Blog CSS
*/

#centre_panel.col3 {
   width:505px;
    margin-left:0;
   }
#sidebar_left {
   width:150px;
   margin-left: 10px;
   }

#centre_panel div.blog_post h2 {
    color: #666;
    font-family: georgia, 'times new roman', serif;
    font-size: 14px;
    line-height:2em;
    }
#centre_panel div.post div.blog_content p {
    font-size:13px;
    }

div.blog_content ul,
div.blog_content ol { font-size: 12px; margin-bottom:20px; padding:0;}
div.blog_content ul li,
div.blog_content ol li { margin: 3px 0; line-height:1.3em; }

blockquote {
    padding-left: 20px;
    border-left: 10px solid #ddd;
    margin: 15px 0;
    background: #eee;
}
blockquote p {
    font-family: "Andale Mono", "Courier New", monospace;
    font-size:11px;
    color: #333;
    font-style: normal;
}

span.ditto_previous_link { }
span.ditto_next_link { }
span.ditto_off { color: #555; }

span.ditto_page, span.ditto_currentpage {
    margin: 0 5px;
    }
span.ditto_page {
    font-weight:bold;
    }
span.ditto_currentpage { font-weight:normal; }


