
.post {
    font: 12px/1.5 Lucida Grande, Helvetica, Arial, sans-serif;
    color: #41464D;
}

.post a {
    text-decoration:none;
}

.post a:link, .post a:visited {
    color: #528CE0;
}

.post a:hover, .post a:active {
    color: #41464D !important;
}

.post h1, .post h2,
.post h3, .post h4,
.post h5, .post h6 {
    cursor: default;
    margin: 5px 0;
    padding: 3px 5px 1px;
    background: #ddd;
}

.post p {
    color: #575d67;
}

.post p, .post code, .post li {
    font-size: 12px;
}

.post h1 {
    font-size: 20px;
    margin: 25px 0 10px;
    background: #78ba91;
    color: #FFFFFF;
}

.post h1.first {
    margin: 0 0 10px;
}

.post h2, .post h3 {
    margin: 10px 0;
}

.post h3 {
    font-size: 14px;
    background: #f5ecdf;
    color: #5d4f4f;
}

.post h2 {
    font-size: 16px;
    color: #FFFFFF;
    background: #c17878;
}

.post blockquote {
    font: italic 1.1em Georgia, Times, Serif;
    color: #666;
    line-height: 1.7em;
    margin: 1.2em 22% 1.2em 4%;
    padding: 1em;
}

.post ul, .post ol {
    margin-left: 20px;
}

.post ul {
    list-style: square;
}

.post ul li p {
    padding: 0px;
}

.post pre {
    padding: 5px 7px;
    margin: 5px 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    overflow: auto;
}

.post h4 {
    font-size: 14px;
    background-color: #f0f0ee;
}

.post h5, .post h6 {
    font-size: 12px;
    margin: 5px 0;
    padding: 3px 5px 1px;
    color: #ce4521;
    background: #f0f0ee;
}

.post p code {
    color: green;
}
