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

	WordAds V2! This CSS applies to all WordAds and Adsense themes

	HTML markup structure of an ad:

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

		<a class="wpa-about" href="https://en.support.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-notice {
	display: block;
	position: relative;
	padding: 24px;
	overflow: hidden;
	border: 5px solid #efefef;
	font: 13px/1.75 "Merriweather sans", "Open Sans", Arial, sans-serif !important;
	color: #2e4453 !important;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}

.wpa-buttons{
	text-align: center;
	margin: 0;
}

.wpa-button {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
  outline: 0;
	padding: 7px !important;
	overflow: hidden;
	background: white;
	border-color: #c8d7e1;
  border-style: solid !important;
  border-width: 1px 1px 2px !important;
	border-bottom: 2px solid #c8d7e1 !important;
  cursor: pointer;
  vertical-align: top;
	color: #668eaa !important;
  font-size: 11px !important;
	font-weight: 600 !important;
  line-height: 1 !important;
	text-overflow: ellipsis;
  text-decoration: none !important;
	text-transform: uppercase !important;
  border-radius: 4px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpa-button:hover{
	border-color: #a8bece !important;
	color: #2e4453 !important;
}

.wpa-button.is-primary{
	background: #00aadc !important;
	border-color: #0087be !important;
	color: white !important;
}

.wpa-button.is-primary:hover{
	border-color: #005082 !important;
	color: white !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;
}

#google_ads_div_wpcom_below_post_adsafe_ad_container {
	display: block !important;
}

.wa-sponsored-link {
	font: 9px/1 sans-serif;
}
/**
 * Theme-specific WordAds colors & settings
 */

#wrapper>.wpcnt .wpa-about {
	color: #eee !important;
}

#wrapper>.wpcnt .wpa-about {
	color: #fff !important;
}

#wrapper>.wpcnt .wpa {
	margin-bottom: -20px;
}

/* no longer necessary since defaults for mrec are on the global.css file */
/*.wpmrec {
	width: 300px;
	margin: -61px 0 20px -20px; 
}*/

.wpmrec>a, .wpmrec object, .wpmrec div div a img {
	float: none;
	margin: 0 0 70px 0;
}

.wpmrec .wa_infobox {
	position: absolute;
	margin: 0;
	bottom: 30px;
	left: 0px;
}

/* override theme */
#main {
	background: url('data:image/gif;base64,R0lGODlhmAMBAIAAAAsOGO7q6CwAAAAAmAMBAAACKoSPqcvtD6OctNqLs95chw+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8qAAA7') repeat-y left top !important;
}

body.right-sidebar #main {
	background: url('data:image/gif;base64,R0lGODlhmAMBAIAAAAsOGO7q6CwAAAAAmAMBAAACKoyPqcvtD6OctNqLs968+w+G4kiW5gGk6sq27gvH8kzX9o3n+s73/t8rAAA7') repeat-y right top !important;
}

body.right-sidebar.page-template-full-width-page-php #main, body.page-template-full-width-page-php #main {
	background: #eeeae8 !important;
}

#main .widget-area {
	width: 260px !important;
}

#primary {
	margin: 0 0 0 -322px !important;
}

.right-sidebar #primary {
	margin: 0 -322px 0 0 !important;
}

#content {
	margin: 0 0 0 322px !important;
}

.right-sidebar #content {
	margin: 0 322px 0 0 !important;
}

#access ul ul {
	left: 260px !important;
}

.right-sidebar #access ul ul {
	left: auto !important;
	right: 260px !important;
}

.full-width #content, .image-attachment #content, .error404 #content {
	margin: 0 !important;
}

body.left-sidebar .entry-content {
	/*padding: 0 30px 0 84px; */
	padding-left: 44px !important;
}

body.left-sidebar .entry-header {
	/*margin: 0 0 47px 54px;
	padding: 0 30px 0 24px; */
	margin-left: 24px !important;
	padding-left: 14px !important;
}

body.left-sidebar footer.entry-meta {
	/* padding: 23px 30px 0 84px; */
	padding-left: 44px !important;
}




/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-wrap {
}
.infinite-loader {
	color: #000;
	display: block;
	height: 28px;
	text-indent: -9999px;
}
#infinite-handle span {
	background: #333;
	border-radius: 1px;
	color: #eee;
	cursor: pointer;
	font-size: 13px;
	padding: 6px 16px;
}

