/*----------------------------------
RESET
----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box; /* Needed for mobile WebKit */
	-moz-box-sizing: border-box; /* Needed for Firefox */
	box-sizing: border-box;
}
*:focus {outline: none;}
/*----------------------------------
GLOBAL
----------------------------------*/
@-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
html {
	width: 100%;
	max-width: 100%;
}
body {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #3b3b39;
  font-kerning: normal;
}
div, section, nav, article, aside, header, footer {
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #ff0092;
}
p {
	width: auto;
	margin: 1em 0;
}
em {
	padding: 0 0.15em;
	font-style: italic;
}
::selection {
	background: #e4e34f;
	color: #000;
}
::-moz-selection {
	background: #e4e34f;
	color: #000;
}
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#scrollToTop {
	position: fixed;
	bottom: 0;
	right: 1.35em;
	width: 46px;
	height: 56px;
	text-indent: -5000em;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/2015v1-01/sprite-house-top2.png') 0 -51px no-repeat;
	background-size: 50px 107px;
	z-index: 10000;
}
/* Category-Specific Colorings */
.bg-hl {
	position: relative;
	display: block;
	width: 320px;
	height: 53px;
	height: 4.417em;
	background: url('http://abeautifulmess.typepad.com/web/images/v2/bg-hl3.png') center top no-repeat;
}
.bg-hl:before,
.bg-hl:after {
	content: '';
	position: absolute;
	display: block;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') -218px -317px no-repeat;
}
.bg-hl:before {
	top: 35%;
	left: 14%;
	width: 19px;
	height: 20px;
}
.bg-hl:after {
	bottom: 38%;
	left: 80%;
	width: 18px;
	height: 21px;
	background-position: -219px -374px;
}
/* Main Menu Backgrounds */
#nav-main-alpha-1,
#nav-main-alpha-2,
#nav-main-alpha-3,
#nav-main-alpha-4,
#nav-main-alpha-5,
#nav-main-alpha-6,
#nav-main-alpha-7 { background: transparent url('http://abeautifulmess.typepad.com/web/images/v2/bg-menu2.png') center 0 no-repeat; }

/* DEFAULT/Live Chat */
#nav-main-alpha-6 { background-position: center -252px; }
.post header,
.post footer,
.post-favorite-link,
.post .category-wrapper header,
.post .category-wrapper footer {
	background: #e3e156 url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-grid-white.png') -0.45em -0.30em repeat;
}
.post .category-wrapper footer { background-color: rgba(227,225,86,0.5); }
.post .category-wrapper footer:hover { background-color: rgba(227,225,86,1); }
/* FOOD */
#nav-main-alpha-1 { background-position: 0 0; }
.post .post-food header,
.post .post-food footer,
.post-food .post-favorite-link {
	background-color: #f69f99;
	background-image:
		url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-rough2.png'),
		url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-dots2.png');
	background-position: 0 0, -0.45em -0.30em;
	background-repeat: repeat, repeat;
}
.post div.post-food header { background-position: 1em 3em, 2em 4em; }
.post-food .bg-hl {
	background-position: center -252px;
}
.post .post-food footer { background-color: rgba(246,159,153,0.5); }
.post .post-food footer:hover { background-color: rgba(246,159,153,1); }
/* HOME */
#nav-main-alpha-2 { background-position: center -52px; }
.post .post-home header,
.post .post-home footer,
.post-home .post-favorite-link {
	background: #a9ab35 url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-rough1.png') -0.45em -0.30em repeat;
}
.post .post-home header { background-position: 2em 2em; }
.post .post-home footer { background-color: rgba(169,171,53,0.5); }
.post .post-home footer:hover { background-color: rgba(169,171,53,1); }
/* TIPS */
#nav-main-alpha-3 { background-position: center -101px; }
.post .post-tips header,
.post .post-tips footer,
.post-tips .post-favorite-link {
	background: #a1d1a2 url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-stripes-diag-1.png') -0.45em -0.30em repeat;
}
.post .post-tips footer { background-color: rgba(161,209,162,0.5); }
.post .post-tips footer:hover { background-color: rgba(161,209,162,1); }
/* CRAFTS */
#nav-main-alpha-4 { background-position: center -153px; }
.post .post-crafts header,
.post .post-crafts footer,
.post-crafts .post-favorite-link {
	background: #f84f77 url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-dots1-1.png') -0.45em -0.30em repeat;
}
.post .post-crafts footer { background-color: rgba(248,79,119,0.5); }
.post .post-crafts footer:hover { background-color: rgba(248,79,119,1); }
/* STYLE */
#nav-main-alpha-5 { background-position: center -202px; }
.post .post-style header,
.post .post-style footer,
.post-style .post-favorite-link {
	background: #67b58c url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-bark.png') -0.45em -0.30em repeat;
}
.post .post-style footer { background-color: rgba(103,181,140,0.5); }
.post .post-style footer:hover { background-color: rgba(103,181,140,1); }
/* SHOP */
#nav-main-alpha-7 { background-position: 5px -302px; }
.post .post-shop header,
.post .post-shop footer,
.post-shop .post-favorite-link {
	background: #fa9f43 url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-rough2.png') -0.45em -0.30em repeat;
}
.post .post-shop footer { background-color: rgba(250,159,67,0.5); }
.post .post-shop footer:hover { background-color: rgba(250,159,67,1); }

.post .category-wrapper header,
.post .post-home header,
.post .post-tips header,
.post .post-crafts header,
.post .post-style header,
.post .post-shop header { background-position: 2em 2em; }

