@font-face {
	font-family: "DanielRegular";
	src: url("fonts/daniel-webfont.eot");
	src: local("☺"), url("fonts/daniel-webfont.woff") format("woff"), url("fonts/daniel-webfont.ttf") format("truetype"), url("fonts/daniel-webfont.svg#webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 100%;
}

body {
	background: #214776 url("images/body-bg.png") repeat-y center top;
	color:#FFF;
	font: 14px "Times", "Times New Roman", serif;
}

h1 {
	font-size: 26px;
	font-style: italic;
	margin: 0;
	padding: 20px 0;
	letter-spacing: .8px;
}

h1.pageTitle {
	font: 26px "DanielRegular", "Times", "Times New Roman", serif;
	font-style: italic;
	margin: 0;
	padding: 20px 0;
	letter-spacing: 2px;
	display: bloc;
}

h2 {
	font-size: 20px;
	font-style: italic;
	margin: 0;
	padding: 18px 0;
	letter-spacing: .5px;
}

h3 {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 14px 0;
	letter-spacing: .25px;
}

h4 {
	font-size: 15px;
	font-style: italic;
	margin: 0;
	padding: 10px 0;
	letter-spacing: .2px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #268B9E;
}

p {
	margin: 0;
	padding: 5px 0;
	line-height: 140%;
	letter-spacing: .3px;
}

.italic {
	font-style: italic;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

p.postmetadata {
	padding: 20px 0;
}

ul, ol {
	margin: 0;
	padding: 10px 0 10px 35px;
	line-height: 150%;
	letter-spacing: .3px;
}

blockquote {
	margin: 0;
	padding: 13px 35px	;
	color: #95D6E6;
	font-size: 17px;
	font-style: italic;
	letter-spacing: .3px;

}

img {
	border: 0;
}

img.pageTitle {
	margin: 20px 0;
}

div.buttonContainer {
	height: 28px;
}

div.buttonLeft {
	float: left;
	background: transparent url("images/button-left.png") no-repeat;
	width: 16px;
	height: 28px;
}

div.buttonContent {
	float: left;
	background: transparent url("images/button-bg.png") repeat-x;
	color: #DDD;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}

div.buttonContainer a:hover {
	color: #DDD;
}

div.buttonContainer a:hover {
	color: #FFF;
}

div.buttonRight {
	float: left;
	background: transparent url("images/button-right.png") no-repeat;
	width: 16px;
	height: 28px;
}

#frameBackground {
	min-height: 100%;
	width: 939px;
	margin: 0 auto;
	background: url("images/frameBackground-bg.jpg") repeat-y 0 433px;
}

* html #frameBackground { /*for IE6*/
	height: 100%;
} 

#frame {
	min-height: 100%;
	width: 939px;
	background: transparent url("images/frame-bg.jpg") no-repeat;
}

#frame.home {
}

#frame.drill {
}

#headerContainer {
	width: 939px;
	height: 186px;
}

#logoContainer {
	position: relative;
	float: left;
	top: 35px;
	left: 54px;
}

#logo {
	height: 67px;
	width: 287px;
}

#auxNavContainer {
	position: relative;
	float: right;
	top: 28px;
	right: 100px;
	right: 60px;
	border-top: 1px solid #A99385;
	border-bottom: 1px solid #A99385;
}


#auxNavContainer ul {
	margin: 0;
	padding: 0;
}

#auxNavContainer ul li {
	display: inline;
	padding: 0 3px 0 20px;
	list-style: none;
	background: url("images/fleurdelis-small.png") left 3px no-repeat;
	line-height: 18px;
}

#auxNavContainer ul li.first {
	background: none;
	padding: 0 3px 0 0;
}

#auxNavContainer ul li a {
	color: #E5E5E5;
	font-size: 13px;
}

#auxNavContainer ul li a:hover {
	color: #FFFFFF;
}

#navContainer {
	width: 841px;
	height: 40px;
	margin: 0 auto;
	background: url("images/nav-bg.png") no-repeat;
}

#navContainer ul {
	position: relative;
	top: 6px;
	left: 15px;
	float: left;
	margin: 0;
	padding: 4px 0 2px 0;
	border-top: 1px solid #95D6E6;
	border-bottom: 1px solid #95D6E6;
}

#navContainer ul li {
	display: inline;
	float: left;
	padding: 1px 9px 0 24px;
	list-style: none;
	background: url("images/fleurdelis-large.png") left 1px no-repeat;
	line-height: 18px;
	letter-spacing: normal;
}

#navContainer ul li.first {
	background: none;
	padding: 1px 9px 0 0;
}

#navContainer ul li.last {
	padding: 1px 0 0 24px;
}

#navContainer ul li a {
	font-size: 12px;
	color: #D5D5D5;
	text-transform: uppercase;
}

#navContainer ul li a:hover {
	color: #FFFFFF;
	text-transform: uppercase;
}

#gridContainer, #contentContainer {
	padding: 20px 49px;
}

#contentContainer p {
	margin: 5px 0;
}