/**
 * Using a highly-specific rule to make sure that all button styles
 * will be reset
 */
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
	display: inline;
	position: static;
	padding: 0;
	margin: 0;
	border: none;
	line-height: inherit;
	background: transparent;
	color: inherit;
	cursor: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

/**
 * This is used to avoid unnecessary inner button spacing in Firefox
 */
#infinite-handle span button::-moz-focus-inner {
	margin: 0;
	padding: 0;
	border: none;
}

/**
 * For smaller viewports, remove the down-arrow icon and turn
 * the button into a block element, spanning the content's full width.
 */
@media (max-width: 800px) {
	#infinite-handle span:before {
		display: none;
	}
	#infinite-handle span {
		display: block;
	}
}

/**
 * Footer
 */
#infinite-footer {
	position: fixed;
		bottom: -50px;
		left: 0;
	width: 100%;
}
#infinite-footer a {
	text-decoration: none;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #444;
	text-decoration: underline;
}
#infinite-footer .container {
	background: rgba( 255, 255, 255, 0.8 );
	border-color: #ccc;
	border-color: rgba( 0, 0, 0, 0.1 );
	border-style: solid;
	border-width: 1px 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 20px;
	width: 780px;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
}
#infinite-footer .blog-info {
	float: left;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}
#infinite-footer .blog-credits {
	font-weight: normal;
	float: right;
	width: 60%;
}
#infinite-footer .blog-info a {
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
#infinite-footer .blog-credits {
	color: #888;
	font-size: 12px;
	text-align: right;
}
#infinite-footer .blog-credits a {
	color: #666;
}

/**
 * Hooks to infinity-end body class to restore footer
 */
.infinity-end.neverending #infinite-footer {
	display: none;
}

/**
 * Responsive structure for the footer
 */
@media (max-width: 640px) {
	#infinite-footer .container {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#infinite-footer .blog-info {
		width: 30%;
	}
	#infinite-footer .blog-credits {
		width: 70%;
	}
	#infinite-footer .blog-info a,
	#infinite-footer .blog-credits {
		font-size: 10px;
	}
}

/**
 * No fixed footer on small viewports
 */
@media ( max-width: 640px ) {
	#infinite-footer {
		position: static;
	}
}/**
 * 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;
}/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
	word-wrap: break-word;
}

.widget.widget_text ul,
.widget.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget.widget_text li ul,
.widget.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget.widget_text ul {
	list-style: disc outside none;
}

.widget.widget_text ol {
	list-style: decimal outside none;
}

.widget.widget_text ul li,
.widget.widget_text ol li {
	border: 0;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget.widget_text ul li:before {
	content: "";
}

.widget.widget_text p {
	margin-bottom: 1em;
}
/**
 * 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: Dusk To Dawn
Theme URI: https://wordpress.com/themes/dusk-to-dawn/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: A dark theme that melds old-style organic ornaments with modern design and typography. It features a custom header, custom background, and a widget area in the sidebar. It comes with support for several post formats including aside, gallery, image, quote, link, chat, and audio.
Version: 1.3.2-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dusktodawn
Status: inactive
Tags: black, blue, purple, dark, two-columns, left-sidebar, right-sidebar, fixed-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, infinite-scroll, blog, design, journal, nature, abstract, artistic, curved, elegant, flowery, grungy, retro, textured
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
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 img {
	border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


/* =Clear
-------------------------------------------------------------- */

.clear {
	clear:both;
	display:block;
}
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


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

