@charset "UTF-8";
/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* 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%;
	min-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 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

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

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

#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;
	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;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

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

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

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

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


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

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

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


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


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

.infinite-wrap {
}
.infinite-loader {
	color: #000;
	display: block;
	height: 28px;
	text-indent: -9999px;
}
#infinite-handle span {
	background: #333;
	border-radius: 1px;
	color: #eee;
	cursor: pointer;
	font-size: 13px;
	padding: 6px 16px;
}

/**
 * Using a highly-specific rule to make sure that all button styles
 * will be reset
 */
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
	display: inline;
	position: static;
	padding: 0;
	margin: 0;
	border: none;
	line-height: inherit;
	background: transparent;
	color: inherit;
	cursor: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

/**
 * This is used to avoid unnecessary inner button spacing in Firefox
 */
#infinite-handle span button::-moz-focus-inner {
	margin: 0;
	padding: 0;
	border: none;
}

/**
 * For smaller viewports, remove the down-arrow icon and turn
 * the button into a block element, spanning the content's full width.
 */
@media (max-width: 800px) {
	#infinite-handle span:before {
		display: none;
	}
	#infinite-handle span {
		display: block;
	}
}

/**
 * Footer
 */
#infinite-footer {
	position: fixed;
		bottom: -50px;
		left: 0;
	width: 100%;
}
#infinite-footer a {
	text-decoration: none;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #444;
	text-decoration: underline;
}
#infinite-footer .container {
	background: rgba( 255, 255, 255, 0.8 );
	border-color: #ccc;
	border-color: rgba( 0, 0, 0, 0.1 );
	border-style: solid;
	border-width: 1px 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 20px;
	width: 780px;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
}
#infinite-footer .blog-info {
	float: left;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}
#infinite-footer .blog-credits {
	font-weight: normal;
	float: right;
	width: 60%;
}
#infinite-footer .blog-info a {
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
#infinite-footer .blog-credits {
	color: #888;
	font-size: 12px;
	text-align: right;
}
#infinite-footer .blog-credits a {
	color: #666;
}

/**
 * Hooks to infinity-end body class to restore footer
 */
.infinity-end.neverending #infinite-footer {
	display: none;
}

/**
 * Responsive structure for the footer
 */
@media (max-width: 640px) {
	#infinite-footer .container {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#infinite-footer .blog-info {
		width: 30%;
	}
	#infinite-footer .blog-credits {
		width: 70%;
	}
	#infinite-footer .blog-info a,
	#infinite-footer .blog-credits {
		font-size: 10px;
	}
}

/**
 * No fixed footer on small viewports
 */
@media ( max-width: 640px ) {
	#infinite-footer {
		position: static;
	}
}/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

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

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}@charset "UTF-8";
/*
Theme Name: Four Hour Work Week
Theme URI: http://www.fourhourworkweek.com/blog/
Author: Automattic
Author URI: http://automattic.com
Description: WordPress theme for Tim Ferriss – NYT #1 Bestselling Author, Four Hour Work Week
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: fhww
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 mehr is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

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

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

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

strong.green {
  color: #64af1b; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  background: #f1f1f1;
  border-left: 1px solid #ccc;
  margin: 0 1.5em;
  padding: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%; }

code, kbd, tt, var {
  font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Links */
