@charset "utf-8";

/* --------------------
		Reset Styles
-------------------- */

* {
	border: 0;
	outline: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

html, body, 
div, span, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, a, 
em, img, q, strong, sub, sup, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

/* --------------------
		Main Styles
-------------------- */

body, html {
	background: #787F85;
	font-family: Verdana, Arial;
	color: #383838;
	font-size: 11px;
}

a {
	color: #707070;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* --------------------
		WYSIWYG Editor
-------------------- */


/* --------------------
		Layout Structure
-------------------- */

#wrapp {
	width: 938px;
	height: auto;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url( '/share/images/site/header.png' ) left top no-repeat;
}

#inner-wrapp {
	width: 938px;
	height: auto;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url( '/share/images/site/background.png' ) left top repeat-y;
	margin-top: 13px;
}

#header {
	width: 938px;
	height: 173px;
	position: relative;
	overflow: hidden;
}

#rotation-images {
	width: 930px;
	height: 261px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#content {
	width: 908px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#left-column {
	width: 215px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0 0 10px 0;
}

#home {
	height: auto;
	margin: 0;
	float: left;
	padding: 0 0 10px 10px;
}

#news,
#events,
#recipes,
#reviews {
	width: 671px;
	height: auto;
	margin: 0;
	float: right;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#blog {
	padding: 0 5px;
}

#page {
	width: 666px;
	height: auto;
	margin: 0;
	float: right;
	overflow: hidden;
	padding: 0 8px 10px 8px;
	background: transparent url( '/share/images/site/page.gif' ) left top repeat-y;
}

#page-bottom {
	width: 682px;
	height: 6px;
	margin: 0;
	float: right;
	overflow: hidden;
	background: transparent url( '/share/images/site/page-bottom.gif' ) left top no-repeat;
	margin: 0 0 10px 0;
}

#footer {
	width: 910px;
	height: 32px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background: #E0E0E1;
	padding: 0 10px;
}

/* --------------------
		Layout Styles for Header
-------------------- */

#header h1 {
	width: 299px;
	height: 102px;
	position: relative;
	overflow: hidden;
	margin: 30px 0 0 20px;
	float: left;
	display: inline;
}

#header h1 a {
	width: 299px;
	height: 102px;
	display: block;
	text-indent: -9999px;
	position: relative;
	overflow: hidden;
	background: transparent url( '/share/images/site/logo.gif' ) left top no-repeat;
}

#header img.banner {
	width: 587px;
	height: 102px;
	position: relative;
	overflow: hidden;
	margin: 30px 20px 0 0;
	float: right;
}

#header ul {
	float: right;
	padding: 0 5px 0 0;
}

#header ul li {
	float: left;
	padding: 0 15px;
}

#header ul li a{
	float: left;
	line-height: 41px;
	color: #3E3F3F;
	text-decoration: none;
	font-size: 13px;
}

#header ul li a.active,
#header ul li a:hover {
	background: transparent url( '/share/images/site/nav-arrow.gif' ) bottom center no-repeat;
}

/* --------------------
		Layout Styles for Rotation Images
-------------------- */

#rotation-images img {
	width: 930px;
	height: 261px;
	overflow: hidden;
}

/* --------------------
		Layout Styles for Content
-------------------- */

#content .pagination {
	width: 682px;
	height: 30px;
	position: relative;
	overflow: hidden;
	float: right;
	padding: 10px 0 10px 0;
}

#content .pagination ul {
	float: right;
}

#content .pagination ul li {
	float: left;
	line-height: 30px;
	color: #1392a9;
	font-weight: bold;
	font-size: 10px;
	padding: 0 5px;
}

#content .pagination ul li.last {
	padding: 0;
}

#content .pagination ul li a {
	width: 77px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	position: relative;
	overflow: hidden;
}

#content .pagination ul li a.prev {
	background: transparent url( '/share/images/site/fonts/prev.gif' ) left top no-repeat;
	margin: 0 5px;
}

#content .pagination ul li a.next {
	background: transparent url( '/share/images/site/fonts/next.gif' ) left top no-repeat;
}

#content .pagination ul li a.back {
	background: transparent url( '/share/images/site/fonts/back.gif' ) left top no-repeat;
}

/* --------------------
		Layout Styles for Left Column
-------------------- */

#left-column .share {
	width: 191px;
	height: 24px;
	background: transparent url( '/share/images/site/share-box.gif' ) left top no-repeat;
	color: #363636;
	font-size: 9px;
	line-height: 24px;
	padding: 0 12px;
}

#left-column .share span{
	text-decoration: underline;
}

#left-column .share div{
	padding: 4px 30px 0 0;
	float: right;
}

#left-column .share div img{
	float: left;
	padding: 0 2px;
}

#left-column .nav {
	background: #1392a9;
	padding: 5px 0;
}

#left-column .nav li {
	padding: 5px 0;
}

#left-column .nav li a {
	background-color: #1392a9;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px;
}

#left-column .nav li a.active,
#left-column .nav li a:hover {
	background: #1392a9 url( '/share/images/site/subnav-arrow.gif' ) left 2px no-repeat !important;
}

