/*-----------------------------------------------------------------------------------

	Theme Name: Statesman
	Theme URI: http://www.themezilla.com
	Description: Simple and clean, this theme puts a focus on the written word. A proper blogger's theme. Compatible with all ThemeZilla plugins.
	Author: ThemeZilla
	Author URI: http://www.themezilla.com
	Version: 1.0.1

	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: light, gray, white, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, post-formats, theme-options, translation-ready
	Text Domain: zilla
	Domain Path: /languages/

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Post Content Styles
	6.	Comments
	7.	Pagination
	8.	Footer Styles
	9.	Page & Page Templates
	10.	Widgets
	11.	Structure
	12.	Media Queries

-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'statesman';
	src:url('fonts/statesman.eot');
	src:url('fonts/statesman.eot?#iefix') format('embedded-opentype'),
		url('fonts/statesman.ttf') format('truetype'),
		url('fonts/statesman.woff') format('woff'),
		url('fonts/statesman.svg#statesman') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'statesman';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e600";
}

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 16px/1.5 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	background: #f3f3f3;
	color: #000000;
}

.hidden { display: none; }

.alignleft {
	display: inline;
	float: left;
	margin-bottom: 1em;
	margin-right: 1.5em;
	margin-top: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-bottom: 1em;
	margin-left: 1.5em;
	margin-top: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a {
	color: #303030;
	text-decoration: none;
}

a:hover { color: #FFFFFF; }

a img { border: none; }

a > img { vertical-align: bottom; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-media,
.author-bio,
#logo { margin-bottom: 20px; }

.navigation-links,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.entry-content ul ol,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.comment-body ul ol,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #303030;
	font-weight: 500;
	padding: 0;
}

h1 {
	font-size: 39px;
	font-size: 3.9rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

h2 {
	font-size: 29px;
	font-size: 2.9rem;
	margin-bottom: 1em;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 1em;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0.625em;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0.75em;
}

h6 {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0.75em;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/
.site-header {}

#logo {
	float: left;
	margin-bottom: 22px;
	margin-top: 15px;
}

#logo,
#logo a {
	color: #ffffff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.25;
	position: relative;
	text-decoration: none;
	z-index: 3;
}

#logo a:hover { color: #60c0c0; }

.page-header {
	margin: 0 auto 30px;
	margin: 0 auto 3rem;
	padding-top: 40px;
	padding-top: 4rem;
	width: 85.7143%;
}

.page-header span a {
	color: #b7b8b8;
	text-decoration: none;
}

.page-header span a:hover { color: #60c0c0; }

.page-title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 500;
	margin: 0 auto;
}

.archive-meta { font-style: italic; }

.entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 0 auto 19px;
	margin: 0 auto 1.9rem;
	width: 85.7143%;
	word-wrap: break-word;
}

.format-audio .entry-title,
.format-video .entry-title,
.has-featured-image .entry-title {
	margin-top: 30px;
	margin-top: 3rem;
}

.entry-title a { text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/
#primary-nav {
	float: right;
	margin-top: 13px;
	margin-right: 35px;
	margin-bottom: 15px;
}

.focus + #primary-nav { display: none !important; }

/*** ESSENTIAL STYLES ***/
.zilla-sf-menu,
.zilla-sf-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}

.zilla-sf-menu li {
	position: relative;
	white-space: nowrap;
}

.zilla-sf-menu ul {
	display: none;
	left: 0;
	min-width: 8em;
	position: absolute;
	top: 100%;
	z-index: 999;
}

.zilla-sf-menu > li { float: left; }

.zilla-sf-menu li:hover > ul,
.zilla-sf-menu li.sfHover > ul { display: block; }

.zilla-sf-menu a {
	display: block;
	position: relative;
}

.zilla-sf-menu ul ul {
	left: 100%;
	top: 0;
}

