@import url(//fonts.googleapis.com/css?family=Open+Sans|Merriweather:700);
/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(https://s2.wp.com/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




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

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


/* 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: 10px;
	top: 10px;
}

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

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

/* 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;
}
/*
Theme Name: Elegant Grunge
Theme URI: https://atastypixel.com/blog/wordpress/themes/elegant-grunge/
Description: An unwashed yet crisp theme with layouts options, support for custom background and header, widget-ready footer, and an optional full-width page template that removes the sidebar.
Author: Michael Tyson
Author URI: https://atastypixel.com/blog
Version: 1.0.4-wpcom
Tags: tan, brown, gray, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-menu, infinite-scroll, theme-options, sticky-post, rtl-language-support, translation-ready, full-width-template, blog, art, abstract, artistic, dark, faded, grungy, paper-made, textured, photoblogging
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* =General
-------------------------------------------------------------- */
body {
	background: #f3f4ee;
	color: #666;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	margin: 0;
	padding: 0;
}
a {
	color: #5f5f5f;
}
img {
	border: 0;
}


/* =Menu
-------------------------------------------------------------- */
#menu {
	background: #191919;
	border-bottom: 1px solid #373737;
	display: block;
}
#menu .menu-header {
	background-color: #191919;
	margin: auto auto 0 auto;
	width: 800px;
}
.content-sidebar-sidebar #menu .menu-header {
	width: 947px;
}
#menu .menu-header ul,
#menu li,
div.menu ul {
	list-style: none;
	margin: 0;
}
#menu .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#menu a {
	color: #868686;
	display: block;
	line-height: 3.0em;
	padding-right: 40px;
	text-decoration: none;
}
#menu ul ul {
	box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.2);
	-moz-box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.2);
	display: none;
	float: left;
	position: absolute;
	left: 0;
	top: 38px;
	padding-left: 0;
	width: 180px;
	z-index: 99999;
}
#menu ul ul li {
	min-width: 180px;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul a {
	height: auto;
	line-height: 1em;
	padding: 10px;
	width: 160px;
}
#menu li:hover > a,
#menu ul ul :hover > a {
	color: #fff;
}
#menu ul li:hover > ul {
	background: #191919;
	display: block;
}
#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
	color: #fff;
}
* html #menu ul li.current_page_item a,
* html #menu ul li.current-menu-ancestor a,
* html #menu ul li.current-menu-item a,
* html #menu ul li.current-menu-parent a,
* html #menu ul li a:hover {
	color: #fff;
}
.sub-menu {
	padding-left: 0;
}


/* =Header
-------------------------------------------------------------- */
#header-wrap {
	background: url(../../wp-content/themes/pub/elegant-grunge/images/header-repeat.png) repeat-x center top;
	position: relative;
}
#header-image {
	display: block;
	margin-left: 50%;
	position: absolute;
	top: 14px;
	left: -400px;
	width: 800px;
	height: 134px;
}
.content-sidebar-sidebar #header-image {
	top: 0;
	left: -477px;
	width: 956px;
	height: 160px;
}
#header-image img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.content-sidebar-sidebar #header-image img {
	max-width: auto;
	width: 956px;
	height: 160px;
}
#header {
	background: url(../../wp-content/themes/pub/elegant-grunge/images/header.png) no-repeat center;
	height: 216px;
	position: relative;
}
.no-sidebar #header {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/header-no-sidebar.png);
}
.content-sidebar-sidebar #header {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/header-double-sidebar.png);
}
.sidebar-content #header {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/rtl-header.png);
}
#header div {
	margin: 0 auto;
	width: 800px;
	height: 168px;
}
.content-sidebar-sidebar #header div {
	width: 947px;
}
#header div a {
	display: block;
	width: 100%;
	height: 168px;
}
#header h1,
#header h2 {
	float: left;
	font: 2.2em / 169px "Georgia", "Baskerville", serif;
	margin: 0 0 0 0.5em;
	position: relative;
	z-index: 11;
}
#header h1 a,
#header h2 a,
#header div a {
	color: #d3d3d3;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-shadow: #000 0 1px 2px;
}
#blog-description {
	background: none;
	color: #d3d3d3;
	line-height: 135%;
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
	top: 55px;
	left: 1.3em;
	text-shadow: #000 0 1px 1px;
	z-index: 10;
}


