/*
===========================================================================
=reset ====================================================================
===========================================================================
*/
	
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* aded by chad */
input {
	margin: 0;
	}






/*
===========================================================================
=grid  ====================================================================
===========================================================================
*/
	
/* -------------------------------------------------------------- 
  
  
  == STRUCTURE: ========================
   * Page width:            950 px
   * Number of columns:     16
   * Column width:          50 px
   * Margin width:          10 px
  ======================================
   
  By default, the grid is 950px wide, with 16 columns 
  spanning 50px, and a 10px margin between columns.
  
  If you need fewer or more columns, use this formula to calculate
  the new total width: 
  
  Total width = (number_of_columns * column_width) - margin_width
  
  Read more about using a grid here:
  * subtraction.com/archives/2007/0318_oh_yeeaahh.php
  
  
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
  /* background: url(/images/layout/blueprint_grid.png); */
}


/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
   
.column {
  float: left;
  margin-right: 10px;
}


/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 50px;}
.span-2  { width: 110px;}
.span-3  { width: 170px;}
.span-4  { width: 230px;}
.span-5  { width: 290px;}
.span-6  { width: 350px;}
.span-7  { width: 410px;}
.span-8  { width: 470px;}
.span-9  { width: 530px;}
.span-10 { width: 590px;}
.span-11 { width: 650px;}
.span-12 { width: 710px;}
.span-13 { width: 770px;}
.span-14 { width: 830px;}
.span-15 { width: 890px;}
.span-16 { width: 950px; margin: 0; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }



/*
===========================================================================
=layout ===================================================================
===========================================================================
*/
	
	


body {
	background: #A5BBD3 url(/images/layout/page_bg.png) repeat-x top left;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
	text-align: center;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, serif;
	*font-weight: normal;
	}
	
a {
	color: #C60;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

p {
	font-size: 120%;
	padding: 0 0 8px 0;
	line-height: 130%;
	color: #333;
	letter-spacing: 110%;
	}
	
blockquote {
	color: #6B4D2E;
	font-family: Georgia, Times, serif;
	font-size: 130%;
	font-style: italic;
	letter-spacing: 110%;
	line-height: 130%;
	padding: 0 20px 10px;
	}
	
li {
	color: #333;
	font-size: 120%;
	padding-bottom: 4px;
	}
	
ul {
	padding-bottom: 8px;
	}
	
li ul {
	padding-bottom: 0;
	}
	
li ul li {
	font-size: 100%;
	}	
	
h1, h2,  h3, h4 {
	line-height: 120%;
	padding: 0 0 4px;
	}
	
h1 {
	font-size: 200%;
	}
		
h2 {
	font-size: 175%;
	}
	
h3 {
	font-size: 150%;
	}
	
h4 {
	font-size: 140%;
	}

div#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	}
	
div#account-links {
	background: url(/images/layout/account-links_bg.png) bottom left no-repeat;
	float: right;
	margin-bottom: 10px;
	text-align: center;
	width: 300px;
	}
	
div#account-links ul {
	list-style: none;
	padding: 6px 6px 4px;
	}
	
div#account-links ul li {
	color: #333;
	display: inline;
	font-weight: bold;
	padding: 0 6px;
	}
	
div#account-links ul li a {
	color: #333;
	font-weight: normal;
	}	
	
div#header {
	background: url(/images/layout/header_bg.png) top left no-repeat;
	clear: right;
	height: 100px;
	width: 100%;
	}
	
div#header img.logo {
	margin-left: 20px;
	}
	
div#header div.banner_ad {
	float: right;
	margin: 20px 20px 0 0;
	text-align: center;
	width: 468px;
	}
	
div#header_print {
	display: none;
	}
	
div#mainmenu {
	background: url(/images/layout/subheader_bg.png) bottom left no-repeat;
	margin: 0 10px 18px;
	text-align: center;
	width: 930px;
	}

div#mainmenu-shadow {
	background: url(/images/layout/subheader_shadow.gif) top left repeat-x;
	height: 3px;
	width: 930px;	
	}

div#mainmenu ul {
	padding: 4px 0;
	}
	
div#mainmenu ul li {
	display: inline;
	font-size: 120%;
	}
	
div#mainmenu ul li a {
	color: #333;
	padding: 4px 6px 5px;
	text-decoration: none;
	}
	
div#mainmenu ul li a:hover {
	background: #EDEDED;
	}
	
div#mainmenu ul li.current a {
	background: #EDEDED;
	color: #c60;
	font-weight: bold;
	}

div#catmenu {
	background: url(/images/layout/catmenu_bg.png) top left no-repeat;
	margin: 0 10px;
	width: 930px;
	}
	
div#catmenu-shadow {
	background: url(/images/layout/catmenu_shadow.gif) bottom left repeat-x;
	height: 4px;
	width: 930px;	
	}

div#catmenu ul {
	padding: 5px 0 1px 28px;
	}
	
div#catmenu ul li {
	display: inline;
	padding: 5px 0;
	}
	
div#catmenu ul li.categories {
	color: #5D768D;
	}
		
div#catmenu ul li a {
	color: #333;
	padding: 6px 6px 2px;
	text-decoration: none;
	}
	
div#catmenu ul li a:hover {
	background: #AADAE6;
	}
	
div#catmenu ul li.current a {
	background: #AADAE6;
	color: #000;
	font-weight: bold;
	}
	
#maincontent-upper {
	background: url(/images/layout/content_top.png) no-repeat top left;
	height: 13px;
	width: 950px;
	}

#maincontent {
	background: #fff;
	float: left;
	padding: 0 0 10px;
	width: 950px;
	}
	
.forum-container {
	padding: 0 10px;
	}

#footer {
	background: url(/images/layout/content_bottom.png) no-repeat bottom left;
	clear: both;
	width: 100%;
	}
	
#subfooter {
	background: url(/images/layout/footer_bg.png) no-repeat top center;
	padding: 10px 50px;
	}
	
#print-footer {
	display: none;
	padding: 0 20px;
	}