/* Pencil Borders */
.boxed {
	background-image:
		url('http://abeautifulmess.typepad.com/web/images/line-h3.png'),
		url('http://abeautifulmess.typepad.com/web/images/line-v3.png'),
		url('http://abeautifulmess.typepad.com/web/images/line-h3.png'),
		url('http://abeautifulmess.typepad.com/web/images/line-v3.png');
	background-position: 0 0, right 0, 0 bottom, 0 0;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
}
.title {
	display: block;
	width: 100%;
	vertical-align: middle;
	font-family: 'function_promedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.ie .title {
	font-family: Arial, sans-serif;
}
.title a {
	display: inline-block;
	margin: 0 auto 0.5em auto;
	color: #282828;
}
/* Fixes for "PinIt" browser extensions views */
div[id*=PIN_] { overflow: visible; }
html a[class^="PIN_"],
html a[class*="PIN_"] {
	height: 51px !important;
	width: 51px !important;
	background-color: transparent !important;
	background-image:
		url('http://abeautifulmess.typepad.com/web/images/icons-social-2.svg'),
		url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') !important;
	background-position: 1px -43px, -154px -167px !important;
	background-repeat: no-repeat, no-repeat !important;
	background-size: 45px 315px, 236px 600px !important;
	border-radius: 4em;
	opacity: 0.45;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"; /* IE 8 */
	-moz-opacity: 0.45; /* Netscape */
	-khtml-opacity: 0.45; /* Safari 1.x */
	cursor: pointer;
}
html a[class*="PIN_"]:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
}
/* SVG Placeholder Images */
.lines {
	width: 120px;
	height: auto;
	background: url('http://abeautifulmess.typepad.com/web/images/lines01.png') no-repeat;
}
.svg .lines {
	background: url('http://abeautifulmess.typepad.com/web/images/lines01.svg') no-repeat;
	background-size: 120px 120px;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://abeautifulmess.typepad.com/web/images/lines01.svg', sizingMethod='scale')";
}
.svg .post-excerpt-thumb .lines {
	width: 100%;
	height: auto;
	background-size: 100% auto;
}
/* In-Content Email Signup form */
#e2ma_signup_form {
	width: 100%;
	max-width: 630px;
	height: 220px;
	background: #97dacb url('http://abeautifulmess.typepad.com/web/images/signupBackground1.png') center 0 no-repeat;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
}
#e2ma_signup_form .e2ma_signup_image_container,
.e2ma_signup_message div,
.e2ma_signup_form_required_footnote,
.e2ma_signup_form_label,
#e2ma_signup_form #e2ma_signup_reset_button {
	display: none;
}
#e2ma_signup_form .e2ma_signup_message {
	width: 630px;
	height: 150px;
	height: 68%;
}
#e2ma_signup_form .e2ma_signup_form_element,
#e2ma_signup_form .e2ma_signup_form_element input,
#e2ma_signup_submit_button {
	width: 100%;
	height: 40px;
	margin: 0;
	border: none;
}
#e2ma_signup_submit_button {
	width: 100% !important;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #282828;
	color: #fff;
	border: none;
}
#e2ma_signup_form .e2ma_signup_form_row {
	display: block;
	float: left;
	width: 55%;
	margin: 0 0 0 10%;
	padding: 0;
	border: none;
	clear: none;
}
#e2ma_signup_form .e2ma_signup_form_button_row {
	display: block;
	float: left;
	width: 25%;
	margin: 0 10% 0 0;
	padding: 0;
	clear: none;
}
#newsletter1 {
	padding: 2em;
	background: #f5f5f5;
}
#newsletter1 #mce-EMAIL {
	display: block;
	width: 90%;
	height: 3.25em;
	margin: 0 auto 1em auto;
	line-height: 3.25em;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2em;
	font-family: 'Cardo', serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.175em;
	color: #ff0092;
	border: none;
}
#newsletter1 #mc-embedded-subscribe {
	display: block;
	width: 90%;
	margin: 0 auto;
	background: transparent;
	color: #282828;
	border: none;
	cursor: pointer;
}
/* MOBILE AD */
#ad-mobile {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	clear: both;
	transition: all 0.25s;
	z-index: 10100;
}
#ad-mobile-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: #fff url('http://abeautifulmess.typepad.com/web/images/v2/x-256.png') left top no-repeat;
	background-size: 20px 20px;
	opacity: 0.8;
	z-index: 10150;
}
#ad-mobile iframe,
#ad-mobile div {
	width: 100% !important;
}
/* LIGHTBOX */
#imagelightbox {
	position: fixed;
	z-index: 9999;
	-ms-touch-action: none;
	touch-action: none;
}
/*----------------------------------
MAIN
----------------------------------*/
#wrapper {
	margin: 0 auto;
	background: #fff;
	overflow: visible;
}
.layout-a {
	width: 80em; /* 960px */
	margin: 0 auto;
}
.layout-b {
	width: 52.5em; /* 630px */
}
.layout-c {
	width: 25em; /* 300px */
}
.layout-full {
	width: 100%;
}
/*----------------------------------
HEADER
----------------------------------*/
#header {
	margin-bottom: 3em;
	overflow: visible;
}
/* Top */
#nav-top-content {
	font-family: 'Cardo', serif;
	font-weight: 700;
}
#nav-top ul {
	float: left;
	width: 80%;
}
#nav-top ul li {
	position: relative;
	float: left;
}
#nav-top ul li a {
	display: inline-block;
	padding: 1em;
	line-height: 2em;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: #282828;
}
#nav-top ul li a:hover {
	background: transparent url('http://abeautifulmess.typepad.com/web/images/v2/bg-hl3.png') center -269px no-repeat;
	color: #000;
}
#nav-top ul li#nav-top-apps a:hover:after {
	content: '';
	position: absolute;
	display: block;
	top: 0.2em;
	left: 85%;
	width: 15px;
	height: 26px;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') -221px -22px no-repeat;
}
/* Search */
#nav-search {
	display: block;
	float: left;
	height: 3.167em;
	width: auto;
	width: 20%;
}
#nav-search form {
	display: block;
	height: 3em;
}
#nav-search input,
#search-blog2 input {
	display: block;
	width: 100%;
	font-family: inherit;
	overflow: visible;
}
#nav-search input[type=search],
#search-blog2 input[type=search] {
	height: 3em;
	margin: 0;
	padding: 0 0.5em;
	font-size: inherit;
	font-size: 1em;
	letter-spacing: 0.25em;
	background: #fbfbfb url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-grid-light.png') -0.45em -0.30em repeat;
	color: #282828;
	border: 0;
	z-index: 10;
	-webkit-appearance: textfield;
}
::-webkit-search-cancel-button {
	display: none;
}
#nav-search input[type=search]:focus,
#search-blog2 input[type=search]:focus {
	outline: none;
}
#nav-search #submit,
#search-blog2 #submit2 {
	display: none;
}
/* Banner */
#banner {
	position: relative;
	height: 18em;
	white-space: nowrap;
	overflow: hidden;
	background: url('http://abeautifulmess.typepad.com/web/images/v2/banner8.jpg') center 0 repeat-x;
	background-size: cover;
}
#banner-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 18em;
	text-indent: -5000em;
	color: #282828;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/abm-logo.png') 50% 4em no-repeat;
	z-index: 10;
}
/* Menu */
#main-nav-content {
	position: relative;
	height: 3.5em;
	padding-top: 0.66em;
	background: #fff url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-grid-light.png') 0 0 repeat;
	overflow: visible;
	z-index: 9998;
}
#main-nav-content.fixed {
	position: fixed;
	top: 0;
}
#main-nav-content:after {
	content: '';
	position: absolute;
	bottom: -7px;
	display: block;
	width: 100%;
	height: 7px;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') 0 bottom repeat-x;
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE 8 */
	-moz-opacity: 0.15; /* Netscape */
	-khtml-opacity: 0.15; /* Safari 1.x */
}
#main-nav-content.fixed:after {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 8 */
	-moz-opacity: 0.3; /* Netscape */
	-khtml-opacity: 0.3; /* Safari 1.x */
}
.main-nav {
	position: relative;
	display: block;
	margin: 0 auto;
	background: transparent;
	clear: none;
	overflow: visible;
}
.main-nav ul {
	width: 100%;
	background: transparent;
	z-index: 9999;
}
.main-nav ul li {
	position: relative;
	display: block;
	float: left;
	width: 13.214em; /* 158.7px */
	width: 11.428em; /* 137.14px */
	height: 2.83em;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.no-touch .main-nav ul li:hover {
	height: 3em;
	margin-top: -0.17em;
}
#search-blog2 {
	display: block;
	margin: 0 auto;
	width: 100%;
}
#search-blog2 #search2 {
	width: 99%;
	text-align: center;
	background-color: transparent;
	color: #fff;
}
#nav-main-alpha-0,
#nav-main-alpha-8 {
	display: none;
}
.main-nav ul li a {
	display: block;
	width: 97%;
	margin: 0 auto;
	padding: 0.1em 0 0 0;
	text-align: center;
	font-family: 'function_promedium', sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #282828;
}
.main-nav ul li a span {
	display: inline-block;
	width: 100%;
	padding: 0.5em 0.15em;
}
.main-nav ul li > ul {
	position: absolute;
	visibility: hidden;
	top: 100%;
	left: -25%;
	width: 150%;
	padding: 0.5em 0 1.5em 0;
	background: #fbfbfb url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-grid-light.png') -0.45em -0.30em repeat;
	overflow: visible;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	-moz-opacity: 0; /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	-webkit-transition: all 0.3s ease-in-out, visibility 0s linear 0.25s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s linear 0.25s;
	-o-transition: all 0.3s ease-in-out, visibility 0s linear 0.25s;
	-ms-transition: all 0.3s ease-in-out, visibility 0s linear 0.25s;
	transition: all 0.3s ease-in-out, visibility 0s linear 0.25s;
}
.no-touch .main-nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	transition-delay: 0s;
}
.main-nav ul ul li {
	width: 100%;
	height: 40px;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/v2/bg-hl3.png') -209px -492px no-repeat;
	-webkit-transition: all 0.12s ease-in-out 0s;
	-moz-transition: all 0.12s ease-in-out 0s;
	-o-transition: all 0.12s ease-in-out 0s;
	-ms-transition: all 0.12s ease-in-out 0s;
	transition: all 0.12s ease-in-out 0s;
}
.no-touch .main-nav ul ul li:hover {
	height: 40px;
	margin-top: 0;
	background-position: -12px -490px;
}
.main-nav ul ul li:first-child {
	padding-top: 1.5em;
	padding-top: 0;
}
.main-nav ul ul:before {
	content: '';
	display: block;
	width: 2.333em; /* 28px */
	height: 1em;
	margin: -1.05em auto -0.5em;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') -207px 0 no-repeat;
}
.main-nav ul ul li a {
	width: 75%;
	line-height: 40px;
	vertical-align: middle;
	font-family: 'Cardo', serif;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #282828;
	z-index: 10;
}
.main-nav ul ul li a:hover {  }
.main-nav ul ul li a:before {
	content: '';
	display: block;
	width: 113px;
	height: 3px;
	margin: 0 auto;
	background: url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') 0 -270px no-repeat;
}
.main-nav #nav-main-alpha-2 ul li a:before,
.main-nav #nav-main-alpha-7 ul li a:before { background-position: 0 -276px; }
.main-nav #nav-main-alpha-3 ul li a:before,
.main-nav #nav-main-alpha-6 ul li a:before { background-position: 0 -282px; }
.main-nav #nav-main-alpha-4 ul li a:before { background-position: 0 -288px; }
.main-nav ul ul li:first-child a:before {
	display: none;
}
.main-nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
/*----------------------------------
CONTENT
----------------------------------*/
#content {
	clear: both;
	overflow: visible;
	position: relative;
}
#content-inner {
	min-height: 6200px;
	overflow: visible;
}
.live #content-inner {
	min-height: auto;
}
#alpha,
#beta,
#alpha-inner,
#beta-inner {
	clear: none;
}
#alpha {
	float: left;
	margin-bottom: 4em;
	background: transparent;
	overflow: visible;
}
#beta {
	position: relative;
	float: right;
}
/* ALPHA */
#alpha-inner {
	position: relative;
	font-size: 150%;
	background: transparent;
	overflow: visible;
}
/* Content */
.post {
	position: relative;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/divider-post2.png') center 0 no-repeat;
	overflow: visible;
}
.post:after {
	content: '';
	content: none;
}
.post-title {
  position: relative;
  margin-top: 0.5em;
  z-index: 1;
}
.post time.published a {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.category-box {
	width: 100%;
	padding-top: 0.5em;
	font-family: 'Cardo', serif;
	font-weight: 700;
	background: #fff;
}
.category-box .category {
	display: inline-block;
	text-align: left;
	padding: 0.5em;
	margin: 0 0.25em 0.75em 0.25em;
	font-size: 0.62em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: rgba(221, 221, 221, 0.5);
	color: #282828;
	clear: none;
	-webkit-transition: all 0.28s;
	-moz-transition: all 0.28s;
	-o-transition: all 0.28s;
	transition: all 0.28s;
}
.category-box .category:hover {
	background: rgba(221, 221, 221, 0.9);
}
.post-content,
.page-content {
	position: relative;
	line-height: 1.5em;
	font-size: 0.75em;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.post-content p a,
.page-content p a {
	text-decoration: none;
}
.post-content p span,
.post-content p a span,
.page-content p span,
.page-content p a span {
	background: transparent !important;
	padding: 0;
	margin: 0;
}
.post-content p a:hover,
.post-content p a:hover span,
.page-content p a:hover,
.page-content p a:hover span {
	color: #ff0092;
}
.post-content p a span:hover,
.page-content p a span:hover {
	background: transparent !important;
}
.post-content strong {
	font-weight: 700;
}
.post-content p:first-child,
.post-content p > img {
	margin-top: 0;
}
.post-content img {
	max-width: 100%;
}
.post-content .asset-img-link,
.post-content .asset-img-link span,
.post-content .asset-img-link img,
.page-content .asset-img-link,
.page-content .asset-img-link span,
.page-content .asset-img-link img {
	background: transparent !important;
}
.post-content .asset-img-link,
.page-content .asset-img-link {
	display: block !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.post-content img[src*=webbeak],
.post-content img[src~=webbeak] {
	height: 0;
	width: 0;
	visibility: hidden;
}
.post footer {
	margin: 0 0 6em 0;
	padding-top: 0.25em;
	font-size: 12px;
	text-transform: uppercase;
}
.view-recipe {
	margin: 0 auto 1em auto;
	padding: 1.25em 2em 0 2em;
	text-align: center;
	font-family: 'function_promedium', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #000;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: all 0.3s;
}
.view-recipe:hover {
	color: #282828;
}
.is-mobile .view-recipe {
	display: none;
	visibility: hidden;
}
.post-social {
	float: left;
	width: 100%;
	margin: 0;
	letter-spacing: 0.1em;
	clear: none;
}
.post-social-link {
	float: left;
}
/* Post Comment Count */
.post-comments {
	float: left;
	width: 33%;
}
.post-comments .comments {
	margin: 1em;
	white-space: nowrap;
	color: #000;
}
.post-comments .comment-count {
	display: block;
	float: left;
	width: 4em;
	height: 4em;
	margin: 0 1em 0 0;
	line-height: 4em;
	vertical-align: middle;
	text-align: center;
	font-family: 'Cardo', serif;
	font-weight: 700;
	font-size: 1em;
	border-radius: 4em;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') -102px -170px no-repeat;
	color: #ff0092;
	clear: none;
}
.post-comments .comment-title {
	display: block;
	float: left;
	line-height: 3.2em;
	vertical-align: middle;
	font-family: 'function_promedium', sans-serif;
	font-size: 1.25em;
	clear: none;
}
/* Share Buttons */
.post-sharing {
	position: relative;
	float: left;
	width: 25%;
	margin-top: 0.55em;
}
.post-sharing-inner {
	position: relative;
	float: right;
	width: 8.75em;
	min-width: 8.75em;
}
/* TypePad sharing buttons CSS */
.post-sharing .pinterest {
	position: absolute;
	display: block;
	float: left;
	left: 0;
	bottom: 0.16em;
	width: 30px;
	height: 30px;
	margin: 0;
	text-indent: -5000em;
	clear: none;
	border-radius: 4em;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* AddThis Sharing
.addthis_jumbo_share {
	width: auto;
}
.post-sharing .at4-jumboshare .at4-count-container {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	clear: both;
	border: none;
}
.at4-jumboshare div.at4-count,
.at4-jumboshare div.at4-title {
	display: inline-block;
	bottom: 0;
	height: 2em;
	margin: 0;
	padding: 0;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	font-family: 'Cardo', serif;
	font-size: 1em;
	font-weight: 700;
	color: #282828 !important;
	clear: none;
}
.at4-jumboshare div.at4-count span.at4-spacer {
	display: none;
	width: 3em;
	height: 0;
}
.at4-jumboshare div.at4-count span {
	display: block;
	margin: 0;
	padding: 0 0.5em 0 0;
}
.post-sharing .at4-jumboshare .at4-share-container {
	display: block;
	width: auto;
	min-width: 8.5em;
	padding-left: 3em;
	clear: both;
}
.at4-jumboshare a.at4-share-btn,
.at4-jumboshare a.at4-share-btn:hover {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 6em;
	overflow: hidden;
}
.at4-jumboshare .at4-share-btn span.label {
	display: none;
}
div.at4-jumboshare a:hover {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	transform: none !important;
}
.addthis_jumbo_share .at4-jumboshare a.at-svc-twitter,
.addthis_jumbo_share .at4-jumboshare a.at-svc-twitter:hover,
.addthis_jumbo_share .at4-jumboshare a.at-svc-facebook,
.addthis_jumbo_share .at4-jumboshare a.at-svc-facebook:hover,
.addthis_jumbo_share .at4-jumboshare a.at-svc-pinterest_share,
.addthis_jumbo_share .at4-jumboshare a.at-svc-pinterest_share:hover,
.post-sharing .pinterest,
.post-sharing .pinterest:hover {
	background-color: transparent;
	background-image:
		url('http://abeautifulmess.typepad.com/web/images/icons-social-2.svg'),
		url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png');
	background-repeat: no-repeat, no-repeat;
	background-size: 30px 210px, 208px 113px;
	background-size: 30px 210px, 146px 372px;
	background-size: 30px 210px, 151px 384px;
}
.at4-jumboshare a.at-svc-twitter,
.at4-jumboshare a.at-svc-twitter:hover {
	background-color: #89c39d;
	background-position: 0 -121px, 1px -107px;
}
.at4-jumboshare a.at-svc-facebook,
.at4-jumboshare a.at-svc-facebook:hover {
	margin-right: 0.5em;
	background-color: #194045;
	background-position: 0 -91px, -32px -75px;
}
.at4-jumboshare a.at-svc-pinterest_share,
.at4-jumboshare a.at-svc-pinterest_share:hover {
	display: none;
	visibility: hidden;
	background-color: #f23680;
	background-position: 1px -31px, 1px -75px;
}
.post-sharing .pinterest {
	background-position: 1px -31px, 1px -75px;
}
.at4-jumboshare .addthis_32x32_white_style span.at15t_pinterest,
.at4-jumboshare .addthis_32x32_white_style span.at15t_pinterest_share,
.at4-jumboshare .addthis_32x32_white_style span.at15t_facebook,
.at4-jumboshare .addthis_32x32_white_style span.at15t_twitter,
.at4-icon.aticon-pinterest_share,
.at4-icon.aticon-at15t_pinterest,
.at4-icon.aticon-facebook,
.at4-icon.aticon-twitter {
	background: none !important;
	display: none;
}
*/
.post-sharing .pinterest,
.post-sharing .pinterest:hover {
	background-color: transparent;
	background-image:
		url('http://abeautifulmess.typepad.com/web/images/icons-social-2.svg'),
		url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png');
	background-repeat: no-repeat, no-repeat;
	background-size: 30px 210px, 151px 384px;
}
.post-sharing .pinterest {
	background-position: 1px -31px, 1px -75px;
}
/* SHAREAHOLIC Overrides */
.shareaholic-box {
	position: relative;
	float: right;
	width: 8.75em;
	min-width: 8.75em;
}
.shareaholic-box .pinterest,
.shareaholic-box .pinterest:hover {
	z-index: 2;
}
.shareaholic-box .shareaholic-share-buttons-container {
	padding-left: 30px;
	padding-top: 26px;
}
.shareaholic-box .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	margin: 0 !important;
	padding: 0 !important;
}
.shareaholic-box .shareaholic-share-buttons-container li.shareaholic-share-button {
	display: block !important;
	padding: 0 !important;
}
.shareaholic-box .shareaholic-share-buttons-container li.shareaholic-share-button[data-service=pinterest] {
	display: none !important;
}
.shareaholic-share-buttons-container ul.shareaholic-share-buttons .shareaholic-total-count {
	position: absolute;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Cardo', serif !important;
	text-transform: uppercase;
	clear: both;
}
.shareaholic-share-buttons-container li.shareaholic-total-count .shareaholic-total-share-count,
.shareaholic-share-buttons-container li.shareaholic-total-count .shareaholic-shares-label {
	position: relative;
	top: auto;
	float: left;
	width: 59% !important;
	text-align: left;
}
.shareaholic-share-buttons-container li.shareaholic-total-count .shareaholic-total-share-count {
	text-align: center;
	width: 40% !important;
}
.shareaholic-share-buttons-container li.shareaholic-total-count .shareaholic-shares-label {
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
}
.shareaholic-share-buttons-container li.shareaholic-share-button .share-button-sizing,
ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon,
ul li.shareaholic-share-button i.shareaholic-service-icon,
ul.shareaholic-share-buttons li i.shareaholic-service-icon,
ul li i.shareaholic-service-icon {
	width: 30px !important;
	height: 30px !important;
	margin-left: 5px;
}
.shareaholic-share-buttons-container li.shareaholic-share-button .shareaholic-share-button-container:hover {
    opacity: 1 !important;
}
ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon[class*="service-facebook"]::before,
ul li.shareaholic-share-button i.shareaholic-service-icon[class*="service-facebook"]::before,
ul.shareaholic-share-buttons li i.shareaholic-service-icon[class*="service-facebook"]::before,
ul li i.shareaholic-service-icon[class*="service-facebook"]::before,
ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon[class*="service-twitter"]::before,
ul li.shareaholic-share-button i.shareaholic-service-icon[class*="service-twitter"]::before,
ul.shareaholic-share-buttons li i.shareaholic-service-icon[class*="service-twitter"]::before,
ul li i.shareaholic-service-icon[class*="service-twitter"]::before,
ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon[class*="service-pinterest"]::before,
ul li.shareaholic-share-button i.shareaholic-service-icon[class*="service-pinterest"]::before,
ul.shareaholic-share-buttons li i.shareaholic-service-icon[class*="service-pinterest"]::before,
ul li i.shareaholic-service-icon[class*="service-pinterest"]::before {
	display: none !important;
}
ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon,
ul li.shareaholic-share-button i.shareaholic-service-icon,
ul.shareaholic-share-buttons li i.shareaholic-service-icon,
ul li i.shareaholic-service-icon {
	background-color: transparent !important;
	background-image:
		url('http://abeautifulmess.typepad.com/web/images/icons-social-2.svg'),
		url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') !important;
	background-repeat: no-repeat, no-repeat !important;
	background-size: 30px 210px, 151px 384px !important;
}
ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon[class*="service-facebook"],
ul li.shareaholic-share-button i.shareaholic-service-icon[class*="service-facebook"],
ul.shareaholic-share-buttons li i.shareaholic-service-icon[class*="service-facebook"],
ul li i.shareaholic-service-icon[class*="service-facebook"] {
	background-color: #194045 !important;
	background-color: transparent !important;
	background-position: 0 -91px, -32px -75px !important;
}
ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon[class*="service-twitter"],
ul li.shareaholic-share-button i.shareaholic-service-icon[class*="service-twitter"],
ul.shareaholic-share-buttons li i.shareaholic-service-icon[class*="service-twitter"],
ul li i.shareaholic-service-icon[class*="service-twitter"] {
	background-color: #89c39d !important;
	background-color: transparent !important;
	background-position: 0 -121px, 1px -107px !important;
}
ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon[class*="service-pinterest"],
ul li.shareaholic-share-button i.shareaholic-service-icon[class*="service-pinterest"],
ul.shareaholic-share-buttons li i.shareaholic-service-icon[class*="service-pinterest"],
ul li i.shareaholic-service-icon[class*="service-pinterest"] {
	background-color: #f23680 !important;
	background-color: transparent !important;
	background-position: 1px -31px, 1px -75px !important;
}
/* More Like This */
.category-more {
	position: relative;
	float: right;
	width: 41%;
	padding-right: 2.3em;
}
.cm-link:after {
	content: '';
	position: absolute;
	right: 1em;
	top: 1.58em;
	width: 20px;
	height: 33px;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') -76px -228px no-repeat;
}
.cm-link {
	display: block;
	margin: 1em 1em 1em 0.5em;
	text-align: right;
}
.cm-more,
.cm-text {
	line-height: 3.2em;
	vertical-align: middle;
	font-size: 1.25em;
	font-family: 'function_promedium', sans-serif;
	text-transform: uppercase;
	color: #282828;
}
.cm-text {
	margin-left: 0.45em;
}
/* Full Post */
.post-full {
	padding-top: 0;
	padding-bottom: 2.5em;
}
.post-full .title {
	padding: 0;
	line-height: 1em;
	font-size: 1.55em;
}
.post-full .title a {
	float: left;
	margin: 0.25em 0.5em 0.25em 0.5em;
	clear: both;
}
.post-full time,
.post-full .post-author {
	display: inline-block;
	float: left;
	width: 35%;
	padding: 0 0.5em 0.5em 0;
	line-height: 2em;
	text-align: left;
	font-family: 'Cardo', serif;
	font-size: 0.5em;
	font-weight: 700;
	text-indent: 1em;
	clear: left;
}
.post-full .post-author {
	float: right;
	width: 63%;
	text-align: right;
	text-indent: none;
	clear: right;
}
.post-full .post-author span a {
	float: right;
	margin: auto;
}
.post-full .post-author span:nth-of-type(1) a:before {
	content: 'Author: ';
}
.post-full .post-content p:first-child {
	margin-top: 0;
}
.post-full footer {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
/* Individual Archives */
.nav-content {
	margin: 0 auto 2em 0;
	text-align: center;
}
.nav-content-prev,
.nav-content-next {
	display: block;
	margin: 0 auto;
	width: 48%;
	max-width: 48%;
	height: 1.25em;
	max-height: 1.25em;
	line-height: 1.25em;
	vertical-align: middle;
	font-size: 0.75em;
	font-family: 'function_promedium', sans-serif;
	text-transform: uppercase;
	color: #a5a5a5;
	overflow: hidden;
	background: url('http://abeautifulmess.typepad.com/web/images/arrows.png') 0 1px no-repeat;
}
.nav-content-prev {
	float: left;
	padding-left: 4.75em;
	text-align: left;
	clear: none;
}
.nav-content-next {
	float: right;
	padding-right: 4.75em;
	text-align: right;
	background-position: right -22px;
	clear: none;
}
.nav-content a:hover {
	color: #282828;
}
/* Archives */
.archive {
	margin-bottom: 2em;
}
/* Paginated Archives */
.paginated-regular {
	overflow: visible;
}
.paginated-regular .post-excerpt:first-child {
	margin-top: 0;
	padding-top: 0;
	background-image: none;
}
.paginated-regular .post-excerpt:first-child .category-box {
	top: -0.75em;
}
.nav-pager-bottom {
	width: auto;
	margin: 2em auto;
	text-align: center;
}
.nav-pager-inner {
	display: inline-block;
	padding: 0;
}
.nav-pager-note {
	display: block;
	float: left;
	width: 4em;
	margin: 0.5em 0.25em;
	line-height: 1em;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1em;
	font-family: 'function_promedium', sans-serif;
	letter-spacing: 0.05em;
}
span.nav-pager-prev,
span.nav-pager-next {
	width: 11.3em; /* 203px */
	margin: 0;
	text-align: center;
	background:
		url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-dots2.png'),
		url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png');
	background-position: -0.8em -2.1em, 0 0;
	background-repeat: repeat, no-repeat;
	clear: none;
}
.nav-pager-prev {
	float: left;
}
.nav-pager-next {
	float: right;
}
.nav-pager-prev a,
.nav-pager-next a {
	display: block;
	height: 2.727em; /* 54px @ 19.8px font size */
	line-height: 2.727em;
	vertical-align: middle;
	font-family: 'function_prodemi', sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f1f1f1;
}
.nav-pager-prev a {
	text-align: right;
	padding-right: 1em;
}
.nav-pager-next a {
	text-align: left;
	padding-left: 1em;
}
.nav-pager-prev a:before,
.nav-pager-next a:after {
	content: '';
	display: block;
	float: left;
	width: 62px;
	height: 21px;
	margin: 0.9em 0 0 0.5em;
	background: url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') -120px -244px no-repeat;
}
.nav-pager-next a:after {
	float: right;
	margin: 1em 0.5em 0 0;
	background-position: -120px -222px;
}
#tpc_thread {
	line-height: 1.65em;
	font-size: 0.66em;
}
.comments-header {
	display: none;
}
.comments-note {
	font-size: 0.66em;
	font-style: italic;
}
#tpc_thread div.comment {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #e9e9e9;
}
.comments-content #tpc_thread .comment-content {
	margin: 2em;
	padding: 1em;
	font-size: 1em;
	background: #f5f5f5;
}
.comments-content #tpc_thread .comment-avatar {
	display: none;
	visibility: hidden;
}
.comments-content #tpc_thread .comment-header,
.comments-content #tpc_thread .comment-header span,
.comments-content #tpc_thread .comment-footer,
.comments-content #tpc_thread .comment-footer span {
	font-size: 1em;
	line-height: 1.5em;
	vertical-align: middle;
}
.comments-content #tpc_thread .comment-footer,
.comments-content #tpc_thread .comment-footer span {
	font-size: 0.9em;
}
#tpc_thread #comments-post-iframe {
	height: auto !important;
	min-height: 370px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#tpc_thread .login-list {
	line-height: 1.8em;
	vertical-align: middle;
}
/* Category Archives */
h2.content-header,
h2.archive-header {
	font-size: 1.5em;
}
h2.content-header:first-child,
h2.archive-header:first-child {
	margin-bottom: 1em;
	padding-left: 0;
}
.archive-list {
	position: relative;
	padding: 0 1em;
}
.archive-list-item {
	position: static;
	display: block;
	float: left;
	padding: 0.5em;
	clear: none;
	z-index: 2;
	transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	transition: all 0.25s ease-in-out;
}
.archive-list-item:hover {
	background: #ff0092;
	transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
}
.archive-list-item a {
	display: inline-block;
	white-space: nowrap;
}
.archive-list-item:hover a {
	color: #fff;
}
/* Archive Calendar */
.archive-calendar-month .archive-content {
	width: 100%;
	margin: 1em 0 3em;
	text-align: center;
}
.archive-calendar-table {
	width: 99%;
	margin: 0 auto;
}
.archive-calendar-weekday {
	padding: 0 0 0.25em 0.15em;
	text-align: left;
	color: #aaa;
}
.archive-calendar-day {
	width: 14.285%;
	height: auto;
	padding: 1em;
	text-align: center;
	border: 1px solid #ddd;
}
.archive-calendar-day-image {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.archive-calendar-day-image .lines {
	width: 50px;
	height: 50px;
}
.archive-calendar-day-title,
.archive-calendar-day-number {
	display: none;
}
.archive-calendar-post:first-child .archive-calendar-day-number,
.archive-calendar-day-number-empty {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.6em;
	color: #000;
	background: #fff;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
	-moz-opacity: 0.7; /* Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
}
.archive-calendar-post:first-child .archive-calendar-day-number {
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity 0.15s;
	-ms-transition: opacity 0.15s ease-in-out;
}
.archive-calendar-day:hover .archive-calendar-day-image:first-child .archive-calendar-day-number {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	-moz-opacity: 0; /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
}
/* Date-Based Calendar Archives */
.year-group {
	margin-bottom: 2.5em;
	padding: 2.5em 0 0.5em;
	background: #fbfbfb url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-grid-light.png') -0.25em -1.15em repeat;
}
.year-group:hover {
	background-color: #fefefe;
}
.archive-calendar-list {
	padding: 0 1em;
}
.archive-calendar-list-item {
	position: relative;
	float: left;
	width: 25%;
	height: 2em;
	padding: 0.5em;
}
.archive-link-title {
	visibility: hidden;
	line-height: 0;
}
.archive-calendar-list-item[data-month*="January"] .archive-link:before { content: 'January'; }
.archive-calendar-list-item[data-month*="February"] .archive-link:before { content: 'February'; }
.archive-calendar-list-item[data-month*="March"] .archive-link:before { content: 'March'; }
.archive-calendar-list-item[data-month*="April"] .archive-link:before { content: 'April'; }
.archive-calendar-list-item[data-month*="May"] .archive-link:before { content: 'May'; }
.archive-calendar-list-item[data-month*="June"] .archive-link:before { content: 'June'; }
.archive-calendar-list-item[data-month*="July"] .archive-link:before { content: 'July'; }
.archive-calendar-list-item[data-month*="August"] .archive-link:before { content: 'August'; }
.archive-calendar-list-item[data-month*="September"] .archive-link:before { content: 'September'; }
.archive-calendar-list-item[data-month*="October"] .archive-link:before { content: 'October'; }
.archive-calendar-list-item[data-month*="November"] .archive-link:before { content: 'November'; }
.archive-calendar-list-item[data-month*="December"] .archive-link:before { content: 'December'; }
.archive-calendar-list-item:first-of-type,
.month-first {
	clear: left;
}
.month-first:before {
	content: attr(data-year);
	position: absolute;
	display: block;
	left: 0;
	top: -1.5em;
	width: 400%;
	font-size: 1.2em;
	font-family: "function_promedium",sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-indent: 0.35em;
}
/*----------------------------------
FOOTER
----------------------------------*/
#footer {
	text-align: center;
	text-transform: uppercase;
	background-color: #a5a5a5;
	background-image:
		url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-checkered-sm.png');
	background-position: 0.5em -2.5em;
	background-repeat: repeat;
}
#footer a {
	color: #fff;
}
#footer h3.footer-logo {
	width: 33.333em; /* 400px */
	height: 97px;
	margin: 1em auto 2%;
	text-indent: -5000em;
	background: url('http://abeautifulmess.typepad.com/web/images/abm-logo.png') 0 0 no-repeat;
	background-size: contain;
}
#footer-copyright {
	color: #fff;
}
#footer-columns {
	margin-top: 3em;
	font-family: 'Cardo', serif;
	font-weight: 700;
}
.footer-column {
	position: relative;
	float: left;
	width: 20%;
}
.footer-column h3 {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 2.5em;
	margin-bottom: 1em;
}
#footer .footer-column h3,
#footer .footer-column h3 a {
	padding: 0;
	letter-spacing: 0.15em;
	color: #fff;
}
#fc-1 h3 {
	height: 3.5em;
	margin-top: 0;
	text-indent: -5000em;
	clear: both;
}
#fc-1 h3:after {
	content: '*';
	position: absolute;
	left: 40%;
	width: 42px;
	height: 42px;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') -4px -224px no-repeat;
}
#footer .footer-column a {
	display: inline-block;
	padding: 0.5em 0;
	letter-spacing: 0.15em;
	color: #282828;
}
.marthas-circle {
	width: 141px;
	height: 124px;
	margin: 0 auto;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') -4px -298px no-repeat;
}
.links-bottom a {
	display: block;
	margin-bottom: 1em;
	clear: both;
}
.view-change {
	display: none;
}
/*----------------------------------
PAGES
----------------------------------*/
.page-content {
	font-size: 0.75em;
}
.page .title {
	padding-left: 0;
}
.page-content p:first-child,
.page-content p > img {
	margin-top: 0;
}
.page-content img {
	width: 100%;
}
/*----------------------------------
SEARCH RESULTS
----------------------------------*/
.search-header h2 {
	display: block;
	width: auto;
	float: left;
	clear: both;
}
.search-subheader {
	float: right;
	width: auto;
	margin-bottom: 1em;
	padding: 1em;
	font-size: 0.6em;
	background: #f5f5f5;
	clear: both;
}
.search-results {
	padding-bottom: 2em;
	overflow: visible;
}
.search-results .comment,
.search-results .search-entry-page {
	margin-top: 2em;
	padding: 3em 0 0;
	line-height: 1.25em;
	font-size: 0.75em;
	border-top: 0.2em dotted #eaeaea;
}
/* Excerpt Post */
.post-excerpt {
	height: auto;
	margin-top: 2em;
	padding: 3.5em 0 0 0;
	overflow: visible;
	clear: none;
}
.post-excerpt .post-excerpt-thumb {
	float: left;
	width: 50%;
	min-height: 26.278em; /* 473px */
	clear: none;
}
.post-excerpt .post-excerpt-thumb a,
.post-excerpt .post-excerpt-thumb img {
	display: block;
	width: 100%;
}
.post-excerpt header,
.post-excerpt .post-content,
.post-excerpt footer {
	display: inline-block;
	float: right;
	width: 47%;
	padding: 1em;
	clear: none;
}
.post-excerpt header {
	padding: 0;
}
.post-excerpt time {
	display: block;
	width: 100%;
	padding: 1em;
	text-align: right;
	font-family: 'Cardo', serif;
	font-size: 0.6em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.post-excerpt .post-content {
	position: relative;
	margin-bottom: 2em;
	padding: 0 1em 3.5em 1em;
	overflow: visible;
}
.post-excerpt .title {
	margin: 0.25em auto 0 auto;
	padding: 0.5em;
	line-height: 1.25em;
	font-size: 1.75em;
}
.read-on {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -1.75em;
	margin: 0 23%;
	padding: 1em 1em 1em 0.75em;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.05em;
	white-space: nowrap;
	background-color: #fff;
	border: 5px solid #fff;
	border-top: none;
	border-bottom: none;
}
.read-on:hover {
	color: #282828;
	text-decoration: underline;
}
.search-results .post-excerpt:first-child,
.search-results .comment:first-child,
.search-results .search-entry-page:first-child {
	margin-top: 0;
	padding-top: 0;
	background-image: none;
}
.search-entry-page .title {
	padding-left: 0;
}
.search-results .post-excerpt:first-child .category-box {
	top: -0.75em;
}
.search-results span.search-results-highlight {
	padding: 0;
	background-color: #eeee11;
}
/*----------------------------------
PRESS
----------------------------------*/
.post-press {
	margin-bottom: 3em;
	padding-top: 1em;
	font-family: 'function_promedium', sans-serif;
	font-size: 12px;
	border-top: 1em solid;
}
.post-press.color-a { border-color: #f79d99; } /* Food */
.post-press.color-b { border-color: #a2a425; } /* Home */
.post-press.color-c { border-color: #9dce9f; } /* Tips */
.post-press.color-d { border-color: #fc3281; } /* Crafts */
.post-press.color-e { border-color: #53a77b; } /* Style */
.post-press.color-f { border-color: #e4e34f; } /* Events */
.post-press.color-g { border-color: #e68730; } /* Shop */
.post-press .press-title {
	line-height: 160%;
	text-align: center;
	font-size: 2em;
}
.post-press h2 {
	text-align: center;
	font-family: 'function_prolight', sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.05em;
}
.slice {
	float: left;
	height: auto;
	margin: 2em 0 2em 1em;
	clear: none;
	overflow: hidden;
}
.slice:first-child {
	margin-left: 0;
}
.s-1 .slice { width: 100%; }
/* additional slice layouts
.s-2 .slice { width: 309px; }
.s-3 .slice { width: 202px; }
.s-4 .slice { width: 148.5px; }
.s-4-2 .fourth { width: 151.5px; }
.s-4-2 .half { width: 303px; }
.s-3-23 .third { width: 206px; }
.s-3-23 .two-thirds { width: 412px; }
.s-4-34 .fourth { width: 154.5px; }
.s-4-34 .three-fourths { width: 463.5px; }
*/
.post-press .slice img {
	width: 100%;
}
/*----------------------------------
LIVESTREAM
----------------------------------*/
.live {
	text-align: center;
}
.live #content-inner {
	min-height: 1000px;
}
.live #alpha-inner {
	font-family: 'function_promedium', sans-serif;
}
#live-title {
	width: 100%;
	max-width: 68em; /* 816px */
	margin: 0 auto;
	font-size: 66.67%;
}
#live-title img {
	width: 100%;
}
#live-subtitle {
	margin: 1em 0 0;
}
#live-countdown {
	padding: 2em 0 0;
}
#live-countdown h3 {
	margin: 0 0 0.5em;
}
#live-countdown-clock {
	line-height: 3em;
	background: url('http://abeautifulmess.typepad.com/web/images/v2/bg-hl3.png')  center -10.5em no-repeat;
}
#live-schedule-link {
	display: block;
	margin: 2em auto 0;
	padding: 0 0 1em;
	font-size: 1.25em;
	letter-spacing: 0.1em;
	color: #52a67a;
}
#live-schedule-link:after {
	content: '';
	display: block;
	margin: 0.5em auto 0;
	width: 33px;
	height: 19px;
	background: transparent url('http://abeautifulmess.typepad.com/web/images/2015v1-01/bg-sprite-04.png') -119px -272px no-repeat;
}
#live-schedule {
	min-height: 5em;
	margin: 5em auto 0;
	padding: 0 0 2em;
	background: #c1e8c8 url('http://abeautifulmess.typepad.com/web/images/v2/ptrn/ptrn-grid-white.png') 0 0 repeat;
	overflow: visible;
}
#live-schedule h3 {
	position: relative;
	display: inline-block;
	top: -1.25em;
	width: 100%;
	height: 2.5em;
	margin: 0 auto;
	padding: 0 1em;
	line-height: 2.5em;
	font-size: 1.25em;
	letter-spacing: 0.05em;
	background: url('http://abeautifulmess.typepad.com/web/images/v2/bg-hl3.png')  center 0.05em no-repeat;
	overflow: hidden;
}
#live-schedule h4 {
	margin-top: -0.75em;
	line-height: 2em;
	font-family: 'function_prolight', 'Open Sans', sans-serif;
	font-size: 1.35em;
}
#live-schedule-list {
	margin: 0 auto;
}
#live-schedule-list tr td {
	width: 50%;
	padding: 0.5em 0;
	text-align: right;
}
#live-schedule-list tr td:nth-child(2) {
	padding-left: 2em;
	text-align: left;
	font-family: 'function_prolight', 'Open Sans', sans-serif;
}
#live-history {
	padding-top: 3em;
}

/* ph=1 */
