﻿/* General content styles */ 

#content-sub-page 
{
    background-image: url(../../images/Template/sub-page_bkg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
a:link,
a:active, 
a:visited,
a:hover 
{
    color: #096260;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
#forums #toolbar
{
    float: right;
    text-align: right;
    width: auto;
}
#forums .breadcrumbs 
{
    float: left;
    width: 600px;
}
#forums #wrapper 
{
    clear: both;
    padding-bottom: 15px;
    padding-top: 10px;
}

/* My Discussions styles */

#my-discussions 
{
    float: left;
    width: 300px;
    margin-bottom: 15px;
}
#my-discussions .header 
{
    background-color:  #bedcdc;
    font-size: 14px;
    font-weight: bold;
    padding: 1px;
    border: solid 2px #7fc0bc;
}
#my-discussions .discussion 
{
    clear: both;
    padding: 2px;
    border-bottom: solid 1px #d2d2d2;
}
#my-discussions .discussion-subject 
{
    font-weight: bold;
}
#my-discussions .discussion-posted-by 
{
    font-size: 11px;
    width: auto;
    margin-right: 5px;
    float: left;
}
#my-discussions .discussion-last-updated 
{
    font-size: 11px;
    width: 49%;
    float: left;
    white-space: nowrap;
}
#forum-list 
{
    float: right;
    width: 350px;
}
#forum-list .forum-category 
{
    background-color:  #bedcdc;
    font-size: 14px;
    font-weight: bold;
    padding: 1px;
    border: solid 2px #7fc0bc;
}
#forum-list .forum 
{
    font-size: 12px;
    padding: 3px;
    border-bottom: solid 1px #d2d2d2;
}
#forum-list .forum .name 
{
    font-weight: bold;
}
#forum-list .forum .description
{
    font-weight: normal;
}
#forum-list .forum .last-updated 
{
    font-size: 11px;
    font-weight: normal;
    float: right;
}

/* Forum/Forum Category Listing styles */

#forums #wrapper #forum-list-header 
{
    background-color:  #096260;
    border: solid 2px #7fc0bc;
    color: #ffffff;
    font-size: 12px;
    padding: 1px;
}
#forums #wrapper #forum-list-header .name, 
#forums #wrapper #forum-list-header .last-updated, 
#forums #wrapper #forum-list-header .thread-count, 
#forums #wrapper #forum-list-header .post-count 
{
    font-weight: bold;
    padding: 1px;
    float: left;
}
#forums #wrapper #forum-list-header .name 
{
    width: 350px;
}
#forums #wrapper #forum-list-header .last-updated 
{
    width: 125px;
}
#forums #wrapper #forum-list-header .thread-count 
{
    float: right;
    width: 75px;
    text-align: center;
}
#forums #wrapper #forum-list-header .post-count 
{
    float: right;
    width: 75px;
    text-align: center;
}
#forums #wrapper #forum-list 
{
    width: auto;
    float: none;
    padding-bottom: 15px;
}
#forums #wrapper #forum-list .forum-category 
{
    background-color:  #bedcdc;
    font-size: 14px;
    font-weight: bold;
    padding: 1px;
    border: solid 2px #7fc0bc;
    border-bottom: none;
}
#forums #wrapper #forum-list .forum 
{
    font-size: 12px;
    padding: 3px;
}
#forums #wrapper #forum-list .forum:hover 
{
    background-color: #eeeeee;
}
#forums #wrapper #forum-list .forum .name 
{
    float: left;
    width: 350px;
    font-weight: bold;
}
#forums #wrapper #forum-list .forum .description
{
    font-weight: normal;
}
#forums #wrapper #forum-list .forum .last-updated 
{
    font-size: 11px;
    font-weight: normal;
    float: left;
    width: 125px;
}
#forums #wrapper #forum-list .forum .thread-count 
{
    width: 75px;
    float: right;
    text-align: center;
} 
#forums #wrapper #forum-list .forum .post-count 
{
    width: 75px;
    float: right;
    text-align: center;
} 

/* Thread Listing styles */

#forums .message 
{
    width: 400px;
    margin: auto;
    height: 200px;
    padding-top: 50px;
    font-size: 16px;
    font-weight: bold;
}
#forums .topic-headers 
{
    width: 695px;
    margin: auto;
}
#forums .topic-info-header,
#forums .topic-start-info-header,
#forums .topic-recent-post-header,
#forums .topic-post-count-header
{
    float: left;
    background-color:  #bedcdc;
    font-weight: bold;
    padding: 1px;
    border: solid 2px #7fc0bc;
}
#forums .topic-info-header 
{
    border-right: none;
    padding-right: 2px;
    width: 346px;
}
#forums .topic-start-info-header
{
    border-left: none;
    padding-left: 2px;
    border-right: none;
    padding-right: 2px;
    width: 125px;
}
#forums .topic-recent-post-header 
{
    border-left: none;
    padding-left: 2px;
    border-right: none;
    padding-right: 2px;
    width: 125px;
}
#forums .topic-post-count-header 
{
    border-left: none;
    padding-left: 2px;
    width: 75px;
    text-align: center;
}
#forums .topic 
{
    clear: both;
    width: 695px;
    margin: auto;
}
#forums .topic:hover 
{
    background-color: #eeeeee;
}
#forums .topic .topic-info, 
#forums .topic .topic-start-info, 
#forums .topic .topic-recent-post, 
#forums .topic .topic-post-count 
{
    float: left;
    clear: none;
    display: block;
    padding: 3px;
    overflow: hidden;
}
#forums .topic .topic-info 
{
    width: 346px;
    font-weight: bold;
}
#forums .topic .topic-start-info
{
    width: 125px;
    font-size: 11px;
} 
#forums .topic .topic-recent-post
{
    width: 125px;
    font-size: 11px;
}
#forums .topic .topic-post-count 
{
    width: 75px;
    text-align: center;
}

/* Read thread/posts styles */

#forums #thread-info 
{
    background-color:  #bedcdc;
    font-weight: bold;
    padding: 1px;
    border: solid 2px #7fc0bc;
    line-height: 25px;
}
#forums #thread-info .thread-title 
{
    font-size: 14px;
}
#forums #post-list 
{
}
#forums #post-list .post 
{
    border: 1px solid #666666;
    margin-top: 5px;
    margin-bottom: 3px;
}
#forums #post-list .post-header 
{
    background-color: #deeded;
    padding: 5px;
    border-bottom: solid 1px #d2d2d2;
}
#forums #post-list .author 
{
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 150px;
}
#forums #post-list .timestamp 
{
    font-size: 11px;
    width: 300px;
    float: left;
}
#forums #post-list .post-number 
{
    font-size: 14px;
    font-weight: bold;
}
#forums #post-list .reply 
{
    float: right;
    width: 100px;
    text-align: right;
}
#forums #post-list .post-body 
{
    background-color: #ffffff;
}
#forums #post-list .post-author-info 
{
    float: left;
    width: 139px;
    padding: 5px;
}
#forums #post-list .post-text 
{
    padding: 5px;
    font-size: 12px;
    float: right;
    width: 570px;
    border-left: solid 1px #d2d2d2;
}
#forums #post-list .post-footer 
{
    background-color: #deeded;
    border-top: solid 1px #d2d2d2;
    font-size: 11px;
    padding: 5px;
}
#forums #post-list .post-footer .left 
{
}
#forums #post-list .post-footer .right 
{
	float: right;
}

/* Compose Post styles */

#forums #compose-message 
{
    padding-top: 10px;
    padding-bottom: 15px;
    width: 680px;
    margin: auto;
}
#forums #compose-message .parent-message 
{
    width: 660px;
    margin: auto;
    border: solid 1px #d2d2d2;
    background-color: #eeeeee;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px;
}
#forums #compose-message #title 
{
    clear: both;
    margin-bottom: 3px;
}
#forums #compose-message #title .caption 
{
    width: 85px;
    float: left;    
}
#forums #compose-message #title .input 
{
    width: 450px;
    float: left;
}
#forums #compose-message #title .standard-input 
{
    width: 400px;
}
#forums #compose-message #text 
{
    clear: both;
}
#forums #compose-message #footer 
{
    clear: both;
    background-color: #eeeeee;
    margin-top: 5px;
    padding: 10px;
    width: 680px;
}
#forums #compose-message #footer .left
{
    width: 45%;
    float: left;
    text-align: center;
}
#forums #compose-message #footer .right
{
    width: 45%;
    float: right;
    text-align: center;
}
#forums #article-wrapper #article-info-wrapper 
{
	clear: both;
	border-bottom: solid 2px #cccccc;
	margin-bottom: 3px;
}
#forums #article-wrapper #article-info-wrapper .article-title
{
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#forums #article-wrapper #article-info-wrapper .article-author
{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	height: 19px;
	vertical-align: middle;
}
#forums #article-wrapper #article-info-wrapper .article-timestamp
{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	height: 19px;
	vertical-align: middle;
}
#forums #article-wrapper .article-text
{
	height: 350px;
	width: 390px;
	padding: 4px;
	padding-right: 10px;
	overflow: auto;
}

