/*
Theme Name: Inkness Plus
Theme URI: http://inkhive.com/product/inkness-plus/
Author: Rohit Tripathi
Author URI: http://inkhive.com
Description: Inkness is a Minimal Responsive theme with Plenty of premium features including Parallax Header, Numbered page navigation, Responsive Slider, Customizable Header & Footer, 4 Page Layouts, Custom Widgets & User Friendly Time Display. Inkness also has a powerful admin options panel, which lets you modify your site to a great extent. Inkness Theme is best suited for Blog/Magazine type Wordpress sites. It has been already translated into all popular langauges.
Version: 2.0.2
License: GNU General Public License
License URI: license.txt
Text Domain: inkness
Domain Path: /languages/
Tags: light, custom-background, two-columns, right-sidebar, flexible-width, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, gray, left-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Inkness is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Inkness WordPress Theme, Copyright 2013 Rohit Tripathi.
Inkness WordPress Theme is distributed under the terms of the GNU GPL v3.
*/


/* =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/ */
}
body {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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;
	text-decoration: none !important;
}
a img {
	border: 0;
}


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

/*
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "MillerDisplay Light", serif;
	font-weight: 200;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
*/


body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "MillerDisplay Roman", serif !important;
	font-weight: 200;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}





/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	font-size: 20px !important;
	margin-bottom: 1.5em !important;
}
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;
}
*/
b, strong {
	font-family: "MillerDisplay Bold", serif !important;
	font-weight: 400 !important;
	font-weight: bold !important;
	font-style: normal !important;
}

dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
	font-size: 1.2em !important;
}
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;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px 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 #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	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: #ccc #bbb #aaa #bbb;
	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="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
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%;
}

/* 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;
}

.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,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



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

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


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

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


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

.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;
}
.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;
	font-size: .95em !important;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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


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


.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.default-nav-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

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


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

.widget {
	margin: 0 0 1.5em;
}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}




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

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* 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;
}
.byline {
	display: inline !important;
}
/* = Fix for equalHeights
----------------------------------------------- */

@media screen and (min-width: 1200px) {
	.featured-thumb {
		min-height: 318px !important;
		overflow: hidden;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.featured-thumb {
		min-height: 318px !important;
		overflow: hidden;
	}
}
@media screen and (min-width: 500px) and (max-width: 991px) {
	.featured-thumb {
		min-height: 318px !important;
		overflow: hidden;
	}

	#content {
		width: 90% !important;
	}
	#header-callout {
		width: 95% !important;
	}
	#header-footer {
		width: 95% !important;
	}
}
@media screen and (max-width: 600px) {
	#series-label {
		display: none;
	}
}

#social-icons img { width: 32px; height: 32px; margin-bottom: 4px; opacity: 0.7; transition: 0.4s all ease; }
#social-icons img:hover { opacity: 1; }



/* =Custom Changes
----------------------------------------------- */

#at4-share-btn {
	opacity: 0.5 !important;
}


#at4-share-btn {
	opacity: 1.0 !important;
}


@media(min-width: 681px){
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header {
  background: #fceee5;
  padding: 0;
}
.header>a{
  float: left;
}
.header>a img{
  max-width: 200px;
}
.header .nav{
  float: left;
  clear: none;
  width: auto;
  text-align: left;
}
}

/*.at4-share [class*="*/

/*.show-grid [class*="span"]*/

/* =Search Bar
----------------------------------------------- */

.main-navigation {
	width: 760px !important;
}

#menu-item-15953 > a {
/* 	color: #de6f02 !important; */
	color: rgba(222, 112, 2, 1) !important;
}


#menu-item-15953 > a:hover {
	color: #ffffff !important;
}

#wrap {
  margin: 0px;
  display: inline-block;
  position: relative;
  height: auto;
  float: right;
  padding: 0px;
/*   width: 184px !important; */
  text-align: center !important;
}

#subscribe-field-blog_subscription-5 {}

input[type="text"] {
  height: 44px;
  font-size: 40px;
  display: inline-block;
  font-family: "Autoradiographic Rg";
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant: normal !important;
  border: none;
  outline: none;
  outline-offset: 0px;
  color: #555;
  padding: 0px;
  padding-right: 50px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 100002;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  vertical-align: middle;
  line-height: .9em;
}

input[type="text"]:focus:hover {
/*   border-bottom: 1px solid #BBB; */
}