a {
  color: #144e9c; }

a:visited {
  color: #333366; }

a:hover,
a:focus,
a:active {
  color: #144e9c;
  text-decoration: none; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.center {
  text-align: center; }

.quote {
  color: #172787; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: '';
  display: table; }

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both; }

/* =Layout
----------------------------------------------- */
body {
  background: #1a1a1a; }

.site {
  margin: 0px auto 20px auto;
  padding: 0;
  width: 900px; }

.site-header {
  width: 100%; }

.site-branding {
  float: left;
  margin-bottom: 20px;
  width: 385px;
  height: 49px; }

.site-title a {
  background: url(/wp-content/themes/vip/four-hour-work-week/images/logo-bright.png) 0 0 no-repeat;
  display: block;
  width: 385px;
  height: 49px;
  overflow: hidden;
  text-indent: -9999px; }

.site-description {
  display: none; }

.header-search {
  color: #ccc;
  float: right;
  margin: 0;
  position: relative; }

.header-search .search-field {
  background: #111;
  /* background: rgba( 0, 0, 0, 0.15 ); */
  border: 1px solid #5d5d5d;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(230, 230, 230, 0.1);
  border-right: 1px solid rgba(230, 230, 230, 0.1);
  border-radius: 5px;
  box-shadow: inset 5px 5px 8px rgba(0, 0, 0, 0.15);
  color: #AAA;
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin: 3px 0 0 0;
  padding: 4px 75px 4px 15px;
  width: 190px;
  height: 31px; }

.header-search .search-submit {
  background: #defe46;
  border: 0;
  /* border-top: 1px solid rgba( 255, 255, 255, 0.05 ); */
  /* border-bottom: 1px solid rgba( 0, 0, 0, 0.50 ); */
  /* border-radius: 3px; */
  box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.25);
  color: #000;
  cursor: pointer;
  float: left;
  font-size: 10px;
  margin: 0px 9px;
  outline: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 10px;
  height: 25px;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  -webkit-appearance: none;
  font-size: 12px;
  font-weight: 700; }

.header-search .search-submit:hover {
  background: #defe46;
  /* border-top: 1px solid rgba( 255, 255, 255, 0.05 ); */
  /* border-bottom: 1px solid rgba( 0, 0, 0, 0.50 ); */
  box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.45);
  color: #000; }

.header-search .header-search .search-submit:focus {
  background: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -10px 10px #444;
  color: #aaa;
  outline: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); }

.header-image-wrapper {
  background: #111;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  clear: both;
  overflow: hidden; }

.header-image {
  float: left; }

.header-promo {
  float: right;
  width: 352px;
  height: 230px; }

.site-content {
  background: #fff url(/wp-content/themes/vip/four-hour-work-week/images/content_bg.png) 0 0 repeat-y;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  padding: 20px; }

.content-area {
  float: left;
  width: 510px; }

.widget-area {
  float: right;
  width: 300px; }

.site-footer {
  background: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  color: #ccc;
  padding: 20px; }

/* =Menu
----------------------------------------------- */
.main-navigation {
  background: #111;
  color: #fff;
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  padding: 12px 0;
  position: relative; }

.main-navigation li:hover {
  background: #609022;
  /* Old browsers */
  background: -moz-linear-gradient(top, #609022 0%, #2d480b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #609022), color-stop(100%, #2d480b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #609022 0%, #2d480b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #609022 0%, #2d480b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #609022 0%, #2d480b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #609022 0%, #2d480b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#609022', endColorstr='#2d480b',GradientType=0 );
  /* IE6-9 */
  color: #fff; }

.main-navigation li a {
  border-right: 1px solid #666;
  color: #fff;
  display: block;
  padding: 0 15px;
  text-decoration: none; }

.main-navigation ul ul {
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 3.27em;
  left: 0;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation ul ul a {
  border: 0 none;
  border-bottom: 1px solid #ccc;
  color: #387ec6;
  padding: 8px 0;
  width: 200px; }

.main-navigation ul ul li {
  padding: 0 15px; }

.main-navigation ul ul li:last-child a {
  border: none 0; }

.main-navigation ul ul li:hover {
  background: #fff; }

.main-navigation ul li:hover > ul {
  display: block; }

/* Small menu */
.menu-toggle {
  display: none;
  cursor: pointer; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    display: none; } }
/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em; }

.entry-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.entry-header .entry-meta {
  border-top: 1px solid #DDD;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  padding-top: 1em; }

.entry-title {
  color: #64af1b;
  font-weight: bold;
  font-size: 1.85em;
  line-height: 1.1em; }

.entry-title a {
  color: #64af1b;
  text-decoration: none; }

.hentry h2 {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 0 .3em 0;
  line-height: 1.1em; }

.hentry h3 {
  border-bottom: 1px solid #ddd;
  color: #64af1b;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0 0 .3em 0; }

.hentry h3.center {
  text-align: center; }

.posted-on a {
  color: #666;
  font-size: .8em;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase; }

.comments-link a {
  color: #666;
  display: block;
  font-size: 1.2em;
  margin-bottom: .5em;
  text-decoration: none; }

.entry-meta {
  overflow: hidden; }

.byline {
  float: left;
  width: 50%; }

.cat-links {
  float: right;
  text-align: right;
  width: 50%; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-content .gallery {
  margin-bottom: 1.5em; }

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-content .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden; }

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%; }

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* =Comments
----------------------------------------------- */
#respond {
  margin-bottom: 0 !important; }

.comment-zen {
  margin-bottom: 3em; }

.comments-title,
.comment-reply-title {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 1em 0;
  padding: 0 0 .3em 0; }

.comment-list {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0; }

.comment {
  border-bottom: 1px solid #ccc;
  min-height: 64px;
  padding: 1em 0;
  position: relative; }

.comment-meta {
  margin-bottom: 1em; }

.comment-author,
.comment-metadata {
  display: inline; }

.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 1em; }

.comment-author cite {
  font-style: normal; }

.comment-body {
  margin-left: 74px;
  padding: 0 0 0 10px; }

.comment-body blockquote {
  border: 1px solid #ccc;
  margin: 0 10px .5em 0;
  padding: 8px 5px 5px 33px; }

.reply {
  font-size: .85em; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor .comment-author a {
  color: #e74d00;
  font-weight: bold; }

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget-title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0.5em 0; }

.widget-title a {
  color: #333;
  text-decoration: none; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/* Categories widget */
.widget_categories {
  overflow: hidden; }

.widget_categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.widget_categories li {
  clear: none;
  float: left;
  font-size: .9em;
  line-height: 1.2em;
  margin: 0 0 .5em 0;
  width: 50%; }

/* Top Posts Widget */
.widget_top-posts ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.widget_top-posts li {
  clear: none;
  font-size: .9em;
  line-height: 1.2em;
  margin: 0 0 .5em 0; }

/* Flickr Widget */
.widget_flickr #flickr_badge_wrapper {
  background: transparent;
  border: none 0; }

.widget_flickr #flickr_badge_wrapper br {
  display: none; }

.widget_flickr #flickr_badge_wrapper img {
  border: 1px solid #ccc;
  float: left;
  margin: 1%;
  padding: 1%;
  width: auto;
  height: 80px; }

.widget_flickr #flickr_badge_wrapper a {
  clear: both;
  color: #144e9c !important; }

.widget_facebook_likebox iframe {
  background: transparent !important; }

/* =Footer
----------------------------------------------- */
.site-footer {
  color: #ccc;
  font-size: .9em; }

.site-footer a {
  color: #ccc; }

.site-info {
  width: 60%;
  float: left; }

.copyright-info {
  width: 40%;
  float: right;
  text-align: right; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

nav #subscribe {
  float: right;
  line-height: 12px;
  color: #f1f1f1;
  line-height: 19px;
  width: 352px;
  text-align: right;
  padding: 8px 10px 0 0; }

nav #sub_button {
  position: absolute;
  top: 308px;
  margin: 0 0 0 -28px;
  z-index: 1000;
  display: block; }

nav #subscribe a {
  color: #387ec6;
  font-size: 12px;
  line-height: 19px; }