#posts {
	float: left;
	width: 591px;
	margin: 0 30px 0 0;
}

#posts.full-width {
	width: 821px; 
}

#posts h2 {
	padding: 18px 0 12px;
}

#sidebar {
	float: right;
	width: 170px;
	padding: 0;
	margin: 20px 0 0 30px;
}

#sidebar ul {
	padding: 10px 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {
	padding: 3px 0;
	margin: 0;
}

.sidebarPanel {
	width: 170px;
	margin: 0 0 15px 0;
}

.sidebarPanelTop {
	background: url("images/sidebarPanel-top.png") bottom left no-repeat;
	height: 8px;
	width: 170px;
	font-size: 0px; /* IE6 hack */
}

.sidebarPanelContent {
	width: 160px;
	padding: 0 5px;
	background: url("images/sidebarPanel-bg.png") top left repeat;
	font-size: 12px;
}

.sidebarPanelContent h3 {
	text-align: center;
	margin: 0;
	padding: 8px 0;
}

.sidebarPanelContent p.empty {
	margin: 0 !important;
	text-align: center !important;
	padding: 5px 0 !important;
}

.sidebarPanelContent input[type=text], .sidebarPanelContent select, .sidebarPanelContent textarea {
	width: 100px;
	float: left;
}

.sidebarPanelBottom {
	background: url("images/sidebarPanel-bottom.png") top left no-repeat;
	height: 8px;
	width: 170px;
	font-size: 0px; /* IE6 hack */
}

#sidebarContactUs {
	display: block;
	width: 67px;
	margin: 0 auto;
}

#slideshowContainer {
	float: left;
	width: 606px;
	height: 246px;
	overflow: hidden;
}

#slideshowContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#slideshowContainer ul li.slide {
}

#slideshow-advantagesWild, #slideshow-salmonGrill {
}

#slideshowContainer ul li img.slideImage {
	float: left;
	width: 387px;
	height: 246px;
}

#slideshowContainer ul li img.slideText {
	float: left;
	width: 219px;
	height: 246px;
}

#ourStoryContainer {
	float: right;
	width: 194px;
	height: 246px;
	margin: 0;
}

#ourStoryGraphic, #ourStoryText {
	display: block;
}

#recipesContainer {
	float: left;
	width: 386px;
	height: 324px;
	margin: 20px 0 0 0;
}

#recipesGraphic {
	display: block;
}

#recipesContentContainer {
	width: 386px;
	height: 138px;
	background: url("images/text-recipes.png") top left no-repeat;
}

#recipesContentContainer p {
	padding: 70px 15px 10px 15px;
}

#bottomRightGridContainer {
	float: right;
	margin: 20px 0 0 0;
	width: 407px;
	height: 302px;
}

#bottomRightGridContainerTopContainer {
	width: 407px;
	height: 165px;
}

#buyingClubsContainer {
	float: left;
	width: 191px;
	height: 165px;
}

#buyingClubsGraphic, #buyingClubsText {
	display: block;
}

#ourPhotosContainer {
	float: right;
	width: 194px;
	height: 165px;
}

#ourPhotosGraphic, #ourPhotosText {
	display: block;
}

#contactUsContainer {
	background: url("images/text-contactUs.png") left top no-repeat;
	width: 407px;
	height: 137px;
	margin: 20px 0 0 0;
}

#contactUsIconContainer {
	width: 189px;
	height: 74px;
	padding: 10px 109px; 
}

#contactUsIconContainer .email {
	margin: 0 10px 0 15px;
	filter: alpha(opacity=30);
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

#contactUsIconContainer .facebook {
	margin: 0 15px 0 10px;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
/*
#contactUsIconContainer .twitter {
	margin: 0 0 0 20px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
*/

#footerContainer {
	width: 841px;
	margin: 0 auto;
	padding: 40px 0 20px;
	text-align: center;
	font-size: 12px;
	color: #EEE;
}

#footerContainer a {
	color: #D5D5D5;
}

#footerContainer a:hover {
	color: #EEE;
}

#footerContainer ul {
	margin: 0;
	padding: 0;
	
}

#footerContainer ul li {
	display: inline;
	padding: 0 3px 0 20px;
	list-style: none;
	background: url("images/fleurdelis-small.png") left 1px no-repeat;
	line-height: 18px;
}

#footerContainer ul li.first {
	background: none;
	padding: 0 3px 0 0;
}

#copyright {
	font-size: 11px;
	margin: 15px 0 0;
}

#copyrightFleurDelis {
	vertical-align: bottom;
}

#constant-contact-signup-errors ul li label {
	color: #de2c2c
}

div.entry {
	padding: 15px 0;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.comment {
	background: #2B4363;
	padding: 10px;
}

div.comment-meta {
	font-size: 11px;
	font-style: italic;
	color: #CCC;
}

#comment {
	font: 14px "Times","Times New Roman",serif;
}

.clear {
	clear: both;
}

/* Fancybox specific styling */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #F2F2F2;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('images/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('images/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('images/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('images/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('images/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('images/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_nw.png') no-repeat;
}
