




#branding,
#access,
#page {
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 950px;
}
#content {
	background: #cf7da1;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 650px;
}
#comments,
.entry {
	padding: 25px;
	position: relative;
}
#sidebar {
	background: #c5638e;
	color: #fff;
	float: left;
	font-size: 1.2em;
	margin-right: 0;
	padding: 25px 0 0;
	width: 300px;
}

.single-column #content {
	width: 950px;
}
.single-column #sidebar {
	display: none;
}




body {
	background: #c15b8b url(/wp-content/themes/pub/strange-little-town/img/stars.png) repeat-x;
	color: #503559;
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
a {
	color: #503559;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	color: #2e1737;
	text-decoration: underline;
}
pre {
	background-color: #d79eb7;
	padding: 1em;
}
fieldset {
	border: 2px solid #c35d8a;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #fff;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: 100;
	line-height: 1.4;
	margin: 0;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 12px;
}
hr {
	background-color: #c35d8a;
	border: 0;
	height: 3px;
	margin: 1em 0;
}




ol,
ul {
	list-style-position: outside;
	padding-left: 50px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
	padding-left: 30px;
}
ul {
	list-style-type: square;
}
dt {
	color: #453749;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
}
dd {
	margin: 0 0 1.5em;
	padding-bottom: .3em;
}




#access {
	font-weight: bold;
	margin: 0 auto;
	padding: 7px 0 0;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#access li {
	float: left;
	margin: 0 7px 7px 0;
	position: relative;
	background: rgba( 255, 255, 255, .3 );
}
#access li li {
	margin: 0;
}
#access a {
	color: #fff;
	display: block;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: rgba( 0, 0, 0, .5 ) 1px 1px 3px;
	text-transform: uppercase;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
	box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 37px; 
	left: 0;
	width: 213px;
	z-index: 99999;
}
#access ul ul ul {
	border-top-width: 0;
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #ce6f98;
	border-bottom: 1px dotted #503559;
	color: #e8cdeb;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	padding: 6px 15px;
	text-shadow: none;
	text-transform: none;
	width: 183px;
	height: auto;
}
#access li:hover > a,
#access li li:hover > a {
	background: #d58cab !important;
}
#access a:focus,
#access a:active,
#access li:hover > a {
	color: #fff;
}
#access li.current-menu-item > a,
#access li.current-menu-ancestor > a,
#access li.current_page_item > a,
#access li.current_page_ancestor > a {
	background-color: #d37fa3;
	color: #fff;
	font-weight: bold;
	text-shadow: none;
}
#access li li.current-menu-item > a,
#access li li.current-menu-ancestor > a,
#access li li.current_page_item > a
#access li li.current_page_ancestor > a {
	background-color: #d37fa3;
	border-radius: 0;
}
#access ul li:hover > ul {
	display: block;
}

#access .menu > li > a,
#access div.menu > ul > li > a {
	border-radius: 3px;
}




#branding {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	padding: 50px 0;
	text-shadow: rgba( 0, 0, 0, .3 ) 2px 2px 2px;
}
#home-link {
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#site-title {
	color: #fff;
	font-size: 55px;
	font-weight: 100;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#site-description {
	color: #fff;
	font-size: 18px;
	margin-top: -2px;
	text-transform: uppercase;
}




#content table {
	border: 1px solid #503559;
	border-collapse: collapse;
}
#content th,
#content td {
	padding: .25em .5em;
}
#content th {
	background-color: #503559;
	color: #fff;
	font-weight: normal;
	letter-spacing: .05em;
}
#content td {
	background-color: #fff;
	border: 1px solid #503559;
}
#content h1,
#content h2,
#content table {
	margin: 20px 0;
}
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 10px 0;
}