nav #subscribe a:hover {
  color: #387ec6;
  text-decoration: none; }

nav #subscribe span {
  float: left;
  display: block;
  margin: 0 10px 0 40px;
  font-size: 12px;
  line-height: 19px; }

.widget_top-posts ul {
  background: #fff;
  width: 280px;
  padding: 5px 7px;
  border: 2px solid #8cbf1f;
  font-size: 11px !important; }

.widget_top-posts li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0 !important;
  background: #fff;
  list-style: none;
  font-size: 12px !important; }

a.more-link {
  font-weight: bold;
  font-size: .9em; }

.entry-bottom {
  background: #eefbdc;
  font-size: 0.9em;
  float: left;
  clear: both;
  border: 1px solid #ccc;
  margin: 0 0 1.5em 0;
  padding: 10px; }

.entry-header {
  clear: left; }

.main-navigation li a:hover {
  text-decoration: underline; }

p {
  font-size: 1em;
  margin: 0 0 1.0em 0;
  line-height: 1.4em; }

.entry h2 {
  float: left;
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 0 0.3em 0;
  line-height: 1.1em; }

input.search-field {
  float: left;
  width: 200px;
  border: 1px solid #ccc;
  padding: 4px;
  font-size: 12px;
  line-height: 16px;
  font-family: Helvetica, Arial, sans-serif; }

