@CHARSET "ISO-8859-1";

/* Font Import */
@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('/fonts/CartoGothicStd-Book-webfont.eot?') format('eot'),
         url('/fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-Book-webfont.svg#webfont1l1oLWSU') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('/fonts/CartoGothicStd-Italic-webfont.eot?') format('eot'),
         url('/fonts/CartoGothicStd-Italic-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-Italic-webfont.svg#webfontwfIPNIfh') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('/fonts/CartoGothicStd-Bold-webfont.eot?') format('eot'),
         url('/fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-Bold-webfont.svg#webfontjp82WRel') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBoldItalic';
    src: url('/fonts/CartoGothicStd-BoldItalic-webfont.eot?') format('eot'),
         url('/fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'),
         url('/fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothicStd-BoldItalic-webfont.svg#webfontCWJpTiZr') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RockSaltRegular';
    src: url('/fonts/RockSalt-webfont.eot?') format('eot'),
         url('/fonts/RockSalt-webfont.woff') format('woff'),
         url('/fonts/RockSalt-webfont.ttf') format('truetype'),
         url('/fonts/RockSalt-webfont.svg#webfontoBzC41ky') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArchitectsDaughterRegular';
    src: url('/fonts/ArchitectsDaughter-webfont.eot?') format('eot'),
         url('/fonts/ArchitectsDaughter-webfont.woff') format('woff'),
         url('/fonts/ArchitectsDaughter-webfont.ttf') format('truetype'),
         url('/fonts/ArchitectsDaughter-webfont.svg#webfontRPduMdrp') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SlingNormal';
    src: url('/fonts/Sling-webfont.eot?') format('eot'),
         url('/fonts/Sling-webfont.woff') format('woff'),
         url('/fonts/Sling-webfont.ttf') format('truetype'),
         url('/fonts/Sling-webfont.svg#webfontSHO92090') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SlingLight';
    src: url('/fonts/SlingLight-webfont.eot?') format('eot'),
         url('/fonts/SlingLight-webfont.woff') format('woff'),
         url('/fonts/SlingLight-webfont.ttf') format('truetype'),
         url('/fonts/SlingLight-webfont.svg#webfontNbSVJs4H') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SlingBold';
    src: url('/fonts/SlingBold-webfont.eot?') format('eot'),
         url('/fonts/SlingBold-webfont.woff') format('woff'),
         url('/fonts/SlingBold-webfont.ttf') format('truetype'),
         url('/fonts/SlingBold-webfont.svg#webfontbZO6f6kD') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CarbonTypeRegular';
    src: url('/fonts/carbontype-webfont.eot?') format('eot'),
         url('/fonts/carbontype-webfont.woff') format('woff'),
         url('/fonts/carbontype-webfont.ttf') format('truetype'),
         url('/fonts/carbontype-webfont.svg#webfontpxnVQYGF') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('/fonts/Chunkfive-webfont.eot?') format('eot'),
         url('/fonts/Chunkfive-webfont.woff') format('woff'),
         url('/fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('/fonts/Chunkfive-webfont.svg#webfontbMWZ83oH') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Begin general styles*/
body {
	margin: 0px;
	text-align: center;
}

#wrapper {
	text-align: left;
	min-width: 980px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	/*width: expression(document.body.clientWidth < 1000 ? "980px" : "95%");
		Can't use this min-width trick for <= IE6. Causes browser to
		lock up when in standards compliant mode.
	*/
}

a {
	color: #5166a5;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

.clear {
	clear: both;
}

h1,h1 a {
	font-family: 'SlingBold', Georgia, "Times New Roman", Times, serif, serif;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
	color: #0D0D0D;
	font-size: 27px
}

table {
	font-size: 14px;
}

.noticeBox {
	background-color: #EEE;
	font-family: arial, sans-serif;
}

/*End general styles*/ /*Begin header section*/
div#header {
	width: 100%;
	background: url('/img/banner_logo.gif') repeat-x;
	height: 154px;
	position: relative;
}

div#banners {
	min-height: 80px;
	padding: 10px;
}

#homeLink {
	float: left;
	margin-top: 5px;
}

#homeLink img {
	width: 260px;
	height: 70px;
}

div#bannerAdvert {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
	width: 72%;
}

#externalLinks,#externalLinks a {
	list-style: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	color: #FFF;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 0px;
}

#externalLinks ul {
	padding-top: 20px;
}

#externalLinks li {
	display: inline;
	padding: 0px;
	margin: 10px 5px 0px 5px;
	line-height: 25px;
}

#navigation {
	position: absolute;
	bottom: 0px;
}

/*Begin navigation section*/
ul#rootNav { /*text-transform:uppercase;*/
	letter-spacing: +2px;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	white-space: nowrap;
}

#rootNav li {
	display: inline;
	list-style-type: none;
}

#rootNav a {
	padding: 3px 10px;
}

#rootNav a:link,#rootNav a:visited {
	color: #FFF;
	text-decoration: none;
}

