@import url("http://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic");
/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 14px;
	padding-bottom: 5px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	position: absolute;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	z-index: 0;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: relative;
	z-index: 1;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 10px;
}

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

/* Make sure the margin around the WordPress logo is a bit relaxed, and the WordPress icon aligns to the sidebar icons */
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 8px 0 -1px;
}

/* @noflip */
#wpadminbar.rtl ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 -1px 0 -8px;
}


/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Don't show the Edit icon in the admin bar */
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	display: none;
}/* =Resets
-------------------------------------------------------------- */

div.sharedaddy ul,
div.sharedaddy li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	background: none;
}

div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	clear: both;
	text-align: left;
}

div.sharedaddy,
div.sharedaddy div {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

div.sharedaddy h3,
#content div.sharedaddy h3,
#main div.sharedaddy h3,
#primary div.sharedaddy h3 {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 3px 0;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	font-weight: bold;
	width: 15.625%; /* 100px / 640px */ float: left;
	position: static;
	background: none;
	border: none;
}

.rtl div.sharedaddy h3,
.rtl #content div.sharedaddy h3,
.rtl #main div.sharedaddy h3,
.rtl #primary div.sharedaddy h3 {
	float: right;
	text-align: right;
}

div.sharedaddy ul,
div.sharedaddy li {
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0;
}

div.sharedaddy li::before {
	content: "";
}

div.sharedaddy div.pd-rating {
	margin: 0;
	min-height: 23px;
}

div.sharedaddy a,
div.sharedaddy a:link,
div.sharedaddy a:visited {
	font-style: normal;
}

/* ClearFix trick */

div.sharedaddy:before,
div.sharedaddy:after,
div.sharedaddy .sd-block:before,
div.sharedaddy .sd-block:after,
div.sharedaddy ul:before,
div.sharedaddy ul:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

div.sharedaddy:after,
div.sharedaddy .sd-block:after,
div.sharedaddy ul:after {
	clear: both;
}

div.sharedaddy,
div.sharedaddy .sd-block,
div.sharedaddy ul {
	zoom: 1;
}


/* =Base Styles
-------------------------------------------------------------- */

div.sharedaddy div.sd-block {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
	padding: 10px 0 5px;
	margin: 0;
	width: 100%;
}

div.sharedaddy.sharedaddy-dark .sd-block {
	border-top-color: #222;
	border-top-color: rgba(50,50,50,.5);
}

div.sharedaddy .sd-content {
	width: 82.125%; /* 530px / 640px */
	float: right;
	margin: -2px 0 0 0;
}

div.sharedaddy .sd-content ul {
	margin: 0;
}

div.sharedaddy .sd-content li {
	float: left;
	margin: 0 5px 5px 0 !important;
	display: block;
}

.rtl div.sharedaddy .sd-content {
	float: right;
}

.rtl div.sharedaddy .sd-content li {
	float: right;
	margin: 0 0 5px 5px !important;
}

/* Base Button .sd-button */

div.sharedaddy a.sd-button {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #efefef;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	border-radius: 3px;
	border: 1px solid #ddd !important;
	box-shadow: inset 0 1px 0 #fff;
	color: #000 !important;
	text-decoration: none;
	line-height: 1;
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

div.sharedaddy a.sd-button:hover {
	color: #000;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;
	background: #eee;
	background: -moz-linear-gradient(top, #efefef 0%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#eee));
	background: -webkit-linear-gradient(top, #efefef 0%,#eee 100%);
	background: -o-linear-gradient(top, #efefef 0%,#eee 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#eee 100%);
	background: linear-gradient(top, #efefef 0%,#eee 100%);
}

div.sharedaddy a.sd-button:active {
	background-color: #efefef;
	box-shadow: inset 0 -1px 0 #fff;
	border-color: #ddd;
}

a.sd-button > span {
	padding: 4px 8px;
	display: block;
	opacity: .8;
	line-height: 1.5em;
	text-shadow: none;
}

a.sd-button:hover span {
	opacity: 1;
}

.sd-button span.share-count {
	font-size: 90%;
	color: #666;
	margin-left: 5px;
	line-height: 1;
}

.rtl .sd-button span.share-count {
	margin-right: 5px;
}

/* Button Style Options */

.sd-social-icon-text a.sd-button > span,
a.sd-button > span {
	padding: 1px 5px 1px 23px;
	background-position: 2px center;
	background-repeat: no-repeat;
}

.sd-social-icon a.sd-button > span {
	padding: 3px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}

.sd-social-text a.sd-button > span {
	background: none !important;
	padding-left: 5px
}

.sd-social-official li {
	height: 21px;
}

div.sharedaddy .no-text {
	width: 21px;
	height: 21px;
}

div.sharedaddy .no-text a {
	text-decoration: none;
}

div.sharedaddy .no-icon a span, div.sharedaddy li.no-icon div a span {
	padding-left: 5px;
	background-image: none;
}

.rtl .sd-social-icon-text a.sd-button > span,
.rtl a.sd-button > span {
	padding: 3px 23px 3px 5px;
	background-position: 98% center;
}

.rtl .sd-social-text a.sd-button > span {
	padding-left: 0;
	padding-right: 5px
}

.rtl div.sharedaddy .no-icon a span, .rtl div.sharedaddy li.no-icon div a span {
	padding-left: 0;
	padding-right: 5px
}


/* Sharedaddy Module in /sharing/sharing.css */

/* Ratings Alignment
-------------------------------------------------------------- */
div.sharedaddy .sd-rating .pd-rating {
	width: 82.125%; /* 530px / 640px */
	float: right;
	margin: 0;
}


/* =Like Module
-------------------------------------------------------------- */

div.sharedaddy .wpl-likebox,
#main div.sharedaddy .wpl-likebox,
#content div.sharedaddy .wpl-likebox {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.wpl-likebox .sd-content {
	margin: -2px 0 0 0;
}

div.sharedaddy .wpl-button {
	float: left;
	margin: 0 5px 0 0;
}

div.sharedaddy .wpl-count {
	line-height: 1;
	padding: 5px;
	text-align: left;
	margin: 0;
	font-size: 12px;
}

div.sharedaddy ul.wpl-avatars,
.wpl-likebox {
	margin: 0 -2px 0 0 !important;
	padding-top: 8px !important;
	overflow: hidden;
}

div.sharedaddy ul.wpl-avatars li {
	width: 32px;
	height: 32px;
}

div.sharedaddy ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

div.sharedaddy ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sharedaddy .wpl-button a.sd-button span {
	padding: 1px 5px 1px 2px;
	text-shadow: none;
}

div.sharedaddy .wpl-button a.sd-button span:before {
	color: #2EA2CC;
	font-family: "Noticons";
	content: '\f408';
	font-size: 16px;
	line-height: 0;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	top: 3px;
}

div.sharedaddy .wpl-button a.sd-button.liked {
	background: #FEFFCE;
	border: 1px solid #F3E389;
	box-shadow: inset 0 1px 0 #fff;
	cursor: default;
}

div.sharedaddy .wpl-button a.sd-button.liked span {
	opacity: 1;
}

.rtl div.sharedaddy .wpl-button {
	float: right;
	margin: 0 0 0 5px;
}

.rtl div.sharedaddy #wpl-count {
	text-align: right;
}

.rtl div.sharedaddy ul.wpl-avatars,
.rtl .wpl-likebox {
	margin: 0 0 0 -2px !important;
}

.rtl div.sharedaddy .wpl-button a.sd-button span {
	padding: 3px 5px;
	background-position: right center;
}

#wpl-mustlogin {
	width: 80%;
	max-width: 312px;
	padding: 15px;
	position: absolute;
	z-index: 1001;
	text-shadow: none;
	background-color: #fff;
	color: #333;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
}

#wpl-mustlogin p {
	margin: 0;
	text-shadow: none;
	color: #333;
}

#wpl-mustlogin label, #wpl-mustlogin a {
	text-shadow: none;
	color: #333;
}