#searchsubmit {
  float: left;
  padding: 0 0 0 10px; }

input.search-field {
  float: left;
  width: 190px;
  height: 31px;
  background: #535353;
  background: rgba(0, 0, 0, 0.15);
  color: #5d5d5d;
  border: 1px solid #5d5d5d;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(230, 230, 230, 0.1);
  border-right: 1px solid rgba(230, 230, 230, 0.1);
  margin: 3px 0 0 0;
  padding: 4px 75px 4px 15px;
  font-size: 14px;
  line-height: 16px;
  font-family: Helvetica, Arial, sans-serif;
  -moz-box-shadow: inset 5px 5px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 5px 5px 8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px 5px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

input.search-field:focus {
  color: #E5E5E5;
  background: #3f3f3f;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15); }

#search_form input[type="submit"] {
  background: #373737;
  outline: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 6px;
  height: 25px;
  margin: 0px 9px;
  border-radius: 3px;
  box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 10px;
  color: #727272;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-appearance: none; }

#search_form input[type="submit"]:hover {
  background: #666;
  box-shadow: inset 0px -10px 10px #444;
  color: #AAA;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); }

#search_form input[type="submit"]:focus {
  background: #666;
  box-shadow: inset 0px -10px 10px #444;
  color: #AAA;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); }

#searchsubmit {
  position: absolute;
  float: left;
  padding: 0 0 0 10px; }

.widget_flickr #flickr_badge_wrapper img {
  width: auto;
  height: auto; }

.comment-list ul {
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  list-style-type: none;
  margin: 0;
  padding-left: 20px; }

.comment-list ul li {
  border-bottom: 0 none; }

.comment-list .fn .url {
  color: #000; }

.wpcom-related-posts {
  padding: 10px;
  background: #eefbdc;
  margin: 0 0 2em;
  border: 1px solid #64af13;
  border-left: none;
  border-right: none; }

.wpcom-related-posts ul {
  margin: 0;
  padding: 0; }

.wpcom-related-posts ul:before {
  content: 'Related & Recommended Posts';
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  color: #64af1b;
  margin: 0 0 .5em; }

.wpcom-related-posts li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
  width: 75%; }

#subscribe {
  margin-top: 4px;
  width: 347px !important;
  padding-right: 4px !important;
  font-size: 12px; }

/* =COMMON ELEMENTS
====================================================================================================================================== */
h1 {
  font-weight: bold;
  margin: 0 0 .1em;
  color: #64af1b;
  letter-spacing: -1px; }

h1.pagetitle {
  float: none;
  font-size: 1.9em;
  font-weight: bold;
  color: #64af1b; }

.entry h2 {
  float: left;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 0 .3em; }

h3.gen {
  font-weight: bold;
  color: #333;
  margin: 2em 0 .5em;
  font-size: 1.1em; }

.contents h3.gent {
  margin: 1em 0 .5em; }

h3.center {
  text-align: center; }

#secondary h3 {
  font-weight: bold;
  margin: 0 0 .5em; }

.entry h3, .entry-single h3, #next h3, #comments h3 {
  font-weight: bold;
  padding: 0 0 .3em;
  margin: 0 0 1em;
  color: #333;
  border-bottom: 1px solid #ddd; }

#next h4 {
  font-weight: bold;
  color: #64af1b;
  margin: 0 0 1em; }

.tabberlive .tabbertab h4 {
  font-weight: normal;
  margin: 0 0 .3em;
  font-weight: bold; }

h4.gen {
  color: #06c;
  font-weight: bold;
  margin: 0 0 .3em; }

p {
  margin: 0 0 1em; }

p.center {
  text-align: center; }

p.right {
  text-align: right;
  clear: both; }

p.date {
  color: #666;
  text-transform: uppercase;
  margin: 0 0 .2em;
  letter-spacing: .5px; }