/* Skin */
.primary-menu a {
	color: #FFFFFF;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}

.primary-menu > li > a { padding: 10px 8px; }

.primary-menu a:hover,
.primary-menu .sfHover > a { color: #ffffff; }

.primary-menu .current-menu-item > a { color: #ffffff; }

.primary-menu .sub-menu {
	background: #0D223F;
	padding: 15px 0 10px;
}

.primary-menu .sub-menu .sub-menu { padding: 2px 0; }

.primary-menu .sub-menu a {
	margin: 0 15px;
	padding: 5px 0;
}

/* Mobile Menu Skin */
.zilla-mobile-menu-wrap {
	height: 100%;
	position: absolute;
		left: 0;
	width: 100%;
}

.zilla-mobile-menu {
	background: #0d223f;
	display: block;
	margin-left: 0;
	padding: 0 0 20px;
	padding: 0 0 2rem;
	width: 100%;
	z-index: 998;
}

.zilla-mobile-menu ul {
	background: transparent;
	margin: 0 0 0 10px;
}

.zilla-mobile-menu > li {
	margin: 0 auto;
	width: 90%;
}

.zilla-mobile-menu li { border-top: 1px solid #333; }

.zilla-mobile-menu > li:first-child { border-top: none; }

.zilla-mobile-menu a {
	border-bottom: none;
	color: #787878;
	display: block;
	height: 2em;
	line-height: 2em;
	text-decoration: none;
}

.zilla-mobile-menu .current-menu-item > a,
.zilla-mobile-menu .current_page_item > a,
.zilla-mobile-menu a:hover {
	border-bottom: none;
	color: #ffffff;
}

.zilla-mobile-menu-dropdown {
	background: #0d223f url(images/menu-icon.gif) 3% 50% no-repeat;
	border-bottom: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	line-height: 45px;
	padding-left: 0%; /* 5% previously */
	position: absolute;
		right: 1.8462%;
		top: 0;
	overflow: hidden;
	text-decoration: none;
	text-indent: 100%;
	width: 50px; /* 95%  previously */
	white-space: nowrap;
	z-index: 9999;
}

.zilla-mobile-menu-dropdown:hover { border-bottom: none; }

/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	border-left: 5px solid #f3f3f3;
	color: #575859;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 30px 30px;
	padding-left: 30px;
}

strong { font-weight: 500; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: 500; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	color: #575859;
	font: 12px/1.67 'Monaco', Courier, "Courier New", monospace;
	background: #f3f3f3;
}

kbd { font-weight: 500; }

samp,
var { font-style: italic; }

pre {
	clear: both;
	overflow: auto;
	padding: 30px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
	width: 100%;
}

table tbody tr:nth-child(even) { background: #fbfbfb; }

table caption {
	font-weight: 500;
	margin-bottom: 1em;
	text-align: center;
}

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

th {
	background: #f3f3f3;
	font-weight: 500;
}

/* Common Form Elements --------------------------------------------------*/
label {
	color: #575859;
	font-size: 16px;
	font-size: 1.6rem;
}

button,
input,
textarea {
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	color: #575859;
	font-family: inherit;
	font-size: 100%;
	float: left;
	margin-right: 15px;
	padding: 5px 9px;
	padding: 0.5rem 0.9rem;
	max-width: 100%;
	vertical-align: baseline;
	width: 22.5em;
}

.post-password-form input { float: none; }

input[type="text"],
textarea { -webkit-appearance: none; }

button,
input { line-height: normal; }

button {
	background: #0d223f;
	border: none;
	color: #ffffff;
}

button:hover {
	background: #60c0c0;
	color: #ffffff;
}

select { max-width: 100%; }

textarea {
	font-size: 100%;
	line-height: 1.4;
	overflow: auto;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

input[type="submit"],
input[type="submit"]:focus,
input[type="button"],
input[type="reset"] { border: 0; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #0d223f;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 500;
	padding: 10px 15px;
	-webkit-appearance: none;
	width: auto;
}

.post-password-form input[type="submit"] { padding: 4px 11px; }

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #60c0c0;
	width: auto;
}

input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
#post-0 #searchform input:focus {
	background: #eeeeee;
	border: 1px solid #eeeeee;
	color: #575859;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #60c0c0;
	padding: 10px 15px;
}

.site-header .searchform {
	background: #0d223f;
	display: none;
	height: 100%;
	position: absolute;
		top: 0;
		right: 0;
	width: 55px;
}

.site-header .searchform:before {
	font-family: 'statesman';
	content: '\e600';
	pointer-events: none;
	position: absolute;
		right: 41px;
		top: 23px;
}

.site-header .focus:before { color: #b7b8b8; }

.site-header form,
.site-header fieldset { margin-bottom: 0; }

.site-header .focus {
	background: #323438;
	width: auto;
}

.site-header .search {
	background: #0d223f;
	border: none;
	color: transparent;
	height: 70px;
	padding: 0;
	width: 55px;
}

.site-header .search:focus {
	background: #323438;
	border: 0;
	color: #787879;
	padding-left: 30px;
	padding-right: 30px;
	width: 350px;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Post Content Styles
/*-----------------------------------------------------------------------------------*/
.post { background: #transparent; }

.blog .post,
.archive .post,
.search .post,
.single .post,
.search .page {
	padding: 70px 0 40px;
	padding: 7rem 0 4rem;
}

.format-video.post,
.format-audio.post,
.blog .has-featured-image,
.archive .has-featured-image,
.search .has-featured-image,
.single .has-featured-image { padding-top: 0; }

.format-quote .post-media,
.format-link .post-media { background: #0d223f; }

.format-quote .post-media,
.format-link .post-media { height: 250px; }

.format-link .post-media > div {
	margin: auto;
	overflow: auto;
	position: relative;
	top: 50%;
	text-align: left;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 85.7143%;
	z-index: 1;
}

.format-link .post-media .entry-title {
	color: #ffffff;
	margin-top: 0;
	width: 100%;
}

.format-link .post-media a {
	color: #b7b8b8;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: none;
}

.format-link .post-media a:hover { color: #60c0c0; }

.format-quote .post-media { position: relative; }

.format-quote .post-media > a {
	display: block;
	height: 250px;
}

.post-media blockquote {
	border-left: 0;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	margin: auto;
	padding-left: 0;
	position: relative;
	top: 50%;
	line-height: 1.4;
	text-align: left;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 85.7143%;
	z-index: 1;
}

.format-quote .post-media img,
.format-link .post-media img {
	display: none;
	position: absolute;
		left: 0;
		top: 0;
}

.post-media blockquote p { position: relative; }

.post-media blockquote p:before { content: '\201c'; }

.post-media blockquote p:after { content: '\201d'; }

.post-media blockquote footer {
	color: #b7b8b8;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	margin-top: 2rem;
}

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
}

.entry-meta > span,
.entry-meta > a { display: block; }

.entry-meta a {
	color: #b7b8b8;
	text-decoration: none;
}

.entry-meta a:hover { color: #60c0c0; }

.entry-meta span {
	margin-bottom: 5px;
	margin-right: 15px;
}

.entry-content,
.entry-summary {
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
	width: 85.7143%;
	word-wrap: break-word;
}

.entry-content a { color: #60c0c0; }

.entry-content a:hover { color: #575859; }

.format-quote .entry-content,
.format-link .entry-content {
	margin-top: 31px;
	margin-top: 3.1rem;
}

.more-link { text-decoration: none; }

.entry-content ul {
	list-style-type: disc;
	margin-left: 20px;
}

.entry-content ol {
	list-style-type: decimal;
	margin-left: 25px;
}

.post > footer {
	margin: 30px auto 0;
	margin: 3rem auto 0;
	width: 85.7143%;
}

.author-bio {
	border-bottom: 5px solid #f3f3f3;
	border-top: 5px solid #f3f3f3;
	margin-top: 65px;
	margin-top: 6.5rem;
	padding: 50px 0;
	padding: 5rem 0;
}

.archive .author-bio {
	background: #ffffff;
	margin-top: 0;
	padding: 40px 7.1429% 40px;
	padding: 4rem 7.1429% 4rem;
	overflow: hidden;
}

.author-bio .author-avatar {
	float: left;
	margin-right: 25px;
}

.author-bio .author-description { margin-top: -5px; }

.sticky, .bypostauthor {}

/* Media Elements --------------------------------------------------------*/
.full-bleed {
	display: none;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -2;
}

.post-media {
	margin-bottom: 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.format-standard.has-no-featured-image .post-media { display: none; }

.post-media img,
.mejs-poster {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.post-media img:hover,
.post-media > div:hover + img,
.post-media > blockquote:hover + img,
.post-media:hover .mejs-poster,
.hero-image .mejs-poster,
.single .mejs-poster,
.single .post-media img,
.hero-image .post-media img {
	filter: none;
	-webkit-filter: none;
}

.post-media {
	position: relative;
	text-align: center;
	width: 100%;
}

.post-media iframe {
	margin-bottom: 0;
	vertical-align: bottom;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: auto;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery-item { margin-left: 0; }

.gallery-caption{}

.wp-caption {
	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 {
	color: #888888;
	font-size: 0.75em;
	margin: 0.8075em 0 0;
	text-align: center;
}

iframe {
  max-width: 100%;
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Comments
/*-----------------------------------------------------------------------------------*/
#comments {
	background: #ffffff;
	clear: both;
}

.nocomments {
	text-align: center;
	padding: 20px;
}

.comments-title,
.pings-title {
	color: #303030;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 auto;
	width: 85.7143%;
}

.pings-title {}

.commentlist,
.pinglist {
	margin: 46px auto 50px;
	margin: 4.6rem auto 5rem;
	list-style-type: none;
	width: 85.7143%;
}

.pinglist { list-style-type: decimal; }

.pinglist li { margin-left: 20px; }

.comment {
	margin-top: 40px;
	margin-top: 4rem;
}

.children { list-style-type: none; }

.avatar {}

.comment .avatar {
	float: left;
	height: 65px;
	margin: 0 25px 0 0;
	width: 65px;
}

.comment-author {
	padding-top: 11px;
	padding-top: 1.1rem;
}

.comment-author cite {
	color: #0d223f;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.comment-author cite a {
	color: #0d223f;
	text-decoration: none;
}

.comment-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 15px;
	margin-top: 5px;
}

.comment-meta a {
	color: #b7b8b8;
	text-decoration: none;
}

.comment-meta a:hover { color: #60c0c0; }

.comment-body {
	border-bottom: 1px solid #f3f3f3;
	clear: both;
	margin-top: 22px;
	margin-top: 2.2rem;
	padding-bottom: 14px;
	padding-bottom: 1.4rem;
}

.commentlist .children { margin-left: 14.5161%; }

.commentlist .children .children { margin-left: 0; }

.commentlist > .comment:last-child .comment-body { padding-bottom: 40px; }

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

.comment-reply-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

#respond {
	margin: 0 auto;
	padding: 60px 0;
	padding: 6rem 0;
	width: 85.7143%;
}

.commentlist + #respond { padding-top: 0; }

.comment-form p { overflow: hidden; }

.comment-form label {
	position: relative;
	top: 5px;
}

.comment-form textarea { width: 100%; }

.comment-form .required { color: #ff6666; }

/*-----------------------------------------------------------------------------------*/
/*	7.	Pagination
/*-----------------------------------------------------------------------------------*/
.page-navigation,
.comment-navigation {
	background: #ffffff;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	margin-top: -10px;
	padding: 24px 4.0816%;
	padding: 2.4rem 4.0816%;
}

.comment-navigation {
	padding-left: 13.4615%;
	padding-right: 13.4615%;
}

.page-navigation .nav-next,
.comment-navigation .nav-previous { float: left; }

.page-navigation .nav-previous,
.comment-navigation .nav-next { float: right; }

.page-navigation a,
.comment-navigation a {
	color: #575859;
	text-decoration: none;
}

.page-navigation a:hover,
.comment-navigation a:hover { color: #60c0c0; }

.single-page-navigation .nav-next { float: right; }

.single-page-navigation .nav-previous { float: left; }

.comment-navigation {
    margin-bottom: 20px;
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Footer Styles
/*-----------------------------------------------------------------------------------*/
#footer {
	background: #ffffff;
	color: #b7b8b8;
	font-size: 16px;
	font-size: 1.6rem;
}

.footer-meta {
	border-top: 1px solid #323438;
	color: #787879;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0 10px;
	padding: 3rem 0 1rem;
	text-align: center;
}

.footer-meta > * {
	margin-left: 3.5714%;
	margin-right: 3.5714%;
}

.footer-meta a {
	color: #b7b8b8;
	text-decoration: none;
}

.footer-meta a:hover { color: #ffffff; }

/*-----------------------------------------------------------------------------------*/
/*	9.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/
article.page {
	background: #ffFFFF;
	margin-bottom: 70px;
	margin-bottom: 7rem;
}

.search #post-0,
.error404 #post-0 {
	padding-top: 40px;
	padding-top: 4rem;
}

.search-no-results .page-header { padding-top: 0; }

.archive-lists {
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
	width: 85.7143%;
}

.archive-lists > ul { list-style-type: disc; }

.archive-lists .children { margin-bottom: 0; }

#contactForm { margin-top: 40px; }

.entry-content .contactform { margin-left: 0; }

.contactform li {
	list-style-type: none;
	overflow: hidden;
}

.contactform li input[type="text"] {
	display: block;
	float: none;
	margin-bottom: 15px;
	width: 100%;
}

.contactform li textarea {
	margin-bottom:15px;
	margin-top: 3px;
	width: 100%;
}

.contactform li button {
	float: right;
	margin-right: 0;
}

label.error { color: red; }

/*-----------------------------------------------------------------------------------*/
/*	10.	Widgets
/*-----------------------------------------------------------------------------------*/
.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-title {
	color: #b7b8b8;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 22px;
}

.widget ul {
	list-style-type: disc;
	margin-bottom: 0;
}

.widget > ul {
	list-style: none;
	margin-left: 0;
	margin-top: -5px;
}

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

.widget li { margin-bottom: 10px; }

.widget a {
	color: #60c0c0;
	text-decoration: none;
}

.widget a:hover { color: #ffffff; }

/* Nav Widget ----------------------------------------------------------*/
.widget_nav_menu ul {
	list-style-type: none;
	margin-left: 0;
}

.widget_nav_menu .sub-menu {
	margin-left: 20px;
	margin-top: 10px;
}

/* Search Widget --------------------------------------------------------*/
.widget_search #s { width: 240px; }

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget -------------------------------------------------------*/
.widget_calendar caption {
	margin-bottom: 5px;
	text-align: center;
}

.widget_calendar table { width: 100% }

/* Twitter Widget -------------------------------------------------------*/
.zilla-tweet-widget ul {
	margin: -5px 0 10px 0;
	list-style-type: none;
}

.zilla-tweet-widget li { margin-bottom: 25px; }

.zilla-tweet-widget .twitter-time-stamp {
	color: #787879;
	display: block;
	font-size: .875em;
}

/* Flickr Widget --------------------------------------------------------*/
.zilla_flickr_widget { padding-right: 0; }

.zilla_flickr_widget > div {
	margin-left: -1.875%;
	margin-right: -1.875%;
	width: 103.8961%;
/*    margin-right: -20px;
    padding-right: 10px;*/
}

.flickr_badge_image {
	float: left;
	height: 16.8831%;
	margin: 0 1.875% 3.8961%;
	width: 16.25%;
}

/* Video Widget ----------------------------------------------------------*/
.zilla_video { margin-bottom: 10px; }

/* ZillaLikes -----------------------------------------------------------*/
.entry-meta .zilla-likes { display: inline; }

/* ZillaShortcodes -----------------------------------------------------*/
.zilla-tabs .zilla-nav li a { line-height: 1; }

/*----------------------------------------------------------------------*/
/*	11. Structure
/*----------------------------------------------------------------------*/
#bg-image {
	height: 830px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

#container {
	margin: 0 auto;
	max-width: 980px;
}

.ie8 #container { min-width: 1040px; }

.site-header {
	background: #0d223f;
	min-height: 70px;
	min-height: 7rem;
	margin-bottom: 70px;
	margin-bottom: 7rem;
	padding: 0 4.0816%;
	position: relative;
}

.layout-2cl #primary { float: right; }

#content {
	clear: both; /* clear menu - may not be needed */
	margin-bottom: 71px;
	margin-bottom: 7.1rem;
}

.post {
	padding-bottom: 40px;
	padding-bottom: 4rem;
	margin-bottom: 70px;
	margin-bottom: 7rem;
	min-height: 130px;
}

.post.format-link.has-no-featured-image,
.post.format-quote.has-no-featured-image { padding-top: 0; }

article.attachment {
	background-color: #ffffff;
	padding: 70px 0 77px;
	padding: 7rem 0 7rem;
}

.single .post {
	margin-bottom: 0;
	padding-bottom: 41px;
	padding-bottom: 4.1rem;
}

article.page {
	padding: 0 0 40px;
	padding: 0 0 4rem;
}

#footer {
	background: #0d223f;
	clear: both;
	color: #b7b8b8;
	padding: 64px 0 0;
	padding: 6.4rem 0 0;
}

.footer-widgets {
	margin: 0 3.5714% 30px;
	margin: 0 3.5714% 3rem;
}

/*----------------------------------------------------------------------*/
/*	12. Media Queries
/*----------------------------------------------------------------------*/

@media screen and (min-width: 37.5em) {
	/* 600px --- */

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.page-header {
		padding-top: 70px;
		padding-top: 7rem;
		width: 63.2653%;
	}

	.blog .post,
	.archive .post,
	.search .post,
	.single .post,
	.search .page {
		padding: 70px 0 77px;
		padding: 7rem 0 7.7rem;
	}

	.format-video.post,
	.format-audio.post,
	.blog .has-featured-image,
	.archive .has-featured-image,
	.search .has-featured-image,
	.single .has-featured-image { padding-top: 0; }

	.entry-title,
	.format-link .post-media > div,
	.post-media blockquote,
	.entry-content,
	.entry-summary,
	.post > footer { width: 63.2653%; }

	.entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.format-audio .entry-title,
	.format-video .entry-title,
	.has-featured-image .entry-title {
		margin-top: 70px;
		margin-top: 7rem;
	}

	.format-quote .entry-content,
	.format-link .entry-content {
		margin-top: 71px;
		margin-top: 7.1rem;
	}

	.entry-meta > span,
	.entry-meta > a {
		display: inline;
		margin-bottom: 0;
	}

	.comments-title,
	.pings-title,
	.commentlist,
	.pinglist,
	#respond,
	.archive-lists { width: 63.2653%; }

	.footer-column {
		float: left;
		margin: 0 3.8462%;
		width: 42.3077%;
	}

}

@media screen and (min-width: 63.75em) {
	/* 1020px --- */

	.full-bleed { display: block; }

	.site-header .searchform { display: block; }

	.post-media,
	.post-media > a,
	.format-quote .post-media > a,
	.format-quote .post-media,
	.format-link .post-media { height: 500px; }

	.format-audio .post-media,
	.format-video .post-media { height: auto; }

	.format-quote .post-media img,
	.format-link .post-media img { display: block; }

	.post-media blockquote {
		font-size: 28px;
		font-size: 2.8rem;
	}

}