@import url("base.css");
.news-content {
    border-left: 1px solid #333;
    width: 470px;
    float:right;
    margin-top: -0.5em;
    padding-left: 10px;
    padding-bottom: 5px;
}
div #entry-content {
    text-align: justify;
}
a.comment-icon:link,
a.comment-icon:visited,
a.comment-icon:active {
    display:block;
    float:right;
    height: 40px;
    width: 40px;
    background-position : 0px 5px;
    background-repeat : no-repeat;
    background-image: url('/media/img/comment-off.gif');
}
a.comment-icon:hover {
    float:right;
    display:block;
    height: 40px;
    width: 40px;
    background-position : 0px 5px;
    background-repeat : no-repeat;
    background-image: url('/media/img/comment-on.gif');
}
a.comment-icon:link .number,
a.comment-icon:visited .number,
a.comment-icon:active .number {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-align:center;
    color: #444;
    position: relative;
    left: 17px;
    top: 14px;
}
a.comment-icon:hover .number {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-align:center;
    color: #eee;
    position: relative;
    left: 17px;
    top: 14px;
}
#previous-arrow {
    float:left;
    margin-top: -1em;
}
#next-arrow {
    float: right;
    margin-top: -1em;
}
.image-box {
    float:right;
    margin: 1.5em 0em 1em 1em;
    border: 2px solid #eee;
}