input[type="text"]:focus {
  width: 700px;
  z-index: 100000;
  border-bottom: 1px solid #BBB;
  cursor: text;
  background-color: #ccc;
  vertical-align: middle;
  line-height: .9em;
  margin: 0px;
  padding: 0px;
  padding-left: 3px;

}
/*
input[type="submit"] {
  height: 46px;
  width: 46px;
  display: inline-block;
  color:red;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZhQTFRFAAAA6+vr4uLiAQEBAwMDDQ0NBAQEDAwMBQUFBwcHAgICBgYGu7u7CQkJUFBQDw8PEBAQ7OzsCwsLCAgIDg4O7e3t39/f5eXlZmZm////6Ojo8vLypKSkERERFRUV9/f3oKCg9PT07+/v/Pz8+vr6s7OzWFhYkpKS6urqW1tbTU1NISEhmJiYOjo609PTYmJiExMT+fn58PDwjo6OUVFRGRkZ7u7u5OTkn5+f6enp8/Pz8fHx9vb2Hh4eNDQ0+Pj4+/v7RkZGPj4+tra2cHBwcXFxt7e3qKio4eHhhYWFra2tFhYWJCQkCgoKrKysR0dHXFxcfX19XV1dc3Nz1tbWJycnGhoaWlpasrKyeHh4ioqKbm5uycnJ1NTUeXl54+Pj2dnZMjIyzs7Ox8fH19fXV1dX2traqamp29vbpaWlwsLCrq6uOTk5aWlp4ODgFBQUxMTEEhISp6endnZ2GBgYtbW1ubm5IyMj/f39KSkpXl5ehoaGxcXFxsbGTExMfn5+X19fSkpKQEBAREREU1NTLi4uampqQkJCtho16wAAAj1JREFUeNrUlWd30zAUhi1LsizbaRI7oxnNDqQZnbSlu1C6oLTsvffee2/+NlcJoacgNQmfwD7+4vP4OVdX75U17V++SA+l7bIzK5FSfu5GJFN2W8Ofz46nJ88jhHSU6/vGt4Z9i+NTY0A276dft6KnrxVGhXfjybxT0/5IOiicl24fOF293PBndqlo/GZQOG+NBB4yRge863HhT64q8Mf5sI6WT+6jfp/rMZ+fHr0n/NsVpUQT4D7kZ4zbJjdNm7KRKPidmhQ/NweumymX2dwwDdvgwF8Va1mT4pEE0nVGmW0aJrEsgxg2pX1QjfNcQleiYNoZCHFwE8MiwHMe2FMCvizB1wehzt09+20T3JhgjA1i+vgUrGdFgvdPgkfUYhvgxvCFZRqMDil6szABHpf6PJCDW7OwZXFO42MIzeM/8e6g1J4YldvXJ2S1e7Ew0k9J8NUzSNaZF/D2o6zvF6D26O99X56Fvr+U4a9FAospJnbV/rmrh2NxpO+V7mqlJPL4PsCoV88Mp2y6kIV38gjj4XrCqyKRTCQy9H22IDKjESnvnqjP0JE7gYFQiN5PPYilg2KmtikCf2yx7s/F3xaLV7KxfLgxsY6KvzjfmNFwIpcdCv6aWadfwT9Z05HkVvr58eTGOeD0fmn6u1UD7s4cTDr6s+qjhU+mRspNf6/y/MAaoc3ji3S19G/+tqu1fzP/t/4PHfrvduh/1aG/0pm/1t4fCO+o+5ew1i6fhLnyt/87rC0NU+1/v34IMABX+j4NW8SzRQAAAABJRU5ErkJggg==) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100001;
  cursor: pointer;
  opacity: 0.7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  transition: opacity .4s ease;
  box-shadow: none !important;
}
input[type="submit"]:hover {
  opacity: 0.8;
}
*/

form.searchform input[type="submit"] { display: none !important;}

#subscribe-blog-blog_subscription-5 > input[type="submit"]:nth-child(7) {
	display: none !important;
}

#subscribe-submit > input[type="submit"]:nth-child(6) {
	display: none !important;
}

#search-submit {
	display: none !important;
	visibility: hidden !important;
}

/* Header Bar */

#header-band {
	position: absolute;
	top: 250px;
	width: 100%;
	height: 278px !important;
	background:rgba(0,0,0, .65);
	z-index: 4;
	padding-top: 30px;
	padding-bottom: 20px;
}


#header-callout {
	position: relative;
	/*top: 400px;*/
	width: 970px;
	/*border: 1px solid red;*/
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	/*z-index: 4;*/
	/*background:rgba(255,255,255, 1);*/

