/*
Theme Name: Gone Fishing Responsive
Theme URI: http://www.squigloo.com.au
Author: Kat Rosendorff
Author URI: http://wordpress.org/
Description: Custom Designed theme for Gone Fishing
Version: 1.6
License: GNU General Public License
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding:0px;
}
#page {
	margin: 0em auto;
	width:100%;
	max-width: 1100px;
	z-index:900;
}
#access div {
	margin: 0px;
}
#primary {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0 20px;
	position: relative;
	width: auto;
}

#secondary {
	margin: 0 20px 40px;
}
/*With side sub nav*/
#subnav {
	margin:0 20px 40px;
}
/* Default (uses no-sidebar-template) */
/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
}


/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 70px;
	width: auto;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
/* Alignment */
.alignleft,
.alignright,
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 70px;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 70px;
	width: auto;
}

/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #1B344C;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background-color: #011741;
	
}
#page {
	background-color:#FFF;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
} 
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea {
	/*background: #fafafa;*/
	background: #FFF;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #616161;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
	color: #2C2C2C;
}
textarea {
	padding: 6px;
	width: 100%;
	box-sizing:border-box;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
	padding: 6px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #125F98;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 70px;
}


/* =Header
----------------------------------------------- */
#branding {
	position: relative;
	z-index: 500;
	height:270px;
	background-color:#011741;
	background-color:#000;
	overflow:hidden;
}
.home #branding {
	height:400px;
	overflow:hidden;
}

#site-title {
	padding: 15px 0;
}

#site-title a {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #FFF;
}

#site-title {
	text-align:center;
}
#site-title img{
	width:165px;
	height:auto;
}
.home .hTitles {
	text-align:center;
}
.home .hTitles p {
	margin-bottom:10px;
}
.home .hTitles a {
	color:rgba(255,255,255,0.80);
}
.home .hTitles .tel {
	font-size:20px;
	font-family: 'Ruluko';
}
.home .hTitles .social {
	font-size:25px;
}
.home .hTitles a:hover {
	color:rgba(255,255,255,1);
}
/* HEADER SLIDESHOW */
.home .slideshowlink {
	display: none;
}
.slideshow-area {
	width:100%;
	height:200px;
	float:right;
	position:relative;
	overflow:hidden;
}
.slideshow-area .frame {
	display:none;
}
.slideshow-area .slideshow {}

.slideshow-area .slideshow img {
	width:100% !important;
	height:auto  !important;
}
.slideshow-area .ngg-slideshow-loader img {
	width:auto !important;
}
/* HEADER IMAGE BANNER */
.hero-banner {
	margin-top:0px;
	height:273px;
	position:relative;
	overflow:hidden;
}
.hero-banner .frame {
	display:none;
}
.hero-banner .hero-photo {
	position:absolute;
	bottom:0px;
	z-index:5;
	height:273px;
	overflow:hidden;
	width: 100%;
}
.hero-banner .hero-photo img {
	width:100%;
	height:auto;
		position:absolute;
	bottom: 0;
}
.home .entry-content p {
	margin-bottom:0.8em;
}
/* HEADER WIDGET AREA 
--------------------------------------------*/
#header-widgets {
	position: absolute;
	top: 80px;
	right: 10px;
	text-align: right;
	width:50px;	
	color:#fff;
	z-index:999;
}



/* =Menu
-------------------------------------------------------------- */
.menu-toggle {
	position:absolute;
	font-size:24px;
	cursor: pointer;
	display:block;
	top:10px;
	left:20px;
	color: #FFF;
}
.mobileNav {
	display: none;
}
.toggled-on .mobileNav {
	background-color: #4F5E6C;
	display: block;
	position: fixed;
	top: 0;
	left: 0px;
	width: 180px;
	padding: 40px 20px;
	height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.3px;/*	opacity:1;
	transition:opacity 400ms ease-out;*/
	box-shadow:1px 0 5px rgba(0,0,0,0.3);
}
.admin-bar .toggled-on .mobileNav {
	padding-top:60px;
	
}

