
.blog div.quote {
    background: url("../img/quote-o.png") 0px 0px no-repeat;
    text-indent:30px; 
    padding:10px;
} 
.blog div.quote cite:first-letter {
    font-weight:normal;
    font-size:1.5em;
}

.blog cite {
    font-style:italic;
    display:block;
    background: url("../img/quote-c.png") bottom right no-repeat;
    padding-bottom:10px;
}

.blog p {
    text-indent: 25px;
    text-align:justify;
}

.module_blue .mini, .blog .mini {
    font-size:0.95em;
}

.blog h1, h2, h3, h4, h5, h6 {
    color:#13328D;
    margin:10px 25px;padding:0px;
    display:block;
    border-bottom:1px solid #FFBD00;
}

.reflect {
    
}

.blog h1 { font-size:1.25em; }
.blog h2 { font-size:1.10em; text-indent:10px; }
.blog h3 { font-size:1.05em; text-indent:20px; }
.blog h4 { font-size:1.0em; text-indent:30px; }
.blog h5 { font-size:1.0em; text-indent:40px; }
.blog h6 { font-size:1.0em; text-indent:50px; }

.blog ul {
    list-style-type: none;    
}

.blog ul.list-indent li {
    background-image: url(../img/arrow-h.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 15px;
    min-height:22px;
    margin-bottom:5px;
}

.blog ul.list-indent {
    margin-left:25px;
}

.blog a.knowmore {
    margin:0px 25px;    
}

.blog a:hover {
    border-bottom:1px solid #FFBD00;
}

.blog .Image-right {
    float:right;
    margin:10px;
}

.blog .Image-left {
    float:left;
    margin:10px;
}

.lettrine {
    font-size:5em; 
    position:relative;top:17px;         
}