p.meta {
  float: left;
  width: 100%;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 0 0 .5em;
  margin: 0 0 1.2em;
  height: 1%; }

#pop-in p.meta {
  color: #aaa;
  border: none;
  margin: 0;
  padding: 0; }

p.comment_zen {
  color: #000; }

.contents p {
  margin: 0 0 .1em; }

p.single_date {
  color: #999;
  font-style: italic;
  clear: both;
  margin: 0 !important; }

strong {
  font-weight: bold; }

strong.green {
  color: #64af1b; }

em {
  font-style: italic; }

em.alert {
  display: block;
  padding: 5px;
  background: #ffc;
  color: #333; }

a.fn {
  font-size: .8em; }

#footer a {
  color: #999; }

#footer a:hover {
  text-decoration: none; }

a img {
  border: none; }

ul.gen {
  padding: 0 25px;
  margin: 0 0 1.5em; }

ul.gen li {
  margin: .3em 0;
  list-style: disc; }

ol {
  padding: 0 25px;
  list-style: decimal;
  margin: 0 0 1.5em; }

ol li {
  margin: 0 0 .5em; }

/* ==[ Sample Chapter Styles ]== */
p.quote {
  font-weight: normal;
  color: #172787; }

blockquote.chapters {
  padding: 0 40px;
  margin: 0 0 1.5em; }

h3.chapters {
  font-weight: bold;
  margin: 0 0 1.5em; }

ul.chapters {
  margin: 0 0 1.5em; }

ul.chapters li {
  margin: 0 0 .5em;
  background: url(/wp-content/themes/vip/four-hour-work-week/images-green/arrow.png) 0 -2px no-repeat;
  padding: 0 0 0 20px; }

dt {
  margin: 0 0 .5em;
  font-weight: bold;
  color: #64af1b; }

dd {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #ccc; }

#sources {
  float: left;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #ccc; }

/* ==[ Buzz and Reviews ]== */
.buzz blockquote {
  margin: 0 0 .5em;
  font-weight: bold; }

.buzz cite {
  display: block;
  margin: 0 0 1.5em; }

.buzz hr {
  color: #ccc;
  margin: 0 0 1.5em; }

/* ==[ LQ Calculator ]== */
fieldset {
  padding: 10px;
  margin-bottom: 15px; }

legend {
  font-weight: bold; }

#calculator {
  margin: 0 0 1.5em;
  overflow: hidden; }

#calculator label {
  font-weight: bold; }

#calculator table {
  border: 0;
  padding: 0; }

#calculator td {
  color: #333;
  padding: 0 0 10px; }

#calculator td.question {
  width: 400px;
  text-align: left; }

#calculator td.answer {
  width: 106px;
  text-align: right; }

#result {
  display: none; }

#result td {
  padding: 0 0 10px; }

#result td.question {
  font-weight: bold; }

.no_border {
  border: none;
  border-style: none; }

#result input #submit_newcalcl_id0 {
  border: 1px;
  border-style: ridge; }

/* ==[ Expense Calculator ]== */
table#expense {
  width: 80%;
  margin: 0 0 1.5em; }

table#expense tr.alt td {
  border: 1px solid #64af1b;
  background: #eefbdc;
  border-left: 0;
  border-right: 0; }

table#expense td {
  padding: 2px 5px; }

table#expense td.right {
  text-align: right; }

#dsq-content #dsq-comments .dsq-comment.dsq-special {
  border: 5px solid #64AF1B;
  padding: 10px; }

#dsq-content #dsq-comments .dsq-comment.dsq-special cite {
  font-size: 120%; }

#dsq-content p {
  font-size: 13px; }

#dsq-content #dsq-pagination {
  margin: 20px 0;
  text-align: center; }

#book-mobile {
  display: none; }

blockquote {
  background: none;
  border-left: 0;
  padding: 0; }

.widget_top-posts a {
  font-weight: bold; }

.site-content {
  min-height: 100%;
  height: 100%; }

#secondary .tabbed {
  float: left;
  overflow: hidden;
  width: 300px;
  margin: 0 0 10px 0; }

#secondary .tabbed ul.tabs {
  float: left;
  width: 100%;
  border-bottom: 2px solid #8fd039;
  width: 298px; }

