/*
Theme Name: Whitby
Author: Lee Cook
Author URI: http://www.sabreweb.co.nz
Description: This is a theme designed for the Whitby Residents Association
Version: 1.0
License: Copyright 2013 Whitby Residents Association


/* =Reset
-------------------------------------------------------------- */

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;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	background: #000;
}
body {
	background: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
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:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 100px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #0a829d;
	border-color: #0a829d #0a829d #6cadc3 #0a829d;
	border-radius: 3px;
	background: #6cadc3;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #0a829d #6cadc3 #aaa #6cadc3;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	padding: 3px;
	width: 230px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height: 170px;
}

/* Links */
a {
	color: #075567;
}
a:visited {
	color: #075567;
}
a:hover,
a:focus,
a:active {
	color: #075567;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	left: -9000px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Header
----------------------------------------------- */

#header_wrapper {
	width: 1000px;
	background-image: url(images/header-top.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 960px;
	clear: both;
	position: relative;
	z-index: 999;
	height: 110px;
	background-image: url(images/header_background.png);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	z-index: 9999;
	left: -20px;
}

#branding {
	float: right;
}

#branding a {
	font-size: 35px;
	color: #908e8e;
	text-decoration: none;
}

#branding h1 {
	clear: none;	
	margin-top: 10px;
	float: left;
}

#branding h2 {
	clear: none;
	color: #908e8e;
	float: left;
	margin-top: 29px;
}

/* =Menu
----------------------------------------------- */

.navigation-main {
	height: 30px;
	display: block;
	float: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(images/top_menu_bg.png);
	background-repeat: repeat-x;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	position: relative;
	display: inline;
	float: left;
	line-height: 17px;
}
.navigation-main a {
	display: block;
	text-decoration: none;
	border-right: 1px solid #333;
	padding: 8px 8px 6px 8px;
	color: #333;
	letter-spacing: .05em;
	font-weight: bold;
	font-size: 12px;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-image: url(images/child_menu_bg.jpg);
	background-repeat: repeat;
	display: none;
	float: left;
	position: absolute;
		top: 2.1em;
		left: 0px;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
	border-right: none;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
	background-color: #fff;
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
	color: #fff;
	background: #0a829d!important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0a829d), to(#6cadc3))!important;
	background: -webkit-linear-gradient(top, #0a829d, #6cadc3)!important;
	background: -moz-linear-gradient(top, #0a829d, #6cadc3)!important;
	background: -ms-linear-gradient(top, #0a829d, #6cadc3)!important;
	background: -o-linear-gradient(top, #0a829d, #6cadc3)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a829d', endColorstr='#6cadc3')!important;
}

.navigation-main li.current_page_item a:hover,
.navigation-main li.current-menu-item a:hover {
	background-color: none;
	color: #000;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Home Page Slider
----------------------------------------------- */

#home_slider_content_wrapper {
clear: both;
position: relative;
height: 100%;
width: 1000px;
background: #0a829d!important;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6cadc3), to(#0a829d))!important;
background: -webkit-linear-gradient(top, #6cadc3, #0a829d)!important;
background: -moz-linear-gradient(top, #6cadc3, #0a829d)!important;
background: -ms-linear-gradient(top, #6cadc3, #0a829d)!important;
background: -o-linear-gradient(top, #6cadc3, #0a829d)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cadc3', endColorstr='#0a829d')!important;
margin-left: auto;
margin-right: auto;
}

#home_slider_content {
	margin: 0 auto;
	width: 960px;
	background-image: url(images/ship_background.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* =Pages Header
----------------------------------------------- */

#page-head-content-wrapper {
clear: both;
position: relative;
height: 84px;
width: 1000px;
background: #0a829d!important;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6cadc3), to(#0a829d))!important;
background: -webkit-linear-gradient(top, #6cadc3, #0a829d)!important;
background: -moz-linear-gradient(top, #6cadc3, #0a829d)!important;
background: -ms-linear-gradient(top, #6cadc3, #0a829d)!important;
background: -o-linear-gradient(top, #6cadc3, #0a829d)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cadc3', endColorstr='#0a829d')!important;
margin-left: auto;
margin-right: auto;
}

#page-head-content {
	width: 810px;
	padding-left: 150px;
	margin-right: auto;
	margin-bottom: 21px;
	margin-left: auto;
	padding-top: 21px;
}

#page-head-content a {
	font-size: 28px;
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
}

.page-header {
	margin-bottom: 21px;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	background-image: url(images/content_lower_border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}

.entry-title {
	font-size: 28px;
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
	margin-top: 10px;
}

.page-title {
	font-size: 28px;
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
}

.entry-title a {
	color: #404040;
	text-decoration: none;
}

.entry-meta {
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-main {
	width: 1000px;
	background-color: #FDFAFA;
	border-top: 1px solid #fff;
	margin-right: auto;
	margin-left: auto;
}

#main-content {
	width: 960px;
	margin: 0px auto;
	padding: 50px 0px 10px 0px;
	height: 100%;
	overflow: hidden;
}

.content-area {
	width: 640px;
	float: left;
	padding-right: 20px;
}

.full-content-area {
	width: 100%;
	float: left;
}

#submissions-1 {
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	padding-right: 20px;
}

#submissions-2 {
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	padding-right: 20px;
}

#submissions-3 {
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
}

/* HOMEPAGE FEATURES */

#features {
	margin-top: 20px;
}

#features .feature { 
	float:left; 
	width:46%; 
	margin: 0px 2% 40px 2%; 
}

#features .feature h2{ 
	margin-bottom: 10px;
}

#features .feature_right { 
	margin-right:0px; 
}

#features .feature img { 
	margin: 0px 20px 0px 0px;
	line-height: 0;
	width: 95%;
	max-height: 150px;
	padding: 10px;
	border: 1px solid #e6e6e6;
}

#features .feature .content {   
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#features .feature .content h2 { 
	margin:0; 
}

#features .feature .content p { 
	margin:0; 
}

#features .separator { 
	clear:both; 
	padding:0px 0px; 
	width:100%; 
}