#wpl-mustlogin input[type="text"],
#wpl-mustlogin input[type="password"] {
	width: 98.5%;
	text-shadow: none;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
}

#wpl-mustlogin {
	line-height: 14px !important;
	font-size: 11px;
	clear: left;
	margin-top: 5px;
	background: #f0f0f0;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wpl-mustlogin a {
	color: #888;
	text-decoration: underline;
}

#wpl-mustlogin p {
	margin: 5px 0;
	padding: 0
}

#wpl-mustlogin input.input {
	padding: 2px;
	background: #fff;
	font-size: 11px;
	font-family: inherit;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	line-height: 12px;
}

#wpl-mustlogin input#wp-submit {
	border: 1px solid #ccc;
	font-size: 11px;
	background: #fafafa repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px !important;
	line-height: 12px;
}

#wpl-mustlogin label {
	position: relative;
	cursor: text;
}

#wpl-mustlogin label span {
	position: absolute;
	top: 0px;
	left: 5px;
	padding: 0 !important;
}

.rtl #wpl-mustlogin {
	margin-left: 0;
	margin-right: -120px;
}

.rtl #wpl-mustlogin {
	clear: right
}

.rtl #wpl-mustlogin label span {
	left: auto;
	right: 5px
}

/* Like Special cases (display on it's own) */

div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like div.sd-content {
	width: 100%;
	float: none;
}

div.sharedaddy.sd-rating-enabled .sd-like h3 {
	display: block;
}

div.sharedaddy.sd-rating-enabled .sd-like div.sd-content {
	width: 82.125%; /* 530px / 640px */
	float: right;
}

div.sharedaddy.sd-sharing-enabled .sd-like h3 {
	display: block;
}

div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content {
	width: 82.125%; /* 530px / 640px */
	float: right;
}

.rtl div.sharedaddy.sd-rating-enabled .sd-like div.sd-content {
	float: left
}

.rtl div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content {
	float: left
}

/* =Theme-specific fixes
-------------------------------------------------------------- */

/* Shelf */

div.sharedaddy .wpl-likebox {
	position: static !important;
	bottom: auto !important;
}

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: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

.flavorwire-sprite, #footer_popup_in #fp_close, body #container header .f-icon, body #container header #header-logo a, body #container header #header-social li#facebook a, body #container header #header-social li#facebook a:hover, body #container header #header-social li#twitter a, body #container header #header-social li#twitter a:hover, body #container header #header-social li#rss a, body #container header #header-social li#rss a:hover, body #container header #hot-topics #search-icon, body #container #content #center article .page-link .prev-page-placeholder, body #container #content #center article .page-link .prev-page-link, body #container #content #center article .page-link .next-page-placeholder, body #container #content #center article .page-link .next-page-link, body #container #content #center article footer .article-sharing-custom .article-sharing-popup li .email-article, body #container #content #center #pager #previous a, body #container #content #center #pager #previous a:hover, body #container #content #center #pager #next a, body #container #content #center #pager #next a:hover, body footer #footer-inner .f-icon, body footer #footer-inner #footer-social li#facebook a, body footer #footer-inner #footer-social li#facebook a:hover, body footer #footer-inner #footer-social li#twitter a, body footer #footer-inner #footer-social li#twitter a:hover, body footer #footer-inner #footer-social li#rss a, body footer #footer-inner #footer-social li#rss a:hover, a.gallery-ss-start i, .ss-popup .ss-header .ss-logo, .ss-popup .ss-close, .ss-popup .ss-left, .ss-popup .ss-right, #sidebar-mailing-list-form #sweeten-your-inbox, #sidebar-mailing-list-form a, #footer-mailing-list-form a { background: url('/wp-content/themes/vip/flavorwire/static/images/sprites/flavorwire-sc261336c3d.png') no-repeat; }