html,
body {
	height: 100%;
}
#super-super-wrapper,
#super-wrapper,
#wrapper {
	min-height: 100%;
}
#wrapper {
	padding: 0 0 127px 0;
	position:relative;
}
#page {
	background: url(/wp-content/themes/pub/dusk-to-dawn/images/ornaments.png) no-repeat 0 0;
	display: block;
	margin: 0 auto;
	padding: 96px 0 0 0;
	width: 978px;
}
#main {
	background: url(/wp-content/themes/pub/dusk-to-dawn/images/page.gif) repeat-y 0 0;
	border-radius: 3px;
	margin: 0 auto;
	position: relative;
	width: 870px;
}
#primary {
	float: right;
	margin: 0 0 0 -282px;
	width: 100%;
}
#content {
	margin: 0 0 0 282px;
}
#main .widget-area {
	float: left;
	padding: 71px 30px 30px;
	width: 222px;
}
#colophon {
	bottom: 0;
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
}
/* Right sidebar layout */
.right-sidebar #page {
	background: url(/wp-content/themes/pub/dusk-to-dawn/images/ornaments-rs.png) no-repeat 0 0;
}
.right-sidebar #main {
	background: url(/wp-content/themes/pub/dusk-to-dawn/images/page-rs.gif) repeat-y 0 0;
}
.right-sidebar #primary {
	float: left;
	margin: 0 -282px 0 0;
}
.right-sidebar #content {
	margin: 0 282px 0 0;
}
.right-sidebar #main .widget-area {
	float: right;
}
/* Get rid of the faux column from templates without sidebars */
.page-template-full-width-page-php #main,
.single-attachment #main,
.error404 #main {
	background-color: #eeeae8;
	background-image: none;
}
/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


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

#super-super-wrapper {
	background: linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
	background: -o-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
	background: -moz-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
	background: -webkit-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
	background: -ms-linear-gradient(bottom, rgb(255,203,112) 0%, rgb(107,138,169) 30%, rgb(1,44,87) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012c57', endColorstr='#ffcb70'); /* for IE */
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,203,112)),
		color-stop(0.3, rgb(107,138,169)),
		color-stop(1, rgb(1,44,87))
	);
}
#super-wrapper {
	background: url(/wp-content/themes/pub/dusk-to-dawn/images/texture.png) repeat-x 0 0;
	background-attachment: fixed;
}
#wrapper {
	background: url(/wp-content/themes/pub/dusk-to-dawn/images/ornaments-bottom.png) no-repeat center bottom;
}
#main {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px;
	box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px;
}
body,
input,
textarea {
	color: #4a4a49;
	font: 13px Verdana, sans-serif;
	font-weight: normal;
	line-height: 22px;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 22px;
	margin-bottom: 22px;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
h6 {
	font-size: 12px;
	text-transform: uppercase;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 21px;
}
/* Text elements */
p,
dd,
pre {
	margin-bottom: 22px;
}
ul,
ol {
	margin: 0 0 22px 18px;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 22px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 22px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 54px;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite,
.quote-caption {
	color: #666;
	font: 13px Verdana, sans-serif;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 22px;
	overflow: auto;
	padding: 0.75em 1.6923em;
}
code,
kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym,
dfn {
	border-bottom: none;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 22px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}


/* =Forms
-------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fafafa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #e7d9b9;
	border-radius: 3px;
	color: #777;
	padding: 6px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #4a4a49;
}
textarea {
	width: 98%;
}
#searchform label {
	display: none;
}
input#s {
	background: #000 url(/wp-content/themes/pub/dusk-to-dawn/images/search.png) no-repeat scroll 10px 8px;
	border: 1px solid #222;
	border-radius: 3px;
	color: #777;
	height: 22px;
	line-height: 1.2em;
	padding: 6px 10px 6px 38px;
	width: 77%;
}
#primary input#s {
	background: #fafafa url(/wp-content/themes/pub/dusk-to-dawn/images/search.png) no-repeat scroll 10px 8px;
	border: 1px solid #e7d9b9;
}
input#searchsubmit {
	display: none;
}
/* Links */
a {
	color: #497ca7;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}


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

#branding hgroup {
	background-color: #0b0e18;
	background-color:rgba(11,14,24,0.8);
	border-radius: 3px;
	margin: 2px 0 54px 390px;
	padding: 8px 30px 6px;
	width: 474px;
}
.right-sidebar #branding hgroup {
	margin: 2px 0 54px 54px;
}
#site-title {
	font: 300 25px/1.3 Ubuntu, sans-serif;
	margin: 0;
}
#site-description {
	color: #ccc;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
#header-image {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	height: 220px;
	overflow: hidden;
	width: 870px;
}


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

