﻿/* Global Elements */
body {
	font: 70% Arial;
	margin: 0px;
	color: #333;
	text-align: left;
	
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
}
/* Container */
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* Header */
#topheader {
	background-image: url('images/topback.gif');
	height: 58px;
}
#logo {
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	width: 200px;
	font-size: 200%;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5A747D;
	float: left;
	padding-left: 47px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#navlog
{
    float:right;
    padding-right:50px;
    padding-top:7px;
}
#logo .dark {
	color: #294048;
	
}
/* Navigation */
#nav {
	float: right;
	margin-top: 17px;
	margin-right: 5px;
}
.nav a {
	background-image: url(images/navbg.gif);
	width: 102px;
	font: 105% Verdana;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 12px;
	display: block;
	text-align: center;
	float: left;
	clear: none;
}
#nav a:hover {
	color: #FAD000;
}
/* Bottom */
#bottom {
	width: 950px;
	padding-left: 25px;
	text-align:left;
}
/* Login bar */
#register {
	background-color: #E6E9EA;
	float: left;
	width: 69.95%;
	margin-top: 3px;
}
#register p {
	border: 1px solid #D2D6D7;
	padding: 3px;
	padding-left: 7px;
	margin: 0px;
	color: #54789B;
}

#date {
	background-color: #E6E9EA;
	float: left;
	width: 30%;
	margin-top: 3px;
}
#date p {
	border: 1px solid #D2D6D7;
	padding: 3px;
	padding-left: 7px;
	margin: 0px;
	color: #54789B;
}

/* Middle column */
#middle {
	float: right;
	width: 950px;
	margin-top: 5px;
	font-size: 105%;
	color: #5B7246;
	/*border: 1px solid #D2D6D7;*/
}
.topbg
{
    background:#ffffff url(images/midtopbg.gif) no-repeat;
    height:20px;
    width:950px;
    
}
 .content
{
   width:944px;
    border-left:solid 2px #cccccc;
    border-right:solid 2px #cccccc;
    margin-left:1px;
 
   
}
 .bottombg
{
    background-image:url(images/midbottombg.gif);
    width:950px;
    height:20px;
}
/* Form style */
.formtop
{
    
    width:470px;
    background:#ffffff url('images/formtopbg.png') no-repeat;
   padding-top:10px;
    text-align:center;
 font-size: 150%;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5A747D;
	height:30px;
 
}   
.formcontent
{   
    border-left:solid 2px #7A8087;
    border-right:solid 2px #7A8087;
    background:#F8F8F8;
    margin-left:2px;
    margin-right:2px;
    width:452px;
    margin-top:0px;
    display:block;
    padding:5px;
} 
.formbottom
{
    width:470px;
    background:#ffffff url('images/formbottombg.png') no-repeat;
    height:28px;
  
  
}
.searchview
{
    background-image:url(images/searchview.jpg);
    background-repeat:no-repeat;
    width:188px;
    height:336px;
}
.maintitle
{
	font-size: 150%;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5A747D;

}
.mindtd
{
     vertical-align:top;
}
.collapsePanel {
	
	background-color:#D2D6D7;
	overflow:hidden;
	height:0px;
}

.collapsePanelHeader{
	width:100%;
	height:40px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}

.acordionheader {
	background-color: #E6E9EA;
    width:98%;
	cursor:pointer;
	margin-top: 3px;
	padding:3px;
}
.acordiontext {
	border: 1px solid #D2D6D7;
	padding: 3px;
	padding-left: 7px;
	margin: 0px;
	font-size:14px;
	font-weight:bold;
	color: #54789B;
	
}
.collapsepanel
{
	
	height:0px;
	background-color:white;
	overflow:hidden;
	background-color: #E6E9EA;
    width:99%;
}