/*	position: relative;
	top: 340px;
	width: 100%;
	height: 125px;
	/*border: 1px solid red;*!/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;*/
	/*background:rgba(255,255,255, 1);*/
	/*z-index: 4;*/
	/*background:rgba(255,255,255, 1);*/
	font-family: "MillerText Roman", serif !important;
	font-weight: 400 !important;
	font-size: 53px !important;
	font-style: normal !important;
    /*text-shadow: 4px 4px 5px #000000;*/
	color: rgba(255, 255, 255, 1) !important;
/* 	color: rgba(222, 112, 2, 1) !important; */
/* 	color: rgba(156, 79, 3, 1) !important; */
	/*letter-spacing: -.1em;*/
	line-height: 1.1em !important;
}

#header-callout H2 {
	color: #ffffff !important;
	font-size: .3em !important;
	position: relative !important;
	top: -0.5em;
}
#header-callout H2 a {
	color: #de7002 !important;
	text-transform: uppercase !important;
}
#header-callout H2 a:hover {
	background-color: #de7002 !important;
	color: #ffffff !important;
}



/*#feature-callout.a {*/
	/*color: #c14a17;*/
/*}*/


.callout-link {
	position: relative !important;
	left: -5px;
	color: rgba(255, 255, 255, 1) !important;
/* 	color: rgba(156, 79, 3, 1) !important; */
	text-decoration: none;
	font-family: "MillerText Roman", serif !important;
	font-size: 53px !important;
	font-weight: 400 !important;
	font-style: normal !important;
/* 	letter-spacing: +0.02em !important; */
/* 	padding-top: 5px !important; */
/* 	padding-bottom: 5px !important; */
/* 	padding-left: 5px !important; */
/* 	padding-right: 5px !important; */
}
.callout-link:hover {
	color: #ffffff !important;
	background-color: #de6f02 !important;
	text-decoration: none !important;
}
.callout-link:active {
	text-decoration: underline !important;
}
.header-link {
	color: #de6f02;
	text-decoration: none;
}

.header-link:hover {
	color: #ffffff !important;
	background-color: #de6f02 !important;
	text-decoration: none !important;
}


/*
#header-blurb {
	position:  relative;
	top: 0px;
	left: 0px;
	font-family: "Sharp Sans No1 Medium", sans-serif;
	font-size: 24px;
	font-weight:400;
	font-style: normal;
	letter-spacing: .03em;
	line-height: 1.2em;
	color: rgba(255,255,255, 1);
}
*/

#header-blurb {
	position:  relative;
	top: 0px;
	left: 0px;
	font-family: "MillerDisplay Light", serif;
	font-size: .55em;
	font-weight:200;
	font-style: normal;
	letter-spacing: .03em;
	line-height: 1.2em;
	color: rgba(235, 235, 235, 1);
}

#header-category-filed {
/* 	position: absolute !important; */
/* 	bottom: 0px !important; */
/* 	left: 0px !important; */
	display: block !important;
/* 	font-family: "Autoradiographic Rg", sans-serif !important; */
	font-size: 14px !important;
/* 	font-weight: 400 !important; */
/* 	text-transform: uppercase !important; */
/* 	font-style: normal !important; */
/* 	letter-spacing: +.05em !important; */
	line-height: 1em !important;
/* 	background-color: rgba(0, 0, 0, 1) !important; */
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
/* 	color: rgba(255, 255, 255, 1) !important; */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
/* 	vertical-align: baseline !important; */
/* 	width: 250px; */
/* 	-webkit-font-smoothing: antialiased !important; */
}
#series-label {
/* 	float: left !important; */
/* 	position: absolute !important; */
/* 	bottom: 0px !important; */
/* 	left: 0px !important; */
/* 	display: inline-block !important; */
/* 	width: auto !important; */
/* 	height: 1em !important; */
	font-family: "Autoradiographic Rg", sans-serif !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
	letter-spacing: +.05em !important;
	line-height: 1em !important;
	background-color: rgba(0, 0, 0, 1) !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
	padding-left: 5px !important;
	color: rgba(255, 255, 255, 1) !important;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	vertical-align: baseline !important;
/* 	-webkit-font-smoothing: antialiased !important; */
}
#header-category {
/* 	position: absolute !important; */
/* 	float: right !important; */
/* 	bottom: 0px !important; */
/* 	right: 0px !important; */
/* 	display: inline-block !important; */
/* 	width:100% !important; */
/* 	height: 1em !important; */
/* 	height: auto !important; */
/* 	width: auto !important; */
	font-family: "Autoradiographic Rg", sans-serif !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
	letter-spacing: +.05em !important;
	line-height: 1em !important;
