﻿/* General content styles */ 

#content-sub-page 
{
    background-image: url(../../../images/Custom/Template/sub-page_bkg.jpg) !important;
}
#my-discussions a:link,
#my-discussions a:active, 
#my-discussions a:visited,
#my-discussions a:hover 
{
    color: #65795d !important;
}

#my-discussions 
{
    float: left;
    width: 300px;
    margin-bottom: 15px;
}
#my-discussions .header 
{
    background-color: #65795d !important;
    color: #ffffff !important;
    padding: 3px !important;
    border: none !important;
}
#my-discussions .discussion 
{
    border-bottom: solid 1px #65795d !important;
}
#forum-list .forum-category 
{
    background-color:  #65795d !important;
    color: #ffffff !important;
    padding: 3px !important;
    border: none !important;
}
#forum-list .forum 
{
    border-bottom: solid 1px #65795d !important;
}

#forums #wrapper #forum-list-header 
{
    background-color: #65795d !important;
    color: #ffffff !important;
    padding: 3px !important;
    border: none !important;
}
#forums #wrapper #forum-list .forum-category 
{
    background-color: #65795d !important;
    color: #ffffff !important;
    border: none !important;
}
#forums .topic-info-header,
#forums .topic-start-info-header,
#forums .topic-recent-post-header,
#forums .topic-post-count-header
{
    background-color:  #65795d !important;
    color: #ffffff !important;
    padding: 3px !important;
    border: none !important;
}

#forums #thread-info 
{
    background-color: #65795d !important;
    color: #ffffff !important;
    padding: 3px !important;
    border: none !important;
}
#forums #post-list .post 
{
    border: 1px solid #65795d !important;
}
#forums #post-list .post-header 
{
    background-color: #eeeeee !important;
    border-bottom: solid 1px #65795d !important;
}
#forums #post-list .post-footer 
{
    background-color: #eeeeee !important;
    border-top: solid 1px #65795d !important;
}

/* Compose Post styles */

#forums #compose-message .parent-message 
{
    border: solid 1px #65795d !important;
}
#forums #article-wrapper #article-info-wrapper 
{
	border-bottom: solid 2px #65795d !important;
}

