
/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}


#bit, #bit * {
	*zoom: 1;
}

#bit {
	font: normal 13px 'Open Sans', sans-serif;
	_display: none;
}

/* @noflip */
.rtl #bit {
	font-family: tahoma, Arial, sans-serif;
}

.loggedout-follow-shelf {
	position: fixed;
	right: 40%;
	z-index: 100;
	bottom: -330px;
}

.loggedout-follow-normal {
	position: fixed;
	z-index: 100;
	bottom: -330px;
	right: 10px;
}

.loggedout-follow-typekit {
	margin-right: 4.5em;
	position: fixed;
	z-index: 100;
	bottom: -330px;
	right: 10px;
}

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #CCC;
	letter-spacing: normal;
	border: 0;
	background-color: #324155;
	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	outline-style: none;
	outline-width: 0;
}

#bit a.bsub {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#bit a.bsub span {
	padding-right: 6px;
}

#bit a.bsub span:before{
	content: '\f801';
	color: #00AADC;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Noticons';
	margin: 0 5px 4px 0;
	vertical-align: middle;
}

#bit a:hover span, #bit a.bsub.open span {
	color: #ffffff !important;
	background-position: left -117px;
}

#bit a.bsub.open {
	background: #324155;
}

#bitsubscribe {
	background: #324155;
	color: #fff;
	padding: 15px;
	width: 200px;
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	*float: right;
	*margin-right: -68px;
}

div#bitsubscribe.open {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#bitsubscribe div {
	overflow: hidden;
}

#bitsubscribe a {
	color: #d2dee6;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-size: 20px;
	color: #D2DEE6;
	text-align: left;
	font-family: 'Merriweather', serif;
	font-weight: bold;
}

#bit h3 label{
	color: #D2DEE6;
	font-family: 'Merriweather', serif;
	font-size: 20px;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font-size: 14px;
	line-height: 1.45em;
	font-weight: 300;
	color: #fff;
}

#bitsubscribe p a {
	margin: 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
	color: #D2DEE6;
	margin-top: -8px;
}

#bitsubscribe input[type=submit] {
  border-style: solid;
  border-width: 1px 1px 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: .75em;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  background: #00aadc;
  border-color: #0090bb;
  border-top-color: #0099c6;
  border-bottom-color: #0088b0;
  color: #fff;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  width:100%;
  text-shadow: none;
  font-size: 1em;

}

#bitsubscribe input[type=submit]:hover {
	background: #33bbe3;
	border-color: #2b9ec0;
	border-bottom-color: #2895b5;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
}

#bitsubscribe input[type=submit]:active {
	border-width: 2px 1px 1px;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	background: #f4f8fA;
	border: 1px solid #d2dee6;
	border-radius: 0;
	color: #404040;
	font-size: 13px;
	font-weight: 300;
	height: auto;
	padding: 5px 6px;
	width: 100%;
	box-sizing: border-box;
	/* @noflip */
	direction: ltr;
}

#bitsubscribe input[type=text]:focus,
#bitsubscribe input[type=email]:focus {
	border: 1px solid #000;
}

#bitsubscribe.open {
	display: block;
}

#bsub-subscribe-button {
	text-align: center;
	margin: 0 auto;
}

/*
Confirmation
=============================== */


#bitsubscribe #lof-followpublicize h3 {
	font-size: 13px;
	padding-top: 1em;
	margin-bottom: 1em !important;
}

#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter,
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	border: 1px solid #242f3d;
}

/*
Error
=============================== */

#bit #bitsubscribe p#loggedout-follow-error {
	background: #E8F0F5;
	border-left: 3px solid #DD3D36;
	font-size: 12px;
	font-weight: 1.4em;
	padding: 10px;
	color: #DD3D36;
}

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

#bitsubscribe #bsub-credit {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	padding: 0 0 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #90AEC2;
	background: none;
	text-decoration: none;
}

#bitsubscribe #bsub-credit a:hover {
	color: #78DCFA;
	background: none;
}

