/* CSS for xtremefirearms.com */
/* by Troy Anthony Sturgill, ArchMage Studios */

body {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image:  url("../images/xf_bartile.jpg");
	background-repeat: repeat-x;
	background-color: #cccccc;
	text-decoration: none;
}
td, p, ul,ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {

}
h2 {

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
}

/*This table holds the left and main content areas*/
table.tableborder, table.tableborder td, table.tableborder th{
	border: 1px solid #656E8D;
	border-collapse: collapse;
	padding: 2px 2px 2px 2px;
}
/*This styles the main wrapper table that holds all the other tables*/
 #mainTable {	
 /*changed the text align to left - to break out of the center align applied to the body tag for */
	text-align: left;
	background-color: White;	
	border: 1px #37425B;
	border-style: solid;
	padding: 0px;
	margin: 1% auto auto auto; 
 }
 
/*formats the boxes on the entry page*/
#adtable {
	width: 100%;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}
/*--- places border around banner image at top of page ---*/
.imgBorder {
	border: 1px solid #000000;
}
/*--- formats the breadcrumb navigation link across the top-middle of the page ---*/
.breadCrumb {
	font-size: 8pt;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}
.breadCrumb a:link{
	color: #999999;
	text-decoration: none; 
}
.breadCrumb a:visited {
	color: #999999;
	text-decoration: none; 
}
.breadCrumb a:hover {
	color: #0066CC;
	text-decoration: none; 
}
/*--- formats the date at top of page ---*/
.date {
	font-size: 8pt;
	color: #666666;
	text-align: right;
	vertical-align: middle;
	padding: 5px 15px 5px 5px;
}	
/*Formats the secondary pages - main content td*/
#main {
	vertical-align: top;
	font-size: 12px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top: 10px;
}
#main a:link{
	color: #4B5C7C;
	text-decoration: none; 
}
#main a:visited {
	color: #4B5C7C;
	text-decoration: none; 
}
#main a:hover {
		color: #996666;
		text-decoration: none; 
}
/*--- formats copyright bar at the bottom of main content table ---*/
#copyright {
	background-color: #666666;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 5px;
}
#copyright td {	font: 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;}
#copyright a:link {
	color: #ffffff;
	text-decoration: underline;
}
#copyright a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#copyright a:hover {
	color: #414D69;
	text-decoration: underline;
}
#copyright a:active {
	color: #ffffff;
	text-decoration: underline;
}
/*--- formats the size and border style of ad boxes across bottom of page ---*/
.box-ad {
	padding: 5px;
	width: 200px;
	border: 1px solid #333333;
}
/*--- styles for the firearmnews.com RSS feed ---*/
.newsitem {
	font: 9pt arial, sans-serif;
	color: black;
	text-align: left;
}
.newsdescrip { font: 9pt arial, sans-serif;}
.newsmod {
	font: 7pt arial, sans-serif;
	color:#c0c0c0;
	margin: 0px;
	padding: 0px;
}
.newsheader { font: 12pt arial, sans-serif; font-weight: bold; color: #000000;}
/*--- styles for sub-menus at top of page ---*/
.p7tbsub {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: left;
}
.p7tbsub p {
	padding: 3px 12px 3px 6px;
	margin: 0px;
}
.p7tbsub a:link {
	color: #666666;
	text-decoration: underline;
}
.p7tbsub a:visited {
	color: #6666CC;
}
.p7tbsub a:hover {
	background-color: #EEEEEE;
	color: #6666CC;
}
.p7tbsub a:active {
	background-color: #EEEEEE;
	color: #6666CC;
}
.p7tbdn {
	color: #9999CC !important;
	font-weight: bold;
}