/* 	color: rgba(0, 0, 0, 1) !important; */
	color: rgba(255, 255, 255, 1) !important;
	padding-top: 3px !important;
	padding-bottom: 2px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
/* 	background-color: rgba(0, 0, 0, 0.4) !important; */
/* 	background-color: rgba(156, 79, 3, 1) !important; */
	background-color: rgba(222, 112, 2, 1) !important;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	vertical-align: baseline !important;
/* 	-webkit-font-smoothing: antialiased !important; */
}
#header-category > a {
/* 	display: block; */
/* 	position: relative !important; */
/* 	bottom: 0px !important; */
/* 	left: 0px !important; */
/* 	background-color: rgba(222, 112, 2, 0.5) !important; */
	color: rgba(255, 255, 255, 1) !important;
/* 	vertical-align: baseline !important; */
/* 	line-height: 1.2em; */
/* 	word-wrap: normal !important; */
/* 	word-break: normal !important; */
/* 	background-color: rgba(0, 0, 0, 0.7) !important; */
}
#header-category:hover {
	background-color: rgba(222, 112, 2, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
}

#header-separator {
/* 	font-size: 48px; */
	font-size: 1.1em;
	font-weight: 700;
	color: #de6f02;
}

#white-separator {
	font-size: 1em;
	color: #ffffff;
}


.header-link-bundle {
/* 	position: absolute !important; */
/* 	bottom: 0px !important; */
/* 	right: 0px !important; */
	display: block !important;
	float: right !important;
/* 	font-family: "Autoradiographic Rg", sans-serif !important; */
	font-size: 14px !important;
/* 	font-weight: 400 !important; */
/* 	text-transform: uppercase !important; */
/* 	font-style: normal !important; */
/* 	letter-spacing: +.05em !important; */
	line-height: 1em !important;
	background-color: rgba(0, 0, 0, 1) !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-left: 10px !important;
/* 	color: rgba(255, 255, 255, 1) !important; */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	vertical-align: baseline !important;
/* 	width: 250px; */
/* 	-webkit-font-smoothing: antialiased !important; */
}
.link-label {
/* 	float: left !important; */
/* 	position: absolute !important; */
/* 	bottom: 0px !important; */
/* 	left: 0px !important; */
/* 	display: inline-block !important; */
/* 	width: auto !important; */
/* 	height: 1em !important; */
	font-family: "Autoradiographic Rg", sans-serif !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
	letter-spacing: +.05em !important;
	line-height: 1em !important;
	background-color: rgba(0, 0, 0, 1) !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
	padding-left: 5px !important;
	color: rgba(255, 255, 255, 1) !important;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	vertical-align: baseline !important;
/* 	-webkit-font-smoothing: antialiased !important; */
}
.link-title {
/* 	position: absolute !important; */
/* 	float: right !important; */
/* 	bottom: 0px !important; */
/* 	right: 0px !important; */
/* 	display: inline-block !important; */
/* 	width:100% !important; */
/* 	height: 1em !important; */
/* 	height: auto !important; */
/* 	width: auto !important; */
/* 	font-family: "ChronoWebRegular" !important; */
/* 	font-size: 1.6rem !important; */
	font-family: "Autoradiographic Rg", sans-serif !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
	letter-spacing: +.05em !important;
	line-height: 1em !important;
/* 	color: rgba(0, 0, 0, 1) !important; */
	color: rgba(255, 255, 255, 1) !important;
	padding-top: 3px !important;
	padding-bottom: 2px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
/* 	background-color: rgba(0, 0, 0, 0.4) !important; */
/* 	background-color: rgba(156, 79, 3, 1) !important; */
	background-color: rgba(222, 112, 2, 1) !important;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	vertical-align: baseline !important;
/* 	-webkit-font-smoothing: antialiased !important; */
}
.link-title > a {
/* 	display: block; */
/* 	position: relative !important; */
/* 	bottom: 0px !important; */
/* 	left: 0px !important; */
/* 	background-color: rgba(222, 112, 2, 0.5) !important; */
	color: rgba(255, 255, 255, 1) !important;
/* 	vertical-align: baseline !important; */
/* 	line-height: 1.2em; */
/* 	word-wrap: normal !important; */
/* 	word-break: normal !important; */
/* 	background-color: rgba(0, 0, 0, 0.7) !important; */
}
.link-title:hover {
	background-color: rgba(222, 112, 2, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
}

#header-footer {
	position:  relative;
	top: 20px;
	left: 0	px;
/* 	font-family: "MillerText Roman", serif; */
/* 	font-size: 24px; */
/* 	font-weight:400; */
/* 	font-style: normal; */
/* 	letter-spacing: .03em; */
/* 	line-height: 1.2em; */
/* 	color: rgba(255,255,255, 1); */
	width: 100% !important;
	height: 50px !important;
/* 	border: 1px solid #ba1d1d !important; */
}
#read-more {
	position: absolute;
	bottom: 0px;
	right: 0px;