.hentry,
#content-404 {
	overflow: hidden;
	padding: 25px;
}
.hentry header {
	border-bottom: 1px dotted #844a76;
	color: #e8cdeb;
	font-size: 12px;
	margin-bottom: 1em;
	padding-bottom: .5em;
	text-transform: uppercase;
}
#content .hentry header h1,
#content-404 h1 {
	color: #fff;
	font-size: 26px;
	font-weight: 100;
	line-height: 1.2;
	margin: 0;
	word-wrap: break-word;
}
.hentry header h1 a {
	color: #fff;
	text-decoration: none;
}
.hentry header h1 a:hover,
.hentry header h1 a:focus,
.hentry header h1 a:active {
	text-decoration: underline;
}
.hentry header h2 {
	clear: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
}
.hentry header .post-edit-link {
	background: #e8cdeb;
	color: #000;
	float: left;
	font-size: 10px;
	letter-spacing: .03em;
	line-height: 1;
	margin-right: .5em;
	padding: .6em .5em .2em;
	position: relative;
	top: 1px;
	text-decoration: none;
}
.entry-meta {
	border-top: 1px dotted #844a76;
	clear: both;
	color: #fff;
	font-size: 12px;
	padding: 7px 0;
	text-transform: uppercase;
}
.entry-meta p {
	line-height: 1.4;
	margin: 0;
	max-width: 460px;
	padding: 0;
}
.entry-meta a,
.entry-meta span {
	color: #e8cdeb;
}
.entry-meta a {
	text-decoration: none;
}
.entry-meta .comment-link {
	float: right;
}
.entry-meta .comment-link a {
	color: #fff;
}
.about-this-post a {
	color: #e8cdeb;
	text-decoration: none;
}
.about-this-post a:active,
.about-this-post a:focus,
.about-this-post a:hover {
	text-decoration: underline;
}
.sticky {
	background: #d79eb7;
}
.sticky footer a,
.sticky .wp-caption-text {
	color: #fff;
}
.sticky .about-this-post {
	display: none;
}
.singular .entry-title {
	margin: 0 0 1em;
	padding: 0 0 .4em;
}




#introduction {
	border-bottom: 2px solid #c35d8a;
	clear: both;
	color: #989eae;
	margin: 0 25px 30px;
	padding: 25px 0 7px;
	position: relative;
}
#introduction hgroup {
	float: left;
}
h1#page-title {
	color: #fff;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}
h2#page-tagline {
	color: #e8cdeb;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: 7px 0 0;
	text-transform: uppercase;
}
.search #page-title,
.search #page-tagline {
	float: left;
	width: 55%;
}
#introduction #searchform {
	position: absolute;
	top: 25px;
	right: 0;
}




#searchform {
	margin: 0;
	padding: 0;
}
#searchform #s {
	background: url(/wp-content/themes/pub/strange-little-town/img/transparent.png);
	border: 0;
	color: #fff;
	font-size: 1.0em;
	padding: 3px;
	width: 200px;
}
#searchsubmit {
	margin: 3px 0 0 5px;
}




img,
a img {
	border: none;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.size-thumbnail {
	margin: 0 1.5em 1.5em 0;
}
.wp-caption {
	margin-left: 0;
	max-width: 100%;
}
.wp-caption img {
	max-width: 100%;
	height: auto;
}
.wp-caption-text {
	color: #e8cdeb;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3;
	margin: 0;
	padding: 0 5px 10px;
	text-align: center;
}
.single-attachment .wp-caption-text {
	padding-bottom: 2em;
}

.gallery {
	clear: both;
}
#content .gallery {
	font-size: 11px;
	font-style: italic;
}
#content .gallery img {
	border: 7px solid #d79eb7;
}
.gallery-caption {}

#image {
	margin-bottom: 15px;
}
#image a:active,
#image a:hover,
#image a:focus {
	outline: none;
}
#image a:focus img {
	outline: 3px solid rgba( 255, 255, 255, .5 );
}
#image a,
#image img {
	display: block;
	margin: 0 auto;
}

img.wp-smiley {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}




.widget {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 auto 25px;
	width: 250px;
}
.widget li {
	line-height: 1.2;
}
.widget a {
	color: #e8cdeb;
	text-decoration: none;
}
.widget a:hover,
.widget a:active,
.widget a:focus {
	text-decoration: underline;
}
.widget ul,
.widget ol {
	padding: 0 0 0 20px;
}
.widget table {
	margin: 0;
	padding: 0;
	width: 100%;
}
h3.widget-title {
	border-bottom: 2px solid #db92b1;
	color: #fff;
	font-size: 19px;
	font-weight: 100;
	margin: 0 0 15px;
	padding: 0 0 5px;
	word-wrap: break-word;
}
.widget-title a {
	color: #fff;
	text-decoration: none;
}


.widget_calendar table {
	border-collapse: collapse;
}
.widget_calendar caption {
	padding: 0 0 7px;
}
.widget_calendar th,
.widget_calendar td {
	text-align: center;
	padding: 6px;
}
.widget_calendar thead,
.widget_calendar td {
	border-bottom: 1px solid #db92b1;
}
.widget_calendar a {
	color: #e8cdeb;
	font-weight: bold;
}
#next,
#prev,
.widget_calendar tfoot td.pad {
	border-bottom-width: 0;
}
#next a,
#prev a {
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
}
#next {
	text-align: right;
}
#prev {
	text-align: left;
}

#sidebar .widget_rss ul {
	padding: 0;
}
#sidebar .widget_rss li {
	list-style-type: none;
	padding-bottom: 15px;
}
#sidebar .widget_rss li .rsswidget {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0;
}
.rss-date,
.widget_rss cite {
	color: #e8cdeb;
	font-size: 12px;
	white-space: nowrap;
}
.rss-date {
	display: block;
	padding: 4px 0;
	text-transform: uppercase;
}
.widget .rssSummary {
	color: #503559;
	padding: 0;
}