.sticky {
	background-color: #f6f6f6;
}
.sticky:first-child {
	border-top-right-radius: 3px;
}
.right-sidebar .sticky:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 3px;
}
.hentry {
	border-top: 1px solid #ccc;
	padding: 0 0 59px 0;
}
.single .hentry {
	border-top: none;
	padding: 0 0 41px 0;
}
.hentry:first-child {
	border-top: none;
}
.entry-header {
	border-left: 6px solid #497ca7;
	margin: 0 0 47px 54px;
	padding: 0 30px 0 24px;
}
.right-sidebar .entry-header {
	border-left: none;
	border-right: 6px solid #497ca7;
	margin: 0 54px 47px 0;
	padding: 0 24px 0 30px;
}
.page .entry-header,
.no-results .entry-header {
	padding: 68px 30px 0 24px;
}
.error404 .entry-header,
.no-sidebar .full-width .entry-header,
.image-attachment .entry-header {
	border-left: none;
	border-right: none;
	margin: 0 0 47px 0;
	padding: 68px 30px 0 30px;
}
.image-attachment .entry-header {
	padding: 0 30px 0 24px;
}
.entry-title {
	color: #0b0e18;
	font: 300 22px/22px Ubuntu, sans-serif;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	word-wrap: break-word;
}
.entry-title a {
	color: #0b0e18;
}
.entry-title a:hover {
	color: #497ca7;
}
.entry-content,
.entry-summary {
	padding: 0 30px 0 84px;
	width: 474px;
}
.right-sidebar .entry-content,
.right-sidebar .entry-summary {
	padding: 0 84px 0 30px;
}
.error404 .entry-content,
.full-width .entry-content,
.image-attachment .entry-content {
	padding: 0 30px;
	width: 810px;
}
.image-attachment .entry-content {
	clear: both;
	margin: 0 0 44px 0
}
.image-attachment .entry-caption {
	color: #777;
	font-family: Georgia, serif;
	font-style: italic;
	margin: .5em 0 0 0;
}
.entry-header .entry-meta .sep {
	text-transform: none;
}
.entry-header .entry-meta {
	letter-spacing: 1px;
	line-height: 1.0em;
	margin: 0 0 2px 0;
	padding: 55px 0 0 0;
	text-transform: uppercase;
}
.entry-meta {
	clear: both;
	color: #777;
	display: block;
	font-size: 11px;
	line-height: 22px;
	text-shadow: 1px 1px 0 #fff;
}
footer.entry-meta {
	padding: 23px 30px 0 84px;
	width: 474px;
}
.right-sidebar footer.entry-meta {
	padding: 23px 84px 0 30px;
}
.image-attachment footer.entry-meta {
	padding: 23px 30px 0;
	width: 810px;
}
.featured-image {
	margin: -6px 0 44px 0;
}
.single-author .entry-meta .byline {
	display: none;
}
.entry-content table,
.comment-body table {
	border-bottom: 1px solid #ccc;
	margin: 0 0 22px;
	width: 100%;
}
.entry-content th,
.comment-body th {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 22px;
	padding: 0 0 6px 0;
	text-transform: uppercase;
}
.entry-content td,
.comment-body td {
	border-top: 1px solid #ccc;
	padding: 6px 10px 6px 0;
}
#content nav,
body.attachment #content nav {
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	text-align: right;
	text-transform: uppercase;
}
.right-sidebar #content nav {
	float: left;
}
#content .nav-previous a,
#content .nav-next a {
	background-color: #0b0e18;
	float: left;
	padding: 3px 15px;
	width: auto;
}
#content nav#comment-nav-below {
	margin: 0 -30px 44px 0;
}
.right-sidebar #content nav#comment-nav-below {
	margin: 0 0 44px -30px;
}
#content nav:last-child {
	border-bottom-right-radius: 3px;
}
.right-sidebar #content nav:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0;
}
.page-link {
	clear: both;
	margin: 22px 0 0;
}
.page .edit-link {
	clear: both;
	display: block;
}
.page-header {
	line-height: 22px;
	padding: 71px 30px 60px 84px;
}
.right-sidebar .page-header {
	line-height: 22px;
	padding: 71px 84px 60px 30px;
}
.page-title {
	color: #0b0e18;
	font: 700 13px/22px Ubuntu, sans-serif;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	text-transform: uppercase;
}
.page-header p {
	color: #777;
	font-size: 12px;
	text-shadow: 1px 1px 0 #fff;
}
.category-archive-meta p,
.tag_archive_meta p {
	margin: 0;
}
.entry-attachment {
	margin: 0 0 22px 0;
}
/* Author Info */
#author-info {
	background-color: #e5e4e9;
	color: #777;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	line-height: 22px;
	margin: 59px 0 6px 0;
	overflow: hidden;
	padding: 27px 30px 38px 15px;
}
.right-sidebar #author-info {
	padding: 27px 15px 38px 30px;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
