img
{
    max-width: 100%;
}
/* POSTS */
#posts
{
    margin: 30px 0px 0px 150px;
    width: 500px;
}
#posts li
{
    margin-top: 30px;
    margin-bottom: 50px;
}   
.post-footer
{
    color:#999999;
    margin-left:7em;
    text-align:right;
}
.post-footer span.when
{
    font-size:12px;
    font-weight:normal;
    margin-left:5px;
}

li.post div.date
{
    border-bottom:1px solid #CCCCCC;
    border-top:3px solid #CCCCCC;
    float:left;
    padding:0.25em 1em;
    text-align:center;
    margin-left: -150px;
    font-style: normal;
}

li.post div.date span.month 
{
    letter-spacing:0.05em;
    text-transform:uppercase;
}

li.post div.date span.month, li.post div.date span.day, li.post div.date span.time
{
    color:#999999;
    display:block;
    font-weight:normal;
}

li.post div.date span.day 
{
    font-size:1.3em;
    font-weight:bold;
}

/* QUOTES */
li.quote { 
    color: #2D2D2D;
    font-style: normal;
    font-size: 20px;
    margin-top: 0;
}
li.quote big 
{
    color:#E0E0E0;
    font-size:102px;
    font-weight:bold;
    line-height:35px;
    margin-left:-15px;
    position:absolute;
    z-index:-1;
}
li.quote div.source
{
    color:#e0e0e0;
    font-size:16px;
    font-style:normal;
    margin:11px 0;
    text-align:left;
}

/* LINKS */
li.link a
{
    font-size: 20px;
}
li.link div.description
{
    margin-top: 10px;
}

/* CHAT */
#posts li.chat ul.chat li
{
    margin:0;
    padding: 5px 0 5px 5px;
}
#posts li.chat ul.chat li.odd
{
    background-color:#e0e0e0;   
}

/* POST */
li.text h2
{
    font-size: 40px;
}
li.text p
{
    margin: 9px 0 9px 0;
}

#posts li.text ul li
{
    margin: 7px 0 7px 14px;
    list-style-type: disc; 
}

#posts li.text ul
{
    margin: 15px 0 15px 0;
}

#posts li.text blockquote
{
    border-left:2px solid #777777;
    color:#777777;
    margin: 10px 0 10px 10px;
    padding:0 10px;
    font-style: italic;
}