/* =Layout
-------------------------------------------------------------- */
#content-container {
	background: url(../../wp-content/themes/pub/elegant-grunge/images/body.png) center top repeat-y;
}
.no-sidebar #content-container {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/body-no-sidebar.png);
}
.content-sidebar-sidebar #content-container {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/body-double-sidebar.png);
}
.sidebar-content #content-container {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/rtl-body.png);
}
#content {
	margin: 0 auto;
	width: 800px;
}
.content-sidebar-sidebar #content {
	width: 947px;
}
#content-body {
	float: left;
	width: 490px;
	padding: 0 20px;
}
.no-sidebar #content-body {
	float: none;
	width: 760px;
}
.sidebar-content #content-body {
	float: right;
}
.gallery-item {
	min-width: 33%;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	font-size: 0.875em;
	float: right;
	position: relative;
	left: -15px;
	width: 220px;
}
.content-sidebar-sidebar #sidebar {
	font-size: 0.8em;
	float: left;
	position: relative;
	left: 28px;
	width: 181px;
}
.content-sidebar-sidebar #sidebar-2 {
	font-size: 0.8em;
	float: right;
	position: relative;
	left: -8px;
	width: 169px;
}


/* =Footer
-------------------------------------------------------------- */
#footer-wrap-outer {
	background: url(../../wp-content/themes/pub/elegant-grunge/images/footer-repeat.gif) repeat-x 0 325px;
	margin-top: -51px;
}
#footer-wrap {
	background: url(../../wp-content/themes/pub/elegant-grunge/images/footer.png) no-repeat center top;
	padding: 91px 0 30px 0;
	width: 100%;
}
.no-sidebar #footer-wrap {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/footer-no-sidebar.png);
}
.content-sidebar-sidebar #footer-wrap {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/footer-double-sidebar.png);
}
.sidebar-content #footer-wrap {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/rtl-footer.png);
}
#footer {
	min-height: 30px;
	margin: 0 auto;
	padding: 90px 7px 0 7px;
	position: relative;
	width: 800px;
}


