/**
 * 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;
	}
}
/**
 * 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: Elegant Grunge
Theme URI: http://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: http://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: http://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;
}