



html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
li
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
:focus {
	outline: 0 none;
}
input,
select,
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
a {
	text-decoration: none;
}
a {
	color: #c83746;
}
a:hover {
	color: #d73b4b;
}
dd {
	margin: 0 0 0 25px;
}
dd,
dt {
	line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
li {
	margin: 3px 0;
}
p {
	line-height: 1.6em;
}



body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: normal;
}
#wrapper {
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
#inner-wrapper {
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: medium double #ebebeb;
	text-align: left;
}
#header-top {
	position: relative;
}
#logo {
	margin: 15px 0 15px 15px;
}
#logo h1,
#logo p {
	margin: 0;
}
#logo p {
	color: #c83746;
}
#logo h1 a,
#logo h1 a:hover {
	color: #333;
	font-family: Georgia, Times, serif;
}
#search-form {
	float: right;
	margin: 7px 0 0 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}




#navigation {
	border-bottom: 1px solid #e35064;
	float: left;
	position: relative;
		left: -9px;
		z-index: 1;
	width: 998px;
}
#navigation > .main-menu {
	background-color: #dc0a39;
	float: left;
	width: 100%;
	position: relative;
}
#navigation > .main-menu > ul {
	float: left;
	width: 100%;
}



#navigation:before,
#navigation:after {
	background: rgba( 0, 0, 0, 0.5 );
	box-shadow: 0 15px 10px rgba( 0, 0, 0, 0.5 );
	content: "";
	max-width: 350px;
	position: absolute;
		top: 10px;
		bottom: 15px;
		left: 4px;
		z-index: -1;
	-webkit-transform: rotate( -3deg );
	-moz-transform: rotate( -3deg );
	-o-transform: rotate( -3deg );
	-ms-transform: rotate( -3deg );
	transform: rotate( -3deg );
	width: 50%;
}
#navigation:after {
	right: 4px;
	left: auto;
	-webkit-transform: rotate( 3deg );
	-moz-transform: rotate( 3deg );
	-o-transform: rotate( 3deg );
	-ms-transform: rotate( 3deg );
	transform: rotate( 3deg );
}



#navigation > .main-menu:before,
#navigation > .main-menu:after {
	border: 24px solid #986794;
	border-color: #b50a2e;
	content: "";
	display: block;
	position: absolute;
		bottom: -10px;
		z-index: -100;
}
#navigation > .main-menu:before {
	border-left-color: transparent;
	border-right-width: 1.5em;
	left: -37px;
}
#navigation > .main-menu:after {
	border-right-color: transparent;
	border-left-width: 1.5em;
	right: -37px;
}
#navigation > .main-menu > ul {
	background-color: transparent;
	background: -moz-linear-gradient( top, rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.3 ) 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, rgba( 0, 0, 0, 0 ) ), color-stop( 100%, rgba( 0, 0, 0, 0.3 ) ) );
	background-image: -webkit-linear-gradient( top, rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.3 ) 100% );
	background: -o-linear-gradient( top, rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.3 ) 100% );
	background: -ms-linear-gradient( top, rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.3 ) 100% );
	background: linear-gradient( to bottom, rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.3 ) 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0a39', endColorstr='#b50a2e', GradientType=0 );
	font-family: Georgia, Times, serif;
	font-style: italic;
	position: relative;
}



#navigation .main-menu > ul:before,
#navigation .main-menu > ul:after {
	border-color: transparent;
	border-top-color: #820620;
	border-style: solid;
	bottom: -7px;
	content: "";
	display: block;
	position: absolute;
}
#navigation .main-menu > ul:before {
	border-width: 6px 0 0 6px;
	left: 0;
}
#navigation .main-menu > ul:after {
	border-width: 6px 6px 0 0;
	right: 0;
}
.main-menu ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.main-menu li {
	display: inline;
	float: left;
	font-size: 16px;
	position: relative;
}
.main-menu li a {
	color: #fff;
	display: block;
	float: left;
	padding: 15px 15px 16px;
}