@media (max-width: 800px) {
	#bit, #bit a.bsub {
		display:none;
	}
}

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/**

	WordAds V2! 

	HTML markup structure of an ad:

	<div class="wpcnt|mpb">
	<div class="wpa [wpmrec|wpwidesky|wpleaderboard]">

		<a class="wpa-about" href="http://wordpress.com/about-these-ads/" rel="nofollow">
		About these ads
		</a>

		<div class="u">
		[ad unit here]
		</div>

	</div>
	</div>

*/


/* outer container */
.wpcnt {
	text-align: center;
	line-height: 0;
}

.rtl .wpcnt{
	direction: ltr;
}

.mpb{
	text-align: center;
	margin: 0px auto;
	width: 100%;
}

/* inner container */
.wpa, .wpadvert {				/* @todo: deprecate wpadvert */
	position: relative;
    /*overflow: hidden; */       /* this hides "about these ads" when there's no adfill */
    display: inline-block !important;
    max-width: 100%; 
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wpa.wpwidesky, .wpa.wpleaderboard{
	width: auto;
} 

.wpa.top{
	min-width: 728px;
}

.wpa.wpwidesky{
	min-width: 160px;
}

.wpa.wpmrec{
	min-width: 300px;
}

.mpb .wpa{
	padding: 10px 0 0;
}

@media screen and (max-width: 650px) {
	.mpb .wpa{
		min-width: 300px;
	}
}

/* about these ads */
/* all the !important use is to ensure consistency */
.wpa-about{	/* @todo: deprecate wpadvert-about */
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	display: block;
	min-width: 160px;
	/*margin-top: 5px;*/
	border-bottom: none !important;			/* some themes ad dotted underlines, that won't look nice */
	font: 10px/1 "Open Sans", Arial, sans-serif !important;
	text-align: left !important;
	text-decoration: none !important;
	opacity: 0.85;
}

.wpa-about:hover{
	text-decoration: underline !important;	/* !important necessary, since themes override this routinely */
	opacity: 1;
}

/*.wpadvert-about {
	display: block;
	padding: 0 1px;
	font: 9px/1 sans-serif;
	text-decoration: underline;
}*/


.wpa-about:hover, .wa_infobox a:hover {
	text-decoration: underline !important;	/* !important necessary, since themes override this routinely */
	color: #444;							/* !disabling since links must use the theme colors */
}

.wpa-notice {
	display: block;
	position: relative; 
	padding: 20px;
	overflow: hidden;
	border: 5px solid #efefef;
	font: 10px/1 "Open Sans", Arial, sans-serif !important;
}

/* dark theme */
body.highlander-dark .wpa-about {
	color: #ddd;
}
body.highlander-dark .wpa-about:hover {
	color: #e9e9e9;
}

/* ad unit wrapper */
.wpa .u>div, .wpadvert>div>* {	/* @todo: deprecate wpdvert */
	display: block;
	margin-top: 5px;			/* this makes "about these ads" visible */
	margin-bottom: 1em;			/* every ad should have a little space below it */
}

div.wpa>div {
	margin-top: 20px;
}



.wa-sponsored-link {
	font: 9px/1 sans-serif;
}
/**
 * Styles for Jetpack related posts
 */

/* Container */

div#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

div#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

div#jp-relatedposts div.jp-relatedposts-items {
	clear: left;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	/*cursor: pointer;*/
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs {
	position:relative;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}

div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/**
 * Responsive
 */

@media only screen and (max-width: 640px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 320px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*
Theme Name: Visual
Theme URI: http://wordpress.org/themes/visual/
Author: Devin Price
Author URI: http://wptheming.com
Description: A dark, elegant, responsive portfolio theme with a grid layout, perfect for showcasing your art.
Version: 0.3.1-wpcom
License: GNU General Public License
License URI: license.txt
Text Domain: visual
Tags: art, artwork, design, magazine, news, photoblogging, photography, portfolio, clean, conservative, contemporary, dark, elegant, formal, modern, professional, traditional, black, gray, blue, two-columns, three-columns, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, infinite-scroll, post-formats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/



/* =Genericons
-------------------------------------------------------------- */
/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */
@font-face {
	font-family: "Genericons";
	src: url(../wp-content/themes/pub/visual/fonts/genericons-regular-webfont.eot);
	src: url(../wp-content/themes/pub/visual/fonts/genericons-regular-webfont.eot#iefix) format('embedded-opentype'),
		url(../wp-content/themes/pub/visual/fonts/genericons-regular-webfont.woff) format('woff'),
		url(../wp-content/themes/pub/visual/fonts/genericons-regular-webfont.ttf) format('truetype'),
		url(../wp-content/themes/pub/visual/fonts/genericons-regular-webfont.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
.masonry .comments-link a:before,
.icon-right-circled:after,
.entry-format:before {
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 8px;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	vertical-align: middle;
	-webkit-font-smoothing: antialias;
}
.masonry .comments-link a:before {
	content: "\F300";
}
.icon-menu:before {
	content: "\2630";
}
.icon-dropdown:before {
	content: "\F502";
}
.icon-search:before {
	content: "\F400";
}
.icon-right-circled:after {
	content: "\F501";
	margin-right: 0;
	margin-left: 8px;
}

/* =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 {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
body {
	background: #212121;
	color: #eee;
}

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

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	border-bottom: 5px solid rgba(255,255,255,.5);
	font-weight: bold;
	margin: .75em 0;
	padding: .75em 0;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 5px solid rgba(255,255,255,.5);
	font-style: italic;
	padding: 0 1.5em;
}
blockquote blockquote {
	padding-right: 0;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	border: 1px solid #292929;
	border-top: none;
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #191919;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 1.5em;
	padding: 1.5em 20px;
}
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: #00877f;
	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 {
	border-bottom: 5px solid rgba(255,255,255,.5);
	font-weight: bold;
	padding: 8px 5px 12px;
}
td {
	border-bottom: 1px solid rgba(255,255,255,.05);
	padding: 8px 5px;
}
tr.alternate {
	background: rgba(255,255,255,.02);
}
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 #222;
	border-radius: 3px;
	background: #616161;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3), inset 0 15px 17px rgba(0, 0, 0, 0.3), inset 0 -5px 12px rgba(255, 255, 255, 0.05);
	color: #fff;
	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;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), inset 0 15px 17px rgba(0, 0, 0, 0.5), inset 0 -5px 12px rgba(255, 255, 255, 0.1);
}
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 {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), inset 0 15px 17px rgba(0, 0, 0, 0.5), inset 0 -5px 12px rgba(255, 255, 255, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
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%;
}

/* Links */
a {
	color: #40d7bc;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
a:visited {
	color: #40d7bc;
}
a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: underline;
}

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

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

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

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

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


/* =Structure
----------------------------------------------- */

.content-area {
	float: left;
	margin: 0 -29.4% 0 0;
	width: 100%;
}
.site-content {
	margin: 0 31.4% 0 0;
}
.site-main {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 10px;
}
.site-main .widget-area {
	float: right;
	overflow: hidden;
	width: 29.4%;
}
.site-footer {
	background: #313131;
	border-top: 1px solid #212121;
	padding: 15px 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	clear: both;
	width: 100%;
}
.site-footer a {
	color: #ddd;
}
.site-info {
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 15px;
}


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

.site-header {
	background: #313131;
	margin: 0 auto 20px;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.site-header .section {
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 30px;
}
.site-branding {
	clear: both;
	margin: .75em auto;
	float: left;
	padding-left: 20px;
	min-height: 48px;
}
.site-title {
	font-size: 26px;
	font-size: 2.6rem;
}
.site-title a {
	color: #eee;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.site-title a:hover {
	color: #40d7bc;
	text-decoration: none;
}
.site-header img {
	display: block;
	margin: 1.5em auto;
}


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

.navigation-main {
	display: block;
	float: right;
	margin: .75em auto;
	max-width: 1020px;
	border-right: 1px solid #161616;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	border-left: 1px solid #161616;
}
.navigation-main a {
	border-left: 1px solid #363636;
	color: #ddd;
	display: block;
	padding: 2em 20px;
	text-decoration: none;
}
.navigation-main li:last-of-type a {
	border-right: 1px solid #363636;
}
.navigation-main li a:hover {
	border-color: #000;
	background: #000;
	color: #40d7bc;
}
.navigation-main li a:not(:only-child) {
	padding-right: 40px;
}
.navigation-main li a:not(:only-child):after {
	content: '\f502';
	font-family: "Genericons";
	font-size: 8px;
	font-size: .8rem;
	line-height: 2;
	position: absolute;
	right: 20px;
	speak: none;
}
.navigation-main ul ul li a:not(:only-child):after {
	content: '\f501';
}
.navigation-main ul ul {
	background: #000;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	position: absolute;
		top: 4em;
		left: -1px;
	margin: 0;
	opacity: 0;
	transition: .3s opacity ease-in-out;
	-webkit-transition: .3s opacity ease-in-out;
	-moz-transition: .3s opacity ease-in-out;
	visibility: hidden;
	width: 190px;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 99%;
	top: 0;
}
.navigation-main ul ul li {
	border-bottom: 1px solid #161616;
	float: none;
}
.navigation-main ul ul li a {
	background: #313131;
	border: none;
	border-bottom: 1px solid #363636;
	padding: 18px 20px;
}
.navigation-main ul ul li a:hover {
	border-bottom: 1px solid #161616;
}
.navigation-main ul ul li:last-of-type a {
	border: none;
}
.navigation-main ul li:hover > ul,
.navigation-main ul li.focus > ul {
	display: block;
	opacity: 1;
	transition: .3s opacity ease-in-out;
	-webkit-transition: .3s opacity ease-in-out;
	-moz-transition: .3s opacity ease-in-out;
	visibility: visible;
}

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

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

@media screen and ( max-width: 600px ) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}
	.menu-toggle {
		padding: 16px 20px 17px;
		margin: 0;
	}
	.menu-toggle:before {
		content: "\f419";
		display: inline-block;
		font-family: "Genericons";
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 10px;
		vertical-align: middle;
	}
	.menu-toggle:hover {
		background: #000;
		border-color: #000;
		color: #40d7bc;
	}
	.navigation-main ul {
		display: none;
	}
	.main-small-navigation ul,
	.main-small-navigation li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.main-small-navigation li a {
		border-top: 1px solid #666;
		color: #ddd;
		display: block;
		padding: 10px 20px;
	}
}


/* =Masonry Layout
----------------------------------------------- */
.masonry .site-content {
	float: none;
	margin: 0;
	padding: 0;
}
.masonry .comments-link {
	float: right;
}
.masonry .hentry {
	float: left;
	width: 32%;
}
.masonry .hentry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.masonry .entry-title a {
	color: #fff;
}
.masonry .hentry .visual-thumbnail {
	display: block;
	width: 100%;
	height: auto;
}
.masonry footer.entry-meta a {
	min-height: 45px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
.masonry footer.entry-meta a:hover {
	color: #fff;
}
.post-link {
	float: right;
}
footer.entry-meta .post-link a:hover {
	color: #40d7bc;
}


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

.sticky {

}
.hentry {
	margin: 0 0 1.5em;
	border-radius: 3px;
	background: #292929;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-title {
	font-size: 20px;
	font-size: 2.0rem;
}
.entry-header {
	padding: 10px 15px 10px;
	border-bottom: 1px solid #161616;
}
.entry-meta {
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
}
.entry-meta a {
	color: #ddd;
}
.entry-content,
.entry-summary {
	padding: 20px 15px 10px;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #161616;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 700;
	margin: .75em 0;
}
.entry-content h1,
.entry-content h2 {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
}
.entry-content h3 {
	font-size: 20px;
	font-size: 2.0rem;
}
.entry-content h4,
.entry-content h5 {
	font-size: 16px;
	font-size: 1.6rem;
}
footer.entry-meta {
	padding: 10px 15px;
	border-top: 1px solid #333;
}
footer.entry-meta a {
	color: #ccc;
}
footer.entry-meta a:hover {
	color: #40d7bc;
}
.page-links {
	clear: both;
	padding: 10px 0;
	margin: 0 0 1.5em;
}
.page-links span.active-link {
	background: #313131;
	border-radius: 3px;
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 5px 0;
}
.page-links a span.active-link {
	background: #313131;
	border-radius: 3px;
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 5px 0;
}
.sep {
	margin: 0 5px;
}


/* =Archives
----------------------------------------------- */

.page-header {
	border: 1px solid #333;
	border-top: 1px solid #292929;
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 1.5em;
	padding: 15px;
}
.page-header .page-title {
  font-size: 16px;
  font-size: 1.6rem;
}
.taxonomy-description p {
  margin: .75em 0;
}


/* =404
----------------------------------------------- */

.search-no-results .hentry {
	float: none;
	width: 100%;
}
.error404 .entry-content #searchform {
	margin-bottom: 1.5em;
}
.error404 .site-content {
	margin: 0;
}
.error404 .widget {
	float: left;
	margin-top: 1.5em;
	margin-right: 2%;
	padding: .75em 20px;
	width: 27%;
}
.error404 .widget:nth-of-type(3n) {
	margin-right: 0;
}


/* =Single Image Attachments
----------------------------------------------- */

.single-attachment .site-content {
	margin: 0;
}
.entry-attachment {
	text-align: center;
}


/* =Full-width page template
----------------------------------------------- */

.page-template-nosidebar-page-php .site-content {
	margin: 0;
}


/* =Post Formats
----------------------------------------------- */

.entry-format:hover:before {
	text-decoration: none;
}
.entry-format:before {
	margin-right: 5px;
}
.format-aside .entry-format:before {
	content: '\f101';
}
.format-image .entry-format:before {
	content: '\f102';
}
.format-gallery .entry-format:before {
	content: '\f103';
}
.format-video .entry-format:before {
	content: '\f104';
}
.format-status .entry-format:before {
	content: '\f105';
}
.format-quote .entry-format:before {
	content: '\f106';
}
.format-link .entry-format:before {
	content: '\f107';
}


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

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: #212121;
	border: 1px solid #333;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 99.7%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
	font-size: 13px;
	font-size: 1.3rem;
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dt {
	border: 0;
	margin: 0;
	padding: 0;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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


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

.content-area .navigation-post,
.content-area .navigation-paging,
.content-area .navigation-comment {
	clear: both;
	margin-bottom: 1.5em;
	border: 1px solid #292929;
	border-top: none;
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
[class*="navigation"] .nav-previous a {
	color: #ddd;
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	width: 40%;
}
[class*="navigation"] .nav-next a {
	color: #ddd;
	display: block;
	float: right;
	padding: 10px 15px;
	text-align: right;
	text-decoration: none;
	width: 40%;
}
[class*="navigation"] a:hover {
	color: #40d7bc;
}


/* =Comments
----------------------------------------------- */
#comments {
	border: 1px solid #292929;
	border-top: none;
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 1.5em;
	padding: 15px;
}
#comments a {
	color: #ddd;
	text-decoration: underline;
	word-wrap: break-word;
}
#comments a:hover {
	color: #40d7bc;
}
#comments .comment-meta a {
	text-decoration: none;
}
.bypostauthor {
}
.comments-title,
.nocomments, #reply-title {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 1.5em;
}
.comment-list {
	list-style: none;
	margin: 0 0 .75em;
	padding: 0 0 .75em;
}
.comment-list:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #191919;
	border-bottom: 1px solid #363636;
	display: block;
	margin-top: 1.5em;
}
li.comment {
	list-style: none;
	margin: 0 0 1.5em;
	position: relative;
	padding-left: 75px;
}
article.comment {
	display: block;
	background: #292929;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
	overflow: hidden;
	font-size: 14px;
	font-size: 1.4rem;
}
.comment-list .pingback {
	margin: 0 0 5px;
}
.comment-list .children {
	margin: 1.5em 0 0;
	padding: 0;
}
.comment-list .avatar {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	position: absolute;
		top: 0;
		left: 0;
	padding: 0;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
#respond p {
  margin: .75em 0;
}
#respond .form-allowed-tags {
	color: #ccc;
	margin-bottom: 1.5em;
}
#respond .form-allowed-tags code {
	font-size: 12px;
	font-size: 1.2rem;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 10px 0;
	padding: 5px;
	width: 90%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 90%;
}
#respond .form-allowed-tags code {
	display: block;
}
#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"] {
	float: left;
	padding: 5px 0;
	width: 100px;
}


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

