/* GENERAL */

* { margin: 0; padding: 0; }

/* fixex - This is the class name I assign to container element that contains floated child elements, no matter
				what they are div's ul etc. */
	.fixed:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.fixed{ display:block;}
	/*  \*/
	.fixed{
		min-height:1%;
		}
	* html .fixed{
		height:1%;
		}

body
{
	background-color:#2d2d2d;
	color: #000; 
   	font: 14px Arial, Verdana, Georgia, "Times New Roman", Times, serif;
}

	a { 
		color: #0000ff; 
		text-decoration: underline;  
	}
	img{ border:none;}
	a:hover {  }

/*-------[     ]---------*/

#wrap{
	width:980px;
	margin:0 auto;
	border: 1px solid #000;
	border-top:none;
	border-bottom:none;
	padding:0 5px 0 5px;
	background-color:#FFFFFF;
}


/* HEADER*/

#header{
	position:relative;
	height:320px;
	z-index: 99;
}

	#logo{
	position:absolute;
	top:-33px;
	left:34px;
	z-index:-1;
	width:257px;
	height:102px;
	background-color:#FFFFFF;
	border:1px solid #ddd;
	border-top:none;
	}
		#logo a img{ border:none;}
		#logo h1{ line-height:30px; text-align:center; font-size:38px; margin-top:50px; }
		#logo h1 a { text-decoration:none; color:#111;  letter-spacing:-2px; }
		
	/* main navigation*/	
	#nav ul
	{
	position:absolute;
	top:7px;
	right:0px;
	padding:0;
	list-style: none;
	width: 386px;
	}
		#nav li{ display: inline; }
			#nav a
			{ 
				display: block; 
				float: left;
				padding:5px 10px 5px 10px; 
			   
				font-family: "Trebuchete MS", Arial, Helvetica, sans-serif; color:#000;
				text-transform:uppercase; text-decoration:none; font-weight:bold; font-size:14px; 
			}
			
				#nav a:hover{ text-decoration:underline; }
				#nav .active a{  background-color:#ff0a0a; color:#FFFFFF; }	
				#nav .active a:hover{ text-decoration:none; }
				
	/*The div that contains the large image in the header*/
	#header-img
	{
	position:absolute;
	top:46px;
	
	width:970px;
	border: 1px solid #ddd;
	border-left:none;
	border-right:none;
	padding:5px;
	left:0px;
	z-index: -1;
	}

	#breadcrumbs{ position:absolute; top:350px; left:8px; font-size:12px;}
	
	
	#images-box
	{
	position:relative;
	float:left;
	width: 162px;
	
	}
	#images-right-box
	{
	position:relative;
	float:right;
	width: 800px;
	
	}
	#mem-log-box
	{
	position:relative;
	float: left;
	width:800px;
		
	}
	#memberlist-box
	{
		position:relative;
		float:left;
		width:310px;
		
	}
	 
	
	#memberlist-box ul { /*border-top: 1px solid #ececec; padding: 0;*/ }
			
	#memberlist-box li { margin: 0; border-bottom: 1px solid #ececec; list-style: none; }
	#login-box
	{
		position:relative;
		float:right;
		width:288px;
		
	}
	#announcement-box
	{
		position:relative;
		float:left;
		margin: 0 5px 10px 0px;
	padding:4px;
	border: 1px dotted #ccc;
	background-color: #fff;
	width:785px;
	}
	