.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; 
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; 
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul {
	left: 0;
	top: 2.5em; 
	z-index: 99;
}
ul.sf-menu li:hover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul {
	left: 10em; 
	top: 0;
}
ul.sf-menu li li:hover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul {
	left: 10em; 
	top: 0;
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
}
.sf-menu li li {
 	background: #fff;
    float: left;
    padding: 0 0 0 10px;
    width: 100%;
    word-wrap: break-word;
}
.sf-menu ul li a {
	border-bottom: 1px solid #e9e8e8;
	color: #bbb;
    font-size: 14px;
    line-height: 22px;
    padding: 0.7em 0;
    width: 94%;
}
.sf-menu li:hover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	color: #fff;
	outline: 0;
}
.sf-menu ul a:hover {
	color: #525252;
	outline: 0;
}

#intro {
	background: url(/wp-content/themes/pub/delicacy/images/pattern01.png) repeat left top;
	clear: both;
	position: relative;
}
.headline {
	background: url(/wp-content/themes/pub/delicacy/images/headline-border.png) repeat-x left bottom;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	min-height: 20px;
	padding: 25px;
}
#content-wrapper {
	background: url(/wp-content/themes/pub/delicacy/images/content-bg.png) repeat-y 0 15px;
	margin: 30px;
}
#content {
	float: left;
	padding: 0 20px 0 0;
	width: 600px;
}
#sidebar {
	float: right;
	width: 299px;
}
#footer {
	margin: 15px 0;
	text-align: center;
}
#footer #site-generator a {
	color: #666666;
}
.deco-line {
	clear: both;
	background: url(/wp-content/themes/pub/delicacy/images/long-deco-line.png) no-repeat left center;
	margin: 0 0 15px;
	width: 100%;
	height: 26px;
}
.clear {
	clear: both;
}



