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


/* 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%;
	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;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

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

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

#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;
	position: absolute;
	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;
}


/* 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 "Helvetica Neue", sans-serif;
	_display: none;
}

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

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

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

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font: normal 13px/28px "Helvetica Neue", sans-serif;
	color: #CCC;
	text-shadow: #444 0 -1px 0;
	letter-spacing: normal;
	border: 0;

	background-color: #464646;
	background-image: -ms-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -moz-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: -o-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#3f3f3f));
	background-image: -webkit-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: linear-gradient(bottom, #464646, #3f3f3f 5px);

	-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 {
	background: url(/wp-content/blog-plugins/loggedout-follow/../../mu-plugins/admin-bar/wpcom-admin-bar-icons.png) 0 -77px no-repeat;
	padding-left: 20px;
	padding-right: 6px;
}

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

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

#bitsubscribe {
	background: #464646;
	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;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font: 15px/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	color: #fff;
}

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

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
}

#bitsubscribe input[type=submit] {
	padding: 2px 20px;
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#111 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#111 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#111 100%);
	color: #ccc;
	text-shadow: 0 1px 0 #000;
	border: 1px solid #282828;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-shadow: inset 0 1px 0 #444;
	-webkit-box-shadow: inset 0 1px 0 #444;
	box-shadow: inset 0 1px 0 #444;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	*margin: 1em 0 1em 0;
}

#bitsubscribe input[type=submit]:hover {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#222 100%);
	color: #fff;
	-moz-box-shadow: inset 0 1px 0 #4f4f4f;
	-webkit-box-shadow: inset 0 1px 0 #4f4f4f;
	box-shadow: inset 0 1px 0 #4f4f4f;
	text-decoration: none;
}

#bitsubscribe input[type=submit]:active {
	background: #111; /* Old browsers */
	background: -moz-linear-gradient(top, #111 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #111 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #111 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #111 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #111 0%,#222 100%);
	color: #aaa;
	-moz-box-shadow: inset 0 -1px 0 #333;
	-webkit-box-shadow: inset 0 -1px 0 #333;
	box-shadow: inset 0 -1px 0 #333;
	text-decoration: none;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	height: auto;
	padding: 1px 2px;
	width: 95%;
}

#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-readerpromo p {
	color: #ccc;
}

#bitsubscribe #lof-followpublicize {
	border-top: 1px solid #3c3c3c;
	margin-bottom: .5em;
}

#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 {
	background: #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 1px #333;
	-webkit-box-shadow: inset 0 1px 1px #333;
	-o-box-shadow: inset 0 1px 1px #333;
	-ms-box-shadow: inset 0 1px 1px #333;
	box-shadow: inset 0 1px 1px #333;
	margin-bottom: .5em;
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter {
	padding: 10px 10px 5px;
}

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

#bitsubscribe #bsub-credit {
	text-align: center;
	font: normal 11px "Helvetica Neue", sans-serif;
	padding: 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #aaa;
	text-shadow: 0 1px 0 #262626;
	background: none;
	text-decoration: none;
}

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

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

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/* =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;
}

/**
 * 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: 640px;
}
#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;
	}
}.slideshow-window {
	background-color: #222;
	border: 20px solid #222;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	margin-bottom: 20px;
	height: 410px;
}

.slideshow-window, .slideshow-window * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.slideshow-loading {
	height: 100%;
	text-align: center;
	margin: auto;
}

body div.slideshow-window * img {
    /* Override any styles that might be present in the page stylesheet */
    border-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
    max-width: 100%;
}

.slideshow-loading img {
	vertical-align: middle;
}

.slideshow-slide {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	display: none;
}

.slideshow-slide img {
	vertical-align: middle;
}

.slideshow-line-height-hack {
	overflow: hidden;
	width: 0px;
	font-size: 0px;
}

.slideshow-slide-caption {
	font-size: 13px;
	font-family: "Helvetica Neue", sans-serif;
	color: #f7f7f7;
	text-shadow: #222 1px 1px 2px;
	line-height: 25px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}

/* @noflip */
.slideshow-controls {
	z-index: 1000;
        position: absolute;
        bottom: 30px;
        margin: auto;
	text-align: center;
	width: 100%;
	display: none;
	direction:ltr;
}

body div div.slideshow-controls a,
body div div.slideshow-controls a:hover {
	border:2px solid rgba(255,255,255,0.1) !important;
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.6) !important;
	background-image: url(/wp-content/mu-plugins/shortcodes/css/../img/slideshow-controls.png) !important;
	background-repeat: no-repeat;
	background-size: 142px 16px !important;
	background-position: -34px 8px !important;
	color: #222 !important;
	margin: 0 5px !important;
	padding: 0 !important;
	display: inline-block !important;
	*display: inline;
	zoom: 1;
	height: 32px !important;
	width: 32px !important;
	line-height: 32px !important;
	text-align: center !important;
	-khtml-border-radius: 10em !important;
	-webkit-border-radius: 10em !important;
	-moz-border-radius: 10em !important;
	border-radius: 10em !important;
	-webkit-transition: 300ms border-color ease-out;
	-moz-transition: 300ms border-color ease-out;
	-o-transition: 300ms border-color ease-out;
	transition: 300ms border-color ease-out;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body div div.slideshow-controls a,
	body div div.slideshow-controls a:hover {
		background-image: url(/wp-content/mu-plugins/shortcodes/css/../img/slideshow-controls-2x.png) !important;
	}
}

body div div.slideshow-controls a:hover {
	border-color: rgba(255,255,255,1) !important;
}

body div div.slideshow-controls a:first-child { background-position: -76px 8px !important;}
body div div.slideshow-controls a:last-child { background-position: -117px 8px !important;}
body div div.slideshow-controls a:nth-child(2) { background-position: -34px 8px !important;}
body div div.slideshow-controls a.running { background-position: -34px 8px !important;}
body div div.slideshow-controls a.paused { background-position: 9px 8px !important;}

.slideshow-controls a img {
	border: 50px dotted fuchsia;
}
/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Make sure the margin around the WordPress logo is a bit relaxed, and the WordPress icon aligns to the sidebar icons */
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 8px 0 -1px;
}

/* @noflip */
#wpadminbar.rtl ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 -1px 0 -8px;
}


/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

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

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Don't show the Edit icon in the admin bar */
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	display: none;
}/*
Theme Name: Dusk To Dawn
Theme URI: http://theme.wordpress.com/themes/dusk-to-dawn/
Author: Automattic
Author URI: http://theme.wordpress.com/
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-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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;
}