/* 	float: right; */
	/*border-right: 1px solid #de6f02;*/
    /*display: inline-block; /* to display the menu items as blocks in same line *!/*/
	font-family: "MillerText Roman", serif !important;
	font-weight: 400 !important;
	font-size: 16px;
	/*text-shadow: 4px 4px 5px #000000;*/
	color: #de6f02;
	letter-spacing: .04em;
	line-height: 1em;
	/*padding-top: 5px;*/
	/*padding-bottom: 5px;*/
	/*padding-right: 10px;*/
	/*padding-left: 15px;*/
	text-decoration: none;
}

#feature-bar {
	position: absolute;
	top: 170px;
	right: 5%;
	width: auto;
	height: 50px;
	border-left: 4px solid #de6f02;
	border-right: 4px solid #de6f02;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	background:rgba(0,0,0, .6);
	z-index: 5;
	/*background:rgba(255,255,255, 1);*/
	font-family: "Autoradiographic Rg", sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	/*text-shadow: 4px 4px 5px #000000;*/
	color: rgba(255,255,255, 1);
	letter-spacing: .09em;
	/*line-height: .9em;*/

}

#feature-bar a {
	color: white !important;
	font-weight: 400 !important;
}

#feature-bar a:hover {
	color: #de6f02 !important;
}


#feature-caption {
	position: relative;
	bottom: 20px;
	/*top: 160px;*/
	/*right: 5%;*/
	float: right;
	width: 242px;
	height: 70px;
	border-left: 4px solid #de6f02;
	border-right: 4px solid #de6f02;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	background:rgba(0,0,0, 1);
	z-index: 5;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	/*background:rgba(255,255,255, 1);*/
	font-family: "Autoradiographic Rg", sans-serif;
	font-size: 14px;
	font-weight: 400;
	/*text-shadow: 4px 4px 5px #000000;*/
	color: rgba(255,255,255, 1);
	letter-spacing: .09em;
	/*line-height: .9em;*/

}
#feature-sub-caption {
	font-family: "Autoradiographic Rg", sans-serif;
	font-size: 14px;
	font-weight: 300;
}


.feature-nav {
	position: relative;
	bottom: -4px;
	border-right: 1px solid #de6f02;
    display: inline-block; /* to display the menu items as blocks in same line */
	font-family: "Autoradiographic Rg", sans-serif;
	font-size: 14px;
	font-weight: 700;
	/*text-shadow: 4px 4px 5px #000000;*/
	color: rgba(255,255,255, 1);
	letter-spacing: .09em;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 15px;

}



/* Background */

#background {
	position: absolute;
	width: 100%;
	height: 615px;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: #f4f4f4;

}

#bgimg {
	width: 100%;
	height: 615px;
}

.post-lead-photo {
	width:100% !important;
	height:615px !important;
	background-size:cover !important;
	background-position:50% 50% !important;
	}

/* Content */

#content {

 	position: relative;
 	top: 550px;
	width: 1010px;
/* 	border: 1px solid red; */
/* 	padding-top: 15px !important; */
	padding-top: 0px !important;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 3 !important;
	background-color: :rgba(247,247,247, 1) !important;
	background: #f7f7f7 !important;
/* 	background: #ffffff !important; */
	height: auto;

}

#search {
/* 	display: none !important; */
}

.site-footer {
	display: none !important;
}

.widget_search {
	display: none !important;
}

#secondary {
	display: none !important;
}

#primary {
	width: 100% !important;
	border: none !important;
}
.seperated-list-item {
	border-right-color:rgb(213, 213, 213);
	border-right-style:solid;
	border-right-width:1px;
	color:rgb(255, 255, 255);
	display:inline-block;
	font-family: "Autoradiographic Rg", sans-serif !important;
	font-weight: 400 !important;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	line-height:10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:8px;
	padding-left:0px;
	padding-right:8px;
	text-align:left;
	-webkit-font-smoothing:antialiased;
}

