/*
Theme Name: Septic System
Author: Kennith @ Nichol Web Consulting
Author URI: http://nicholweb.ca/
Version: 0.2
Description:
*/

/* @Reset ********/
header, hgroup, nav, section, article, aside, footer { display: block; }
html, body, form, fieldset, legend, h1, h2, h3, h4, h5, h6, dd { margin: 0; padding: 0; }
p, pre, blockquote, ul, ol, dl, table, figure { margin: 0 0 1.5em; padding: 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset { border: 0; }
legend { color: inherit; } /* For IE */
form ul, form ol { list-style: none; }
a img { border: 0; }
input, select, textarea { font-family: inherit; font-size: 100%; }
.dtstart, .dtend, .published, .updated { border: 0; }
img, video, object, embed { max-width: 100%; height: auto; }

/* @General styles ***/
html {
	background-color: #141412;
}
body {
	color: #333;
	font: 16px/1.5 "Source Sans Pro", Helvetica, sans-serif;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: #6bd7f3;
	-moz-tap-highlight-color: #6bd7f3;
}
/* @Headings ***/
h1, h2, h3, h4 ,h5 ,h6 {
	color: #484848;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Calibri, sans-serif;
	font-weight: 300;
	line-height:  1;
	margin: 0 0 .25em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}
h1 {
	font-size: 2em;
	letter-spacing: -2px;
}
h2 {
	font-size: 1.75em;
	letter-spacing: -1px;
}
h3 {
	font-size: 1.5em;
	letter-spacing: -0.5px;
}
h4 {
	font-size: 1.25em;
	letter-spacing: -0.25px;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
/* @Links ***/
a:link,
a:visited {
	color: #de8a33;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #de8a33;
	text-decoration: underline;
}
/* @Clearing ***/
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment:after {
	clear: both;
}
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment:before,
.comment:after {
	content: "";
	display: table;
}
/* @Assistive text ***/
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.assistive-text:hover,
.assistive-text:active,
.assistive-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	height: auto;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* @Form fields, general styles first. ***/
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}
input,
textarea {
	color: #141412;
}
input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}
/* @Buttons ***/
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(   top, #e05d22 0%, #d94412 100%); /* FF3.6+ */
	background: -ms-linear-gradient(    top, #e05d22 0%, #d94412 100%); /* IE10+ */
	background: -o-linear-gradient(     top, #e05d22 0%, #d94412 100%); /* Opera 11.10+ */
	background: linear-gradient(  to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */
	display: inline-block;
	padding: 11px 24px 10px 24px;
	color: #fff;
	text-decoration: none;
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(   top, #ed6a31 0%, #e55627 100%); /* FF3.6+ */
	background: -ms-linear-gradient(    top, #ed6a31 0%, #e55627 100%); /* IE10+ */
	background: -o-linear-gradient(     top, #ed6a31 0%, #e55627 100%); /* Opera 11.10+ */
	background: linear-gradient(  to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */
	outline: none;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(   top, #d94412 0%, #e05d22 100%); /* FF3.6+ */
	background: -ms-linear-gradient(    top, #d94412 0%, #e05d22 100%); /* IE10+ */
	background: -o-linear-gradient(     top, #d94412 0%, #e05d22 100%); /* Opera 11.10+ */
	background: linear-gradient(  to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px 24px;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}
/* Placeholder text color -- selectors need to be in separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}
:-moz-placeholder {
	color: #7d7b6d;
}
::-moz-placeholder {
	color: #7d7b6d;
}
:-ms-input-placeholder {
	color: #7d7b6d;
}
/* @Responsive media ***/
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/* @Images ***/
.alignleft {
  float: left;
  margin: 0 24px .5em 0;
}
a .alignleft {
  margin: 0 24px .5em 0;
}
.alignright {
  float: right;
  margin: 0 0 .5em 24px;
}
a .alignright {
  margin: 0 0 .5em 24px;
}
.aligncenter {
  display: block;
  margin: 0 auto 1.5em;
}

.wp-caption {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  margin-bottom: .75em;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
.wp-caption.aligncenter {
  clear: both;
  margin: 0 auto 1.5em;
}
.wp-caption img {
  border: 0;
  box-shadow: none;
  display: block;
  margin: 0;
  max-width: 100%;
}
.wp-caption.aligncenter img {
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  font-size: .923em;
  font-style: italic;
  line-height: 1.2;
  margin: .75em 5px 0;
  text-align: center;
}
.entry-content .wp-post-image,
.entry-summary .wp-post-image {
  float: left;
  margin: 0 20px 1em 0;
}

a.go:after {
  content: "\00A0\00BB"; /* nbsp raquo */
  font-size: 1.2em;
}
/* @Default @Layout: 1000px ********/
body { background-color: #141412; }
#page {
	background-color: white;
	background-position: center top;
	background-repeat: repeat-x;
	padding: 0px;
	position: relative;
}
.site {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
/* @Header ***/
#masthead {
	background-color: white;
	background-image: url('images/header-bg.jpg');
	background-repeat: no-repeat;
	height: 319px;
	width: 960px;
}
#site-title {
	height: 54px;
	left: 290px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	top: 112px;
	width: 618px;
}
#site-title a {
	display: block;
}
#site-description {
	height: 32px;
	left: 290px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	top: 172px;
	width: 618px;
}
/* Main Navigation ***/
.main-navigation {
	background-image: url('images/main-menu-bg.jpg');
	background-repeat: no-repeat;
	clear: both;
	height: 36px;
	margin: 0 auto;
	max-width: 960px;
	min-height: 36px;
	width: 960px;
	top: 283px;
	position: absolute;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0 0 0 0px;
	padding: 0 12px 0 12px;
	position: relative;
}
.nav-menu li {
	display: inline-block;
	position: relative;
}
.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 1em;
	height: 16px;
	line-height: 1;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #220e10;
	color: #fff;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid rgba(247, 245, 231, 1);
	border-top: 0;
	color: #fff;
	display: none;
	float: left;
	padding: 0;
	position: absolute;
	top: 36px;
	left: -2px;
	z-index: 99999;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 240px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #de8a33;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #de8a33;
	font-style: italic;
}
.menu-toggle { display: none; }
/* @Navbar ***/
.navbar {
	background-color: #f7f5e7;
	max-width: 1000px;
	width: 100%;
}
.main-navigation .searchform {
	position: absolute;
	right: 0;
	top: 1px;
}
/* @Main ***/
#main {
	background-image: url('images/main-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 62px 20px 0 20px;
}
/* @Primary ***/
#primary {
	float: left;
	margin: 0 10px;
	padding-bottom: 2em;
	width: 580px;
}
/* @Secondary ***/
#secondary {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:	        border-box;
	float: right;
	margin-right: 2em;
	width: 255px;
}
/* @Content ***/
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 1.714em;
}
.entry-header img.wp-post-image {
	margin-bottom: 1.714em;
}
.entry-header .entry-title {

}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-title a:hover {
	text-decoration: none;
}
.entry-header .comments-link {
	margin-top: 1.714em;
	font-size: 0.928em;
	line-height: 1.846;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	font-size: 0.928em;
	line-height: 3.692;
	margin-bottom: 1.714em;
	text-align: center;
}
.entry-content,
.entry-summary {
	line-height: 1.714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
/*	margin: 1.714em;*/
	line-height: 1.714;
}

.entry-content p,
.comment-content p,
.entry-summary p {
	margin: 0 0 1.5em;
	line-height: 1.714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
	margin: 0 0 1.5em;
	line-height: 1.714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li {
	margin: 0 0 0 2.5em;
}

/* Page Links */
.page-links {
	clear: both;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}
.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}
/* Attachements */
.attachement .hentry {
	margin: 0;
	padding: 0;
}
.attachement .entry-header {
	margin-bottom: 0;
	max-width: 960px;
	padding: 30px 0;
}
.attchement .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 1.75em "Source Sans Pro", Helvetica, Arial, sans-serif;
	margin: 0;
}
.attachement .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 580px;
	padding: 9px 0 0;
	text-align: right;
}
.attachement .entry-content {
	background-color: white;
	max-width: 100%;
	padding: 40px; 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 960px;
	position: realtive;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font: 300 32px "Source Sans Pro", Helvetica, sans-serif;
	vertical-align: -webkit-calc(-4px);
	vertical-align: calc(-4px);
}
.attachment .entry-attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}
/* Post navigation */
.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}
.navigation a:hover {
	text-decpration: none;
}
.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}
.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 580px;
	width: 100%;
}
.paging-navigation .nav-next {
	line-height: 5;
}
.paging-navigation a {
	font: 300 italic 1.25em/1 "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.paging-navigation .meta-nav {
	background-color: #e63320;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font: 300 1.5em/1 "Source Sans Pro", Helvetica, Arial, sans-serif;
	padding: 5px 0 8px;
	text-align: center;
	width: 40px;
}
.paging-navigation .nav-previoius .meta-nav {
	margin-right: 10px;
	padding: 25px 0 28px;
	width: 80px;
}
.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
	background-color:  #ea9629;
	text-decoration: none;
}
.post-navigation {
	background-color: #fff;
	color: f94a0a;
	font: 300 italic 1.25px "Source Sans Pro", Helvetica, Arial, sans-serif;
	padding: 20px 0;
}
.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 960px;
}
.post-navigation a[rel="next"] {
	float:right;
}
/* @Comments ***/
.comments-title,
.comments-list,
#reply-title,
#respond #commentform {
	margin: 0 auto;
	max-width: 580px;
	width: 100%;
}
/* @Widgets ***/
.widget {
	background-color: rgba(247, 245, 231, 0.7);
	margin: 0 0 1.5em;
	padding: 1em;
}
.widget > h3 {
	font: 300 italic 1.25em "Open Sans", Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
}
.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget li {
	line-height: 1.5;
	padding: 5px 0;
}
.widget .children li:last-child {
	padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}
.widget a {
	/*color: #e1562d;*/
}
/* Search widget */
.widget .searchform .submit {
	display: none;
}
.widget .searchform .field {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:	        border-box;
	width: 100%;
}
/* RSS widget */
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}
/* Calendar widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 0.875em;
	margin: 0;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	padding: 4px 0;
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}
.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
/* @Footer ***/
#colophon {
	background-color: #41251f;
	clear: both;
	color: white;
	font-size: 0.75em;
	padding: 2em;
}