.list-post-item {
	display: block;
	margin: 0 0 20px;
}
.list-post-item p {
	line-height: 1.6em;
}
.list-post-item h2 {
	clear: none;
	font-size: 22px;
	margin: 0 0 15px;
}
img.wp-post-image {
	border: 1px solid #dedede;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}
.entry-meta {
	color: #acacac;
	font-size: 12px;
	margin: 0 0 15px;
}
.entry-meta span {
	margin-right: 15px;
}
.entry-meta span.comments {
	background: url(/wp-content/themes/pub/delicacy/images/comments-icon.png) no-repeat left center;
	padding-left: 20px;
}
.entry-meta span.date {
	background: url(/wp-content/themes/pub/delicacy/images/calendar-icon.png) no-repeat left center;
	padding-left: 20px;
}
.sticky-indicator {
	color: #c83746;
}



.comment-navigation,
.image-navigation,
.paging-navigation,
.post-navigation {
	clear: both;
	float: none;
	font-family: Georgia, Times, serif;
	font-style: italic;
	line-height: 13px;
	margin: 0 0 20px 0;
	padding: 20px 0;
	position: relative;
	width: 100%;
}
.nav-next,
.nav-previous {
	line-height: 1.6;
	width: 49%;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
.navigation {
	margin: 10px 0;
}




h3.block-title {
	color: #ccc;
	font-size: 16px;
	margin: 10px 0 20px;
	text-transform: uppercase;
}
.entry-content {
	font-size: 13px;
	line-height: 1.6em;
}
.entry-content p {
	margin: 1em 0;
}
.post-thumb-excerpt {
	padding: 0 0 0 154px;
}
.entry-content h1 {
	font-size: 22px;
}
.entry-content h2 {
	font-size: 22px;
}
.entry-content h3 {
	font-size: 18px;
}
.entry-content h4 {
	font-size: 16px;
}
.entry-content h5 {
	font-size: 16px;
}
.entry-content h6 {
	font-size: 16px;
}
.entry-content blockquote {
	font-style: italic;
	padding: 0 0 0 25px;
}
.entry-content li {
	line-height: 1.5em;
}
.entry-content img {
	border: 1px solid #dcdcdc;
	max-width: 98%;
	padding: 3px;
}
.entry-content table {
	border: none;
	text-align: left;
	width: 100%;
}
.entry-content table th {
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
	text-align: left;
}
.entry-content table tr {
	border-bottom: 1px dotted #dcdcdc;
}
.entry-content table td {
	padding: 5px 0;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.entry-attachment img {
	max-width: 98%;
	height: auto;
}
img.wp-smiley {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignright {
	display: inline;
	float: right;
	margin: 1em 0 1em 1em;
}
.alignleft {
	display: inline;
	float: left;
	margin: 1em 1em 1em 0;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}
.wp-caption {
	background: none repeat scroll 0 0 #f6f6f6;
	border: 1px solid #ced8df;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 99% !important;
	height: auto;
	padding: 0;
	text-align: center;
}
.wp-caption .wp-caption-text {
	padding: 0 5px;
}
.wp-caption-text {
	 color: #888;
	 font-size: 12px;
	 margin: 3px;
	 padding: 0;
}
.wp-caption img {
	border: 0 none;
	margin: 5px 3px 0;
	max-width: 98%;
	height: auto;
	padding: 0;
}
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content .wp-caption.alignleft,
.entry-content .wp-caption.alignright {
	margin-top: .45em;
}
.post .cat {
	line-height: 1.6;
}
.single-attachment .entry-meta span {
	margin-right: 0;
}



.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.commentlist .the-comment {
	border-bottom: 1px dotted #dcdcdc;
	margin: 0 0 20px;
	padding: 10px;
}
.commentlist img.avatar {
	border: 1px solid #dcdcdc;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}
.comment-meta small {
	color: #888;
}
.the-comment p {
	margin: 10px 0;
}
.comments-title {
	margin: 0;
	padding: 0;
}
ul.children {
	list-style-type: none;
}
.comment-author {
	margin-bottom: 1.2em;
}


#commentform div {
	margin-bottom: 10px;
}
#commentform textarea {
	width: 500px;
	height: 100px;
}
#commentform input {
	float: left;
}
input,
textarea,
select {
	background: none repeat scroll 0 0 #fafafe;
	border: 1px solid #e2e2e6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1) inset;
	color: #464b5A;
	padding: 5px 5px;
	margin: 0 5px 0 0;
}
.button-gray,
a.button-gray,
input[type="submit"],
#infinite-handle span {
	background: url(/wp-content/themes/pub/delicacy/images/button-gray-bg.png) repeat-x scroll 0 0 transparent;
	border: 1px solid #bbb;
	color: #555;
	text-shadow: 0 1px 0 #fff;
}
.button-gray:hover,
.button-gray:focus,
a.button-gray:hover,
a.button-gray:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
#infinite-handle span:hover,
#infinite-handle span:focus {
	background: url(/wp-content/themes/pub/delicacy/images/button-gray-bg.png) repeat-x scroll 0 -24px transparent;
	border: 1px solid #999;
	text-decoration: none;
	color: #555;
}
.button-gray:active,
.button-gray.active,
.button-gray.current,
input[type="submit"]: active,
#infinite-handle span:active, {
	background: url(/wp-content/themes/pub/delicacy/images/button-gray-bg.png) repeat-x scroll 0 -48px transparent;
	border: 1px solid #999;
	color: #555;
}
.button,
input[type="submit"],
#infinite-handle span {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.3) inset;
	-moz-box-sizing: border-box !important;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);
	border-radius: 4px;
	zoom: 1;
	cursor: pointer;
	display: inline-block;
	outline: medium none !important;
	padding: 1px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-moz-box-sizing: border-box !important;
}
input[type="submit"],
input.button {
	padding: 0 10px;
	height: 26px;
}
a.button {
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
}




.widget {
	border-bottom: 1px solid #dcdcdc;
	margin: 0 0 15px;
	padding: 0 0 15px 20px;
	overflow: hidden;
	position: relative;
}
.widget h3 {
	color: #ccc;
	font-size: 16px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.textwidget {
	line-height: 1.6em;
}
.widget ul li {
	border-bottom: 1px dotted #dcdcdc;
	padding: 0 0 8px;
	margin: 0 0 8px 0;
}
.widget ul li ul {
	border-top: 1px dotted #dcdcdc;
	margin: 8px 0 0 0;
	padding: 8px 0 0 20px;
	list-style-type: square;
}
.widget ul li ul li:nth-last-child(1) {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.widget .archive-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget ul.left {
	float: left;
	width: 125px;
}
.widget ul.right {
	float: right;
	width: 125px;
}
.widget img {
	max-width: 100%;
}
.widget .wp-caption img {
	max-width: 97%;
}




#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #333;
	margin-bottom: 1.154em;
	margin-top: 0.769em;
	text-align: right;
}
#wp-calendar thead th {
	padding-bottom: 1.154em;
	text-align: center;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 2px solid #fff;
	color: #aaa;
 	padding: 0.615em 2%;
	text-align: center;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar #today {
	font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {
	padding-top: 0.8em;
	text-transform: uppercase;
}
#wp-calendar tbody .pad {
	background: none;
}