/* =Content
-------------------------------------------------------------- */
h1, h2 {
	color: #3b3b3b;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 0.5em 0;
}
h1.page-title, h2.page-title {
	line-height: 1.3em;
}
h1.entry-title, h2.entry-title {
	margin-bottom: .25em;
	position: relative;
	width: 354px;
	z-index: 1;
}
.archive .entry-title {
	font-size: 1.6em;
}
h2 a {
	text-decoration: none;
	color: #3b3b3b;
}
.sticky {
	color: #3b3b3b;
	background: url(../../wp-content/themes/pub/elegant-grunge/images/sticky-back.png) center center no-repeat;
}
.post .entry {
	clear: both;
	font-size: 0.875em;
	line-height: 1.3em;
}
.entry h1 {
	font-size: 2em;
}
.entry h2 {
	font-size: 1.8em;
}
.entry h3 {
	font-size: 1.6em;
}
.entry h4 {
	font-size: 1.5em;
}
.entry h5 {
	font-size: 1.3em;
}
.entry h6 {
	font-size: 1.2em;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	color: #666;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}
.post .entry blockquote,
.comment-content blockquote {
	color: #808080;
	margin: 0;
	padding: 0 30px;
}
.wp-post-image {
	float: left;
	margin: 0 10px 0 0;
}
.post .entry img {
	max-width: 100%;
	height: auto;
}
.post .entry p img.alignleft {
	margin: 0 10px 0 0;
}
.post .entry p img.alignright {
	margin: 0 0 0 10px;
}
.post .entry img.size-thumbnail {
	margin-top: 10px;
	margin-bottom: 10px;
}
.post .entry table {
	margin: 1em 0;
}
.post .entry ul li,
.post .entry ol li {
	line-height: 150%;
}
.post .post-author {
	color: #949494;
	font-size: 14px;
}
.post .post-author a {
	color: #949494;
	font-size: 14px;
	text-decoration: none;
}
.post .post-author a:hover {
	color: #3b3b3b;
}
.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}
.post .post-date {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/date-wide.png);
	width: 136px;
	height: 73px;
	text-align: center;
	float: right;
	font-size: 13px;
	line-height: 26px;
	color: #a9a9a9;
	font-weight: bold;
	margin-right: -8px;
}
.post .post-date a,
.post .post-date span {
	text-decoration: none;
	margin-left: 4px;
	margin-top: 8px;
	display: inline-block;
	text-align: center;
	color: #a9a9a9;
}
.post .post-date a:hover {
	color: #3b3b3b;
}
.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}
.metadata a {
	text-decoration: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-previous a,
.nav-next a {
	font-size: 0.875em;
	color: #88897b;
}
.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.875em;
	color: #88897b;
	background: url(../../wp-content/themes/pub/elegant-grunge/images/more-link.png) no-repeat left center;
	padding-left: 30px;
}
.hr {
	background-color: #f8faf7;
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/hr.png);
	border: 0;
	clear: both;
	color: #f8faf7;
	margin: -4px auto 0;
	width: 426px;
	height: 121px;
}
.hr hr {
	display: none;
}
.sticky .hr {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/hr-sticky.png) !important;
}
.adcode {
	font-size: 12px;
}
.navigation {
	width: 100%;
	margin-top: 50px;
}
.single .navigation {
	margin-top: 0;
}
#image-navigation {
	width: 100%;
	margin-top: 15px;
}
#image-navigation a {
	margin: 0 5px;
}
.navigation a,
#image-navigation {
	text-decoration: none;
	font-size: 0.7em;
}
.navigation .previous {
	float: right;
}
.navigation .next {
	float: left;
}
.search_result {
	margin-left: 20px;
}
.search_result h4 {
	margin-left: -20px;
}
.search_result h4 a {
	text-decoration: none;
}
.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}
.search_result .metadata a {
	color: #BFC4C1;
}
#entry-author-info {
	font-size: 0.8em;
	line-height: 1.15em;
	clear: both;
}
#entry-author-info {
	margin-top: 20px;
	margin-bottom: 40px;
}
body.author #entry-author-info {
	margin: 20px 0 40px 0;
	clear: both;
}
#entry-author-info h2 {
	font-size: 1.5em;
	color: #666;
}
#author-avatar {
	float: left;
	width: 60px;
	display: inline;
}
#author-description {
	float: left;
	width: 415px;
	margin-left: 15px;
	line-height: 125%;
}
#author-description .more-link {
	margin-top: 20px;
}
div.the_attachment,
.entry-caption {
	text-align: center;
}
.thumbs-nav {
	text-align: left;
}
.thumbs-nav p.prev-post {
	float: left;
}
.thumbs-nav p.next-post {
	float: right;
}


/* =WordPress
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
.wp-caption {
	border: none;
	text-align: center;
	background-color: #f8faf7;
	max-width: 100%;
	padding-top: 4px;
}
.wp-caption.alignleft {
	margin: 0 10px 0 0;
}
.wp-caption.alignright {
	margin: 0 0 0 10px;
}
.wp-caption img {
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#wpstats {
	float: right;
	margin-top: -6px;
}


/* =Comments
-------------------------------------------------------------- */
#commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 40px;
}
#commentlist li {
	margin-top: 16px;
	margin-left: 30px;
	max-width: 460px;
}
#commentlist li .comment-content,
#commentlist li .before-comment,
#commentlist li .after-comment,
#commentlist li .after-comment div {
	background: transparent url(../../wp-content/themes/pub/elegant-grunge/images/comment.jpg) no-repeat top right;
}
#commentlist li.bypostauthor .comment-content,
#commentlist li.bypostauthor .before-comment,
#commentlist li.bypostauthor .after-comment,
#commentlist li.bypostauthor .after-comment div {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/comment-author.jpg);
	color: #000;
}
#commentlist li.trackback .comment-content,
#commentlist li.trackback .before-comment,
#commentlist li.trackback .after-comment,
#commentlist li.trackback .after-comment div,
#commentlist li.pingback .comment-content,
#commentlist li.pingback .before-comment,
#commentlist li.pingback .after-comment,
#commentlist li.pingback .after-comment div {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/comment-reaction.jpg);
	color: #000;
}
#commentlist li .comment-content {
	position: relative;
	padding: 28px 0 0px 0;
}
#commentlist li .before-comment {
	position: absolute;
	left: 0;
	top: 0;
	width: 27px;
	margin-left: -27px;
	height: 100%;
	background-position: top left;
}
#commentlist li .after-comment {
	position: relative;
	width: 100%;
}
#commentlist li .after-comment,
#commentlist li .after-comment div {
	height: 40px;
	font-size: 1px;
}
#commentlist li .after-comment {
	background-position: bottom right;
}
#commentlist li .after-comment div {
	position: relative;
	width: 27px;
	margin-left: -27px;
	background-position: bottom left;
}
#commentlist .comment {
	margin: 0;
	font-size: 12px;
	padding-right: 0;
}
.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 13px;
	padding-right: 15px;
	word-wrap: break-word;
}
.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}
.trackback .comment-text,
.pingback .comment-text {
	margin-left: 0;
}
#commentlist .comment .reply {
	font-size: 0.875em;
	margin-right: 25px;
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
}
#commentlist .comment .reply a {
	color: #b3b3b3;
	text-decoration: none;
}
#commentlist .comment .reply a:hover,
#commentlist .comment .reply a:active {
	color: #5f5f5f;
	text-decoration: none;
}
#page .avatar {
	float: left;
	margin: 0 10px 0 0 !important;
}
.comment cite,
.comment cite a {
	width: 400px;
	display: block;
	word-wrap: break-word;
}