.widget {
	background: #292929;
	border-radius: 3px;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	overflow: hidden;
}
.widget-title {
	border-bottom: 1px solid #363636;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: .75em 0;
}
.widget-title:after {
	border-bottom: 1px solid #161616;
	content: "";
	display: block;
}
.widget-title span {
	display: block;
	padding: 6px 20px;
}
.widget-area ul {
	list-style: none;
	margin: 0 20px;
}
.widget-area li {
	line-height: 1.5;
	padding: 3px 0;
}
/* Ridiculous workarounds for lack of widget-content wrapper */
.widget-area .tagcloud,
.widget-area .textwidget,
.widget-area select,
.widget-area .recentcommentsavatar,
.widget-area #subscribe-blog,
.widget-area .milestone-content,
.widget-area .widgets-multi-column-grid,
.widget-area .widgets-grid-layout,
.widget-area #pd_top_rated_holder,
.widget_gravatar p,
.widget_image img,
.widget_goodreads embed,
.widget_goodreads img,
.widget-grofile .grofile-thumbnail,
.widget-grofile h4,
.widget-grofile p,
.widget-grofile ul,
.widget_facebook_likebox iframe {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.widget-grid-view-image {
	max-width: 43.5% !important;
}
.widget_image img {
	max-width: 87%;
}

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

/* Search widget */
.widget_search input[type="search"] {
	margin: 20px 0 0 20px;
}

/* Calendar widget */

table#wp-calendar {
	margin: 0 20px 1.5em;
	max-width: 88%;
}
#wp-calendar td,
#wp-calendar th {
	padding: 5px 2px;
	text-align: center;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}