#access {
	display: block;
	margin: 0 auto 0px;
	width: 100%;
	position:relative;
	z-index:950;
}

#access ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access ul ul {
	display:none;
}

#access a {
	color: #FFF;
	display: block;
	line-height: 26px;
	padding: 0 8px;
	text-decoration: none;
	font-family:'Ruluko';
	text-transform:uppercase;
	font-weight:400;
}
#access li {
	margin-bottom:9px;
}
#access .current_page_item a {
	font-weight:bold;
}
.hideNav {
	color:#DBDBDB;
	cursor:pointer;
	float:right;
	font-weight:300;
	font-size:17px;
}
.hideNav:hover{
	color:#FFF;
}

/* =Content
----------------------------------------------- */
.clearfix {
	clear:both;
}
#main {
	clear: both;
	padding: 1em 0 0;
	min-height:300px;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	color: #666;
}
.hentry,
.no-results {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.entry-title,
.section-title,
.woocommerce .page-title {
	clear: both;
	color: #052C4F;
	font-weight: 400;
	font-family:'Ruluko';
	font-size: 30px;
	line-height: 1.4em;
	padding: 0px;
}
.woocommerce .page-title {
	margin-bottom:10px;
}
.entry-title,
.entry-title a {
	color: #052C4F;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.section-title {
	margin-left:20px;
	margin-bottom:10px;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-bottom:25px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:5px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 10px 0 0;
}
.intro {
	font-size:15px;
}
.entry-content h1,
.entry-content h2 {
	color: #052C4F;
	font-weight: 400;
	font-family:'Ruluko';
	margin: 0 0 .8125em;
}
.entry-content h1 {
	font-size:26px;
}
.entry-content h2 {
	font-size:20px;
}
.entry-content h3 {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-transform: uppercase;
	color:#052C4F;
	font-family:'Ruluko';
}
.entry-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	/*width: 100%;*/
}
.entry-content table 
.entry-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background-color: #ADE;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 12px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background-color: #0CC;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;/*97.5%;  Fluid images for posts, comments, and widgets */
	box-sizing:border-box;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;  /*Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
/*ShadowFx */
img.dropshadow {
	padding:0px;
	border:none;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
}
#ie7 img.dropshadow,
#ie8 img.dropshadow {
	border:1px solid #CCC;
}
a:hover img.dropshadow {
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5);
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info (removed)*/

/* Comments link */
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding:  0.5em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	right: 20px;
	position: absolute;
	left: auto;
	top: 10px;
}
/* = SubNav
----------------------------------------------- */
.has-subnav #subnav {
	margin-top:10px;
}
#subnav h4 {
	font-size:18px;
	font-family: 'Ruluko';
    font-weight: 400;
	color:#052C4F;
	margin-bottom:20px;
	
}
#subnav ul,
#secondary ul {
	margin:0px;
	padding:0px;
	list-style:none;
	border-top:1px solid #CCC;
}
#subnav li,
#secondary li{
	margin:0px;
	padding:0px;
	list-style:none;
	border-bottom:1px solid #CCC;
	
}
#subnav li a,
#secondary li a {
	font-size:13px;
	line-height:16px;
	display:block;
	padding:8px 10px;
	font-family: 'Ruluko';
	text-transform:uppercase;
	color:#333;
	font-weight:normal;
}
#subnav li a:hover,
#secondary li a:hover {
	background-color:#CBD7DD;
	text-decoration:none;
}
#subnav .current_page_item {
	background-color:#EBF0F2;
}
/* = You Tube Video	
----------------------------------------------- */
a.yt_video {
	display:block;
	float:left;
	width:560px;
	height:400px;
	background-color:#333333;
	padding:0px;
	border:none;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	position:relative;
	overflow:hidden;
	margin-right:25px;
	text-align:center;
}
a.yt_video:hover {
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5);
}
a.yt_video img.play_btn {
	position:absolute;
	top:0px;
}
a.yt_video img.yt_thumb {
	height:400px;
	width:auto;	
}
	