#secondary .tabbed ul.tabs li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 11px !important;
  clear: none; }

#secondary .tabbed ul.tabs li a {
  overflow: hidden;
  display: block;
  padding: 5px 8px 5px 8px;
  text-decoration: none;
  margin: 0 1px 0 0;
  color: #666;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-bottom: none; }

#secondary .tabbed ul.tabs li a:visited {
  color: #222; }

#secondary .tabbed ul.tabs li a.tab-current {
  background: #8cbf1f;
  color: #fff;
  border: 1px solid #e0e0d4;
  border-bottom: none;
  z-index: 999; }

.tabbed div {
  float: left;
  display: block;
  background: #fff;
  width: 280px;
  padding: 5px 7px;
  border-bottom: 2px solid #8cbf1f;
  border-left: 2px solid #8cbf1f;
  border-right: 2px solid #8cbf1f;
  font-size: 11px !important; }

.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 {
  background: #fff;
  display: none; }

.tabbed div ul {
  background: #fff;
  font-size: 12px; }

.tabbed div ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 !important;
  background: #fff;
  list-style: none;
  font-size: 12px !important; }

.tabbed div ul li:last-child {
  border: none; }

.tabbed ul {
  margin: 0; }

.tabbed h4 {
  font-weight: bold; }

.popular-post-list {
  background-color: #fff;
  margin: 0;
  padding: 5px 7px;
  border: 2px solid #8cbf1f; }

.popular-post-list li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 !important;
  background: #fff;
  list-style: none;
  font-size: 12px !important; }

.popular-post-list li h4 {
  font-weight: bold; }

.popular-post-list li:last-child {
  border: none; }

/* Show Banner w/ Sass */
@-webkit-keyframes slide {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  40%, 90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes slide {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  40%, 90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  40%, 90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#tfx-banner {
  width: 100%;
  height: 319px;
  position: relative;
  overflow: hidden; }

#tfx-banner .tfx-piece {
  position: absolute;
  z-index: 30; }

#tfx-banner #tfx_logo {
  top: 40px;
  left: 20px; }

#tfx-banner #tfx_thumbnail {
  left: 55px;
  bottom: 28px; }

#tfx-banner #tfx_thumbnail:hover {
  cursor: pointer; }

#tfx-banner #tfx_tag {
  right: 30px;
  bottom: 148px; }

#tfx-banner #tfx_cta {
  right: 45px;
  bottom: 30px;
  z-index: 900; }

#tfx-banner #tfx-trailer {
  z-index: 40px;
  background-image: -webkit-linear-gradient(90deg, #1a1a1a, rgba(26, 26, 26, 0));
  background-image: linear-gradient(90deg, #1a1a1a, rgba(26, 26, 26, 0));
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 256px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

#tfx-banner #tfx-trailer iframe {
  position: absolute;
  top: 40px;
  left: 80px; }

#tfx-banner #tfx-trailer.trailer-active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1; }

#tfx-banner #tfx-trailer .trailer-toggle {
  position: absolute;
  top: 40px;
  left: 520px;
  z-index: 30; }

#tfx-banner .slide-item {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-animation: slide 18s;
  -moz-animation: slide 18s;
  animation: slide 18s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0; }

#tfx-banner .slide-item#slide01 {
  background-image: url(/wp-content/themes/vip/four-hour-work-week/images/tfx/slideShow_01.jpg); }

#tfx-banner .slide-item#slide02 {
  background-image: url(/wp-content/themes/vip/four-hour-work-week/images/tfx/slideShow_02.jpg);
  -webkit-animation-delay: -12s;
  -moz-animation-delay: -12s;
  animation-delay: -12s; }

#tfx-banner .slide-item#slide03 {
  background-image: url(/wp-content/themes/vip/four-hour-work-week/images/tfx/slideShow_03.jpg);
  -webkit-animation-delay: -6s;
  -moz-animation-delay: -6s;
  animation-delay: -6s; }

#nav-search {
  float: right;
  width: 240px;
  padding: 8px 10px 0 0; }

#nav-search .screen-reader-text {
  display: none; }