.right-sidebar #author-avatar {
	float: right;
	margin-left: -78px;
	margin-right: 12px;
}
#author-avatar img {
	border-radius: 50%;
}
#author-description {
	float: left;
	margin-left: 69px;
}
.right-sidebar #author-description {
	float: right;
	margin-left: 0;
	margin-right: 69px;
}
#author-description h2 {
	color: #0b0e18;
	font: 700 13px/22px Ubuntu, sans-serif;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	text-transform: uppercase;
}
/* Widgets on 404 Page */
.error404 .widget {
	color: #4a4a49;
	float: left;
	margin: 30px 0;
	width: 33%;
}
.error404 .widget .widgettitle {
	color: #0b0e18;
	font: 700 13px/22px Ubuntu, sans-serif;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 13px;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}
/* Notices */
.post .notice,
.error404 #searchform {
	display: block;
	padding: 22px 0;
}


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

.entry-format:after {
	content: '\0020\2013';
}
/* Aside and Quote Posts */
.format-aside .entry-title,
.format-quote .entry-title {
	font: 13px/22px Verdana, sans-serif;
	color: #777;
	margin-bottom: 22px;
	word-wrap: normal;
}
.format-aside .entry-title a,
.format-quote .entry-title a {
	color: #777;
}
.format-quote blockquote {
	margin: 0;
}
/* Audio Posts */
.player audio {
	display: none;
	margin-bottom: 22px;
}
html.dusktodawn-mp3 .player.mp3 audio,
html.dusktodawn-ogg .player.ogg audio,
html.dusktodawn-wav .player.wav audio {
	display: block;
}
html.dusktodawn-mp3 .player.mp3 .audio-file-link,
html.dusktodawn-ogg .player.ogg .audio-file-link,
html.dusktodawn-wav .player.wav .audio-file-link {
	display: none;
}
/* Gallery Posts */
.format-gallery .gallery-thumb {
	margin: -5px 0 44px -84px;
}
.right-sidebar .format-gallery .gallery-thumb {
	margin: -5px 0 44px -30px;
}
/* Chat Posts */
.format-chat .entry-content p {
	margin: 0;
}
.format-chat .entry-content p:nth-child(odd) {
	font-weight: bold;
}
.format-chat .entry-content p:last-child {
	margin-bottom: 22px;
}
/* Link Format */
.format-link .link a:after{
	content: "\2192";
	padding-left: 6px;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 6px; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.entry-attachment img,
.widget-area img,
.comment-body img,
.entry-content p img,
.entry-content dt img,
.post-format-content img,
.wp-caption img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
#ie8 img.size-large {
	width: auto;
}
img.alignleft,
.wp-caption.alignleft {
	margin-right: 15px;
}
img.alignright,
.wp-caption.alignright {
	margin-left: 15px;
}
.wp-caption {
	color: #777;
	font-family: Georgia, serif;
	font-style: italic;
	max-width: 100%;
	text-align: center;
}
.entry-content .wp-caption .wp-caption-text {
	margin: 6px 0 22px;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


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

#comments {
	clear: both;
	font-size: 12px;
	line-height: 22px;
	padding: 40px 30px 44px 84px;
}
.right-sidebar #comments {
	padding: 40px 84px 44px 30px;
}
.full-width #comments,
.image-attachment #comments {
	padding: 0 30px 44px;
}
.commentlist {
	margin: 0;
}
.full-width .commentlist,
.image-attachment .commentlist {
	margin: 0 0 0 46px;
}
#comments #comments-title {
	color: #0b0e18;
	font: 700 13px/22px Ubuntu, sans-serif;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	text-transform: uppercase;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	list-style-type: none;
	margin: 44px 0;
}
.comment,
.trackback,
.pingback {
	position: relative;
}
.comment .comment-author cite,
.trackback .comment-author cite,
.pingback .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment .comment-meta,
.trackback .comment-meta,
.pingback .comment-meta {
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 0;
}
.comment .comment-meta a,
.trackback .comment-meta a,
.pingback .comment-meta a {
	color: #777;
}
.comment p,
.trackback p,
.pingback p {
	margin-bottom: 22px;
}
.right-sidebar .comment img.avatar {
	left: auto;
	right: -47px;
}
.comment img.avatar,
.no-sidebar .comment img.avatar,
body.attachment .comment img.avatar {
	border-radius: 50%;
	position: absolute;
	left: -45px;
	right: auto;
}
.comment-author {
	width: 60%;
}
#comments .bypostauthor > .comment-body {
	background: #feffe0;
	border-radius: 3px;
	color: #000;
	padding: 22px;
	position: relative;
}
#comments .bypostauthor > .comment-body .comment-meta {
	right: 22px;
	top: 22px;
}
.comment .reply a,
.trackback .reply a,
.pingback .reply a {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	font-size: 11px;
	padding: 3px 8px;
}
.comment .reply a:hover,
.trackback .reply a:hover,
.pingback .reply a:hover {
	background: #ddd;
	border-color: #ccc;
	text-decoration: none;
}
.commentlist .children {
	margin: 0 0 0 30px;
}
#respond #reply-title {
	color: #0b0e18;
	font: 700 13px/22px Ubuntu, sans-serif;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	text-transform: uppercase;
}
.nopassword,
.nocomments,
#respond .comment-notes {
	color: #777;
	font-size: 11px;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	width: 80%;
}
#respond label {
	font-size: 11px;
	text-transform: uppercase;
}
#respond .form-allowed-tags {
	display: none;
}
#respond input[type=submit] {
	font-size: 13px;
}
.required {
	color: #cc0033;
}
ol .comment-body ul,
ol .comment-body ol {
	margin: 0 0 22px 18px;
}
ol .comment-body ul ul,
ol .comment-body ol ol,
ol .comment-body ul ol,
ol .comment-body ol ul {
	margin-bottom: 0;
}


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