/* = Home (FB Feed)
----------------------------------------------- */
.home .entry-content .intro {
	margin-bottom:20px;
	font-size:16px;
	padding-top:5px;
	clear:both;
}
.home .image-links a{
		float:left;
		width:48%;
	margin-right:2%;
}
.home .image-links img {
	width: 100%;
	height: auto;
}
.reellisten {
	border:1px solid #b1dafa;
	padding: 10px;
	font-size: 16px;
	margin-top: 5px;
	
}
.reellisten:after {
	clear: both;
	display: block;
	content: '';
}
.reellisten img {
	float: left;
	display: block;
	margin: -10px 10px 0 0;
}
.facebook-block {
	float:right;
	width:100%;
	min-height:400px;
	background-color:#EDF1F4;
	margin-top:5px;
	overflow:hidden;
}
.facebook-block iframe {
	width:100%;
}
.facebook-block h3 {
	color:#FFF;
	background-color:#011741;
	background-color:#000;
	padding:1px 10px;
	font-size:18px;
	margin:0px 1px;
}
.home .entry-content a img {
	border:none;
	padding:0;
}
/*.fbf_facebook_page_widget_container {
    background: none repeat scroll 0 0 #EDF1F4 !important;
    border-bottom: none;
}
.fbf_facebook_page_widget {
	margin:10px 10px 5px;
}
.fbf_facebook_page_widget img {
	border:1px solid #ccc;
}
.facebook-block p {
	color:#1B344C;
	font-size:11px;
	line-height:normal;
	clear:both;
}

.facebook_page-avatar img {
	padding:0px 5px 5px 0px !important;
}
.facebook-block .like-btn {
	margin:5px 10px 5px;
}
.facebook-block iframe {
	float:left;
	width:80px;
}*/
.fb_iframe_widget {
	
}
.ytvid {
	width:340px;
	height:auto;
}
ul.quicklinks {
	padding-top:5px;
	margin-top:5px;
	margin-left:0;
}
.quicklinks li {
	list-style:none;
}

