@charset "UTF-8";
/* CSS Document */

@import url("reset.css"); 

/* Primary Divisions ----------------------------------------------- */

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #272727;
	background: url(gfx/body-bg.jpg) repeat-x top left #9d9995;
}

#container {
	margin: 30px auto 25px auto;
	width: 943px;
	border: 1px solid #ffffff;
	background: url(gfx/content-bg.jpg) repeat-x #0b6384;
}

#content-container {
	position: relative;
	width: 900px;
	margin: 20px 20px 0 20px;
	background: url(gfx/reports-bottom.gif) no-repeat bottom left #ffffff;
	padding-bottom: 17px;
}

#content {
	background: url(gfx/content2-bg.gif) repeat-y #ffffff;
	margin-top: 30px;
}

#secondary {
	width: 180px;
	margin: 0px 0 30px 25px;
	float: left;
	
}

#primary {
	width: 615px;
	float: right;
	margin: 0px 35px 30px 0;
}

#report-top {
	background: url(gfx/report-top.gif) no-repeat top left;
	margin-top: 30px;
	height: 68px;
}

#reports, #reports-link {
	background: url(gfx/reportbg.gif) repeat-y top left;
	padding-top: 10px;
}


.individual-report {
	float:left;
	width: 154px;
	padding: 0 14px 0 12px;
	margin-bottom: 5px;
}

#footer {padding: 12px 20px 8px 20px;}

.summary-photo {
	width: 230px;
	float: left;
}

.summary {
	width: 360px;
	float: right;
}

.summary-container, .list-container {margin-bottom: 15px;}

.list-photo {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
}

.list {
	width: 440px;
	float: right;
}


/* Header Image Replacement ----------------------------------------------- */

#title {
	width: 900px;
	height: 250px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#title span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(gfx/rotate/rotate.php) no-repeat top left;
}

#title span.fly-fishing {background: url(gfx/title-fly-fishing.jpg) no-repeat top left;}
#title span.river-fishing {background: url(gfx/title-river-fishing.jpg) no-repeat top left;}
#title span.lake-fishing {background: url(gfx/title-lake-fishing.jpg) no-repeat top left;}
#title span.ocean-fishing {background: url(gfx/title-ocean-fishing.jpg) no-repeat top left;}
#title span.fishing-clothing {background: url(gfx/title-fishing-clothing.jpg) no-repeat top left;}
#title span.hockey {background: url(gfx/title-hockey.jpg) no-repeat top left;}
#title span.footwear {background: url(gfx/title-footwear.jpg) no-repeat top left;}
#title span.clothing {background: url(gfx/title-clothing.jpg) no-repeat top left;}
#title span.general-sporting-goods {background: url(gfx/title-general.jpg) no-repeat top left;}

/* Navigation ----------------------------------------------- */

#nav {
	position: relative;
	width: 900px;
	height: 85px;
	margin: 0;
	padding: 0;
	list-style:none;
}


#nav li {
	float: left; 
	width:179px; 
	height: 85px; 
	position: relative;
}

#nav li#nav-fishing, #nav li#nav-general, #nav li#nav-clothing {width:180px;}

#nav li a {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	border-left: 2px solid #ffffff;
	}
	
#nav li#nav-fishing a {background: url(gfx/nav-fishing.jpg) no-repeat; border-left: none;}
#nav li#nav-footwear a {background: url(gfx/nav-footwear.jpg) no-repeat;}
#nav li#nav-hockey a{background: url(gfx/nav-hockey.jpg) no-repeat;}
#nav li#nav-clothing a{background: url(gfx/nav-clothing.jpg) no-repeat;}
#nav li#nav-general a{background: url(gfx/nav-general.jpg) no-repeat;}

#secondary-nav {
  position: relative;
}

#secondary-nav ul {
	position: absolute;
	top: -374px;
	left: 0px;
	background: url(gfx/secondary-bg.gif) no-repeat;
	height: 26px;
	width: 224px;
}

#secondary-nav ul li {
	float: left;
	color: #b9b8b8;
	padding: 8px 0 0 5px;
	font-size: 13px;
}

#secondary-nav ul li.first {padding-left: 12px;}

#secondary-nav ul li a {
	text-decoration: none;
	font-weight: normal;
	color: #b9b8b8;
}

/* Sub-Nav
------------------------------------------------------------------------------------------------- */
#sub-nav {margin-bottom: 35px;}

#sub-nav li {margin-bottom: 5px;}

#sub-nav li a, #sub-nav li a:link, #sub-nav li a:visited {
	font-size: 16px;
	color: #716e6b;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #716e6b;
	display: block;
	padding: 0 0 5px 20px;
	margin: 0 10px 15px 0;
	background: url(gfx/button.gif) no-repeat top left;
}


#sub-nav li.current a {
	color: #514f4d;
	border-bottom: 1px solid #514f4d;
	background: url(gfx/button-current.gif) no-repeat top left;
}

#sub-nav li a:hover {
	color: #514f4d;
	border-bottom: 1px solid #514f4d;
	background: url(gfx/button-hover.gif) no-repeat top left;
}


#category-nav {
	padding: 0px 0 0 10px;
	margin-bottom: 15px;}

#category-nav li a, #category-nav li a:link, #category-nav li a:visited {
	color: #716e6b;
	border-bottom: none;
	background: url(gfx/arrow.gif) no-repeat top left;
	margin-bottom: 5px;
	font-weight: normal;
}