.assistive-text {
	clip: rect(1px 1px 1px 1px); 
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}




.featured-slider {
	background: url(/wp-content/themes/pub/delicacy/images/pattern01.png) repeat left top;
	clear: both;
	margin: 0 0 20px 0;
	position: relative;
	width: 588px;
	height: 289px;
}
.featured {
	color: #fff;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    	top: 0;
    	left: 0;
    visibility: hidden;
    width: 588px;
	height: 289px;

	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-slider .featured:first-child {
    opacity: 1;
    visibility: visible;
}
.featured img {
	float: none;
	max-height: 400px;
	max-width: 100%;
	height: auto;
}
.featured .wp-post-image {
	border: 0;
	padding: 0;
}
.featured .entry-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 0;
	text-shadow: 1px 1px 1px #000;
	width: 100%;
	max-width: 430px;
}
.featured .entry-title a,
.featured .entry-title a:hover {
    color: #fff;
    text-decoration: none;
    text-transform: none;
}
.featured .entry-header {
	background: rgba(0,0,0,0.8);
	padding: 15px;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 450px;
}
.featured time {
	color: #aba9a8;
	display: block;
	font-size: 11px;
	margin: 0;
	padding: 5px 5px 5px 0;
	text-align: left;
	text-transform: uppercase;
}
.feature-slider-navigation {
    overflow: visible;
    position: absolute;
   	right: 1.2em;
    top: 0.95em;
}
.feature-slider-navigation ul {
    list-style-type: none;
    margin: 0;
}
.feature-slider-navigation li {
    float: left;
    margin: 0 0.3em;
    padding: 0px;
}
.feature-slider-navigation a {
    background: #666;
    box-shadow: 0 1px 2px #333;
    color: #fff;
    display: block;
    line-height: 2;
    height: 25px;
    width: 25px;
    text-align: center;
}
.feature-slider-navigation a.active {
    background: #000;
    cursor: default;
    color: #fff;
}
.feature-slider-navigation a:hover {
    text-decoration: none;
}




.comment-navigation:after,
.commentlist .the-comment:after,
.comment-box:after,
#content-wrapper:after,
#commentform p.form-submit:after,
.image-navigation:after,
.list-post-item:after,
.paging-navigation:after,
.post-navigation:after {
	clear: both;
	content: '';
	display: block;
}




.infinite-scroll .site-content:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-wrap {
	border-top: 0;
}
.infinite-scroll.neverending .site-content {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
#infinite-handle {
	margin: 36px 0 12px;
	text-align: center;
}
#infinite-handle span:hover::before {
	color: #888;
}
.infinite-loader {
	margin: 20px auto;
	width: 28px;
}

.infinite-scroll #nav-below,
.infinite-scroll.neverending #footer {
	display: none;
}

.infinity-end.neverending #footer {
	display: block;
}
.infinite-scroll #inner-wrapper {
	margin-bottom: 3em;
}
.infinity-end.neverending #inner-wrapper {
	margin-bottom: 0;
}
#infinite-footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


.next-image {
	float: right;
}
nav#image-navigation {
	padding-bottom: 15px;
}
table#flickr_badge_wrapper {
	border: 0 none !important;
}
.widget_authors img {
	vertical-align: middle;
}
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	padding-top: 20px;
}
table.recentcommentsavatar img.avatar {
	vertical-align: middle;
}
table.recentcommentsavatar td {
	padding: 5px;
}
#flickr_badge_uber_wrapper a:link {
	color: #c83746;
}
#flickr_badge_uber_wrapper {
	width: 100%;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #d73b4b;
}

.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;
}