#nav-search .search-field {
  width: 160px;
  height: 18px;
  padding: 4px;
  margin: 0 5px 0 0;
  background: #2c2c2c;
  border: 1px solid #636363;
  border-radius: 2px;
  color: #CCC; }

#nav-search .search-field::-webkit-input-placeholder {
  color: #FFF; }

#nav-search .search-field::-moz-placeholder {
  color: #FFF; }

#nav-search .search-field:-moz-placeholder {
  color: #FFF; }

#nav-search .search-field:-ms-input-placeholder {
  color: #FFF; }

#nav-search .search-submit {
  height: 28px; }

/**
 * Site Content – RESPONSIVE
 */
@media (max-width: 900px) {
  .site {
    width: 100%; }
    .site .site-content {
      background: #fff; }
    .site .content-area {
      width: 100%; }
    .site .widget-area {
      display: none; } }

.top-nav-icons {
  content: " ";
  display: inline-block;
  background-image: url(/wp-content/themes/vip/four-hour-work-week/../four-hour-work-week/images/responsive/responsive-sprite.png);
  background-size: 87px; }
  .top-nav-icons.close-white {
    width: 12px;
    height: 12px;
    background-position: 24px 0px; }

#site-navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 900px) {
    #site-navigation {
      font-size: 11px;
      font-weight: 600; } }

#hamburger-btn,
#search-btn {
  cursor: pointer;
  background: #5e5e5e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative; }
  @media screen and (min-width: 900px) {
    #hamburger-btn,
    #search-btn {
      display: none; } }

.hamburger-inner {
  position: absolute;
  top: 4px;
  left: 9px; }

.menu-btn span {
  display: block;
  width: 12px;
  height: 2px;
  margin: 4px 0;
  background: #fff;
  z-index: 99; }

.close-hamburger-menu {
  display: none; }
  .close-hamburger-menu img {
    height: 12px;
    width: 12px; }

#hamburger-btn.expand {
  background: #408fca; }
  @media screen and (max-width: 900px) {
    #hamburger-btn.expand span {
      display: none; }
    #hamburger-btn.expand .close-hamburger-menu {
      display: block;
      height: 12px;
      width: 12px;
      position: absolute;
      top: 5px; } }