/* WordPress.com Widgets */

/* Flickr */
#flickr_badge_wrapper {
	background: transparent !important;
	border: 0 !important;
}
#flickr_badge_uber_wrapper {
	margin: 0 auto;
}
#flickr_badge_uber_wrapper td {
	border: 0 !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #40d7bc !important;
}
.widget_recent_comments td {
	border: 0;
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
.widget_authors ul,
.widget_author_grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_authors img {
	float: none;
	vertical-align: middle;
}
.widget_authors li {
	display: block;
	margin-bottom: 10px;
}
.widget_authors li:before,
.widget_authors li:after {
	content: "";
	display: table;
}
.widget_authors li:after {
	clear: both;
}
#wpstats {
	display: block;
	margin: -20px auto 0;
}


/* =Jetpack: Infinite Scroll
----------------------------------------------- */

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

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

.infinite-scroll .site-content {
	padding-bottom: 60px;
}
#infinite-footer .container {
	background: rgba(33,33,33,.8);
	border: none;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-credits a,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a,
#infinite-footer .blog-info a:hover {
	color: #eee;
}
#infinite-handle {
	margin: 0 0 0 -50%;
	min-height: 35px;
	padding: 20px 0;
	position: absolute;
		bottom: 0;
		left: 50%;
	text-align: center;
	width: 100%;
}
#infinite-handle span {
	background: #40d7bc;
	margin: 0 auto;
	width: 80px;
}
.infinite-loader {
	color: #eee;
	margin: 10px 10px 0 -17px;
	padding: 20px 0;
	position: absolute;
		bottom: 0;
		left: 50%;
	width: 34px
}


/* =Responsive Media Queries
----------------------------------------------- */

@media screen and ( max-width: 810px ) {
	.site-header .section {
		padding: 0;
	}
	.site-header .hgroup {
		padding-left: 20px;
	}
	.navigation-main {
		clear: both;
		float: none;
		width: 100%;
	}
	.navigation-main:before,
	.navigation-main:after {
		content: "";
		display: table;
	}
	.navigation-main:after {
		clear: both;
	}
	.menu-main-container {
		border-top: 1px solid #161616;
	}
	.navigation-main li:first-child a {
		padding-left: 20px;
	}
	.navigation-main li:last-child {
		border-right: 1px solid #161616;
	}
	.navigation-main a {
		padding: 18px 1.5em;
	}
	.navigation-main ul ul {
		top: 53px;
	}
	.masonry .hentry {
		width: 48%;
	}
	.search-no-results .content-area {
		clear: both;
		float: none;
		margin: 0;
		width: auto;
	}
	.site-content {
		float: none;
		margin: 0;
		padding: 0;
	}
	.site-main .widget-area {
		clear: both;
		float: none;
		width: auto;
		margin: 0 0 3em;
	}
}
@media screen and ( max-width: 490px ) {
	.masonry .hentry {
		width: 100%;
	}
}