#category-nav li.current a, #category-nav li.current a:hover {
	color: #514f4d;
	border-bottom: 1px dotted #514f4d;
	background: url(gfx/arrow-current.gif) no-repeat top left;
	font-weight: normal;
}

#category-nav li a:hover {
	color: #514f4d;
	border-bottom: none;
	background: url(gfx/arrow-hover.gif) no-repeat top left;
}

#item-nav li a, #item-nav li a:link, #item-nav li a:visited, #item-nav li a:hover {
	font-size: 12px;
	font-weight: normal;
	background-image: none;
	padding: 0 0 5px 30px;
	margin-bottom: 0;
}

#item-nav li.current a, #item-nav li a:hover {
	border-bottom: none;
	text-decoration: underline;}



/* Typography
-------------------------------------------------------------------------------------------------- */

h2{
	color: #cb0023;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	color: #0d749a;
	font-size: 24px;
	font-weight: bold;
}

h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: .8em;
}

h5 { 
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .8em;
}

#secondary h2 {
	color: #0d749a;
	font-size: 24px;
}

#secondary h3, #secondary h3 a {
	color: #0d749a;
	font-size: 16px;
	margin-bottom: 10px;
}

.date {
	color: #3a4235;
	font-style:italic;
	margin-bottom: 0px;
	line-height: 1em;
}

#secondary p {font-size: 13px;}

p {
	line-height: 1.4em;
	margin-bottom: 1em;
	}

#primary p {letter-spacing: .03em;}

.summary h3 a, .summary h3 a:link, .summary h3 a:visited {
	color: #0d749a;
	text-decoration: none;
}

.summary h3 a:hover {text-decoration: underline;}

#primary h3 {margin-bottom: .6em;}

#report-top h3 {font-size: 18px; color:#000000;}

#report-top h3 span {
	font-size: 14px;
	font-style: italic;
}

#report-top h3.current {color: #ffffff;}

#report-top #hockey-report {padding: 4px 0 0 310px;}
	
#report-top #fishing-report {padding: 8px 0 0 265px;}

#reports h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 1em;
}

#reports p {
	font-size: 13px;
	color: #ffffff;
}

#footer address, #footer p, #footer p a, #footer li a {
	color: #b9b8b8; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	font-style: normal;
}

#footer address, #footer ul, #footer ul li {float: left;}
#footer p {float: right; margin-bottom: 0px;}
#footer ul {list-style: none;}
#footer ul li.italian {background: url(gfx/italian.jpg) no-repeat;}
#footer ul li.french {background: url(gfx/french.jpg) no-repeat;}
#footer ul li.german {background: url(gfx/german.jpg) no-repeat;}
#footer ul li {padding-left: 30px; margin-left: 10px;}

.more {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background: #a3a3a3;
	color: #333333;
	display: block;
	width: 100px;
	padding: 5px 0;
	margin-left: 30px;
	text-decoration: none;
}

.individual-report h4 a {color: #ffffff; text-decoration: none;}

#primary ul {
	list-style: disc outside;
	padding-left: 15px;
	margin-bottom: 1em;
}

#primary ol {
	list-style: decimal outside;
	padding-left: 15px;
	margin-bottom: 1em
}

#primary li {margin: .8em 0;}

#sitemap li ul {list-style: square outside;}

#sitemap {margin-top: 15px;}

a, a:link, a:visited {
	color: #0D749A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

#primary ul.logo-links {
	list-style: none;
	clear: both;
}

#primary ul.logo-links li {
	float: left;
	margin-right: 15px;
	height:80px;
}

p.left {margin-right: 20px;}
p.right {margin-left: 20px;}

#primary div.odd h3, #primary div.even h3 {margin-bottom: .4em;}

#primary div.odd, #primary div.even {
  margin: 10px 0 25px 0; 
	width: 550px; 
	padding: 10px;
	background: url(gfx/switch-bg.gif) repeat-x left top;
	border: 1px solid #888888;
}

#primary p.tips-more {
	text-align: right;
	font-size: 80%;
	margin-bottom: 0;
}


/* Standard Styles all sites --------------------------------------------------------------------- */

strong, b {font-weight: bold;}
em, i {font-style: italic;}
.left {float: left;}
.right {float: right;}
sub {vertical-align:sub;}
sup {vertical-align:super;}
img.left {margin-right: 10px;}
img.right {margin-left: 10px;}

blockquote {
	width: 400px;
	margin: 0 0 20px 40px;
	padding: 10px;
	background: #DBDBDB;
	border: 1px solid #272727;
	border-left: 3px solid #272727;
}

blockquote p {margin-bottom: 0;}


/* RSS Live Search ------------------------------------------------------------------------------- */
#searchform { width: 500px; }
#searchform fieldset { outline: none; border: 1px solid #666; background: #dedede; padding: 20px; margin: 0 20px; }
#searchform label { padding-right: 10px; font-size: 11px; font-weight: bold; color: #8d8d8d; }

#LSResult { background-color: #ccc; margin: 0 20px; }
#LSShadow { padding: 5px; }
#LSRes { background-color: #fff; padding: 10px; }
.LSRow { padding: 5px; border-bottom: 1px solid #dedede; }
#LSHighlight { background-color: #dedede; }
#LSHeader { padding: 2px 2px 8px; color: #8d8d8d; }
.lsDate { display: block; color: #eee; }

#LSResult a { color: #8d8d8d }
#LSResult a:hover { color:#b8860b; }


/* Clear Fix
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */




	