.feature-band-categories {
	background-attachment: scroll !important;
	background-clip: border-box !important;
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: none !important;
	background-origin: padding-box !important;
	background-size: auto !important;
	color: rgb(255, 255, 255) !important;
	cursor: auto !important;
	display: inline !important;
	font-family: "Autoradiographic Rg", sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-variant: normal !important;
	height: auto !important;
	letter-spacing: normal !important;
	line-height: 18px !important;
	list-style-image: none !important;
	list-style-position: outside !important;
	list-style-type: none !important;
	pointer-events: all !important;
	text-align: left !important;
	text-decoration: none !important;
	text-transform: none !important;
	width: auto !important;
	-webkit-font-smoothing: antialiased !important;
}

.post-photo-box {
	width: 100% !important;
	height: 175px !important;
	background-size: cover !important;
	background-position:50% 50% !important;
	background-repeat: no-repeat !important;
	overflow: hidden !important;
	display: inline-block;
}

/*
.article-thumb-topper {
	width: 100% !important;
	height: 175px !important;
}
*/

.article-rest {
	height: 133px !important;
	position: absolute !important;
	bottom: 0px !important;
	width: 100% !important;
	background-color: rgba(255, 255, 255, 1) !important;
/* 	font-family: "Autoradiographic Rg", sans-serif !important; */
/* 	font-weight: 400 !important; */
	font-style: normal !important;
	letter-spacing: +.05em !important;
	text-transform: uppercase !important;
	font-size: 18px !important;
	line-height: 1.1em !important;
	color: rgba(0, 0, 0, 1) !important;
}

/*
.article-rest:hover {
	background-color: rgba(146, 146, 146, 1) !important;
	color: rgba(222, 112, 2, 1) !important;
}
*/


.entry-title a {
	font-family: "MillerText Roman", serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	font-style: normal !important;
/* 	font-family: Roboto, sans-serif !important; */
/* 	font-size: 18px !important; */
/* 	font-weight: normal !important; */
	line-height: 1.2em !important;
	text-transform: none !important;
	color: rgba(0, 0, 0, 1) !important;
}
.entry-title a:hover {
	color: rgba(222, 112, 2, 1) !important;
	background: none !important;

}


.entry-header {
	position: relative !important;
	top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.entry-subtitle {
	font-family: "MillerDisplay Light", serif !important;
	font-weight: 200 !important;
/* 	font-family: "MillerText Roman", serif !important; */
	font-size: 12px !important;
/* 	font-weight: 400 !important; */
	font-style: normal !important;
	line-height: 1.1em !important;
	text-transform: none !important;
	color: rgba(0, 0, 0, 1) !important;
	padding-left: 0px !important;
	padding-top: 3px !important;
}
.entry-subtitle a {
	color: #343434 !important;
}

.entry-subtitle a:hover {
	color: #de7002 !important;
	background: none !important;
}

/*
.featured-thumb:hover background-image {
	-webkit-transform: scale(1.05);
	opacity: 0.98;
}
*/

.post-photo-box:hover width {
	-webkit-transform: scale(1.25);
/* 	opacity: 0.98; */
/* 	width: 120%; */
}


/* Tags */

ul#tagList
{
	margin: 0.8rem 0 1.6rem 0;
}

#tagList li
{
	font-family: "ChronoWebRegular";
	font-size: 1.6rem;
	display: inline-block;
	padding: 0.56rem 0.8rem 0.4rem 0.8rem;
	margin: 0.4rem 1.2rem 0.4rem 0;
	line-height: 1.6rem;
	border-radius: 0.4rem;
	color: #fff;
	background-color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
#tagList li:last-child
{
	margin-right: 0;
}

#tagList li a
{
	text-decoration: none;
	color: inherit;
}


ul#tagList li.tagName-coda,
ul#tagList li.tagName-coda-ios,
ul#tagList li.tagName-web,
ul#tagList li.tagName-preview,
ul#tagList li.tagName-air-preview,
ul#tagList li.tagName-scm,
ul#tagList li.tagName-svn
{
/* 	background-color: #27c11f; */
	background-color: rgba(222, 112, 2, 1) !important;

}

ul#tagList li.tagName-transmit,
ul#tagList li.tagName-transmit-ios
{
	background-color: #f27e18;
}

ul#tagList li.tagName-prompt,
ul#tagList li.tagName-ssh,
ul#tagList li.tagName-shell,
ul#tagList li.tagName-keypairs,
ul#tagList li.tagName-pem,
ul#tagList li.tagName-terminal
{
	background-color: #8367c9;
}

ul#tagList li.tagName-status-board
{
	background-color: #1f95c1;
}

.byline {
	display: none !important;
}


/* Category Menu */

#menu_container {
	width:100% !important;
	height:auto !important;
	padding-top: 10px !important;
}
.menu_container a {
	font-family: "Autoradiographic Rg", sans-serif !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
	letter-spacing: +.05em !important;


}
.posted-on {
	position: relative !important;
	right: 0px !important;
}

#menu_container { padding-bottom: 10px; padding-left: 30px !important; padding-right: 30px !important;}
#menu_container ul { list-style-type: none; margin-right: 25px; float: left; }
#menu_container ul li { float: left; position: relative; }
#menu_container ul li a { color: #fff; text-decoration: none; background-color: #000; padding: 4px 4px; margin-right: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; display: block; }
#menu_container ul li a:hover { background-color: #de7002; }
#menu_container ul li.current-menu-item a, #menu_container ul li.current_page_item a { background-color: #de7002; }
#menu_container input[type=text] { width: 172px !important; height: 25px !important; background-color: #000 !important; font-size: 14px !important; color: #fff !important; -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; -khtml-border-radius: 5px !important; border-radius: 5px !important; float: right !important; border: none !important; padding: 0 7px !important; position: relative !important; }
#menu_container ul li ul { position: absolute; top: 28px; left: 0; display: none; z-index: 500; }
#menu_container ul li ul li { width: 140px; float: none; padding-top: 5px; }
#menu_container ul li ul li a { margin: 0; }
#menu-header_menu { margin-left:0px !important; margin-right:0 !important;}
.header_social_icons_cont { float: left; width: 82px !important; margin-right: 5px; }
.header_social_icons_cont img { float: left; margin-right: 7px; }


a:hover { color:#333; transition: background 0.3s ease 0s, color 0.3s ease 0s;  }

/* .article-rest {border-bottom-width: 5px !important; border-bottom-color: #000000 !important; border-bottom-style: solid !important;} */


.cat-container {
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	font-family: "Autoradiographic Rg", sans-serif !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
	letter-spacing: +.05em !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	background-color: #858585 !important;
	color: #ffffff !important;
}

.cat-container a {
/* 	background-color: #858585 !important; */
	color: #ffffff !important;
}

.cat-container:hover {
	background-color: #de7002 !important;
}


/* 	background-color: #000000 !important; */


#header-author {
	font-family: "MillerText Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	color: #de7002 !important;
}

/*
.time.entry-date.published {
	font-family: "MillerText Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	color: #ffffff !important;
}
*/

#header-callout > h2:nth-child(2) > span.posted-on > i {
	display: none !important;
}