/* = Charter Pages
----------------------------------------------- */
.has-subnav iframe { border:1px solid #ccc; }
.page-template-fullwidth-page.has-subnav iframe { border:none; }
/* Pricing 
----------------------------------------------- */
table.pricing td,
table.pricing th {
	padding:5px 10px;
}
.odd-row td {background-color:#EBF0F2;}
.even-row td {
	background-color:#CCD6E3;
}
table.pricing h2 {
	margin-bottom:2px;
	font-weight:bold;
	line-height:normal;
}
table.pricing h4 {
	font-family:'Ruluko';
	color: #052C4F;
	font-size:16px;
}
.box-blue {
	background-color:#0567AA;
	padding:10px;
	color:#fff !important;
}
.entry-content .box-blue h2 {
	color:#FFF !important;
	margin-bottom:5px;
}
.charter-locations {
    margin-top: -30px;
}

/* = Fish Galleries
----------------------------------------------- */
.sq_fish .entry-content h1.entry-title {
	text-transform:uppercase;
}

.fish-gallery {
	padding:0px;
	background-color:#EBF0F2;
	height:370px;
	overflow:hidden;
	text-align:center;
}
.fish-gallery .no-gallery {
	margin:50px auto 0px;
	
}
#pre-loader {
	margin-top:150px;
	
}
.fish-bio {
}
.fish-specs {
	background-color:#BDCCD4;
	padding:10px;
	min-height:100px;	
	box-sizing: border-box;
}
.galleryview ul {
	list-style:none;
}
.galleryview img {
	max-height:320px;
	max-width:700px;
	
}
/*
.galleryview .nav-next,
.galleryview .prev-next {	opacity:0.7;}
.galleryview .nav-next { width:22px !important; float: none; }
.galleryview .panel-overlay { display:none; }
.galleryview .overlay { display:none; }
.galleryview .panel { background-color: transparent !important; overflow:visible  !important;}
.galleryview .strip_wrapper {
	padding-top:10px;
	background-color:#A4B8C1;
	background-color:rgba(164,184,193,0.7);
}
.galleryview .strip_wrapper {	padding-bottom:2px;	}
.filmstrip li  {
	text-align:center;
	background-color:#ccc;
}*/
/* = DIV Boxes
----------------------------------------------- */
.box-home-box {
	width:50%;
	border:1px solid #CCC;
	padding:5px;
}

.box-left-column {
	width:45%;
	float:left;
	margin-right:3%;
}
.box-right-column,
.box-right-column-centered {
	width:45%;
	float:right;
	margin-left:3%;
}
.box-right-column-centered {
	text-align:center;
}
/* WEATHER FEED
------------------------------ */
.inverted {
	color:#FFF !important;
	background-color:#011741;
	padding:5px;
	line-height:normal;
	margin-bottom:5px;
}
.feedlist {
	list-style:none;
	padding:0;
	margin:0 0 1.6em;
}
.feedlist li {
	padding:0 5px 7px;
	border-bottom:1px solid #efefef;
	margin:0 0 7px;
}
.feedlist li:last-child,
.feedlist li.last {
	margin:0;
	border:none;
	padding:0 5px 7px;
}
.feedlist h3 {
	margin:0;
	line-height:normal;
	text-transform:none;
}
.feedlist .date {
	font-size:11px;
	color:#999;
	display:block;
}
.feedlist b {
	font-weight:bold;
}
.feedlist .rss-entry {
	clear:both;
}
.feedlist .rss-entry img{
	float:left;
	margin-right:5px;
}
.feedlist #post-2 .rss-entry br {
	display:none;
}
.feedlist #post-2 .rss-entry p {
	clear:both;
}