#left-column .adv-banners li {
	padding: 15px 0 0 0;
}

#left-column .newsletter {
	background: #1392a9;
	padding: 10px;	
	margin: 10px 0 0 0;
}

#left-column .newsletter .title {
	width: 194px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url( '/share/images/site/newsletter-title.gif' ) left top no-repeat;
}	

#left-column .newsletter fieldset {
	padding: 6px 0 0 0;
}

#left-column .newsletter label {
	display: none;
}

#left-column .newsletter input.text {
	width: 100%;
	color: #5C5C5C;
	font-family: Verdana, Arial;
	font-size: 12px;
	height: 20px;
	border: 1px solid #C6C6C6;
}

#left-column .newsletter input.button {
	float: right;
}	

/* --------------------
		Layout Styles for Recipes && Reviews && News && Events && Home
-------------------- */

#home .fishing {
	width: 289px;
	height: auto;
	position: relative;
	float: right;
}

#home .fishing .box {
	width: 273px;
	height: auto;
	position: relative;
	float: right;
	padding: 6px 8px;
	background: #4fbecd;
	margin: 5px 0 0 0;
}

#home .about-me {
	width: 381px;
	height: auto;
	position: relative;
	float: left;
}

#home .about-me .box {
	background: #68c7d4;
	padding: 8px;
}

#home .about-me .box p {
	line-height: 17px;
	padding: 5px 0;
}

#home .about-me .box p a {
	color: #1C407B;
}

#home h2,
#news h2,
#events h2,
#reviews h2,
#recipes h2 {
	width: 215px;
	height: 46px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url( '/share/images/site/fonts/recipes.gif' ) left top no-repeat;
}

#reviews h2 {
	background: transparent url( '/share/images/site/fonts/reviews.gif' ) left top no-repeat;
}

#news h2 {
	background: transparent url( '/share/images/site/fonts/news.gif' ) left top no-repeat;
}

#home h2 {
	width: 156px;
	height: 41px;
	float: left;
	margin: 10px 0 0 0;
	cursor: pointer;
}

#home .about-me h2,
#home .fishing h2 {
	width: 220px;
	height: 42px;
	background: transparent url( '/share/images/site/fonts/about-me.png' ) left top no-repeat;
	margin-top: -20px;
	margin-bottom: 5px;
	margin-left: 71px;
	display: inline;
	z-index: 9999;
}

#home .fishing h2 {
	background: transparent url( '/share/images/site/fonts/fishing.png' ) left top no-repeat;
	margin-left: 40px;
	margin-bottom: 0px;
}

#home .events h2 {
	background: transparent url( '/share/images/site/fonts/events-home.gif' ) left top no-repeat;
}

#home .reviews h2 {
	background: transparent url( '/share/images/site/fonts/reviews-home.gif' ) left top no-repeat;
}

#home .recipes h2 {
	background: transparent url( '/share/images/site/fonts/recipes-home.gif' ) left top no-repeat;
}

#events h2.future {
	width: 249px;
	background: transparent url( '/share/images/site/fonts/events1.gif' ) left top no-repeat;
}

#events h2.past {
	background: transparent url( '/share/images/site/fonts/events2.gif' ) left top no-repeat;
	margin: 10px 0 0 0;
	width: 100%;
}

#home .item {
	width: 504px;
	padding: 8px;
	background: #04a2b8;
	margin: 10px 0 0 5px;
	float: right;
}

#home .events .item {
	background: #36b5c6;
}

#home .reviews .item {
	background: #1dabbf;
}

#news .item,
#events .item,
#reviews .item,
#recipes .item {
	padding: 8px;
	background: #4FBECD;
	margin: 10px 0 0 0;
}

#events .item {
	background: #36B5C6;
}

#reviews .item {
	background: #1dabbf;
}

#home .recipes .left {
	width: 400px;
}

#home .recipes img,
#recipes .item img {
	width: 96px;
	height: 65px;
	float: left;
	margin: 0 8px 0 0;
}

#home .recipes h3,
#recipes .item h3 {
	padding: 3px 0 8px 0;
}

#home .recipes h3 a,
#recipes .item h3 a {
	color: #383838;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#home .recipes h3 a:hover,
#recipes .item h3 a:hover {
	text-decoration: underline;
}

#home .fishing h3,
#news .item h3,
#home .events h3,
#events .item h3,
#home .reviews h3,
#reviews .item h3 {
	color: #383838;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#home .fishing .date,
#news .item .date,
#home .events .date,
#events .item .date,
#home .reviews .date,
#reviews .item .date {
	color: #383838;
	font-weight: bold;
	font-size: 9px;
	display: block;
	padding: 7px 0;
}

#reviews .item p {
	line-height: 16px;
}

#home .recipes p,
#recipes .item p {
	color: #383838;
	font-weight: bold;
	font-size: 10px;
	padding: 8px 0;
}

#home .fishing a.view,
#events .item a.view,
#news .item a.view {
	color: #1F2020;
	font-size: 11px;
	text-decoration: underline;	
	font-weight: 400;
	margin: 0 0 0 15px;
}

#news .item a {
	color: #1F2020;
}