#rootNav a:hover,#rootNav li a#current {
	color: #222;
	background-color: #FFF;
	text-decoration: underline;
}

#rootNav li a#current {
	border: 1px solid #b51e1c;
	border-bottom: none;
	text-decoration: underline;
}

ul#secondNav,ul#nodeNav {
	background-color: #FFF;
	line-height: 25px;
	padding-left: 15px;
	margin: 0px;
}

ul#secondNav{
	background-color: #DDD;
}

ul#nodeNav { /*border-top: 1px solid #ccb7b7;*/
	
}

#secondNav li,#nodeNav li {
	border-left: 2px solid #DDD;
	padding: 0px 5px 0px 5px;
	display: inline;
	list-style-type: none;
}

#secondNav li a,#nodeNav li a {
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#secondNav li a#secondCurrent,#nodeNav li a#nodeCurrent {
	text-decoration: none;
	color: #000;
}

#secondNav a:hover,#nodeNav a:hover {
	color: #cc221f;
}

/*End navigation section*/ /*Begin search form section*/
.searchForm {
	margin-bottom: 8px;
	float: left;
	border: 1px solid #CCC;
	padding: 0px;
	width: 100%;
	float: left;
}

.searchTerms {
	float: left;
	border: none;
	width: 240px;
}

.searchButton {
	margin-left: 4px;
	float: right;
	border: none;
	background-color: #CCC;
	color: #FFF;
}

.opt1 {
	font-weight:bold;
}

.opt2 {
	padding-left:30px;
}

.searchOpts {
	width:300px;
}

/*End search form section*/ /*Begin content section*/

.newsBox{
	font-family: 'ArchitectsDaughterRegular', arial, sans-serif;
	font-size: 14px;
	padding:10px;
	color: #1A1A1A;
}
.newsBox p img{
	padding-right: 10px;
}


#sponsors {
	width: 100%;
}

#contentWrapper {
	padding-top: 10px;

}

#leftWrapper {
	float: left;
	margin-right:350px;
	min-width:63%;
}

/*    Begin story page section (full article view)*/
#storyColumn {
	float: left;
}

.factbox {
	background-color: #E5E5E5;
	padding: 15px;
	margin: 10px;
	border: 2px solid #C5C5C5;
}

.inlineImage {
	float: right;
	width: 303px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.inlineImage img {
	border: 3px solid #fff;
}

.inlineImage p {
	margin: 0px;
	padding: 3px;
	font-size: 10px;
	border-bottom: 1px solid #ddd;
}

#gallery img {
	border: 3px solid #fff;
	margin-right: 14px;
	margin-bottom: 14px;
}

/*    End story page section*/
#topArticle {
	width: 50%;
	float: left;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif, serif;
	margin-bottom: 30px;
}

#topHomeLeft {
	float: left;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif, serif;
	margin-right:20px;
}

.articleMeta {
	font-family: Georgia, "Times New Roman", Times, serif, serif;
	color: #666;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
}

.articleMeta strong {
	font-family: arial, sans-serif;
}

#topArticle p {
	/*padding-left: 20px;*/
}

#topArticle p,#storyContent {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin-left: 4px;
	color: #1A1A1A;
}

#topHomeRight {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #1A1A1A;
	float: left;
	overflow: hidden;
	margin: 5px 20px 30px 0px;
	
}

#storyContent {
	padding-top: 20px;
	border-top: 3px solid #ED1C24;
}

.upperCase {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.teaserArticle {
	padding: 8px 0px 8px 0px;
	margin-bottom: 15px;
	border-top: 3px solid #ED1C24;
}

.teaserArticle p {
	color: #1A1A1A;
	font-family: arial, sans-serif;
	font-size: 13px;
}

.teaserArticle h4,.teaserArticle h4 a {
	padding: 0px;
	margin: 7px 0px 7px 0px;
	font-weight: 400;
	color: #333;
	font-size: 25px
}

#topBlockRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

#articleTeasers {
	padding-top: 15px;
	clear: both
}

#latestArticles ul {
	padding: 0px 0px 0px 15px;
	margin: 4px 0px 10px 0px;
	line-height: 16px;
	list-style-image: url('/img/article_bullet.gif');
}

#latestArticles li {
	padding-top: 10px;
	list-style-type: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
}

#latestArticles b {
	color: #666;
	font-family: arial, sans-serif;
}

#latestArticlesRSS {
	float: left;
	padding-left: 15px;
	color: #666;
	font-size: 13px;
	font-family: arial, sans-serif;
}

.followLink,.followLink a {
	float: right;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif, serif;
	font-size: 12px;
	color: #7F9DA0;
}

#latestTBoats,#latestTTackle,#catch {
	background: #DCDDDE url('/img/t_corner.gif') no-repeat bottom right;
	padding-bottom: 10px;
}

#latestTBoats h2,#latestTTackle h2,#catch h2 {
	height: 20px;
	line-height: 19px;
	margin: 0px;
	padding: 3px 0px 3px 17px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-family: arial, sans-serif;
}