/*
#header-callout H2 a {
	color: #de7002 !important;
	margin: 0px !important;
	margin-top: 0px !important;
}
*/

/*
#header-callout > h2:nth-child(2) {
	color: #ffffff !important;
	margin: 0px !important;
	margin-top: 0px !important;
	top: -15px !important;
}
*/


#header-callout > h2.contributor-name {
	color: #ffffff !important;
	font-family: "MillerDisplay Light", serif !important;
	font-size: 16px !important;
	font-weight: 200 !important;
	font-style: normal !important;
/* 	letter-spacing: .09em !important; */
	text-transform: none !important;
	margin-bottom: 0px !important;

}
#header-callout > h2.post-date{
/* 	color: #ffffff !important; */
	font-family: "MillerDisplay Light", serif !important;
	font-size: 14px !important;
	font-weight: 200 !important;
	font-style: normal !important;
	letter-spacing: .09em !important;
	text-transform: uppercase !important;
	color: #de7002 !important;
	margin: 0px !important;
	margin-top: 0px !important;
	top: -20px !important;
}



.cat-page-title {
	display: none !important;
}

#jp-relatedposts > div > div.jp-relatedposts-post.jp-relatedposts-post[*].jp-relatedposts-post-nothumbs > a {
	display: none !important;
}
/*
.jp-relatedposts-post-aoverlay a, .jp-relatedposts-post-aoverlay a:hover, .jp-relatedposts-post-aoverlay a:active {
	display: none !important;
}
*/

.jp-relatedposts-post-context {
	font-family: "Autoradiographic Rg", sans-serif !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
}

#subscribe-field-blog_subscription-5 {
/* 	width:172px!important; */
/* 	height:25px!important; */
	background-color:#000!important;
	font-size:14px!important;
	color:#fff!important;
	-moz-border-radius:5px!important;
	-webkit-border-radius:5px!important;
	-khtml-border-radius:5px!important;
	border-radius:5px!important;
	float:right!important;
	border:none!important;
	padding:0 7px!important;
	margin-left:10px!important;
	position:relative!important;
	outline:none!important;
}


op: 0px !important;
	top: -15px !important;
}