#home .fishing a.view {
	color: #006666;
}

#home .reviews a.view,
#home .recipes a.view,
#home .events a.view,
#recipes .item a.view {
	color: #006666;
	font-size: 11px;
	text-decoration: underline;
}

#home .fishing a.view:hover,
#news .item a.view:hover,
#events .item a.view:hover,
#home .reviews a.view:hover,
#home .recipes a.view:hover,
#home .events a.view:hover,
#recipes .item a.view:hover {
	text-decoration: none;
}

/* --------------------
		Layout Styles for Breadcrumb
-------------------- */

#page .breadcrumb {
	overflow: hidden;
}

#page .breadcrumb li {
	float: left;
	padding: 0 4px 0 0;
	list-style-type: none;
	margin: 0;
}

.content {
	padding: 5px;
}

.content h1 {
	padding: 5px 0 0 0;
}

.content h2 {
	color: #505050;
	font-size: 25px;
	font-family: Georgia;
	padding: 5px 0;
}

.content h3 {
	color: #505050;
	font-size: 18px;
	font-family: Georgia;
	padding: 5px 0;
}

.content h4 {
	color: #323232;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
}

.content h5 {
	color: #323232;
	font-size: 10px;
	padding: 5px 0;
}

.content ul {
	line-height: 20px;
	padding: 5px 0;
}

.content ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}

.content ol li {
	list-style-type: decimal-leading-zero;
	margin: 0 0 0 27px;
	padding: 0 0 0 10px;
}

.content p {
	line-height: 15px;
	padding: 5px 0;
}

.content form {
	padding: 10px 0;
}

.content form fieldset {
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
}

.content form label {
	display: block;
	width: 44%;
	float: left;
	text-align: right;
	line-height: 21px;
	padding: 0 10px 0 0;
}

.content form input.text {
	display: block;
	width: 45%;
	float: left;
	height: 20px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	background: transparent url( '/share/images/site/input.text.gif' ) left top repeat-x;
	font-size: 11px;
	font-family: Verdana;
	color: #000;
	border-bottom: 1px solid #E8E8E8;
}

.content form textarea {
	display: block;
	width: 45%;
	float: left;
	height: 81px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	background: #fff url( '/share/images/site/input.text.gif' ) left top repeat-x;
	font-size: 11px;
	font-family: Verdana;
	color: #000;
	border-bottom: 1px solid #E8E8E8;
	padding: 2px;
}

.content form input.button {
	margin-right: 60px;
	float: right;
}

.content form select {
	display: block;
	width: 45%;
	float: left;
	height: 21px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	background: transparent url( '/share/images/site/input.text.gif' ) left top repeat-x;
	font-size: 11px;
	font-family: Verdana;
	color: #000;
}

img.image-left {
	float: left;
	padding: 0 15px 0 0;
}

.green_box {
	background: #E0E0E1;
	padding: 10px;
	margin: 10px 0 0 0;
	color: #667585;
	font-size: 9px;
}

.green_box form label {
	display: block;
	width: 210px;
	float: left;
}

.green_box form input.text {
	display: block;
	width: 347px;
	float: left;
	height: 20px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	background: transparent url( '/share/images/site/input.text.gif' ) left top repeat-x;
	font-size: 11px;
	font-family: Verdana;
	color: #000;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #E8E8E8;
}

.green_box form textarea {
	display: block;
	width: 343px;
	float: left;
	height: 81px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	background: #fff url( '/share/images/site/input.text.gif' ) left top repeat-x;
	font-size: 11px;
	font-family: Verdana;
	color: #000;
	border-bottom: 1px solid #E8E8E8;
	padding: 2px;
}

.green_box form input.button {
	margin-top: 10px;
	float: right;
	display: inline;
}

/* --------------------
		Layout Styles for Blog
-------------------- */

#blog h2 {
	font-family: Georgia;
	color: #323232;
	font-size: 30px;
	padding: 10px 0;
}

#blog h3 {
	font-family: Georgia;
	color: #323232;
	font-size: 18px;
	padding: 10px 10px;
}

#blog p {
	color: #323232;
	line-height: 16px;
}

#blog .item p {
	padding: 0 10px;
}

#blog .date {
	width: 177px;
	text-align: center;
	display: block;
	color: #7F7F7F;
	font-size: 10px;
	line-height: 27px;
	float: right;
	margin-right: 14px;
}	

#blog .item {
	width: 678px;
	height: auto;
	overflow: hidden;
	position: relative;
	background: transparent url( '/share/images/site/blog-item.gif' ) left top no-repeat;
	margin-left: -11px;
	padding: 0 0 5px 0;
	margin-top: 10px;
}

/* --------------------
		Layout Styles for Footer
-------------------- */

#footer ul li {
	float: left;
	line-height: 32px;
	padding: 0 7px 0 6px;
	background: transparent url( '/share/images/site/footer-separator.gif' ) right 13px no-repeat;
	color: #787F85;
}

#footer ul li.last {
	background: none;
}

#footer ul li a {
	float: left;
	color: #787F85;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul.right li.last a {
	width: 56px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url( '/share/images/site/site-by.gif' ) left top no-repeat;
}