/* =Post and Page Featured Images
----------------------------------------------- */
img.attachment-thumbnail {
	padding: 3px;
	border: 1px solid #e6e6e6;
}

img.attachment-medium {
	float: right;
	padding: 10px;
	border: 1px solid #e6e6e6;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.attachment-large {
	float: left;
	padding: 10px;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

/* =Comments
----------------------------------------------- */

#comments .avatar {
float: left;
border-radius: 20px;
box-shadow: 0px 1px 2px -1px;
}

#comments ol li .comment {
	margin: 0px 0px 24px 56px;
	color: #666;
}

.comment-content {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	padding: 10px;
}

#comments ol .comment {
	list-style-type: none;
	margin-top: 10px;
}

.comment-list {
	margin-left: 0px;
}

.comment .title {
	font-size: 12px;
	background: #fff;
	padding: 10px 12px;
	border: 1px solid #e6e6e6;
	float: left;
	width: 91%;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.comment-author {
	float: left;
	font-size: 16px;
}

.comment-author .fn {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #103491;
}

.comment-author a {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

.comment-meta {
	float: right;
	font-size: 12px;
	line-height: 24px;
}

.comment-meta a {
	text-decoration: none;
	font-weight: bold;
}

.reply a {
	float: right;
	text-decoration: none;
	font-weight: bold;
}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Sidebar
----------------------------------------------- */

.widget-area {
width: 300px;
float: right;
margin-bottom: 5px;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


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

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
	font-size: 16px;
	margin-top: 20px;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	font-size: 16px;
	margin-top: 20px;
}


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

#secondary .widget {
	margin: 0 0 1.5em;
	border: 1px solid #6cadc3;
	padding: 10px 20px 10px 20px;
	clear: both;
	display: block;
	background-color: #e8edee;
	color: #666;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#secondary .textwidget {
	background-color: #fff;
	border: 1px solid #E9E8E8;
	padding: 10px 10px 0px 10px;
}

/* Make sure select elements fit in widgets */
#secondary .widget select {
	max-width: 100%;
}

/* Search widget */
#secondary .widget_search .submit {
	display: none;
}

#secondary .widget-title {
	margin-bottom: 10px;
}

/* =Photo Gallery
----------------------------------------------- */

.wppa-title {
margin: 0;
padding: 0;
clear: none;
text-decoration: none;
}


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

.site-footer {
	width: 1000px;
	background: #0a829d!important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6cadc3), to(#0a829d))!important;
	background: -webkit-linear-gradient(top, #6cadc3, #0a829d)!important;
	background: -moz-linear-gradient(top, #6cadc3, #0a829d)!important;
	background: -ms-linear-gradient(top, #6cadc3, #0a829d)!important;
	background: -o-linear-gradient(top, #6cadc3, #0a829d)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cadc3', endColorstr='#0a829d')!important;
	margin-left: auto;
	margin-right: auto;
}

.footer-content {
	height: 100%;
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-info-wrapper {
	width: 1000px;
	background-image: url(images/header-top.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
}

.site-info {
	width: 960px;
	margin: 0px auto;
	text-align: center;
	height: 40px;
	padding: 15px;
	color: #ffffff;
	font-size: 14px;
}

.site-info a {
	color: #ffffff;
}

#footer-widgets ul {
	list-style: none;
	color: #fff;
	margin: 0;
}

#footer-widgets table {
	color: #fff;
}

#footer-widgets p {
	color: #e6e4e1;
	font-size: 14px;
}

#footer-widgets a {
	color: #e6e4e1;
	font-size: 18px;
	text-decoration: none;	
}

#footer-widgets h3 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: lighter;
	border-bottom: 1px solid #e6e6e6;
	width: 60%;
}

#footer-widget-1 {
	float: left;
	width: 280px;
	margin-right: 60px;
	background-color: none;
}

#footer-widget-2 {
	float: left;
	width: 280px;
	margin-right: 60px;
}

#footer-widget-3 {
	float: left;
	width: 280px;
}

#footer-widgets .textwidget {
	color: #fff;
}

#footer-widgets .post-date {
	margin-left: 20px;
	font-size: 14px;
	line-height: 2.5em;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
