div#news_container {
    width: 950px;
    margin: 0 0 4px 0;
    float: left;
    position: relative;
    min-height: 500px;
}
div#news_container div.sidebar {
    float: right;
    width: 260px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

div#news_container div.sidebar div.top {
    background: white url(/statics/images/plugins/news/sidetop.png);
    width: 256px;
    height: 6px;
    margin-left: 4px;
}
div#news_container div.sidebar div.mid {
    background: white url(/statics/images/plugins/news/sidemid.png) repeat-y;
    width: 256px;
    margin-left: 4px;
    height: 100%;
    position: absolute;
    top: 2px;
}
div#news_sidebar {
    padding: 5px;
}

div#news_container div.sidebar div.bot {
    background: white url(/statics/images/plugins/news/sidebot.png) no-repeat;
    width: 256px;
    height: 10px;
    margin-left: 4px;
    position: absolute;
    bottom: -4px;
}

div#news_inner {
    width: 690px;
    float: left;
}

div#news_inner div.header {
    background: white url(/statics/images/plugins/news/head.jpg) no-repeat;
    float: left;
    width: 690px;
    height: 50px;
    text-align: center;
    color: white;
    vertical-align: middle;
    line-height: 50px;
    font-family: palatino, monospace;
    letter-spacing: 4px;
}
div#news_inner div.header a{
    color: white;
}

div#news_inner div.content {
    float: left;
    width: 690px;
    margin-top: 4px;
}

div#news_inner div.content div.top {
    background: white url(/statics/images/plugins/news/bodytop.png);
    width: 690px;
    height: 6px;
}

div#news_inner div.content div.bot {
    background: white url(/statics/images/plugins/news/bodybot.png);
    width: 690px;
    height: 6px;
}

div#news_inner div.content div.mid {
    background: white url(/statics/images/plugins/news/bodymid.png) repeat-y;
    width: 690px;
}

div#news_content {
    padding: 15px;
    min-height: 404px;
}
div.posts {
    margin-bottom: 20px;
}
div#post_head {
    margin-bottom: 10px;
}
div#post_head p{
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #85a580;
}
div#post_head h2{
    font-family: georgia, serif;
    font-size: 17px;
    font-weight: 700;
}
div#post_head h2 a { color: #254520; }
div#post_head h2 a:hover { color: #856545; }

div#post_body {
    color:  #556555;
    margin-bottom: 15px;
}
div#post_body p{
    font-family: georgia, serif;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
}
div#post_status {
    color: #85a580;
    padding-bottom: 20px;
}
div#post_status p {
    float: left;
    font-size: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div#post_status p a {
    color: #208040;
    text-transform: lowercase;
}
div#post_status p a:HOVER {
    color: #c06030;
}
div.line_sep {
    height: 1px;
    width: 100%;
    background: transparent url(/statics/images/plugins/news/linesep.png) no-repeat;
    margin: 30px auto;
}
div#post_nav {
    text-align: center;
    margin: 0 auto;
    float: left;
    width: 100%;
    font-size: 11px;
}

div#post_nav p {
    color: #888888;
    text-transform: uppercase;
}
div#post_nav p.left {
    float: left
}
div#post_nav p.right {
    float: right
}

div#post_nav a {
    color: #208040;
    text-transform: uppercase;
}
div#post_nav a.left {
    float: left;
}
div#post_nav a.right {
    float: right;
}
a.readmore {
    float: right;
    color: #208040;
}
div#post_comments {
    width: 650px;
    padding: 5px;
    font-size: 12px;
    color: #909990;
}
div#post_comments div.comment {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-left: 1px solid #aaccaa;
    border-bottom: 1px solid #aaccaa;
    background: #e4efe4;
    margin: 5px 0;
    text-indent: 5px;
    padding: 4px;
}
div#post_comments p.body {
    color: #445544;
    font-size: 14px;
}
div#post_comments p.answer {
    color: #664444;
    font-size: 14px;
    border-left: 2px solid #664444;
}
div#post_comments p.delete {
    color: #aa5544;
    font-style: italic;
}
div#post_comments p b a{
    text-decoration: underline;
    color: #909990;
}
div#post_comments a.button {
    background: #ec8945;
    height: 25px;
    line-height: 25px;
    padding: 0 4px;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}
div#post_comments a.button:hover {
    background: #ff9550;
}
div#post_comments th {
    text-align: right;
    height: 25px;
}
#comment_error_message, #comment_success_message {
    font-size: 16px;
    background: #aa5544;
    margin-left: 5px;
    float: left;
    color: white;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    padding: 0 5px;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#comment_success_message {
    background: #44aa55;
}

div#post_comments input, #id_comment {
    border: 1px solid #aaccaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}
div#post_comments #id_comment {
    height: 100px;
    width: 400px;
}
div#post_comments input#id_captcha {
    width: 70px;
    text-align: center;
    text-transform: uppercase;
}
div#post_comments div.hint{ float: left;}
div#post_comments input[type=button] {
    background: #ec8945;
    padding: 4px;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
}
div#post_comments input[type=button]:hover {
    background: #ff9550;
}

span#captcha {
    float: left;
}
span#captcha img {
    margin-left: 10px;
    height: 25px;
    width: 60px;
}
div#comment_box {
    display: none;
}
img#ajax_indicator {
    display: none;
}

div#news_sidebar div{
    margin: 25px 0 0 0;
    font-size: 12px;
    color: #a0b0a0;
}

div#news_sidebar p {
    font-size: 14px;
    color: #306030;
    margin-left: 10px;
    text-align: justify;
}
div#news_sidebar div a {
    margin-left: 10px;
}

div#news_sidebar h3 {
    font-size: 16px;
    color: #315020;
}
div#news_sidebar li {
    list-style: none;
}
div#news_sidebar li a, div#news_sidebar a {
    font-size: 14px;
    color: #517040;
    text-decoration: underline;
}
div#news_sidebar a {
    margin-left: 5px;    
}