/*MAIN*/
#main{ padding:7px;
position:relative;


}

	/* SIDEBAR*/
	#sidebar{
	float:left;
	width:180px;
	height:410px;
	padding:20px 5px 0 5px;
	background:#fff url(img/colt-sidebar.jpg) no-repeat top right;
	}
		#sidebar p{ margin-bottom:5px; padding:0 20px 0 10px; text-indent:15px; line-height:16px; text-align: justify; }
		
		#sidebar h3{ width:90%; margin:10px auto; border-bottom:1px solid #b9b9b9; text-align:center; font-size:16px; }
		
		#sidebar img{   }
		
		#date-firma p{ margin-top:10px; padding:0 30px 0 15px; font-size:11px; text-indent:0; }
		
		.subnav { width:170px; }
	
			.subnav ul { border-top: 1px solid #ececec; padding: 0; }
			
			.subnav li { margin: 0; border-bottom: 1px solid #ececec; list-style: none; }
			
				.subnav li a 
				{ 
					display: block; padding: 5px 15px 5px 10px;
					 color:#000; font-size: 14px; text-decoration: none; text-align:left;	
				}
				
					.subnav li a:hover 
					{
						 background:/*#595248*/#ff0808 url(img/bg-subnav-hover.gif) no-repeat right center;
						text-decoration:none; color:#fff;	 
					}
					
					.subnav a.selected 
					{ 
						background:#ff0808 url(img/bg-subnav-selected.gif) no-repeat right center;
						text-decoration:none; color:#fff; font-weight:bold;
					}
					

	/*THE PAGES CONTENT*/
	#content
	{
	width:550px;
	float:left;
	padding:10px 5px 0 5px;
	}
	
		#content H1 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 2px;
	MARGIN: 0px 0px 15px;
	FONT: 20px "Trebuchete MS", Arial, Helvetica, sans-serif;
	COLOR: #111;
	TEXT-INDENT: 15px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #b9b9b9 1px solid;
	LETTER-SPACING: -1px;
	background-color:#FFFFFF;
}
#content H2 {
	MARGIN: 0px 0px 15px; FONT:  18px "Trebuchete MS", Arial, Helvetica, sans-serif; TEXT-INDENT: 20px; BORDER-BOTTOM: #b9b9b9 1px solid; LETTER-SPACING: -1px;
}
#content H2 A {
	TEXT-DECORATION: none;
}
#content P {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 15px 15px;
	COLOR: #000;
	TEXT-INDENT: 15px;
	LINE-HEIGHT: 20px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: justify;
	
}
		
		#content ul{
			font-size: 14px;	
			margin: 10px  15px 10px 35px;
			padding: 0;
		}
		
			#content ul li{ margin-bottom:10px; }
			
		#content img{ display: block; clear: both; padding: 3px; background: #e5e5e5; }
				
			.imgfloatleft{ float:left; margin:10px; }
			.imgfloatright{ float:right; margin:10px; }
			
		.notice { border: 1px solid #f2ec49; background: #fffdcb; padding:20px; margin-bottom:15px; }
		
		
	
/* FOOTER */
#footer{ margin-top:10px; border-top:1px solid #ddd; padding:10px 7px 20px 7px; }
	
	#footer p{ margin-bottom:3px; font-size:12px;}
	#footer p.madeby a{ color:#000; }
	
/* FORMS */
fieldset {
	margin: 0 5px 10px 0px;
	padding:4px;
	border: 1px dotted #ccc;
	background-color: #fff;
	height:130px;
	
} 
legend { background-color:#000000; color:#FFFFFF; text-transform:uppercase; padding:1px; margin-left:2px; }

form p { margin: 5px 0 0 0; }
label {  text-align:right; margin-right:10px; display:block; width:140px; float:left; clear:both; font-weight:bold; }
input.text { width:225px; } 
textarea { width: 400px; margin: 5px 15px 15px 15px; }  

/* TABLES */

table   { margin-bottom: 15px; }
th      { border-bottom: 1px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }


/**************************** forum post div css starts **************************/

#forum_div{
	padding:10px 5px 0 5px;
	/*BACKGROUND: url(img/colt-sidebar.jpg) #fff no-repeat right top;*/
	FLOAT:right;
	
	WIDTH: 206px;
	
	
	overflow: hidden;
	
	
}

#forum_div h1{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 2px;
	MARGIN: 0px 0px 10px;
	FONT: 20px "Trebuchete MS", Arial, Helvetica, sans-serif;
	COLOR: #111;
	TEXT-INDENT: 15px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #b9b9b9 1px solid;
	LETTER-SPACING: -1px;
	background-color:#FFFFFF;
	overflow:hidden;


}
/*******    post_div gets value from showpost.php   ********/
#post_div{
  COLOR: #000;
	TEXT-INDENT: 2px;
	LINE-HEIGHT: 20px;
	TEXT-ALIGN: left;
	padding-left:10px;

/*	BORDER: #ccc 1px solid; */
	
}	

.contentblock{
	
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM:0px; 
	PADDING-TOP:0px; 
	
	 
	/*
	MARGIN: 5px 0px; 
	*/
	BACKGROUND: #fff; 
	FONT-FAMILY: Arial, Tahoma;
	font-size:14px;
	
	
	}
.contentblock h15{
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
FONT-SIZE: 16px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
PADDING-TOP:0px;
FONT-FAMILY: Arial, Tahoma;

}	
#post_table{
width:190px;
border:0px;


}