#journal{
    width:670px;
    min-height:500px;
    float:left;
    margin:0 0 0 10px;
}
#journal .journalHeader{
    color:#DC502D;
    font-size:28px;
    font-weight:bold;
    height:30px;
    margin:20px 0 10px 10px;
    width:650px;
    float:left;
}
#journal .entry{
    width:670px;
    height:200px;
    border-left:1px solid #919340;
    border-right:1px solid #919340;
    float:left;
    margin:20px 0 0 0;
}
#journal .first{
    margin-top:0;
}
#journal .entry .entryTop,
    #journal .entryFull .entryTop{
    width:665px;
    height:22px;
    background-color:#919340;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    margin:0 0 10px 0;
    padding:3px 0 0 5px;
    cursor:pointer;
}
#journal .entry .entryTop .title,
    #journal .entryFull .entryTop .title{
    max-width:540px;
    float:left;
    overflow:hidden;
}
#journal .entry .entryTop .date,
    #journal .entryFull .entryTop .date{
    width:100px;
    float:right;
    overflow:hidden;
}
#journal .entry .content{
    width:650px;
    height:114px;
    margin:0 0 0 10px;
    overflow:hidden;
    float:left;
}
#journal .entry .readMore{
    width:100px;
    height:15px;
    float:right;
    clear:both;
    cursor:pointer;
    margin:5px 0;
    font-weight:bold;
}
#journal .entry .readMore a{
    color:#DC502D;
    text-decoration:none;
}
#journal .entry .entryBottom,
    #journal .entryFull .entryBottom{
    width:665px;
    height:22px;
    background-color:#CDCF9B;
    border-bottom:1px solid #919340;
    color:#4F4F1D;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    margin:0;
    padding:3px 0 0 5px;
    float:left;
}
#journal .entry .entryBottom .postedBy,
    #journal .entryFull .entryBottom .postedBy{
    max-width:200px;
    float:left;
    overflow:hidden;
}
#journal .entry .entryBottom .tags,
    #journal .entryFull .entryBottom .tags{
    max-width:470px;
    min-width:50px;
    float:right;
    overflow:hidden;
}
#journal .entryFull{
    width:670px;
    min-height:200px;
    border-left:1px solid #919340;
    border-right:1px solid #919340;
    float:left;
    margin:20px 0 0 0;
}
#journal .entryFull .content{
    width:650px;
    min-height:139px;
    margin:0 0 10px 10px;
    overflow:hidden;
    float:left;
}
#journal .backLink{
    margin:10px 0 0 0;
    width:200px;
    height:20px;
    float:left;
}
#journal .backLink a{
    color:#DC502D;
    text-decoration: none;
    font-weight:bold;
}