/* =Comments Form
-------------------------------------------------------------- */
#commentform input[type="text"] {
	width: 310px;
	padding: 5px;
	border: 1px solid #f2f2f2;
	float: right;
}
#commentform p {
	width: 400px;
}
textarea {
	width: 460px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}
#commentform .logged-in-as,
#commentform .comment-notes {
	font-size: 12px;
	width: 460px;
}
#commentform p label {
	margin: 6px 0 8px 0;
	display: inline-block;
}
#commentform .form-allowed-tags {
	font-size: 12px;
	color: #b3b3b3;
}


/* =Sidebar
-------------------------------------------------------------- */
.sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
.sidebar div,
.sidebar p {
	word-wrap: break-word
}
.sidebar a {
	color: #9f9f9f;
}
.sidebar ul,
.sidebar ul ol {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}
.sidebar ul p,
.sidebar ul select {
	margin: 5px 0 8px;
}
.sidebar ul ul,
.sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul,
.sidebar ul ol {
	margin: 0 0 0 10px;
	word-wrap: break-word
}
ol > li, .sidebar ul ol li {
	list-style: decimal outside;
}
.sidebar ul ul li,
.sidebar ul ol li {
	margin: 3px 0 0 5px;
	padding: 0;
	line-height: 150%;
	list-style-type: square;
	color: #999;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}


/* =Sidebar-Search
-------------------------------------------------------------- */
.sidebar #searchform div,
#footer #searchform div {
	background: url(../../wp-content/themes/pub/elegant-grunge/images/searchform.png) left top no-repeat;
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
#footer #searchform div {
	background: url(../../wp-content/themes/pub/elegant-grunge/images/searchform-footer.png) left top no-repeat;
}
#sidebar-2 #searchform div {
	margin-left: -15px;
}
.sidebar #searchform div #s,
#footer #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 149px;
	height: 16px;
	color: #909090;
	font-size: 1.0em;
	outline: none;
}
.sidebar #searchform div #searchsubmit,
#footer #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	color: #999;
	font-size: 0.7em;
	text-transform: lowercase;
}
.content-sidebar-sidebar .sidebar #searchform div {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/searchform-double-sidebar.jpg);
	width: 190px;
	height: 45px;
	margin-left: -3px;
}
.content-sidebar-sidebar .sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 117px;
	height: 16px;
	color: #909090;
	font-size: 0.875em;
	outline: none;
}


/* =Sidebar-Tag-Cloud
-------------------------------------------------------------- */
.widget_tag_cloud a {
	text-decoration: none;
}


/* =Sidebar-Flickr
-------------------------------------------------------------- */
.widget_flickr table {
	background-color: transparent !important;
	border: 0 !important;
	border-collapse: collapse; /* remove cell-spacing value */
	width:100%;
}
.widget_flickr table img {
	max-width: 185px;
}
.widget_flickr table#flickr_badge_uber_wrapper {
	border: none;
	border-spacing: 0;
}
.widget_flickr table#flickr_badge_wrapper {
	background: none !important;
}
.widget_flickr table#flickr_badge_uber_wrapper a {
	color: #9f9f9f;
}
#footer table#flickr_badge_uber_wrapper,
#footer table#flickr_badge_wrapper {
	border: none !important;
	padding: 0;
	border-spacing: 0;
	width: 100% !important;
}
#footer .widget_flickr table#flickr_badge_wrapper td br {
	display: none;
}
#footer .widget_flickr table#flickr_badge_wrapper td a {
	width: 110px;
	height: 110px;
	display: inline-block;
	float: left;
	overflow: hidden;
	margin-top: 5px;
}
#footer .widget_flickr table#flickr_badge_wrapper td a:last-child {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
#footer .widget_flickr table#flickr_badge_wrapper td img {
	float: left;
	width: 105px;
	height: auto;
}