/* Booking Form
------------------------------ */
form.wpcf7-form {
    padding: 5px;
}
#wpcf7-f138-p39-o1,
div.wpcf7 {
	padding:5px 15px !important;
	background-color:#0567AA;
	color:#FFF;
}
.wpcf7 h3 {
	font-size:18px;
	color:#FFF;
	clear:both;
}
.wpcf7 p {
	margin-bottom:10px;
}
span.wpcf7-not-valid-tip {
	color:#333;
	left:5% !important;
	background-color:#FFEFEA !important;
}
.wpcf7 label {
	width:150px;
	display:block;
	float:left;
	color:#fff;
}
/*Product version*/
#wpcf7-f318-p316-o1 {
	
	max-width:400px;
}
.wpcf7 input.wpcf7-text  {
	width:90%;
	max-width:250px;
}
.ps-shop .wpcf7 label {
	width:130px;
}
.wpcf7 .product-header label.pn {
	width:130px;
	font-weight:normal !important;
}
.wpcf7 .product-header label {
	width:90px;
	font-weight:normal;
	font-family: 'Ruluko';
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.wpcf7 .product{
	clear:both;
	margin-bottom:3px;
	min-height:25px;
	border-top:2px solid #2D95CE;
	padding-top:5px;
}
.wpcf7 .sl{
	border-top:2px solid #2D95CE;
	padding-top:15px;
}
.wpcf7 .product h4 {
	font-weight:bold;
	clear:both;
	width:130px;
	float:left;
}
.wpcf7 .product br {
	display:none;
}
.wpcf7 .product select {
	width:80px;
	float:left;
	margin-right:10px;
}

/*SHOP*/
.ps-shop table {}
.ps-shop td {
	vertical-align:top;
}
.ps-shop td h2,
.ps-shop td h3  {
	margin-bottom:5px;
}
/*What's Biting*/
#whatsbiting {
    text-align: center;
}
#whatsbiting td {
    border: 1px solid #FFF;
    padding-left: 3px;
    padding-right: 3px;
    width: 30px;
}
#whatsbiting tr {
    border: 1px solid #000000;
    height: 20px;
}
#whatsbiting th.species {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #000000;
    font-weight: bold;
    width: 150px;
}
#whatsbiting td.species-type {
    background-color: #EEE;
    color: #000000;
    padding-left: 10px;
    text-align: left;
    width: 140px;
}
#whatsbiting tr.legendrow {
    height: 30px;
}
#whatsbiting td.legenddata {
    background-color: #D1DBE1;
    color: #000000;
    text-align: center;
    width: 510px;
}
#whatsbiting th.month {
    background-color: #D1DBE1;
    border: 1px solid #FFF;
    color: #000000;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    width: 30px;
}
.excellent {
    background-color: #011741;
    width: 30px;
}
.good {
    background-color: #1DB2AE;
    width: 30px;
}
.poor {
    background-color: #6EB1D6;
    width: 30px;
}
.undetermined {
    background-color: #EDBF83;
    width: 30px;
}
.legend-excellent {
    color: #011741;
    font-size: 20px;
}
.legend-good {
    color: #1DB2AE;
    font-size: 20px;
}
.legend-poor {
    color: #6EB1D6;
    font-size: 20px;
}
.legend-undetermined {
    color: #EDBF83;
    font-size: 20px;
}
/* = WOO COMMERCE
----------------------------------------------- */
.gift-btn {
	float: right;
	margin: 0 20px 20px 50px;
	background-color: #A11A1C;
	color: #FFF;
	border-radius: 60px;
	display: block;
	text-align: center;
	width: 80px;
	min-height: 80px;
	padding: 25px 15px 5px;
	border: 4px solid #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
	font-weight: 400;
	font-family: 'Ruluko';
	text-transform: uppercase;
	font-size: 18px;
	 transform: rotate(2deg);
}
.gift-btn:hover {
	color:#FFF;
		background-color:#AC1C1E;
}
/* Header Cart */
.woo-cart {
	position:absolute;
	/*top:40;*/
	right:5px;
  color: #0e2c5b;
  display: block;
  font-family: "Ruluko";
  font-weight: 400;
  line-height: 46px;
  padding: 0 8px;
  text-decoration: none;
  text-transform: uppercase;
  z-index:9999;
  font-size:16px;
}
.woo-cart a {
	color: #FFF;
}
#shopp-sidecart-items {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-left: 3px;
    min-width: 20px;
    padding: 2px;
    text-align: center;
}
a:hover > #shopp-sidecart-items {
	background-color: rgba(255, 255, 255, 0.3);
}
/*Category Page*/
.woocommerce ul.products li.product h3 {
	color: #052C4F;
	font-weight: 400;
	font-family:'Ruluko';
	font-size: 20px !important;
	line-height:1.3em;
}
.woocommerce ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: 180px  !important;
    margin: 0 auto 1em  !important;
    width: auto !important;
}
/*Product Page*/
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: right !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left !important;
}

/* new Gift Card Layout */
@media screen and (min-width:900px) {
	 #content .product-type-gift-card .woocommerce-product-gallery{
		width:35% !important;
		 
	}
	 #content .product-type-gift-card .summary {
		width:60% !important;

	}
}
.ywgc-generator {
    margin-top: 10px;
}
.ywgc-top-header {
	display: none !important;
}
.gift-cards-list td {
	padding-right: 5px;
	font-weight: bold;
}
.ywgc-card-message {
	padding: 10px;
}
.ywgc-editor-section-title {
	font-family: "Ruluko";
	font-size: 26px;
}
.ywgc-have-code {
	display: none; /*Hide have gift code message*/
}
/*Product Page*/
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: right !important;
}