#header-callout > h2.contributor-name {
	color: #ffffff !important;
	font-family: "MillerDisplay Light", serif !important;
	font-size: 16px !important;
	font-weight: 200 !important;
	font-style: normal !important;
/* 	letter-spacing: .09em !important; */
	text-transform: none !important;
}

#header-callout > h2.contributor-name > a {
	margin-left: 4px !important;
}

#header-callout > h2:nth-child(2) > span.posted-on > a > time.entry-date.published {
	color: #ffffff !important;
	font-family: "MillerDisplay Light", serif !important;
	font-size: 14px !important;
	font-weight: 200 !important;
	font-style: normal !important;
	letter-spacing: .09em !important;
	text-transform: none !important;
}



.cat-page-title {
	display: none !important;
}

#jp-relatedposts > div > div.jp-relatedposts-post.jp-relatedposts-post[*].jp-relatedposts-post-nothumbs > a {
	display: none !important;
}
/*
.jp-relatedposts-post-aoverlay a, .jp-relatedposts-post-aoverlay a:hover, .jp-relatedposts-post-aoverlay a:active {
	display: none !important;
}
*/

.jp-relatedposts-post-context {
	font-family: "Autoradiographic Rg", sans-serif !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
}

#subscribe-field-blog_subscription-5 {
/* 	width:172px!important; */
/* 	height:25px!important; */
	background-color:#f6f6f6!important;
	font-size:14px!important;
	color:#000000!important;
	-moz-border-radius:5px!important;
	-webkit-border-radius:5px!important;
	-khtml-border-radius:5px!important;
	border-radius:5px!important;
	float:right!important;
	border:none!important;
	padding:0 7px!important;
	margin-left:10px!important;
	position:relative!important;
	outline:none!important;
}

/*
#primary-home > #main > #post-18327 > div {
	background-color: rgba(222, 112, 2, 1) !important;
	}
*/
#post-18327 > div > div > div > div.entry-meta > span.posted-on {
	visibility: hidden !important;
	}


/* email onboarding banner */

.email-onboard {
	color:#111;
	border:none;
	font-family:"Pressura",Courier;
	font-weight:400;
	font-size:12px;
	letter-spacing:-.2px;
	line-height:1.5em;
	padding:0;
	margin:0;
	display:inline-block;
	margin:0 auto;
}

.email-onboard .copy {
	display:inline-block;
	padding-top:9px;
	padding-bottom:5px;
}

.email-onboard .title {
	color:#ff0b3a;
	padding-right:10px;
}

.email-onboard .body {
	padding-right:10px;
	font-family:"PressuraLight",Courier;
}

.email-onboard .archive-link {
	color:#ff0b3a;
	margin-right:15px;
	text-transform:uppercase;
	font-family:"PressuraLight",Courier;
	font-size:10px;
	text-decoration:underline;
}

.email-onboard .checkbox-outer {
	cursor:pointer;
}

.email-onboard .fakebox {
	font-family:"PressuraLight",Courier;
	background-color:none;
	border:2px solid #ff0b3a;
	font-size:16px;
	height:16px;
	width:16px;
	margin-top:-10px;
	margin-right:0;
	display:inline-block;
	text-align:center;
	line-height:12.5px;
	color:#ff0b3a;
	cursor:pointer;
}

.email-onboard .archive-link:hover {
	color:#111;
}

.email-onboard .form {
	display:inline-block;
}

.email-onboard .form.float-right {
	float:right;
}

.email-onboard .form .email-address {
	-webkit-border-radius:0;
	border-radius:0;
	font-family:"PressuraLight",Courier;
	display:inline-block;
	height:35px;
	background-color:#ececea;
	margin-bottom:30px;
	margin-bottom:0;
	padding:4px 8px 4px 10px;
	border-left:1px solid #ececea;
	border:1px solid #ff0b3a;
	margin-right:0;
	padding-top:0;
	padding-bottom:0;
	width:calc(100% - 80px);
}

.email-onboard .form .email-address:focus,.email-onboard .form .submit:focus {
	outline:-webkit-focus-ring-color auto 0;
}

.email-onboard .form .submit {
	font-family:"Pressura",Courier;
	display:inline-block;
	height:35px;
	background-color:#ff0b3a;
	margin-left:0;
	padding-top:0!important;
	padding-bottom:0!important;
	color:#fff;
	border:0;
	padding:4px 10px 5px;
	cursor:pointer;
	webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	-webkit-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	border-radius:0;
	width:80px;
}

.email-onboard .form .submit[disabled] {
	background-color:#111;
	cursor:default;
}

.email-onboard-container-wrapper.rendered {
	border-bottom:1px solid #cececc;
}



@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
}