/* =Sidebar-Authors
-------------------------------------------------------------- */
.sidebar .widget_authors > ul {
	margin: 5px 0 0 0;
}
.sidebar .widget_authors > ul > li {
	list-style: none;
	margin: 5px 0 15px 0;
}
.sidebar .widget_authors > ul > li > a {
	text-decoration: none;
}
#page .widget_authors .avatar {
	float: none;
	vertical-align: middle;
}
#page .widget_authors .avatar-1 {
	margin: 0 0 0 -6px !important;
}
#page .widget_authors .avatar-16,
#page .widget_authors .avatar-32,
#page .widget_authors .avatar-48,
#page .widget_authors .avatar-96,
#page .widget_authors .avatar-128 {
	margin: 0 4px 0 0 !important;
}


/* =Sidebar-Calendar
-------------------------------------------------------------- */
#calendar_wrap {
	margin: 0;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar th {
	text-align: left;
}


/* =Widgets
-------------------------------------------------------------- */
.widget-wrap h2 a {
	color: #fff !important;
}
.timesince {
	margin: 0 4px;
}


/* =Sidebar-Footer
-------------------------------------------------------------- */
#footer #subscribe-rss {
	position: absolute;
	top: 0;
	left: 0;
}
#footer #subscribe-rss a {
	background-image: url(../../wp-content/themes/pub/elegant-grunge/images/rss.png);
	display: block;
	margin-top: -5px;
	margin-left: -115px;
	text-indent: -999em;
	width: 149px;
	height: 126px;
}
#footer .legal,
#footer .credit {
	color: #5f5f5f;
	position: relative;
	top: 10px;
}
#footer .legal {
	float: left;
}
#footer .credit a {
	text-decoration: none;
}
#footer .credit {
	float: right;
}
#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}
#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}
#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}
#footer a {
	color: #a3a3a3;
}
#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}
#footer .widget > ul,
#footer .widget > ol,
#footer .widget div > ul,
#footer .widget div > ol {
	list-style: none;
	padding-left: 0;
}
#footer ul, #footer ol {
	list-style: none;
	padding-left: 15px;
}
#footer li {
	line-height: 140%;
}


/* =Clear fixes
-------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	height: 1%;
}
*:first-child + html .clearfix {
	min-height: 1px;
}


/* =IE8 fix
-------------------------------------------------------------- */

#ie8 .post .entry img {
	width: auto; /* Prevent stretching images with height and width attributes in IE8 */
}


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

.infinite-scroll.neverending #content-container {
	padding-bottom: 50px;
}
.infinite-scroll #content .infinite-wrap {
	border-top: none;
	padding-top: 0;
}
/* Make it match the theme */
#infinite-footer {
	z-index: 10;
}
#infinite-footer .container {
	color: #4a4a49
}
#infinite-footer .blog-info,
#infinite-footer .blog-info a {
	color: #3B3B3B;
}
#infinite-footer .blog-credits a {
	color: #3B3B3B;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-info a:focus,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-credits a:focus {
	color: #3B3B3B;
}
#infinite-footer .blog-credits {
	color: #666
}
.infinite-loader {
	margin: 0 auto 34px;
	width: 24px;
}
#infinite-handle {
	margin: 0 auto 45px;
	text-align: center;
}
#infinite-handle span {
	background-color: #323232;
	border-color: #323232;
	color: #a3a3a3;
}
#infinite-handle span:before {
	color: #a3a3a3;
}
#infinite-handle span:hover,
#infinite-handle span:focus,
#infinite-handle span:hover:before,
#infinite-handle span:focus:before {
	color: #a3a3a3;
}
/* Elements to hide */
.infinite-scroll .navigation,
.infinite-scroll.neverending #footer-wrap-outer {
	display: none;
}
/* Restore the footer when IS is finished */
.infinity-end.neverending #footer-wrap-outer {
	display: block;
}