.product_cat-gift-cards form {
	padding-top:10px;
	border-top:1px dotted #CCC;
	font-weight:bold;
}
.rpw_product_message {
	font-style:italic;
	padding-bottom:5px;
}
.related.products {
	clear:both;
	border-top: 1px dotted #333;
	padding-top: 15px;
	margin-top: 15px;
}
.related.products h2 {
	font-family: "Ruluko";
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4em;
	 color: #052c4f;
}
.related .price {
	display: none;
}
/*Checkout*/
.ps-cart .woocommerce h6 {
	font-family: "Ruluko";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
	 color: #052c4f;
}
.ps-checkout .woocommerce-info {
	display:none;
}

/*Thanks*/
.woocommerce-thankyou-order-details.order_details {
	padding-bottom:10px;
	border-bottom:1px dotted #CCC;
	font-size: 1.2em;
}
.woocommerce-thankyou-order-details.order_details:after {
	content:"";
	display:table;
	clear:both;
}

/* = BLOG POSTS
-------------------------------------------------------------- 
 */
 .blog-header {
	 margin-bottom:15px; 
	 padding-bottom:15px;
	 border-bottom:2px solid #CCC;  
 }
 .blog-summary:after,
 .entry-summary:after {
	 clear:both;
	 display:table;
	 content:'';
 }
 .blog-summary {
	 padding-bottom:10px;
	 margin-bottom:10px; 
	 border-bottom:2px solid #CCC; 
	 }
.blog-summary h3 {
	  margin-top:-5px;
	  font-size: 24px;
    font-weight: 500;
	margin-bottom:9px;
	font-family: "Ruluko";
  }
.blog-summary .thumbnail {
	 width:30%;
	 float:left;
	 margin-right:15px;
	 max-height:300px;
	 overflow:hidden;
	 border:1px solid #ddd;
	 padding:5px;
	 box-sizing:border-box;
 }
.blog-summary  .thumbnail img{
  width:100%;
  height:auto;
  display:block;
  line-height:0;
}
.blog-summary  .blurb {
  width:65%;
  float:left;
  
}
.blog-summary p {
	 margin-bottom:0;
}
@media screen and (max-width: 440px) {
	   .blog-summary .thumbnail {
		 margin:0 0 10px 0 ;
		 float:none;
		 width:100%;
	 }
	 
	  .blog-summary  .blurb {
		float: none;
		width: 100%;
	} 
}

/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery  (Removed)
----------------------------------------------- */
/* =Status  (Removed)
----------------------------------------------- */
/* =Quote  (Removed)
----------------------------------------------- */
/* =Image  (Removed)
----------------------------------------------- */

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	
	border-width: 1px 0;
	margin: 0 20px;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase  (Removed)
----------------------------------------------- */
/* Recent Posts (Removed)*/

/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


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

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	font-size: 18px;
	font-weight: 400;
	font-family:'Ruluko';
	margin-bottom:15px;
}
.widget ul {
	font-size: 13px;
	margin: 0 0 0 20px;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget  (Removed) */
/* Twitter  (Removed)*/

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget (Removed)*/
/* =Comments (Removed)
----------------------------------------------- */

/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	width:100%;
	max-width:1100px;
	margin:0px auto;
	background-color:rgba(1,23,65,0.5);
}
#supplementary {
	padding: 1.625em 20px 0.5em;
	overflow: hidden;
}


/* Four Footer Widget Areas */
#supplementary .widget-area {
	float: left;
	margin-right: 10px;
	width: 235px;
	color:#4286A1;
	font-size:12px;
}
#supplementary .widget-area a,
#supplementary .widget-area li{
	font-weight:normal;
	color:#4286A1;
	font-size:12px;
}
#supplementary .widget-area a:hover {
	color:#FFF;
	text-decoration:none;
}
#supplementary .widget ul {
	font-size:12px;
}
#supplementary  .widget-title {
	color:#fff;
	text-transform:uppercase;
}

