div.entry {
	clear: both;
    width: 590px;
    padding: 0px 20px 0px 20px;
    margin: 0px 0 20px 0;
}

div.entry a {
    text-decoration: none;
}

div.entry div.title {
	width: 450px;
	padding: 5px 0 0 0;
    color: #cb6a33;
    font-weight: bold;
    float: left;
    font-size: 16px;
}

div.entry div.title_entry {
	width: 450px;
    color: #cb6a33;
    font-weight: bold;
    float: left;
    font-size: 16px;
}

div.entry div.date {
    float: right;
    text-align: right;
}

div.entry div.date span {
    font-weight: bold;
    color: #cb6a33;
}

div.entry div.text {
    line-height: 150%;
}

div.entry div.see-more {
    width: 100%;
    text-align: right;
    font-weight: bold;
    margin-bottom: 10px;
}

div.line_separator {
    border: 0;
    height: 1px;
    border-bottom: 1px solid #e7e6e2;
    overflow: hidden;
    margin: 0 0 20px 0;
}

div.line_separator_entry {
    border: 0;
    height: 1px;
    border-bottom: 1px solid #e7e6e2;
    overflow: hidden;
    margin: 5px 0 20px 0;
}

div.line_separator_hidden {
    border: 0;
    height: 1px;
    border-bottom: 0px solid #e7e6e2;
    overflow: hidden;
    margin: 0 0 10px 0;
}