/* Menu */
#access {
	border-top: 1px solid #252832;
	display: block;
	font-size: 11px;
	line-height: 22px;
	margin: -5px 0 65px 0;
}
#access ul {
	margin: 0;
}
#access li {
	border-bottom: 1px solid #252832;
	list-style: none;
	position: relative;
}
#access li a {
	display: block;
	padding: 5px 17px;
}
#access li a:hover,
#access .current_page_item > a,
#access .current_page_ancestor > a,
#access .current-menu-item > a,
#access .current-menu-ancestor > a {
	color: #ddd;
	text-decoration: none;
}
#access ul ul {
	background: #222;
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px;
	display: none;
	font-size: 1em;
	left: 222px;
	position: absolute;
	top: 0;
	width: 222px;
	z-index: 99999;
}
.right-sidebar #access ul ul {
	left: auto;
	right: 222px;
}
#access ul ul li {
	border: none;
}
#access ul li:hover {
	background: #000;
}
#access ul li:hover > ul {
	display: block;
}
/* Widgets */
.widget {
	color: #ccc;
	display: block;
	font-size: 11px;
	line-height: 22px;
	margin: 0 0 65px 0;
}
.widget-title,
.menu-title {
	background: url(/wp-content/themes/pub/dusk-to-dawn/images/widget_heading.png) no-repeat 0 6px;
	border-bottom: 1px solid #252832;
	color: #fff;
	font: 700 13px/22px Ubuntu, sans-serif;
	margin: 0 0 11px 0;
	padding: 0 0 11px 18px;
	text-transform: uppercase;
}
.widget-title a {
	color: #fff;
}
/* Calendar Widget */
.widget_calendar #wp-calendar {
	text-align: center;
	width: 100%;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	color: #fff;
	font: 700 13px/1.2 Ubuntu, sans-serif;
	padding: 0 0 10px 0;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot #prev {
	padding: 8px 0 0 0;
	text-align: left;
}
.widget_calendar #wp-calendar tfoot #next {
	padding: 8px 0 0 0;
	text-align: right;
}
/* Authors Widget */
.widget_authors ul {
	margin: 0;
}
.widget_authors li {
	background: none !important;
	overflow: hidden;
}
.widget_authors {
	padding: 0 !important;
}
.widget_authors ul ul li {
	overflow: hidden;
}
.widget_authors img {
	float: left;
	margin-bottom: 12px !important;
	padding-right: 10px;
}
/* Author Grid Widget */
.widget_author_grid ul {
	margin: 0;
}
/* Flickr Widget (WP.com) */
.widget_flickr #flickr_badge_uber_wrapper a:hover,
.widget_flickr #flickr_badge_uber_wrapper a:link,
.widget_flickr #flickr_badge_uber_wrapper a:active,
.widget_flickr #flickr_badge_uber_wrapper a:visited {
	color: #497ca7;
}
.widget_flickr #flickr_badge_uber_wrapper a:hover {
	text-decoration: underline !important;
}
.widget_flickr #flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}
.widget_flickr table {
	margin: 0 !important;
}
.widget_flickr .flickr-size-thumbnail {
	margin: 0 auto;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
	display: none;
}
.widget_flickr .flickr-size-thumbnail img {
	display: block;
	margin-bottom: 10px;
}
.widget_flickr .flickr-size-small img {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
}
 /* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
 	word-wrap: break-word;
}
/* Search Widget */
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
/* Recent Comments Widget */
.widget_recent_comments .avatar {
	max-width: none;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	line-height: 1.1em;
	vertical-align: top;
}
/* RSS links Widget */
.widget_rss_links p img {
	margin-bottom: 0;
	vertical-align: middle;
}
/* Image WIdget */
.widget_image p {
	margin: 0;
}
.widget_blog_subscription p,
.widget_gravatar p {
	margin: 0;
}
.widget-area .widget-gravatar-profile h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
}
.widget-area .widget-gravatar-profile .gravatar-profile-accounts li a,
.widget-area .widget-gravatar-profile .gravatar-profile-accounts li a:visited{
	padding: 3px 0;
}

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

