/***** post-content *******/
.post-content h1{
    font-weight:bold;
    font-size:32px;
    margin:0px 0px 15px 0px;
}
.post-content h2{
    font-weight:300;
    font-size:30px;
    margin:0px 0px 12px 0px;
}

.post-content h3{
    font-weight:bold;
    font-size:20px;
    margin:0px 0px 10px 0px;
}
.post-content h4{
    font-weight:bold;
    font-size:18px;
    margin:0px 0px 8px 0px;
}
.post-content h5{
    font-weight:bold;
    font-size:16px;
    margin:0px 0px 8px 0px;
}
.post-content h6{
    font-weight:bold;
    font-size:14px;
    margin:0px 0px 8px 0px;
}
.post-content em{
    font-style:italic;
}
.post-content strong{
    font-weight:bold;   
}
.post-content p{
    margin:0px 0px 15px 0px;
}
.post-content ul {    
    margin: 10px 0 15px;
}
.post-content ul li{
    list-style: disc outside none;    
}
.post-content ol{    
    margin: 10px 0 15px;
}
.post-content ol li{
    list-style: decimal outside none;   
}


