/*
Theme Name: Client Chat Live
Theme URI: http://clientchatlive.com
Description: Custom WordPress theme for Client Chat Live, developed by <a href="http://lynderoberts.com">Lynde G. Roberts</a>
Version: 1.0
Author: Lynde G. Roberts
Author URI: http://lynderoberts.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

blockquote{
border-left:solid;
border-left-color:#CC9900;
padding:15px 0 0 20px;
border-bottom:double;
border-bottom-color:#CC9900;
margin-bottom:10px;
}
div.post ol {
    color: #1C5F96;
    font-family: Georgia,Times,serif;
    font-size: 18px !important;
    font-style: italic;
    list-style-type: decimal;
    padding-left: 30px;
}
