/*
Site: Hubbard Creek Outfitters
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
May 5, 2009 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }



/*  Hubbard Creek Outfitters - CSS  */
/*  Layout  */
html { overflow-x: hidden; overflow-y: auto; background:url(../images/bg-repeat.jpg); height:100%; }

body {
	margin-top: 0;
	padding-bottom:30px;
	background:url(../images/test-bg.jpg) 50% 0 no-repeat;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:left;
	height:100%;
}

html>body {
 min-height: 100%;
 height: auto;
}

#container 		{ width:960px; margin:0 auto; text-align:left; z-index:1; padding-top:35px; padding-bottom:0px; }
#header		 	{ height:40px; background:#581501; z-index:2; }
  #nav 			{ color:#FFF; text-transform:uppercase; z-index:100; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; padding-top:14px; }
#banner 		{ background:url(../images/flash-placeholder.jpg) 0 0 no-repeat; height:360px; z-index:1; }
  #flash		{ padding: 50px 0 0 550px; }
#content 		{ background:#ccc; padding:5px 30px 20px; min-height:400px; } 
#footer  		{ font-size:16px; background:#581501; padding:0 30px; min-height:100px; color:#FFF; margin:50px auto 0; width:900px; }
  
  
/*  Styles  */

a:link    { color: #581501; font-weight: bold; text-decoration: none; } 
a:visited { color: #581501; font-weight: bold; text-decoration: none; }
a:hover   { color: #666; 	font-weight: bold; text-decoration: underline; }
a:active  { color: #581501; font-weight: bold; text-decoration: none; }

a.completesite:link    { color: #581501; font-weight: bold; text-decoration: none; }
a.completesite:visited { color: #581501; font-weight: bold; text-decoration: none; }
a.completesite:hover   { color: #666; 	 font-weight: bold; text-decoration: underline; }
a.completesite:active  { color: #581501; font-weight: bold; text-decoration: none; }

.mainNav 		  { font-size: 16px; font-weight: 600; line-height:30px; font-family:Georgia, "Times New Roman", Times, serif; }
a.mainNav:link	  { text-decoration:none; color:#FFF; font-weight:normal; }
a.mainNav:active  { text-decoration:none; color:#FFF; font-weight:normal; }
a.mainNav:visited { text-decoration:none; color:#FFF; font-weight:normal;}
a.mainNav:hover   { text-decoration:none; color:#CCC; font-weight:normal;}

.footerNav 		  { font-size: 16px; font-weight:normal; color:#FFF; }
a.footerNav:link	 { text-decoration:none; color:#FFF; font-weight:normal; }
a.footerNav:active   { text-decoration:none; color:#FFF; font-weight:normal; }
a.footerNav:visited  { text-decoration:none; color:#FFF; font-weight:normal;}
a.footerNav:hover    { text-decoration:none; color:#AAA; font-weight:normal;}

.completesite { font: 14px/22px Georgia, "Times New Roman", Times, serif; }
.pipe { font-size:10px; color:#999; padding:0 10px; }

h1.completesite { margin-top:-1px; font: 30px/34px Georgia, "Times New Roman", Times, serif; color: #581501; }
h2.completesite { margin: 1px 0 10px 0; font: 28px/32px Georgia, "Times New Roman", Times, serif; color: #581501; }
h3.completesite { margin: 10px 0 10px 0; font: 22px/26px Georgia, "Times New Roman", Times, serif; color: #581501; }
h4.completesite { margin: 0; font: 18px/22px Georgia, "Times New Roman", Times, serif; color: #581501; }


ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }

h2.tag { text-indent: -9999px; padding:0px; margin:0px; }