#supplementary.four .widget-area + .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
#supplementary #first {
	width:135px;
	text-align:center;
	margin-right:50px;
}
/* Mini Footer Widget Areas */
#credits-and-copyright {
	clear:both;
	padding: 5px 20px 3em;
}
#credits-and-copyright .widget-area {
	font-size:11px;
	color:#224F71;
}
#credits-and-copyright #mini-left.widget-area {
}
#credits-and-copyright #mini-right.widget-area {
}
#credits-and-copyright a {
	color:#224F71;
}

/* =Media queries
-------------------------------------------------------------- */
/* Minimum width of 540 pixels. */
@media screen and (min-width: 540px) {
	/* Alignment */
	.entry-content .alignleft {
		display: inline;
		float: left;
		margin-right: 1.625em;
		max-width:50%;
	}
	.entry-content .alignright {
		display: inline;
		float: right;
		margin-left: 1.625em;
		max-width:50%;
	}
	.entry-content .aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}


/* Minimum width of 640 pixels. */
@media screen and (min-width: 640px) {
	
	#access > div {
		margin: 0 20px;
		padding-right:50px;
	}
	#site-title {
		padding: 5px 0 1px;
	}
	.home #site-title {
		padding: 20px 0 0;
	}
	.hTitles {
		position:absolute;
		left:30px;
		bottom:70px;
		z-index:100;
		width: 36%;
	}
	#site-title img{
		width:200px;
	}
	/*home header*/
	#branding {
		height:282px;
	}
	.home #branding {
		height:360px;	
	}
	.home .hTitles {
		background-color:#011741;
		background-color:#000;
		
	}
	.slideshow-area {
		width: 440px;
		height: 290px;
		float: right;
		background-color: #EEF4F8;
	}
	.slideshow-area .slideshow {
    	position: absolute;
		top: 0px;
		z-index: 5;
	}
	
	.slideshow-area .slideshow img {
		width:625px !important;
	}
	.slideshow-area .frame {
		position:absolute;
		bottom:-4px;
		z-index:10;
		display:block;
	}
	/*other pages header*/
	.hero-banner {
		width:100%;
		max-width:625px;
		position:absolute;
		right:0;
		bottom:0px;
		z-index:5;
	}
	.hero-banner .frame {
		position:absolute;
		top:0px;
		z-index:10;
		display:block;
	}
	.hero-banner {
		margin-top:-9px;
	}
	/*Show Nav*/
	.mobileNav {
		display: block;
	}
	.hideNav,
	.menu-toggle {
		display:none;
	}
	#access {
		background-color:rgba(255,255,255,0.9);
		box-shadow:0 0px 5px rgba(0,0,0,0.35);
		min-height:46px;
		display: block;
		float: left;
	}
	#access a {
		color: #0E2C5B;
	}
	#access a,
	.woo-cart {
		line-height:36px;
	}
	#access li {
		float: left;
		position: relative;
		margin-bottom:0;
	}
	#access ul ul {
		-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		display: none;
		float: left;
		margin: 0;
		position: absolute;
		top: 46px;
		left: 0;
		width: 188px;
		z-index: 99999;
	}
	#access ul ul ul {
		left: 100%;
		top: 0;
	}
	#access ul ul a {
		background: #F8F8F8;
		border-bottom: 1px dotted #ddd;
		color: #444;
		font-size: 13px;
		font-weight: normal;
		height: auto;
		line-height: 1.4em;
		padding: 10px 10px;
		width: 168px;
	}
	#access li:hover > a,
	#access ul ul :hover > a,
	#access a:focus {
		background: #86aaca;
	}
	#access li:hover > a,
	#access a:focus {
		background: #86aaca;
		color: #000;
	}
	#access ul li:hover > ul {
		display: block;
	}
	#access .current-menu-item > a,
	#access .current-menu-ancestor > a,
	#access .current_page_item > a,
	#access .current_page_ancestor > a {
		color:#000000;
		font-weight:normal;
	}
	/*page setup*/
	#subnav {
		width:16%;
		float:left;
		margin-left:20px;
	}
	.has-blog-sidebar #primary,
	.single-sq_fish #primary,
	.has-subnav #primary {
		float:left;
		width: 72%;
	}
	
	/*product pages*/
	.woocommerce-page #primary {
		float:none;
		width: 100%;
	}
	/* Default (uses no-sidebar-template) */
	/*Has Sidebar*/
	.with-sidebar-page #primary {
		margin: 0 0px 0 20px;
		width: 66%;
	}
	/*Blog*/
	#secondary {
		float: right;
		width: 20%;
		padding:10px;
		margin:0 20px 0 0;
	}
	/* Attachments */
	.singular .image-attachment .entry-content {
		margin: 0 auto;
		width: auto;
	}
	.singular .image-attachment .entry-description {
		margin: 0 auto;
		width: 65%;
	}
	/* Alignment */
	.entry-content .alignleft {
		max-width:100%;
	}
	.entry-content .alignright {
		max-width:100%;
	}
	
	/*WooCom*/
	.woo-cart a {
		color: #0e2c5b;
	}
	#shopp-sidecart-items {
		background-color: rgba(0, 0, 0, 0.1);
	}
	a:hover > #shopp-sidecart-items {
		background-color: rgba(0, 0, 0, 0.3);
	}
	/*Contact*/
	.contact-info {
		float:left;
		width:40%;
	}
	
	#wpcf7-f138-p39-o1,
	.wpcf7 {
		float:right;
		width:50%;
	}
	/*Footer*/
	#credits-and-copyright #mini-left.widget-area {
		width: 40%;
		float:left;
		margin-left:185px;
	}
	#credits-and-copyright #mini-right.widget-area {
		width:27%;
		float:right;
		text-align:left;
	}
}
/* Minimum width of 1020 pixels. */
@media screen and (min-width: 860px) {
	/*Home */
	.firstintro {
		float:left;
		width:48%;
	}
	.reellisten {
		float:right;
		width:48%;
		max-width:500px;
		box-sizing: border-box;
	}
	.home .image-links {
		float:left;
		width:51%;
		clear: both;
	}
	
	.facebook-block {
		float:right;
		width:48%;
		max-width:500px;
	}
	.slideshow-area .frame {
		position:absolute;
		bottom:auto;
	}
	.slideshow-area {
		width:555px;
		height:325px;
		float:right;
		background-color:transparent;
	}
	.single-sq_fish #primary,
	.has-subnav #primary  {
		width: 79%;
		margin: 0 0px 0px 0px;
	}
	
	.fish-bio {
		width:75%;
		float:left;	
	}
	.fish-specs {
		width:23%;
		float:right;
		
	}
	
}