.widget_search form {
	margin: 15px 0 0;
}




#colophon {
	background: #000 url(/wp-content/themes/pub/strange-little-town/img/colophon-background.png) repeat-x;
	clear: both;
	margin-bottom: 0;
	position: relative;
}
#colophon a {
	color: #ae3b88;
	text-decoration: none;
}
#colophon a:hover {
	color: #e043ac;
	text-decoration: none;
}
#site-generator {
	background: #000 url(/wp-content/themes/pub/strange-little-town/img/colophon.png) no-repeat;
	color: #777;
	padding: 415px 0 15px 15px;
	width: 985px;
	text-align: left;
}




.paged-navigation {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 100;
	line-height: 1.3;
	padding: 15px 25px;
	text-transform: uppercase;
}
.paged-navigation a {
	color: #e8cdeb;
	text-decoration: none;
}
.paged-navigation a:hover,
.paged-navigation a:active,
.paged-navigation a:focus {
	color: #fff;
	text-decoration: underline;
}
.nav-older,
.nav-newer {
	width: 45%;
}
.nav-older {
	float: left;
	text-align: left;
}
.nav-newer {
	float: right;
	text-align: right;
}
.paged-navigation:last-child {
	margin-bottom:0;
}




#comments .paged-navigation {
	padding-right: 0;
	padding-left: 0;
}
#comments-title {
	border-bottom: 2px solid #c35d8a;
	color: #fff;
	font-size: 1.5em;
	font-weight: 100;
	line-height: 1.5;
	margin: 2em 0 1em;
	padding: 0;
	text-transform: uppercase;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.comment,
.pingback,
.trackback {
	clear: both;
	margin: 0 0 2em;
}
.pingback,
.trackback {
	color: #fff;
}
.pingback a,
.trackback a {
	color: #e8cdeb;
	text-decoration: none;
}
li.comment {
	list-style: none;
}
.comment footer {
	border-bottom: 1px dotted #844a76;
	color: #fff;
	margin-bottom: 1em;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.comment .fn {
	color: #fff;
	font-style: normal;
	padding-top: 5px;
}
.comment .fn a {
	color: #fff;
	text-decoration: none;
}
.comment .fn,
.comment-meta {
	display: block;
	margin-left: 60px;
}
.comment-meta {
	font-size: 14px;
	position:relative;
	top: -5px;
}
.comment-meta a {
	color: #e8cdeb;
	text-decoration: none;
}
.comment .fn a:focus,
.comment .fn a:hover,
.comment .fn a:active,
.comment-meta a:focus,
.comment-meta a:hover,
.comment-meta a:active,
.comment-edit-link:focus,
.comment-edit-link:hover,
.comment-edit-link:active {
	text-decoration: underline;
}
.comment .permalink .date-published {
	text-decoration: none;
}
.comment .avatar {
	border: 5px solid #d79eb7;
	float: left;
	margin-right: 10px;
}
.bypostauthor > article .avatar {
	border-color: #e8cdeb;
}
.comment .reply a {
	color: #e8cdeb;
	text-decoration: none;
}
.comment .reply a:hover,
.comment .reply a:focus,
.comment .reply a:active {
	color: #fff;
}
#cancel-comment-reply-link {
	background: #e8cdeb;
	border-radius: 4px;
	color: #503559;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 7px;
	text-decoration: none;
	text-transform: uppercase;
}




#reply-title {
	border-bottom: 2px solid #c35d8a;
	color: #fff;
	font-size: 1.5em;
	font-weight: 100;
	line-height: 1.5;
	margin: 0 0 1em;
	padding: 0;
	text-transform: uppercase;
}
#commentform p {
	clear: both;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	padding-left: 1em;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	float: left;
}
.comment-form-comment label {
	display: none;
}
.comment-form-comment textarea {
	border: 1px solid #777;
	line-height: 1.2;
	padding: 5px;
	width: 98%;
}
.form-allowed-tags {
	font-size: 14px;
	line-height: 1.3;
	padding: 0 1em;
}
.form-allowed-tags code {
	font-size: 12px;
}
.comments-closed {
	color: #e8cdeb;
	font-size:20px;
	font-weight: 100;
	text-align: center;
}




.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#wpstats,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); 
	clip: rect(1px, 1px, 1px, 1px);
}
.contain:before,
.contain:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.contain:after {
	clear: both;
}
.contain {
	zoom: 1;
}




.infinite-scroll .paged-navigation, 
.infinite-scroll.neverending #colophon { 
	display: none;
}