.lrdt
{
    vertical-align:top;
    text-align:center;
}
.subgrid
{
    color: #5B7246;
    font-size: 14px;
    font-weight: bold;
    padding:5px;
}
.gridrow
{
    padding:5px;
}
#middle .sub{
	background-repeat:no-repeat;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	color: #5B7246;
	/*margin: 2px 0 2px 0;*/
   font-size: 14px;
   font-weight: bold;
}
#middle h1 {
	font-size: 14px;
}
#middle p {
	padding-left: 5px;
	/*margin: 0px;*/
	color: #5B7246;
}
#middle .subscribe {
	background-image: url('images/subscribe.gif');
	width: 194px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 95%;
	display: block;
	text-decoration: none;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    margin-bottom: 10px;
    clear:right;
}
.small {
	font-size: 95%;
}
.comment {
	text-align: right;
	font-size: 95%;
	color: #2E464F;
	margin-top: 2px;
}
/*Login box */
#loginbox
{
    background-image: url(images/midbg.png) ;
    background-repeat:no-repeat;
    width:470px;
    height:460px;
}
#loginbox .sub
{
    display: block;
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	font-size: 150%;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5A747D;
	text-align:center;

}
.boxed
{
    border:2px solid #ffffff;
    margin :15px 15px 15px 20px;
   
}
/* Bottom boxes */
#leftbox {
	width: 200px;
	float: left;
	font-size: 95%;
	color: #5B7246;
}
#leftbox img {
	float: left;
	margin-right: 1px;
}
#leftbox h1 {
	color: #333;
}
 .lol {
	display: block;
	margin-bottom: 1px;
	background-color: #E6E9EA;
	color: #5B7246;
	float: left;
	padding-left:10px;
   width: 165px;
   margin-left:5px;
}
 .loltb {
	display: block;
	margin-bottom: 1px;
	background-color: #E6E9EA;
	color: #5B7246;
	float: left;
	padding-left:10px;
	width:100%;

}

#leftbox .p2 {
	padding: 5px;
}
.p2
{
  /*  padding: 5px;*/
}
.alter
{
    font: 140% Arial;
	margin: 0px;
	color: #333;
	text-align:justify;
	padding-left:5px;
}
#rightbox {
	float: right;
	width: 200px;
	font-size: 95%;
	color: #5B7246;
}

#rightbox img {
	float: left;
	margin-right: 1px;
}
#rightbox h1 {
	color: #333;
}
#rightbox .lol {
	display: block;
	margin-bottom: 1px;
	background-color: #E6E9EA;
	color: #5B7246;
	float: left;
	width: 105px;
}
#rightbox .p2 {
	padding: 5px;
}
#divider{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;	
}

.middashedline
{
    border-bottom: 1px dashed #DBCE6A;
    margin-bottom: 10px;
    margin-top:10px;
    clear:right;
}


/* featured product box */
#leftbox1 {
	width: 220px;
	float: left;
	font-size: 95%;
	color: #5B7246;
}
#leftbox1 img {
	float: left;
	margin-right: 1px;
}
#leftbox1 h {
	color: #333;
}
#leftbox1 .lol {
	display: block;
	margin-bottom: 1px;
	background-color: #E6E9EA;
	color: #5B7246;
	float: left;
	width: 105px;
}
#leftbox1 .p2 {
	padding: 5px;
}

/* Latest thread posts */
#rightbox1 {
	float: right;
	width: 220px;
	font-size: 95%;
	color: #5B7246;
}
#rightbox1 a {
	background-image: url('../images/folder.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 3.5px;
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
}

/* footer */
#footer {
	float: left;
	width: 100%;
	background-color: #294048;
	text-align: left;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 6px;
}
#footer .left {
	float: left;
	padding-left: 30px;
}
#footer .right {
	float: right;
	padding-right: 30px;
}
#footer .middle {
	text-align:center;
	padding-right: 50px;
	color: #fff;
}
#footer a {
	color: #fff;
}

/* my additions */
#middle .more {
	background-image: url('../images/more.gif');
	float:left;
	/*width:120px;*/
	/*text-align: center;*/
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 95%;
	display: block;
	text-decoration: none;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}

#bot{
	width: 100%;
	float:left;
	font-size: 0.8em; 
	text-align: center; 
	margin-top: 1.0em; 
	margin-bottom: 1.0em;
}