@font-face { font-family: 'CharisSILRegular'; src: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILR-webfont.eot); src: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILR-webfont.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILR-webfont.woff?1) format("woff"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILR-webfont.ttf?1) format("truetype"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILR-webfont.svg#CharisSILRegular) format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'CharisSILItalic'; src: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILI-webfont.eot); src: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILI-webfont.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILI-webfont.woff?1) format("woff"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILI-webfont.ttf?1) format("truetype"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILI-webfont.svg#CharisSILItalic) format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'CharisSILBold'; src: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILB-webfont.eot); src: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILB-webfont.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILB-webfont.woff?1) format("woff"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILB-webfont.ttf?1) format("truetype"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILB-webfont.svg#CharisSILBold) format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'CharisSILBoldItalic'; src: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILBI-webfont.eot); src: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILBI-webfont.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILBI-webfont.woff?1) format("woff"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILBI-webfont.ttf?1) format("truetype"), url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/CharisSIL/CharisSILBI-webfont.svg#CharisSILBoldItalic) format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Scoreboard'; src: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../fonts/Scoreboard/scoreboard.ttf) format("truetype"); font-weight: normal; font-style: normal; }

.clearfix { *zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

body #container #content #center .entry-content { *zoom: 1; }
body #container #content #center .entry-content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body #container #content #center .entry-content small { font-size: 85%; }
body #container #content #center .entry-content strong { font-weight: bold; }
body #container #content #center .entry-content em { font-style: italic; }
body #container #content #center .entry-content cite { font-style: normal; }
body #container #content #center .entry-content h1, body #container #content #center .entry-content h2, body #container #content #center .entry-content h4, body #container #content #center .entry-content h5, body #container #content #center .entry-content h6 { margin: 9px 0; font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; line-height: 18px; color: #000; text-rendering: optimizelegibility; }
body #container #content #center .entry-content h1 small, body #container #content #center .entry-content h2 small, body #container #content #center .entry-content h4 small, body #container #content #center .entry-content h5 small, body #container #content #center .entry-content h6 small { font-weight: normal; line-height: 1; color: #999; }
body #container #content #center .entry-content h1, body #container #content #center .entry-content h2 { line-height: 36px; }
body #container #content #center .entry-content h1 { font-size: 33px; }
body #container #content #center .entry-content h2 { font-size: 27px; }
body #container #content #center .entry-content h4 { font-size: 15px; }
body #container #content #center .entry-content h5 { font-size: 12px; }
body #container #content #center .entry-content h6 { font-size: 10.2px; }
body #container #content #center .entry-content h1 small { font-size: 21px; }
body #container #content #center .entry-content h2 small { font-size: 15px; }
body #container #content #center .entry-content h3 small { font-size: 12px; }
body #container #content #center .entry-content h4 small { font-size: 12px; }
body #container #content #center .entry-content p { margin-bottom: 18px; }
body #container #content #center .entry-content p:last-child { margin-bottom: 0px; }
body #container #content #center .entry-content ul, body #container #content #center .entry-content ol { padding: 0; margin: 0 0 9px 25px; }
body #container #content #center .entry-content ul ul, body #container #content #center .entry-content ul ol, body #container #content #center .entry-content ol ul, body #container #content #center .entry-content ol ol { margin-bottom: 0; }
body #container #content #center .entry-content ol { list-style: decimal; }
body #container #content #center .entry-content ol ol { list-style: lower-alpha; }
body #container #content #center .entry-content ul { list-style: disc; }
body #container #content #center .entry-content ul ul { list-style: circle; }
body #container #content #center .entry-content dt { font-weight: bold; }
body #container #content #center .entry-content .dl-horizontal { *zoom: 1; }
body #container #content #center .entry-content .dl-horizontal:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body #container #content #center .entry-content .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body #container #content #center .entry-content .dl-horizontal dd { margin-left: 180px; }
body #container #content #center .entry-content hr { margin: 18px 0; border: 0; border-top: 1px solid #eee; border-bottom: 1px solid #fff; }
body #container #content #center .entry-content abbr, body #container #content #center .entry-content dfn, body #container #content #center .entry-content acronym { border-bottom: 1px dotted #666; cursor: help; text-transform: uppercase; }
body #container #content #center .entry-content del { color: #333333; }
body #container #content #center .entry-content ins { background: #fff9c0; text-decoration: none; }
body #container #content #center .entry-content sub, body #container #content #center .entry-content sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
body #container #content #center .entry-content sup { top: -0.5em; }
body #container #content #center .entry-content sub { bottom: -0.25em; }
body #container #content #center .entry-content code { font-family: Consolas, Monaco, Lucida Console, monospace; font-size: 12px; line-height: 18px; }
body #container #content #center .entry-content pre { border: 1px solid #ededed; color: #666666; font-family: Consolas, Monaco, Lucida Console, monospace; font-size: 12px; line-height: 18px; margin: 18px 0; padding: 18px; overflow: auto; }
body #container #content #center .entry-content pre code { display: block; }
body #container #content #center .entry-content blockquote { padding: 0 0 0 15px; margin: 0 0 18px; border-left: 5px solid #eee; }
body #container #content #center .entry-content blockquote p { font-size: 16px; font-weight: 300; line-height: 22.5px; }
body #container #content #center .entry-content blockquote p:last-child { margin-bottom: 0; }
body #container #content #center .entry-content blockquote cite { display: block; line-height: 18px; color: #999; }
body #container #content #center .entry-content blockquote cite:before { content: '\2014 \00A0'; }
body #container #content #center .entry-content q:before, body #container #content #center .entry-content q:after, body #container #content #center .entry-content blockquote:before, body #container #content #center .entry-content blockquote:after { content: ""; }
body #container #content #center .entry-content address { display: block; margin-bottom: 18px; font-style: normal; line-height: 18px; }
body #container #content #center .entry-content table { max-width: 100%; background-color: #fff; border-spacing: 0; width: 100%; margin-bottom: 18px; border: 1px solid #bcb8b8; border-collapse: separate; *border-collapse: collapse; border-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
body #container #content #center .entry-content table th, body #container #content #center .entry-content table td { padding: 8px; line-height: 18px; text-align: left; vertical-align: top; border-top: 1px solid #bcb8b8; border-left: 1px solid #bcb8b8; }
body #container #content #center .entry-content table th { font-weight: bold; }
body #container #content #center .entry-content table thead th { vertical-align: bottom; }
body #container #content #center .entry-content table caption + thead tr:first-child th, body #container #content #center .entry-content table caption + thead tr:first-child td, body #container #content #center .entry-content table colgroup + thead tr:first-child th, body #container #content #center .entry-content table colgroup + thead tr:first-child td, body #container #content #center .entry-content table thead:first-child tr:first-child th, body #container #content #center .entry-content table thead:first-child tr:first-child td { border-top: 0; }
body #container #content #center .entry-content table tbody + tbody { border-top: 2px solid #bcb8b8; }
body #container #content #center .entry-content table caption + thead tr:first-child th, body #container #content #center .entry-content table caption + tbody tr:first-child th, body #container #content #center .entry-content table caption + tbody tr:first-child td, body #container #content #center .entry-content table colgroup + thead tr:first-child th, body #container #content #center .entry-content table colgroup + tbody tr:first-child th, body #container #content #center .entry-content table colgroup + tbody tr:first-child td, body #container #content #center .entry-content table thead:first-child tr:first-child th, body #container #content #center .entry-content table tbody:first-child tr:first-child th, body #container #content #center .entry-content table tbody:first-child tr:first-child td { border-top: 0; }
body #container #content #center .entry-content table thead:first-child tr:first-child th:first-child, body #container #content #center .entry-content table tbody:first-child tr:first-child td:first-child { -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
body #container #content #center .entry-content table thead:first-child tr:first-child th:last-child, body #container #content #center .entry-content table tbody:first-child tr:first-child td:last-child { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-topright: 4px; }
body #container #content #center .entry-content table thead:last-child tr:last-child th:first-child, body #container #content #center .entry-content table tbody:last-child tr:last-child td:first-child, body #container #content #center .entry-content table tfoot:last-child tr:last-child td:first-child { -webkit-border-radius: 0 0 0 4px; -moz-border-radius: 0 0 0 4px; -ms-border-radius: 0 0 0 4px; -o-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; }
body #container #content #center .entry-content table thead:last-child tr:last-child th:last-child, body #container #content #center .entry-content table tbody:last-child tr:last-child td:last-child, body #container #content #center .entry-content table tfoot:last-child tr:last-child td:last-child { -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; }
body #container #content #center .entry-content table caption + thead tr:first-child th:first-child, body #container #content #center .entry-content table caption + tbody tr:first-child td:first-child, body #container #content #center .entry-content table colgroup + thead tr:first-child th:first-child, body #container #content #center .entry-content table colgroup + tbody tr:first-child td:first-child { -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; }
body #container #content #center .entry-content table caption + thead tr:first-child th:last-child, body #container #content #center .entry-content table caption + tbody tr:first-child td:last-child, body #container #content #center .entry-content table colgroup + thead tr:first-child th:last-child, body #container #content #center .entry-content table colgroup + tbody tr:first-child td:last-child { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-topright: 4px; }

#footer_popup_out { position: fixed; background: #000; background: rgba(0, 0, 0, 0.41); width: 100%; height: 100%; top: 0; left: 0; z-index: 10000; }

#footer_popup_in { position: fixed; left: 50%; top: 150px; margin: 0 0 0 -339px; z-index: 10001; max-width: 80%; }
#footer_popup_in img { max-width: 100%; }
#footer_popup_in #fp_close { position: absolute; right: -34px; top: -27px; z-index: 10002; display: block; text-indent: -9999px; width: 64px; height: 65px; background-position: 0 -154px; }
@media (max-width: 750px) { #footer_popup_in { left: 0; margin-left: 10%; } }

html, body { height: 100%; margin: 0px; padding: 0px; }

.mobile { display: none; }

body { background-color: #fff; }
body #container { width: 979px; margin: -57px auto 0px; padding: 0 16px; background-color: #FFF; position: relative; }
body #container header { width: 979px; margin: 30px auto 20px auto; padding: 30px 0px 0px 0px; position: relative; }
body #container header #header_ad { padding-bottom: 30px; }
body #container header #header_ad iframe { border: 1px solid #e5e5e5 !important; }
body #container header .f-icon { display: block; text-indent: -9999px; width: 45px; height: 45px; background-position: 0 -433px; float: left; }
body #container header #header-logo a { display: block; text-indent: -9999px; width: 311px; height: 34px; background-position: 0 -399px; margin: 6px auto 0px auto; }
body #container header #header-social { float: right; }
body #container header #header-social li { float: right; margin: 0px 0px 0px 10px; }
body #container header #header-social li a { display: block; text-indent: -9999px; width: 44px; height: 44px; }
body #container header #header-social li#facebook a { background-position: 0 -857px; }
body #container header #header-social li#facebook a:hover { background-position: 0 -546px; }
body #container header #header-social li#twitter a { background-position: 0 -813px; }
body #container header #header-social li#twitter a:hover { background-position: 0 -590px; }
body #container header #header-social li#rss a { background-position: 0 -478px; }
body #container header #header-social li#rss a:hover { background-position: 0 -634px; }
body #container header #hot-topics { width: 979px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 5px 0px 5px 0px; margin: 19px 0px 0px 0px; }
body #container header #hot-topics ul { height: 16px; margin: 7px auto 0px auto; text-align: center; width: 95%; }
body #container header #hot-topics ul.left-align { margin: 7px 0px 0px 0px; text-align: left; }
body #container header #hot-topics ul li { display: inline; font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; font-size: 16px; text-transform: uppercase; }
body #container header #hot-topics ul li a { color: #48abe0; text-decoration: none; }
body #container header #hot-topics ul li a:hover { color: #bcb8b8; }
body #container header #hot-topics ul li:after { content: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/grey-bullet.png); margin: 0px 5px 0px 8px; position: relative; top: -3px; }
body #container header #hot-topics ul li:last-child:after { display: none; }
body #container header #hot-topics #search-form { position: absolute; right: 24px; height: 29px; background-color: white; z-index: 10; }
body #container header #hot-topics #search-form input { display: none; width: 275px; height: 29px; border-color: #e5e5e5; border-style: solid solid solid solid; border-width: 1px; padding: 8px; margin: 0px 15px 0px 15px; font-family: Apercu, "Rambla", Calibri, sans-serif; font-size: 14px; color: #707070; font-weight: 100; }
body #container header #hot-topics #search-icon { float: right; display: block; text-indent: -9999px; width: 18px; height: 18px; background-position: 0 -940px; margin: 5px 5px 5px 0px; }
body #container #content { width: 979px; margin: 0 auto; padding: 0px 0px 20px 0px; }
body #container #content h1#taxonomy-title { font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; font-size: 56px; line-height: 40px; text-transform: uppercase; margin: 0px 0px 20px 15px; float: left; width: 813px; }
body #container #content h1#taxonomy-title.tag:before { content: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/results-tagged.png); }
body #container #content h1.location-title { margin: 0 0 20px; font: bold 56px/69px Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; border-bottom: 1px solid #e5e5e5; text-transform: uppercase; }
body #container #content .col { float: left; }
body #container #content #left { width: 150px; }
body #container #content #left #topics li, body #container #content #left #cities li, body #container #content #left #filters li { font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; list-style-type: none; text-transform: uppercase; margin: 0px 0px 12px 0px; padding: 0px; }
body #container #content #left #topics li a, body #container #content #left #cities li a, body #container #content #left #filters li a { text-decoration: none; }
body #container #content #left #topics-responsive { display: none; }
body #container #content #left #topics { font-size: 20px; letter-spacing: 1px; }
body #container #content #left #topics li { position: relative; }
body #container #content #left #topics li.current-menu-item a { color: #000; }
body #container #content #left #topics li a { color: #bcb8b8; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; transition: color 0.1s ease-in-out; }
body #container #content #left #topics li a:hover { color: #48abe0; }
body #container #content #left #topics li.trigger > a { background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/menu-arrow-down.png); background-repeat: no-repeat; background-position: right 10px; padding-right: 18px; }
body #container #content #left #topics li.trigger > a:hover { background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/menu-arrow-down-hover.png); color: #48abe0; }
body #container #content #left #topics li.trigger > a.clicked { background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/menu-arrow-up.png); color: #48abe0; }
body #container #content #left #topics li .sub-menu { margin: 12px 0px 0px 0px; position: relative; display: none; }
body #container #content #left #cities, body #container #content #left #filters { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 12px 0px 0px 0px; }
body #container #content #left #cities li, body #container #content #left #filters li { font-size: 15px; }
body #container #content #left #cities li a, body #container #content #left #filters li a { color: #bcb8b8; }
body #container #content #left #cities li a:hover, body #container #content #left #filters li a:hover { color: #48abe0; }
body #container #content #left #filters { border-top: none; }
body #container #content #left #left_ad { position: relative; }
body #container #content #left #left_ad .dfp_ad_inner { position: absolute; top: 0; right: -5px; }
body #container #content #center { width: 480px; margin: 0px 17px 0px 17px; /* Alignment */ }
body #container #content #center img { max-width: 100%; }
body #container #content #center .alignleft { display: inline; float: left; margin-right: 1.625em; }
body #container #content #center .alignright { display: inline; float: right; margin-left: 1.625em; }
body #container #content #center .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
body #container #content #center img.size-auto, body #container #content #center img.size-full, body #container #content #center img.size-large, body #container #content #center img.size-medium, body #container #content #center .attachment img, body #container #content #center .widget-area img, body #container #content #center .wp-caption, body #container #content #center img[class*="align"], body #container #content #center img[class*="wp-image-"], body #container #content #center img[class*="attachment-"] { max-width: 100%; /* When images are too wide for containing element, force them to fit. */ height: auto; /* Override height to match resized width for correct aspect ratio. */ }
body #container #content #center img.alignleft, body #container #content #center img.alignright, body #container #content #center img.aligncenter { margin-bottom: 1.625em; }
body #container #content #center h2 { font-family: Apercu, "Rambla", Calibri, sans-serif; font-size: 34px; line-height: 40px; margin: 0 0 5px; color: #000; }
body #container #content #center h2.loop-entry-title { font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; font-size: 18px; line-height: 22px; }
body #container #content #center h2 a { color: #000; text-decoration: none; }
body #container #content #center h2 .post-link { vertical-align: 5px; }
body #container #content #center h2 .post-link a { font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; font-size: 15px; color: #48abe0; }
body #container #content #center h2 .post-link a:after { content: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/read-on-arrow.png); top: 1px; position: relative; margin: 0px 0px 0px 5px; }
body #container #content #center #newswire-loop-wrapper h2 { margin: 0; }
body #container #content #center h3 { color: #000; font: bold 19px/20px Apercu, "Rambla", Calibri, sans-serif; margin: 0 0 9px; }
body #container #content #center a { color: #48abe0; text-decoration: none; }
body #container #content #center a:hover { color: #000; }
body #container #content #center #features-small-wrapper { background: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/wavy.png) 0 100% repeat-x; padding: 0px 0px 15px 0px; margin: 0px 0px 20px 0px; }
body #container #content #center #features-small-wrapper h2 a:hover { color: #48abe0; }
body #container #content #center #features-small-wrapper ul li { float: left; margin: 0px 0px 0px 15px; }
body #container #content #center #features-small-wrapper ul li:first-child { margin: 0px 0px 0px 0px; }
body #container #content #center #features-small-wrapper ul li:nth-child(4) { display: none; }
body #container #content #center.taxonomy { padding: 10px 0px 0px 0px; border-color: #e5e5e5; border-style: solid none none none; border-width: 1px; }
body #container #content #center article { font: 15px/21px "CharisSILRegular", Georgia, serif; color: #666666; }
body #container #content #center article.loop { border-color: #e5e5e5; border-style: none none solid none; border-width: 1px; *zoom: 1; margin: 0 0 15px; }
body #container #content #center article.loop:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body #container #content #center article.loop footer { margin: 0 0 15px; }
body #container #content #center article.loop footer .tag-list { margin: 0 0 15px 0; }
body #container #content #center article.loop .loop-image { float: left; margin: 0 10px 5px 0px; max-width: 100%; }
body #container #content #center article.features-large { background: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/wavy.png) 0 100% repeat-x; margin: 0px 0px 20px 0px; }
body #container #content #center article.features-large .feature-image { float: left; margin: 15px 10px 10px 0px; }
body #container #content #center article.features-large footer { padding: 15px 0px; }
body #container #content #center article.features-large footer .tag-label { float: left; }
body #container #content #center article.features-large footer .tag-list { margin: 0px 0px 15px 90px; }
body #container #content #center article.features-small { width: 150px; float: left; }
body #container #content #center article.features-small h2 { font-size: 14px; line-height: 18px; }
body #container #content #center article header { margin: 0 0 10px; padding: 0; width: auto; }
body #container #content #center article header a.single-comment-count { display: block; float: right; color: #fff; background: #48abe0; -webkit-border-radius: 1px; -moz-border-radius: 1px; -ms-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px; padding: 4px 10px 5px; text-decoration: none; font: bold 14px/16px Apercu, "Rambla", Calibri, sans-serif; height: 14px; position: relative; -webkit-box-shadow: 0 0 1px rgba(72, 171, 224, 0.3); -moz-box-shadow: 0 0 1px rgba(72, 171, 224, 0.3); box-shadow: 0 0 1px rgba(72, 171, 224, 0.3); }
body #container #content #center article header a.single-comment-count .arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; top: 100%; left: 50%; margin-left: -5px; border-top-color: #48abe0; border-width: 5px 8px 0 0; }
body #container #content #center article header .entry-meta { font-family: Apercu, "Rambla", Calibri, sans-serif; font-size: 15px; line-height: 25px; color: #333333; }
body #container #content #center article header .entry-meta a { color: #333333; text-decoration: none; }
body #container #content #center article #terms h3 { margin: 9px 0; }
body #container #content #center article p { font-family: "CharisSILRegular", Georgia, serif; color: #666666; font-size: 15px; line-height: 24px; }
body #container #content #center article p.post-category { margin-bottom: 10px; }
body #container #content #center article p.post-category a { display: inline; font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; font-size: 14px; text-transform: uppercase; color: #000; text-decoration: none; }
body #container #content #center article p.post-category a:before { content: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/arrow-bullet.png); margin: 0px 5px 0px 0px; position: relative; top: 3px; }
body #container #content #center article p a.more-link { color: #000; text-decoration: none; background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/read-more-arrow.png); background-repeat: no-repeat; background-position: right 6px; padding-right: 12px; }
body #container #content #center article p a.more-link:hover { background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/read-more-arrow-hover.png); color: #48abe0; }
body #container #content #center article ol.flavorful { counter-reset: li; margin-left: 0; padding-left: 0; }
body #container #content #center article ol.flavorful > li { position: relative; padding-left: 66px; padding-bottom: 34px; list-style: none; min-height: 50px; }
body #container #content #center article ol.flavorful > li:before { content: counter(li); counter-increment: li; position: absolute; top: 4px; left: 4px; width: 46px; height: 46px; color: #fff; background: #48abe0; font: 23px/46px Scoreboard, Monaco, monospace; text-align: center; -webkit-border-radius: 3em; -moz-border-radius: 3em; -ms-border-radius: 3em; -o-border-radius: 3em; border-radius: 3em; }
body #container #content #center article h3.flavorful { position: relative; padding-left: 66px; min-height: 46px; line-height: 46px; }
body #container #content #center article h3.flavorful .flavornumber { position: absolute; display: block; top: 0px; left: 4px; width: 46px; height: 46px; color: #fff; background: #48abe0; font: 23px/46px Scoreboard, Monaco, monospace; text-align: center; -webkit-border-radius: 3em; -moz-border-radius: 3em; -ms-border-radius: 3em; -o-border-radius: 3em; border-radius: 3em; }
body #container #content #center article .wp-caption { margin-bottom: 20px; }
body #container #content #center article .wp-caption p.wp-caption-text { font: 14px/30px Apercu, "Rambla", Calibri, sans-serif; padding: 10px 18px; background: #ededed; margin: 0; }
body #container #content #center article .wp-caption.fw-video-caption p.wp-caption-text { margin: 0; }
body #container #content #center article .wpcom-related-posts { background: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/wavy.png) 0 0 repeat-x; padding-top: 10px; margin-bottom: 15px; }
body #container #content #center article .wpcom-related-posts ul { margin-left: -15px; *zoom: 1; clear: both; }
body #container #content #center article .wpcom-related-posts ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body #container #content #center article .wpcom-related-posts li { display: block; float: left; width: 150px; margin-left: 15px; }
body #container #content #center article .wpcom-related-posts li img { display: block; margin-bottom: 10px; }
body #container #content #center article .wpcom-related-posts a { text-decoration: none; font: bold 14px/1.2em Apercu, "Rambla", Calibri, sans-serif; }
body #container #content #center article .tag-label { color: #333333; font: 15px/25px Apercu, "Rambla", Calibri, sans-serif; float: left; }
body #container #content #center article .tag-list { margin: 0 0 15px 90px; }
body #container #content #center article .tag-list a { display: block; float: left; margin: 0px 1px 2px 0px; background: #ffb64f; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; color: #fff; font: 400 13px/22px "Helvetica Neue", Arial, Helvetica, sans-serif; height: 22px; padding: 0 9px; text-decoration: none; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
body #container #content #center article .tag-list a:hover { background-color: #ff994f; }
body #container #content #center article .article-sharing { margin-bottom: 30px; }
body #container #content #center article .page-link { text-align: center; position: relative; margin: 20px 0 10px; padding: 20px 0; height: 45px; border-top: 1px solid #e5e5e5; }
body #container #content #center article .page-link * { vertical-align: middle; }
body #container #content #center article .page-link .page-current { font: bold 20px/45px Apercu, "Rambla", Calibri, sans-serif; color: #000; margin: 0 45px; }
body #container #content #center article .page-link .page-current i { font: italic 12px/45px "CharisSILItalic", Georgia, serif; color: #8e8e8e; display: inline-block; margin: 0 4px; }
body #container #content #center article .page-link .page-current input { border: 1px solid #fff; padding: 5px 0; text-align: right; width: 24px; font: bold 20px/45px Apercu, "Rambla", Calibri, sans-serif; }
body #container #content #center article .page-link .page-current input:hover, body #container #content #center article .page-link .page-current input:focus { background: none repeat scroll 0 0 #F8F8F8; border: 1px solid #E4E4E4; box-shadow: 0 2px 2px #CECECE inset; }
body #container #content #center article .page-link .prev-page-placeholder, body #container #content #center article .page-link .prev-page-link { background-position: 0 -678px; background-color: #f3f3f3; left: 0; }
body #container #content #center article .page-link .next-page-placeholder, body #container #content #center article .page-link .next-page-link { background-position: 0 -723px; background-color: #f3f3f3; right: 0; }
body #container #content #center article .page-link .prev-page-link, body #container #content #center article .page-link .next-page-link { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
body #container #content #center article .page-link .prev-page-link:hover, body #container #content #center article .page-link .next-page-link:hover { background-color: #48abe0; }
body #container #content #center article .page-link .prev-page-placeholder, body #container #content #center article .page-link .next-page-placeholder { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
body #container #content #center article .page-link a, body #container #content #center article .page-link span { display: block; text-indent: -9999px; width: 46px; height: 45px; position: absolute; top: 20px; display: inline-block; margin: 0 20px; }
body #container #content #center article .page-link-all { text-align: center; margin: -30px 0 20px; position: relative; }
body #container #content #center article .page-link-all a { font: 16px/18px Apercu, "Rambla", Calibri, sans-serif; color: #8e8e8e; }
body #container #content #center article .page-link-all a:hover { color: #000; }
body #container #content #center article .main-content-ad { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin-bottom: 18px; padding-bottom: 18px; }
body #container #content #center article div.sharedaddy div.sd-block { border: none; }
body #container #content #center article footer { background: none; padding: 15px 0px; }
body #container #content #center article footer h3 { font: 21px/44px Apercu, "Rambla", Calibri, sans-serif; color: #000; }
body #container #content #center article footer ul { margin: 0; padding: 0; }
body #container #content #center article footer .article-sharing-custom { display: inline; border: 1px solid #48abe0; border-radius: 5px; padding: 0px; position: relative; }
body #container #content #center article footer .article-sharing-custom li { vertical-align: -1px; display: inline; border-right: 1px solid #48abe0; padding: 1px 5px 0px 22px; }
body #container #content #center article footer .article-sharing-custom li:last-child { border: none; }
body #container #content #center article footer .article-sharing-custom li.facebook { background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/rc-article-fb.png); background-repeat: no-repeat; background-position: 9px 5px; }
body #container #content #center article footer .article-sharing-custom li.twitter { background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/rc-article-twitter.png); background-repeat: no-repeat; background-position: 4px 5px; }
body #container #content #center article footer .article-sharing-custom li.comments { background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/rc-article-comment.png); background-repeat: no-repeat; background-position: 4px 6px; }
body #container #content #center article footer .article-sharing-custom li.comments .single-comment-count { display: inline !important; }
body #container #content #center article footer .article-sharing-custom li a, body #container #content #center article footer .article-sharing-custom li b, body #container #content #center article footer .article-sharing-custom li span { font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; font-size: 13px; color: #48abe0; }
body #container #content #center article footer .article-sharing-custom li a:hover, body #container #content #center article footer .article-sharing-custom li b:hover, body #container #content #center article footer .article-sharing-custom li span:hover { color: #FFF; }
body #container #content #center article footer .article-sharing-custom .article-sharing-popup { display: none; position: absolute; top: -122; left: -10px; width: 136px; height: 110px; padding: 12px 0px 0px 0px; background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/article-sharing-popup-bg.png); }
body #container #content #center article footer .article-sharing-custom .article-sharing-popup li { margin: 0px auto; padding: 4px 0px 4px 0px; display: block; width: 50%; border-color: #e5e5e5; border-style: none none solid none; border-width: 1px; }
body #container #content #center article footer .article-sharing-custom .article-sharing-popup li .email-article { display: block; text-indent: -9999px; width: 68px; height: 24px; background-position: 0 -522px; }
body #container #content #center article footer .article-sharing-custom .article-sharing-popup li:last-child { border: none; }
body #container #content #center article footer .article-sharing-custom .article-sharing-popup .fb-like > span, body #container #content #center article footer .article-sharing-custom .article-sharing-popup .fb-like iframe { min-width: 75px; min-height: 20px; }
body #container #content #center article footer .article-sharing-custom:hover { background-color: #48abe0; border: 1px solid #fff; }
body #container #content #center article footer .article-sharing-custom:hover .article-sharing-popup { display: block; }
body #container #content #center article footer .article-sharing-custom:hover li { border-right: 1px solid #FFF; }
body #container #content #center article footer .article-sharing-custom:hover li:last-child { border: none; }
body #container #content #center article footer .article-sharing-custom:hover li a, body #container #content #center article footer .article-sharing-custom:hover li span, body #container #content #center article footer .article-sharing-custom:hover li b { color: #FFF; }
body #container #content #center article footer .article-sharing-custom:hover li.facebook { background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/rc-article-fb-hover.png); }
body #container #content #center article footer .article-sharing-custom:hover li.twitter { background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/rc-article-twitter-hover.png); }
body #container #content #center article footer .article-sharing-custom:hover li.comments { background-image: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/rc-article-comment-hover.png); }
body #container #content #center article #nav-single { color: #bcb8b8; font: bold 14px/15px Apercu, "Rambla", Calibri, sans-serif; padding: 19px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; clear: both; *zoom: 1; }
body #container #content #center article #nav-single:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body #container #content #center article #nav-single a { color: black; text-decoration: none; display: block; }
body #container #content #center article #nav-single a:hover { color: #48abe0; }
body #container #content #center article #nav-single span { display: block; width: 150px; float: left; }
body #container #content #center article #nav-single .nav-next { float: right; text-align: right; }
body #container #content #center div.sharedaddy .sd-content { width: auto; float: none; }
body #container #content #center #pager { margin: 20px 0px 0px 0px; }
body #container #content #center #pager #previous { width: 116px; height: 45px; float: left; }
body #container #content #center #pager #previous a { display: block; text-indent: -9999px; width: 118px; height: 45px; background-position: 0 -219px; }
body #container #content #center #pager #previous a:hover { background-position: 0 -264px; }
body #container #content #center #pager #next { width: 118px; height: 45px; float: right; }
body #container #content #center #pager #next a { display: block; text-indent: -9999px; width: 119px; height: 45px; background-position: 0 -309px; }
body #container #content #center #pager #next a:hover { background-position: 0 -354px; }
body #container #content #center #pager #pages { display: block; margin: 0 auto; padding: 16px 0px 0px 0px; text-align: center; }
body #container #content #center #pager #pages li { display: inline; padding: 4px 12px 4px 0px; margin: 0px 12px 0px 0px; border-color: #e5e5e5; border-style: none solid none none; border-width: 1px; }
body #container #content #center #pager #pages li:last-child { border: none; }
body #container #content #center #pager #pages li a { font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; font-size: 17px; color: #c6c6c5; }
body #container #content #center #pager #pages li a.current { color: #48abe0; }
body #container #content #right { width: 312px; border-color: #e5e5e5; border-style: solid solid none solid; border-width: 1px; }
body #container #content #right .linkgroups { border-color: #e5e5e5; border-style: none none solid none; border-width: 1px; padding: 6px; }
body #container #content #right .linkgroups.second-group { padding-top: 0; }
body #container #content #right .linkgroups li { padding: 8px 0; border-color: #e5e5e5; border-style: none none solid none; border-width: 1px; font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; }
body #container #content #right .linkgroups li:last-child { border-style: none; padding: 8px 0 0; }
body #container #content #right .linkgroups li a.view-all { display: block; text-align: center; font: 11px/16px Apercu, "Rambla", Calibri, sans-serif; color: #acacac; text-decoration: none; }
body #container #content #right .linkgroups li a.view-all:hover { color: #48abe0; }
body #container #content #right .linkgroups li p { font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; font-size: 14px; margin-right: 30px; width: 90%; }
body #container #content #right .linkgroups li p a { color: #707070; text-decoration: none; }
body #container #content #right .linkgroups li p a:hover { color: #48abe0; }
body #container #content #right .linkgroups li img { float: left; padding-right: 10px; width: 125px; display: block; }
body #container #content #right .linkgroups li h2 { text-align: center; text-transform: uppercase; font-size: 18px; }
body #container #content #right .linkgroups li > span { display: block; color: #48abe0; float: right; font-size: 10px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; text-align: right; }
body #container #content #right #buzz-feed li h2 { text-transform: none; font-weight: Bold; font-size: 14px; }
body #container #content #right #buzz-feed li h2 span { font-size: 16px; color: #ff0000; }
body #container #content #right .side-ads .dfp_ad_inner { border-color: #e5e5e5; border-style: none none solid none; border-width: 1px; padding: 6px; }
body #container #content #right .side-ads li img { display: block; }
body footer { background-color: #f3f3f3; width: 100%; }
body footer #footer-inner { position: relative; background-color: #f3f3f3; padding: 30px 16px 20px; width: 979px; margin: 0 auto; }
body footer #footer-inner .f-icon { display: block; text-indent: -9999px; width: 45px; height: 45px; background-position: 0 -433px; float: left; }
body footer #footer-inner #copyright { float: left; padding: 0 0 0 25px; }
body footer #footer-inner #copyright p { font-family: Apercu, "Rambla", Calibri, sans-serif; font-size: 14px; color: #48abe0; width: 165px; line-height: 15px; }
body footer #footer-inner #copyright p span { display: block; font-size: 12px; color: #999; line-height: 19px; }
body footer #footer-inner #footer-menu { width: 565px; height: 90px; float: left; }
body footer #footer-inner #footer-menu ul { margin: 0 0 0 66px; }
body footer #footer-inner #footer-menu ul li { float: left; display: block; width: 166px; }
body footer #footer-inner #footer-menu ul li a { font-family: Apercu, "Rambla", Calibri, sans-serif; font-weight: bold; font-size: 12px; color: #999; text-decoration: none; text-transform: uppercase; margin: 0 0 19px 20px; display: block; }
body footer #footer-inner #footer-menu ul li a:hover { color: #48abe0; }
body footer #footer-inner #footer-social { float: right; }
body footer #footer-inner #footer-social li { float: right; margin: 0px 0px 0px 10px; }
body footer #footer-inner #footer-social li a { display: block; text-indent: -9999px; width: 44px; height: 44px; }
body footer #footer-inner #footer-social li#facebook a { background-position: 0 -857px; }
body footer #footer-inner #footer-social li#facebook a:hover { background-position: 0 -546px; }
body footer #footer-inner #footer-social li#twitter a { background-position: 0 -813px; }
body footer #footer-inner #footer-social li#twitter a:hover { background-position: 0 -590px; }
body footer #footer-inner #footer-social li#rss a { background-position: 0 -478px; }
body footer #footer-inner #footer-social li#rss a:hover { background-position: 0 -634px; }

#footer_ad_wrapper { background-color: #f9f9f9; }
#footer_ad_wrapper #footer_ad { background-color: #f9f9f9; width: 979px; margin: 0 auto; text-align: center; padding: 26px 16px; position: relative; }
#footer_ad_wrapper a { display: block; width: 742px; margin: 0 auto; border-color: #e5e5e5; border-style: solid solid solid solid; border-width: 1px; }
#footer_ad_wrapper a img { background-color: #fff; padding: 7px; display: block; }

#newswire-loop-wrapper .time-ago { display: block; color: #48abe0; float: right; font-size: 10px; text-align: right; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; }
#newswire-loop-wrapper article { padding: 0 0 15px; }
#newswire-loop-wrapper article header { margin: 0 !important; }

.newswire-source { color: #48abe0 !important; font: 12px Apercu, "Rambla", Calibri, sans-serif; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.newswire-source:hover { color: #bcb8b8 !important; }

.post-single .promo-block { margin-top: 9px; }

div.gallery { *zoom: 1; padding: 22px 0 22px 22px; background: #ededed; }
div.gallery:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div.gallery br { display: none; }
div.gallery .gallery-item a { display: block; float: left; margin: 0 3px 3px 0; width: 41px; height: 41px; position: relative; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
div.gallery .gallery-item a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
div.gallery .gallery-item a.active { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
div.gallery .gallery-item a.active:after { content: ''; display: block; width: 35px; height: 35px; border: 3px solid #48abe0; position: absolute; left: 0; top: 0; }
div.gallery .gallery-item img { display: block; z-index: 0; width: 100%; height: 100%; }
div.gallery .gallery-caption { display: none; }

.gallery-hero { height: 360px; position: relative; background: #ededed; cursor: pointer; }
.gallery-hero .gallery-hero-inner { position: absolute; bottom: 0; left: 0; text-align: center; width: 100%; }
.gallery-hero img { max-width: 100%; max-height: 100%; }

a.gallery-ss-start { font: 29px/39px Apercu, "Rambla", Calibri, sans-serif; color: #000 !important; height: 39px; text-decoration: none; display: block; margin: 10px 0 20px; padding-bottom: 20px; border-bottom: 1px solid #e6e6e6; }
a.gallery-ss-start i { background-position: 0 -901px; display: block; text-indent: -9999px; width: 39px; height: 39px; background-color: #48abe0; float: left; margin-right: 20px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
a.gallery-ss-start:hover i { background-color: #2395d2; }

.ss-popup { background: white; text-align: center; }
.ss-popup .ss-header, .ss-popup .ss-nav { *zoom: 1; }
.ss-popup .ss-header:after, .ss-popup .ss-nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ss-popup .ss-header { position: relative; margin-bottom: 20px; }
.ss-popup .ss-header .ss-logo { display: block; text-indent: -9999px; width: 45px; height: 45px; background-position: 0 -433px; position: absolute; left: 0; top: 0; }
.ss-popup .ss-header h2 { text-align: center; font: 34px/38px Apercu, "Rambla", Calibri, sans-serif; color: #000; margin: 0 50px 20px; }
.ss-popup .ss-close { position: absolute; right: 0; top: 0; background-position: 0 -768px; }
.ss-popup .ss-nav { text-align: center; margin-bottom: 20px; }
.ss-popup .ss-nav * { vertical-align: middle; }
.ss-popup .ss-nav .ss-left, .ss-popup .ss-nav .ss-right { display: inline-block; margin: 0 20px; }
.ss-popup .ss-nav .ss-current, .ss-popup .ss-nav .ss-total { font: bold 20px/45px Apercu, "Rambla", Calibri, sans-serif; color: #000; }
.ss-popup .ss-nav .ss-of { font: italic 12px/45px "CharisSILItalic", Georgia, serif; color: #8e8e8e; display: inline-block; margin: 0 4px; }
.ss-popup .ss-left { background-position: 0 -678px; }
.ss-popup .ss-right { background-position: 0 -723px; }
.ss-popup .ss-left, .ss-popup .ss-right, .ss-popup .ss-close { background-color: #f3f3f3; display: block; text-indent: -9999px; width: 46px; height: 45px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.ss-popup .ss-left:hover, .ss-popup .ss-right:hover, .ss-popup .ss-close:hover { background-color: #48abe0; }
.ss-popup .ss-hero { position: relative; width: 100%; height: 400px; margin-bottom: 20px; }
.ss-popup .ss-hero-inner { position: absolute; top: 0; left: 0; width: 100%; text-align: center; }
.ss-popup .ss-hero-inner img { max-width: 100%; max-height: 400px; }
.ss-popup .ss-ad { height: 90px; }
.ss-popup div.sharedaddy div.sd-block { border: none; margin-bottom: 20px; }
.ss-popup div.sharedaddy div.sd-content { float: none; width: 350px; margin: 0 auto; }
.ss-popup hr.ss-wavy { border: 0; background: url(/wp-content/themes/vip/flavorwire/static/stylesheets/../images/wavy.png) 0 0 repeat-x; padding-top: 10px; margin: 15px 0; }
.ss-popup .ss-caption { font: 15px/20px "CharisSILRegular", Georgia, serif; color: #666666; }

#cboxloadedcontent { background: white !important; }

#cboxTitle, #cboxCurrent, #cboxNext, #cboxPrevious, #cboxSlideshow, #cboxclose { display: none !important; }

.dfp_ad_inner { text-align: center; }

.main-content-ad { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #e5e5e5; }

#dfp_ad_5, #dfp_ad_6, #dfp_ad_10, #dfp_ad_11, #dfp_ad_12, #dfp_ad_13 { width: 300px; margin: 0 auto; }

#skin_ad { position: fixed; top: 0; left: 50%; margin-left: -1050px; }

#sidebar-mailing-list-form { position: relative; padding: 12px 0px 8px 0px; margin: 0px 0px 12px 0px; border-bottom: 1px solid #e5e5e5; *zoom: 1; }
#sidebar-mailing-list-form:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#sidebar-mailing-list-form #sweeten-your-inbox { display: block; text-indent: -9999px; width: 150px; height: 154px; background-position: 0 0; margin: 0px 0px 20px 0px; }
#sidebar-mailing-list-form a { background-position: 0 -990px; }

#footer-mailing-list-form { float: right; }
#footer-mailing-list-form a { background-position: 0 -990px; }

.mailing-list-form-wrapper { width: 150px; padding: 0 0 14px; position: relative; }
.mailing-list-form-wrapper .mailing-list-input-wrapper { border-color: #e5e5e5; border-style: solid solid solid solid; border-width: 1px; height: 30px; width: 148px; background-color: #fff; position: relative; }
.mailing-list-form-wrapper .mailing-list-input-wrapper input { margin: 5px 37px 5px 7px; font-family: Apercu, "Rambla", Calibri, sans-serif; font-size: 14px; width: 106px; height: 20px; border: none; border-color: transparent; outline: none; }
.mailing-list-form-wrapper .mailing-list-input-wrapper a { width: 35px; height: 32px; display: block; text-indent: -9999px; width: 35px; height: 32px; position: absolute; display: block; right: -1px; top: -1px; }

.googleplus1_button > div { width: 60px !important; max-width: 90px; }
.googleplus1_button > div iframe { width: 60px !important; }

#vip-credit { text-align: center; }
/**
 * Post Reblogging not in the Reader
 */


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


/* Old reblog styles */
.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; }


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

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 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;
}
.fb-social-plugin{width:100%;margin:2px 0 2px 0}@media only screen and (max-device-width:480px){.fb-like{float:left;width:100%}div.fb-comments span{float:left;width:100%}}/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
}
.wpvidavee_title {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 2px 5px;
	text-align: left;
}
.wpvidavee_footer {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 2px 5px;
	text-align: right;
}
.wpvidavee_footer a {
	text-decoration: none;
}
.wpvidavee_p {
	color: red;
}
.hidden {
	display: none;
}
.possibly-related {
	clear: both;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}

/**
 * Simple Homepage Experiment
 */

.simple-homepage-experiment #header,
.simple-homepage-experiment #footer,
.simple-homepage-experiment #landingpage {
	display: none !important;
}
.simple-homepage-experiment .simple-homepage {
	display: block !important;
}

.simple-homepage-experiment .simple-homepage {
	background: #f5f5f5;
}

/**
 * Typography
 */

.simple-homepage-experiment body,
.simple-homepage-experiment td,
.simple-homepage-experiment p,
.simple-homepage-experiment div,
.simple-homepage-experiment input,
.simple-homepage-experiment label {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
}

.simple-homepage-experiment input[type=checkbox] {
	margin: 0;
}

.simple-homepage-experiment h2,
.simple-homepage-experiment h3 {
	text-align: center;
}

.simple-homepage-experiment h2 {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 18px !important;
	color: #464646;

	margin-bottom: 16px;
}

.simple-homepage-experiment h3 {
	color: #898989;
	font-size: 14px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.simple-homepage-experiment a {
	color: #1e8cbe;
	text-decoration: none;
}

.simple-homepage-experiment a:hover {
	color: #005684;
}

/**
 * Layout
 */

body.simple-homepage-experiment {
	background: #f1f1f1;
}

body.simple-homepage-experiment#h4home #lang-guess {
	margin-top: 85px;
	padding: 15px;

	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.simple-homepage {
	display: none;
}

body.simple-homepage-experiment .simple-homepage {
	display: block;
}

.simple-homepage-experiment h1 {
	margin: 50px auto 50px auto;
	padding-left: 85px;
	height: 75px;
	width: 305px;
	color: #737373;

	font-size: 43px !important;
	font-weight: 100;
	line-height: 75px;
	text-shadow: 0 1px 0 #fff;

	background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-1x.png) no-repeat !important;
}

.simple-homepage-experiment .content {
	max-width: 910px;
	margin: auto;
}

.simple-homepage-experiment .box {
	background: #fff;
	width: 43.4065934%;
	height: 280px;
	padding: 35px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

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

.simple-homepage-experiment .box:hover {
	-moz-box-shadow:    0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow:         0px 2px 5px rgba(0,0,0,0.3);

}

.simple-homepage-experiment .or {
	width: 45px;
	height: 45px;
	margin: 100px 20px;

	float: left;

	color: rgba( 0, 0, 0, 0.2);
	text-shadow: 0 1px 1px #f1f1f1, 0 0 0 #aaa,
				 0 4px 1px #f1f1f1;

	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;

	border-radius: 50%;
	border: 8px rgba( 0, 0, 0, 0.1 ) solid;
}

.simple-homepage-experiment .sign-up {
	text-align: center;
}

.simple-homepage-experiment .big-ass-blue-button {
	margin: 20px auto;
	padding: 12px 40px;

	display: inline-block;

	color: #fff !important;
	font-size: 24px;
	text-decoration: none;
	text-shadow:  0px -1px 1px rgba(0,0,0,0.32);

	border-radius: 4px;

	background-color: #0aa1ce;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(10, 161, 206)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0aa1ce', EndColorStr='#0088b5');

	border: 1px solid #0088b5;

	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.5),
				0 1px 1px rgba(0,0,0,0.3);
}

.simple-homepage-experiment .big-ass-blue-button:hover {
	color: #fff;

	background-color: #4eb5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 181, 213)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4eb5d5', EndColorStr='#0088b5');
}

.simple-homepage-experiment .big-ass-blue-button:active {
	background: #0aa1ce;
	box-shadow:	inset 0px -1px 1px rgba(255,254,254,0.2);
}

.simple-homepage-experiment .login input[type=text],
.simple-homepage-experiment .login input[type=password] {
	display: block;
	width: 90%;
	margin: 0 0 10px 0;
	padding: 10px 15px 10px 35px;

	color: #898989;
	font-size: 14px;
	font-weight: 200;

	border-radius: 3px;

	background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;

	border: 1px solid #BFBFBF;

	-moz-box-shadow:    inset 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow:         inset 0px 1px 3px rgba(0,0,0,0.15);
}

.simple-homepage-experiment .login input:focus {
	background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;
	color: #444;
	border: 1px #aaa solid;
}

.simple-homepage-experiment .login input[type=text] {
	background-position: -3px -3px;
}

.simple-homepage-experiment .login input[type=password] {
	background-position: -3px -57px;
}

.simple-homepage-experiment#h4home #wrapper button.login-button {
	float: right !important;
	padding: 5px 20px !important;
	margin: 20px 0 !important;
	border-radius: 3px !important;
	border: 1px #bbb solid !important;

	color: #464646 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;

	text-shadow:         0px 1px 1px #fff !important;
	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.8),
				0 1px 2px rgba(0,0,0,0.1)  !important;

	background-color: #eaeaea !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 234, 234)), to(rgb(201, 201, 201))) !important;
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#c9c9c9')  !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:hover {
	background-color: #fcfcfc !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(202, 202, 202))) !important;
	background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#cacaca') !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:active {
	background: #eaeaea  !important;
	box-shadow: 0 -1px 1px rgba(255,255,255,0.8)  !important;
}

.simple-homepage-experiment .forgot-password {
	display: block;
	margin: 17px 0 4px 0;

	float: left;
	clear: left;

	font-size: 12px;
}

.simple-homepage-experiment .remember-me {
	float: left;
	clear: left;
	margin: 0;
}

.simple-homepage-experiment .remember-me label {
	font-size: 12px;
	color: #1e8cbe;
}

.simple-homepage-experiment .remember-me label:hover {
	color: #005684;
}

.simple-homepage-experiment .footer {
	position: fixed;
		bottom: 20px;
		right: 0;
		left: 0;
	color: #898989;

	font-size: 11px;
	clear: both;
	text-align: center;
}

.simple-homepage-experiment .footer .automattic {
	margin: 0 3px;
	width: 127px;
	height: 13px;

	background: url(/wp-content/themes/h4/i/simple-homepage/automattic-1x.png) no-repeat;
	text-indent: -999999px;
	display: inline-block;
	vertical-align: text-bottom;
}

.simple-homepage-experiment .clear {
	clear: both;
}

/**
 * Retina CSS
 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {

	.simple-homepage-experiment h1 {
		background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-2x.png) no-repeat !important;
		background-size: 74px 74px;
	}

	.simple-homepage-experiment .footer .automattic {
		background: url(/wp-content/themes/h4/i/simple-homepage/automattic-2x.png) no-repeat;
		background-size: 127px 11px;
	}

	.simple-homepage-experiment .login input[type=text],
	.simple-homepage-experiment .login input[type=password] {
		background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

	.simple-homepage-experiment .login input:focus {
		background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

}

/**
 * Responsive CSS
 */

@media screen and (max-width: 800px) {

	.simple-homepage-experiment .or {
		clear: both;
		float: none;
		margin: 20px auto;
	}

	.simple-homepage-experiment .box {
		clear: both;
		margin: auto 20px;
		float: none;
		width: auto;
	}

	.simple-homepage-experiment .login {
		margin-bottom: 30px;
	}

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
	}
}

@media screen and (max-height: 580px) {

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
		margin-top: 50px;
	}
}div[class^="gr_custom_container"] {
	/* customize your Goodreads widget container here*/
	border: 1px solid gray;
	border-radius:10px;
	padding: 10px 5px 10px 5px;
	background-color: #FFF;
	color: #000;
}

div[class^="gr_custom_container"] a {
	color: #000;
}

h2[class^="gr_custom_header"] {
	/* customize your Goodreads header here*/
	display: none;
}
div[class^="gr_custom_each_container"] {
	/* customize each individual book container here */
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	overflow: auto;
	padding-bottom: 4px;
	border-bottom: 1px solid #aaa;
}
div[class^="gr_custom_book_container"] {
	/* customize your book covers here */
	float: right;
	overflow: hidden;
	height: 60px;
	margin-left: 4px;
	width: 39px;
}
div[class^="gr_custom_author"] {
	/* customize your author names here */
	font-size: 10px;
}
div[class^="gr_custom_tags"] {
	/* customize your tags here */
	font-size: 10px;
	color: gray;
}
div[class^="gr_custom_review"] {
}
div[class^="gr_custom_rating"] {
	display: none;
}