.infinity-end.neverending #colophon {
	display: block;
}

#infinite-footer .container {
	background: #c15b8b;
	border: none;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-credits a,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a,
#infinite-footer .blog-info a:hover {
	color: #fff;
}
#infinite-handle {
	min-height: 35px;
	padding: 15px 0 0;
	text-align: center;
}
#infinite-handle span {
	background: #c15b8b;
}
.infinite-loader {
	margin: 10px auto;
	width: 34px
}


#img-qr-code-2 {
	margin-bottom: 15px;
}
#img-qr-code-2 img {
	position: relative;
	left: 25px;
	width: 250px;
}
#sidebar #flickr a {
	color: #e8cdeb;
}
#flickr table {
	position: relative;
	left: -7px;
}
#flickr table,
#flickr th,
#flickr td {
	background-color: transparent;
	border-width: 0;
	margin: 0;
	padding: 0;
}
.widget_authors img {
	vertical-align: middle;
}
.widget_authors ul {
	list-style: none;
	padding-left: 0;
}
.widget_authors ul ul {
	list-style: square;
	padding: 7px 0 0 40px;
}
.widget_authors a strong {
	color: #fff !important;
}
.widget_authors a:hover {
	text-decoration: none;
}
.widget_authors a strong {
	vertical-align: middle;
}
.contact-form div label span {
	color: #e8cdeb;
}

a.wpcom-follow-rest, 
a.wpcom-following-rest {
	margin-left: -2px;
}
a.wpcom-follow-rest:before, 
a.wpcom-following-rest:before {
	font: 16px/1 "Noticons";
	-webkit-font-smoothing: antialiased;
	content: '\f801';
	color: #7bc8e4;
	position: relative;
	top: 3px;
	display: inline-block;
}
a.wpcom-following-rest:before {
	content: '\f803';
}
a.wpcom-following-rest:hover:before {
	content: '\f802';
}


#wpadminbar div.wpcom-bubble,
div.wpcom-bubble {
	width: 210px;
	background: #fff;
	background: rgba(255,255,255,0.99);
	border: none;
	position: absolute;
	top: 32px;
	padding: 10px 16px;
	z-index: 10000;
	cursor: default;
	opacity: 0;
	display: none;

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
}

#wpadminbar div.wpcom-bubble:after,
#wpadminbar div.wpcom-bubble:before,
div.wpcom-bubble:after,
div.wpcom-bubble:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	width: 0;
}

#wpadminbar div.wpcom-bubble.bubble-left:after,
#wpadminbar div.wpcom-bubble.bubble-left:before,
div.wpcom-bubble.bubble-left:after,
div.wpcom-bubble.bubble-left:before {
	left: 14px;
}

#wpadminbar div.wpcom-bubble.bubble-right:after,
#wpadminbar div.wpcom-bubble.bubble-right:before,
div.wpcom-bubble.bubble-right:after,
div.wpcom-bubble.bubble-right:before {
	left: auto;
	right: 3px;
}

#wpadminbar div.wpcom-bubble:after,
div.wpcom-bubble:after {
	border-width: 6px;
	border-bottom-color: #fff;
	top: -12px;
}

#wpadminbar div.wpcom-bubble:before,
div.wpcom-bubble:before {
	border-width: 8px;
	border-bottom-color: #eee;
	border-bottom-color: rgba(0, 0, 0, 0.05);
	top: -16px;
	margin-left: -8px;
}

#wpadminbar div.wpcom-bubble.fadein,
div.wpcom-bubble.fadein {
	display: block;
	opacity: 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-backface-visibility: none;
	-webkit-animation-name: reset, fadein;
	-webkit-animation-duration: .25s;
	-webkit-animation-timing-function: ease-in;
}
	@-webkit-keyframes fadein {
		0% {
		    opacity: 0;
		}
		100% {
		    opacity: 1;
		}
	}

#wpadminbar div.wpcom-bubble div.bubble-txt,
div.wpcom-bubble div.bubble-txt {
	line-height: 1.5;
	font-size: 13px;
	color: #555;
	text-shadow: none;
}

#wpadminbar div.wpcom-bubble div.bubble-txt,
div.wpcom-bubble div.bubble-txt a {
	line-height: 1.5;
}

#wpadminbar div.wpcom-bubble div a,
#wpadminbar div.wpcom-bubble div span,
div.wpcom-bubble div a,
div.wpcom-bubble div span {
	display: inline;
	padding: 0;
	margin: 0;
	color: #1e8cbe;
	text-shadow: none;
	line-height: 100%;
}

#wpadminbar div.wpcom-bubble div a:hover {
	color: #f1831e;
}


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}


.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}


.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}