/*	PORT OF FAIRHAVEN FISH AND CHIPS
	font-family: 'Julius Sans One', sans-serif;
	font-family: 'Muli', sans-serif;
*/


body {
	font-family: 'Muli', sans-serif;
	color:#002654;
}

.pad {
	position:relative;
	width:1100px;
	margin:0 auto;
}

#topBannerMessage {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	text-align:center;
	background:#002653;
	padding:5px 15px;
}
.site {
	max-width:100%;
	border:none;
}

.site-header {
	width:100%;
	max-width:100%;
	height:237px;
	font-family: 'Julius Sans One', sans-serif;
	background:url('images/hdrBG.jpg') repeat-x #FFF;
	padding:0;
	margin:0;
}
h1.hdrLogo {
	position:absolute;
	top:0;
	left:calc(50% - 216px);
	width:435px;
	height:313px;
	background:transparent url('images/hdrLogo.png') no-repeat;
	text-indent:-9999px;
	padding:0;
	margin:0;
}
h1.hdrLogo a {
	display:block;
	width:435px;
	height:313px;
}

.hdrNav {
	position:relative;
	top:184px;
}
.hdrNav .left {
	float:left;
	width:30%;
}
.hdrNav a {
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
}
.hdrNav a:hover {
	text-decoration:underline;
}
.hdrNav .left a {
	display:inline-block;
	padding:0 25px;
}
.hdrNav .right {
	float:right;
	width:30%;
	text-align:center;
}
.hdrNav .right a {
	color:#fd9113;
}

/* HOME PAGE */
.content-area.home article {
	margin-bottom:0;
}
.content-area.home hr {
	margin:30px 20px;
}
.content-area.home h2 {
	text-align:center;
	margin:0 0 20px 0;
}
.content-area.home p {
	margin:20px 0;
}
.content-area.home .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
	max-width:100%;
}
.n2-section-smartslider {
	/*
	-webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.33);
	/**/
}
.n2-ss-slider .n2-ss-layer[data-pm=default] {
	border:solid 10px #FFF;
}


/* MENU PAGE */
.content-area.home table,
.content-area.menu table {
	max-width:550px;
	margin:0 auto;
}
.content-area.home table td,
.content-area.menu table td {
	border:none;
}
.content-area.home table tr td:first-child,
.content-area.menu table tr td:first-child {
	width:360px;
}

.content-area.home table h3,
.content-area.menu table h3 {
	font-size:22px;
	font-weight:bold;
}



/* COMMON */
.site-content {
	background:url('images/bgBody.jpg') no-repeat center bottom #FFF;
	background-attachment:fixed;
	background-size:100% auto;
}
.site-main {
	max-width:800px;
	margin:0 auto;
	background:rgba(235, 239, 242, 0.7);
	-webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.33);
	padding:100px 20px 20px 20px;
}
.singular .entry-header {
	text-align:center;
	padding:0 0 20px;
	margin:0 0 20px;
}
.singular .entry-title {
	font-size:36px;
	font-weight:bold;
}
h1 {
	font-size:36px;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	outline:none;
	background:none;
	text-decoration:none;
}
.site-main > article > .entry-footer {
	margin:0;
	padding:0;
}


/* FOOTER */
#Footer {
	background:#002654;
	padding:20px 0 30px 0;
}
#Footer h3 {
	font-weight:bold;
	text-align:center;
	margin:0 0 15px 0;
	padding:0;
}
#Footer h3 a {
	color:#FFF;
	text-decoration:none;
}


.ftrCredits {
	font-size:12px;
	color:#002654;
	text-align:center;
	background:#FFF;
	padding:6px;
}

.ftrCredits .divider {
	display:inline-block;
	padding:0 5px;
}
.ftrCredits a {
	color:#002654;
	text-decoration:none;
}
.ftrCredits a:hover {
	text-decoration:underline;
}


.Clear {
	clear:both;
}