@media screen and (max-width: 900px) {
  .responsive-menu {
    display: none;
    position: absolute;
    background: #383838;
    top: 48px;
    left: 0;
    width: 100%; }
    .responsive-menu li {
      display: block;
      float: none;
      border-bottom: 1px solid #424242; }
      .responsive-menu li:hover {
        background: #222; }
      .responsive-menu li a {
        border-right: 0;
        outline: none; }
    .responsive-menu ul li:hover > ul {
      display: none; }
    .responsive-menu ul li.open {
      padding-bottom: 0; }
    .responsive-menu ul li.open > ul {
      display: block;
      float: none;
      position: static;
      background: #303030;
      box-shadow: none;
      margin-top: 14px;
      border: none; }
      .responsive-menu ul li.open > ul li {
        padding-left: 30px;
        border-bottom: 1px solid #404040; }
        .responsive-menu ul li.open > ul li:hover {
          background: #222; }
      .responsive-menu ul li.open > ul a {
        color: #fff;
        border-bottom: 0;
        width: auto; } }

.expand {
  display: block !important; }

@media screen and (max-width: 600px) {
  .main-navigation ul {
    display: block;
    position: static;
    float: none; } }

@media screen and (max-width: 900px) {
  .main-navigation {
    background: #434343;
    padding: 9px; } }

.mobile-text-menu-items {
  display: none; }
  @media screen and (max-width: 900px) {
    .mobile-text-menu-items {
      display: block;
      text-transform: uppercase;
      font-size: 10px; }
      .mobile-text-menu-items img {
        margin-right: 6px; }
      .mobile-text-menu-items a {
        display: inline-block;
        margin-right: 25px; }
        .mobile-text-menu-items a:first-child img {
          position: relative;
          top: 3px; } }

/*
 * Mobile Nav
 */
.mobile-nav {
  float: left; }
  @media screen and (min-width: 900px) {
    .mobile-nav {
      display: none; } }

@media screen and (max-width: 900px) {
  .menu-item-has-children {
    position: relative; }
    .menu-item-has-children:after {
      content: " ";
      display: block;
      position: absolute;
      background-image: url(/wp-content/themes/vip/four-hour-work-week/../four-hour-work-week/images/responsive/arrow-down.png);
      background-size: 100%;
      background-repeat: no-repeat;
      right: 13px;
      top: 18px;
      height: 11px;
      width: 11px; }
    .menu-item-has-children.open:after {
      background-image: url(/wp-content/themes/vip/four-hour-work-week/../four-hour-work-week/images/responsive/arrow-up.png); } }

/*
 * Podcast and TV links
 */
@media screen and (max-width: 900px) {
  .mobile-text-menu-items {
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 30px; }
    .mobile-text-menu-items img {
      width: 14px; }
    .mobile-text-menu-items a {
      color: #fff;
      text-decoration: none; } }

/*
 * Search
 */
@media screen and (max-width: 900px) {
  #nav-search {
    width: auto;
    padding-top: 0;
    padding-right: 0;
    /*
    * OPEN Search bar
     */ }
    #nav-search form {
      display: none; }
    #nav-search .search-icon {
      width: 15px;
      height: 14px;
      position: absolute;
      top: 8px;
      left: 8px; }
    #nav-search .search-icon-open {
      background-position: -31px 0px; }
    #nav-search .search-icon-close {
      display: none;
      background-position: -63px -1px; }
    #nav-search.open {
      width: 100%; }
      #nav-search.open:before {
        content: " ";
        display: block;
        position: absolute;
        left: 20px;
        top: 18px;
        background: url(/wp-content/themes/vip/four-hour-work-week/../four-hour-work-week/images/responsive/search-icon-gray.png);
        height: 14px;
        width: 14px;
        background-size: 100%;
        background-repeat: no-repeat; }
      #nav-search.open #search-btn {
        position: absolute;
        right: 16px;
        top: 15px;
        opacity: 0.5;
        width: 20px;
        height: 20px; }
      #nav-search.open .search-icon {
        width: 10px;
        top: 5px;
        left: 5px; }
      #nav-search.open .search-icon-open {
        display: none; }
      #nav-search.open .search-icon-close {
        display: inline-block; }
      #nav-search.open form,
      #nav-search.open input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      #nav-search.open .search-form {
        width: 100%; }
      #nav-search.open .search-field {
        width: 100%;
        height: 32px;
        background-color: #fff;
        box-shadow: none;
        border-radius: 3px;
        border: none;
        padding: 4px 11px 4px 32px;
        color: gray; }
      #nav-search.open .search-submit {
        display: none; } }

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
@media screen and (max-width: 900px) {
  #site-navigation.headroom {
    position: relative;
    z-index: 1; }
    #site-navigation.headroom.headroom--not-top {
      position: fixed;
      z-index: 1; }

  .headroom--pinned {
    transition: top 200ms linear;
    -webkit-transition: top 200ms linear;
    top: 0; }

  .headroom--unpinned {
    top: -48px; }
    .headroom--unpinned .expand {
      display: none !important; }

  #content.mobile-nav-is-fixed {
    margin-top: 48px; } }
@media screen and (max-width: 900px) {
  #tfx-banner #tfx_thumbnail {
    display: none; }
  #tfx-banner #tfx_logo {
    right: 20px;
    left: initial; }
  #tfx-banner .slide-item {
    left: -205px; }
  #tfx-banner #tfx_tag {
    bottom: 108px;
    right: 70px; }
  #tfx-banner #tfx_cta {
    display: block;
    overflow: hidden;
    height: 64px;
    right: 80px; } }
@media screen and (max-width: 700px) {
  #tfx-banner {
    height: 185px; }
    #tfx-banner #tfx_logo {
      width: 170px;
      top: 20px; }
    #tfx-banner #tfx_tag {
      bottom: 62px;
      right: 40px;
      width: 130px; }
    #tfx-banner .slide-item {
      background-size: cover;
      background-position: top left;
      left: -155px; }
    #tfx-banner #tfx_cta {
      width: 110px;
      height: 42px;
      bottom: 12px;
      right: 52px; } }