/* Minimum width of 1020 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #011741;
		background-image: url(images/gone_fishing_ocean2.jpg);
		background-repeat: repeat-x;
		background-position: top center;
	}
	#page {
		background-color:#FFF;	
		-webkit-box-shadow:  0px 0px 4px 1px rgba(0, 0, 0, 0.4);
		box-shadow:  0px 0px 4px 1px rgba(0, 0, 0, 0.4);
	}
	#supplementary {
		padding: 1.625em 0px 0.5em;
	}
	#credits-and-copyright {
		padding:0;
	}
}
@media screen and (min-width: 1020px) {
	#access a,
	.woo-cart {
		line-height:46px;
	}
	#site-title img{
		width:250px;
	}
	#access {
    	background-color: rgba(255,255,255,0.8);
	}
	#branding {
		background-color:transparent;
		background-image:url(images/home_header_bg_black.png);
		background-repeat:no-repeat;
		background-position:bottom right;
	}
	#branding {
		height:284px;	
	}
	.home #branding {
		height:354px;	
	}
	.home .hTitles {
		background-color:transparent;
		width: 36%;
		bottom: 60px;
	}
	.slideshow-area {
		width:625px;
		margin-top: -46px;
	}
	.hero-banner {
		bottom:29px;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

}
.rpgc_send_later_check,
#rpgc_send_later_check,
.hide-on-reload label {
	display: none !important;
}