#colophon {
	background-color: #0b0e18;
	font-size: 11px;
	line-height: 2;
	padding: 11px 0;
}
#site-generator {
	color: #777;
	margin: 0 auto;
	width: 810px;
}


/* =Jetpack: Stats
-------------------------------------------------------------- */

#wpstats {
	display: block;
	margin: -50px auto 0;
	position: relative;
	z-index: 999;
}


/* =Jetpack: Infinite Scroll
-------------------------------------------------------------- */
.infinite-scroll #content .infinite-wrap {
	border-top: none;
	padding-top: 0;
}
.infinite-scroll .infinite-wrap .hentry:first-child {
	border-top: 1px solid #ccc;
}
/* Make it match the theme */
.infinite-scroll #infinite-footer .container {
	color: #4a4a49
}
.infinite-scroll #infinite-footer .blog-info,
.infinite-scroll #infinite-footer .blog-info a {
	color: #497ca7;
}
.infinite-scroll #infinite-footer .blog-credits a {
	color: #497ca7;
}
.infinite-scroll #infinite-footer .blog-info a:hover,
.infinite-scroll #infinite-footer .blog-info a:focus,
.infinite-scroll #infinite-footer .blog-credits a:hover,
.infinite-scroll #infinite-footer .blog-credits a:focus {
	color: #497ca7;
}
.infinite-scroll #infinite-footer .blog-credits {
	color: #4a4a49
}
.infinite-scroll .infinite-loader {
	margin: 0 auto 34px;
	width: 24px;
}
.infinite-scroll #infinite-handle {
	margin: 0 0 40px;
	text-align: right;
}
.infinite-scroll.right-sidebar #infinite-handle {
	text-align: left;
}
.infinite-scroll #infinite-handle span {
	background-color: #0b0e18;
	border-color: #0b0e18;
	border-radius: 0;
	color: #497ca7;
}
.infinite-scroll #infinite-handle span:before {
	color: #497ca7;
}
.infinite-scroll #infinite-handle span:hover,
.infinite-scroll #infinite-handle span:focus,
.infinite-scroll #infinite-handle span:hover:before,
.infinite-scroll #infinite-handle span:focus:before {
	color: #497ca7;
}
/* Elements to hide */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}
/* Restore the footer when IS is finished */
.infinity-end.neverending #colophon {
	display: block;
}