#latestTBoats h2 {
	background: url('/img/t_boats_header.gif') repeat-x left;
}

#latestTTackle h2 {
	background: url('/img/t_tackle_header.gif') repeat-x left;
}

#catch h2 {
	background: url('/img/catch_header.gif') repeat-x left;
}

.TItem {
	padding: 15px;
	margin-bottom:15px;
	clear: both;
	overflow: hidden;
}

.TImage img {
	float: left;
}

.description {
	text-align: right;
	font-family: arial, sans-serif;
	color: #1A1A1A;
	font-size: 14px;
	float: right;
	width: 65%;
}

.description a {
	font-family: arial, sans-serif;
	color: #1A1A1A;
}

.seeMore a {
	background: url('/img/see_more_button.gif') no-repeat left;
	width: 80px;
	height: 22px;
	line-height: 20px;
	clear: both;
	margin-top: -25px;
	margin-right: 10px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	float:right;
}

.magItem,.magItemLarge {
	float: left;
	width: 32%;
	min-width: 32%;
	text-align: center;
	padding-top: 8px;
}

.magItem img {
	width: 80px;
	height: 107px;
	-ms-interpolation-mode: bicubic;
}

.magItemLarge img {
	width: 160px;
	height: 214px;
	-ms-interpolation-mode: bicubic;
}

/*Begin general column*/
#rightColumn {
	float: right;
	width: 320px;
	margin-left: -335px
}

#squareAdvertBlock {
	text-align: center;
	padding-top: 4px;
}

.redDivider {
	color: #ed1c24;
}

.breadCrumb,.breadCrumb a {
	font-family: arial, sans-serif;
	color: #666;
}

.articleTools,.articleTools a {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

.lightColumn,.homeColumn,.navColumn {
	clear: both;
	padding: 0px 0px 8px 0px;
}

.homeColumn,.navColumn {
	background-color: #E6E6E6;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.homeColumn{
	background: #DCDDDE url('/img/t_corner.gif') no-repeat bottom right;
}

.navColumn {
	background-color: transparent;
}

.lightColumn h2,.homeColumn h2,.navColumn h2,#latestArticles h2 {
	margin: 0px;
	padding-left:17px;
	line-height:26px;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	font-family: arial, sans-serif;
}

.lightColumn h2,#latestArticles h2 {
	background: url('/img/light_header.gif') repeat-x left;
}

.homeColumn h2,.navColumn h2 {
	background: #14365D url('/img/home_header.gif') no-repeat
		left;
}

.lightColumn ul,.homeColumn ul {
	padding: 0px 0px 0px 15px;
	margin-left: 15px;
	margin-top: 4px;
	line-height: 20px;
	list-style-image: url('/img/bullet.gif');
}

.homeColumn ul{
	list-style-image: url('/img/bullet_dark.gif');
}

.navColumn h2 a {
	color: #FFF;
}

.navColumn ul,.navColumn ul a {
	line-height: 25px;
	list-style-type: none;
}

.navColumn li,.navColumn li a {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ED1C24;
}

.lightColumn li,.lightColumn li a,.homeColumn li,.homeColumn li a {
	list-style-type: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #1A1A1A;
}

#tideHeader{
	background:url('/img/tide_logo.gif') no-repeat right center;
	padding-right:80px;
}

#damHeader{
	background:url('/img/dam_logo.gif') no-repeat right center;
	padding-right:80px;
}

#moonHeader{
	background:url('/img/moon_logo.gif') no-repeat right center;
	padding-right:80px;
}

.navImage {
	float: left;
	padding: 20px;
}

.navText {
	float: left;
}

/*End general column*/

/* Media Page  */
#media { 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: 0.9em; 
	line-height: 1.6em; 
	background: #fff; 
	border-collapse: collapse; 
	text-align: center; 
	}
#media td { 
	border-bottom: 1px solid #ccc; 
	color: #404040; 
	font-weight: bold; 
	vertical-align: middle; 
	padding: 10px 2px; 
	border-right: 0 none #fff; 
	border-left: 0 none #fff;
	}
#media a { 
	color: #6c6c6c; 
	font-weight: normal; 
	text-decoration: underline; 
	}
.imageDisclaimer p { font-size: 10px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }
#spec { 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: 0.9em; 
	line-height: 1.6em; 
	background: #fff; 
	border-collapse: collapse; 
	text-align: left; 
	}
#spec td { border-bottom: 1px solid #ccc; color: #404040; text-align: left; vertical-align: top; padding: 10px 5px 10px 10px; border-right: 0 none #fff; border-left: 0 none #fff; }

 /*Begin footer*/
#footer hr {
	margin-top: 100px;
	clear: both;
	border: 0px;
	height: 3px;
	background: transparent url('/img/dotted_line.gif') repeat-x
		;
}

#footer p {
	font-family: arial, sans-serif;
	color: #666;
	font-size: 12px;
}
/*End footer*/
