/*
Theme Name: Hi Five
Author: Automattic
Author URI: http://automattic.com/
Description: Base WP.com theme, consolidating h4 and newdash style.

This CSS Stylesheet covers the basic styling for any WP.com based project that needs its own theme. It tries, on purpose, to do as few things as possible.
*/

/* CSS Mini Reset */
html, body, div, form, fieldset, legend, label { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { text-align: left; vertical-align: top; }
h1, h2, h3, h4, h5, h6, th, td, caption { font-weight: normal; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/* =Color Values

Base Light Blue:	#1e8cbe rgb( 30, 140, 190 )
Base Dark Blue:		#0074a2 rgb( 0, 116, 162 )
Light Gray:			#f1f1f1 rgb( 241, 241, 241 )
Dark Gray:			#555555 rgb( 85, 85, 85 )

*/


/* =General
-------------------------------------------------------------- */
body {
	background: #f1f1f1;
	color: #555;
	margin-top: 85px;
}
body,
a.button-action,
a.button-primary,
a.button-secondary,
.button-action,
.button-primary,
.button-secondary,
.site-content input[type="submit"] {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.site {
	background: #fff;
	border-radius: 2px;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	display: block;
	margin: 0 auto;
	padding: 30px;
	width: 901px;
}
.site:after {
	content: '';
	clear: both;
	display: block;
}
.content-area {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
.widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
.site-content {
	margin: 0 280px 0 0;
}
.site-footer {
	clear: both;
	display: block;
	width: 100%;
}


/* =Links
-------------------------------------------------------------- */
a {
	color: #278dbc;
}
a, a:link, a:hover, a:active {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
a:visited {
	color: #278dbc;
}
a:hover {
	color: #78c8e6;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}


/* =H4, no chrome look
-------------------------------------------------------------- */
body.hfour {
	background: #fff;
}
body.hfour .wpcom-header {
	background: #f1f1f1;
}
body.hfour .site {
	border: none;
	padding: 30px 0;
	width: 960px;
}

/* =Typography
-------------------------------------------------------------- */
body {
	font-size: 13px;
	line-height: 1.231;
}
h1,
h2 {
	font-weight: 300;
	font-style: normal;
	margin: 0 0 .5em;
}
.site-content h1.entry-title {
	font-size: 29px;
	line-height: 1;
}
.site-content .page h1.entry-title,
.single .site-content h1.entry-title {
	font-size: 32px;
}
.site-content h2 {
	font-size: 23px;
}
.site-content h3 {
	font-size: 15px;
	font-weight: bold;
}
.site-content {
	line-height:1.5;
}
.entry-content {
	font-size: 15px;
}
.entry-content h2 {
	font-size: 23px;
}
.entry-content h4 {
	font-size: 13px;
	font-weight: bold;
}
.main p {
	font-size: 15px;
	margin: 0 0 1em;
}


/* =Site Header
-------------------------------------------------------------- */
.site-header {
	margin: 0;
	overflow: hidden;
}
.site-header .site-title {
	float: left;
	font-size: 39px;
	font-weight: 200;
	line-height: 1;
	margin: 0;
}
.site-header .site-title a {
	color: #555;
	text-decoration: none;
}
.site-header .site-title a:hover {
	color: #78c8e6;
}
.site-header .site-description {
	color: #888;
	float: right;
	font-size: 24px;
	margin-top: 10px;
	max-width: 60%;
	padding: 2px 0 0 0;
}


/* =General
-------------------------------------------------------------- */

/* Selection */
::-moz-selection,
::selection {
	background: #0074a2;
	color: #fff;
	text-shadow: none;
}
::-moz-selection a,
::selection a {
	color: #fff;
	text-decoration: none;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

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

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 20px;
}

/* Tables */
table {
	border-top: 1px solid #eee;
	margin: 0 0 3em 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	font-weight: normal;
	text-align: left;
	margin-bottom: 1.5em;
}
table caption h2 {
	margin: 0 0 0.1em;
}
th,
thead th {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	text-align: left;
}
tr {
	display: table-row;
}

tbody tr:hover td,
tbody tr:hover th {
	background: #fafafa;
}
td,
th {
	background: #fff;
	border-bottom: 1px solid #eee;
	line-height: 1.5;
	padding: 8px 0;
}
td,
tr:hover td,
th,
tr:hover th {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}


/* =Content
-------------------------------------------------------------- */
.main {
	margin-top: 20px;
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
.site-content nav {
	display: block;
	overflow: hidden;
}
.site-content nav .nav-previous {
	float: left;
	width: 50%;
}
.site-content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.site-content #nav-above {
	display: none;
}
.paged .site-content #nav-above,
.single .site-content #nav-above {
	display: block;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.entry-title a {
	text-decoration: none;
}

/* Posts */
.hentry {
	margin-bottom: 3em;
}
.hentry:last-child {
	margin-bottom: 0;
}
.entry-meta {
	color: #aaa;
	margin-bottom: 2em;
}
.entry-meta a,
.post-navigation a {
	color: #aaa;
}
.entry-meta a:hover,
.post-navigation a:hover {
	color: #78c8e6;
}
.post-navigation a {
	text-decoration: none;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	margin-bottom: 2em;
	padding-top: .5em;
}
.entry-content {
	margin-bottom: 2em;
}

/* Notices */
.post .notice,
.error404 #main #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}
.post.sticky {
	margin: -20px -20px 2em;
	padding: 20px;
	background: #f1f1f1;
	border: 1px solid #eee;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

img {
	border: none;
	vertical-align: middle;
}
a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	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. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption,
.wp-caption .wp-caption-text {
	font-size: 13px;
	color: #888;
	font-style: italic;
}
.wp-smiley {
	margin: 0;
}


/* =Widgets
-------------------------------------------------------------- */
.widget {
	display: block;
	margin-bottom: 2em;
}
.widget .widget-title {
	color: #444;
	font-size: 15px;
	font-weight: bold;
}
.widget li {
	margin: 1em 0;
}

/* Search Widget */
.widget_search {
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.widget_search input {
	float: left;
}
.widget_search label {
	display: none;
}
.widget_search input#s {
	background: #f1f1f1;
	border: 0 none;
	color: #999;
	font-weight: 300;
	margin: 0;
	padding: 5px;
	width: 180px;
}
.widget_search .submit {
	background: url(/wp-content/themes/a8c/hi-five/images/icon-search.png) no-repeat 4px 5px transparent;
	border: 0 none;
	height: 24px;
	margin: 0;
	opacity: .4;
	position: absolute;
		right: 0;
	text-indent: -9999px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	width: 26px;
}
.widget_search .submit:hover {
	opacity: .8;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}


/* =Footer
-------------------------------------------------------------- */
.site-footer {
	color: #aaa;
	font-size: 11px;
	padding: 2em 0;
	text-align: center;
	text-shadow: -1px -1px 0 #fafafa;
}
.site-footer a {
	color: #555;
	text-decoration: none;
}
.site-footer a:hover {
	color: #1d94be;
}
.site-footer a.footer-automattic {
	background: url('/wp-content/themes/h4/i/automattic.png') no-repeat 0 0;
	background-size: 102px 9px;
	display: inline-block;
	height: 9px;
	margin: 0 3px;
	opacity: .8;
	text-indent: -9999px;
	width: 102px;
	vertical-align: middle;
}
.site-footer a.footer-automattic:hover {
	opacity: 1;
}
.site-footer a, .site-footer a:hover {
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
}
@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
	.wpcom-header .wpcom-logo a {
		background-image: url(/wp-content/themes/a8c/hi-five/../../h4/tabs/images/wpcom-logo-2x.png?1);
	}
    .search .submit,
    .widget_search .submit {
		background-image: url(/wp-content/themes/a8c/hi-five/images/icon-search-2x.png);
	}
	.site-footer a.footer-automattic {
		background-image: url('/wp-content/themes/h4/i/automattic-2x.png');
	}
}


/* =Buttons
-------------------------------------------------------------- */
.button-primary,
a.button-primary,
.site-content input[type="submit"],
.button-secondary,
a.button-secondary,
.button-action,
a.button-action {
	font-size: 15px;
	text-decoration: none;
	height: auto;
	line-height: 1;
	padding: .5em 1em;
	font-weight: normal;
	border: none;
	cursor: pointer;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button-primary,
a.button-primary,
.site-content input[type="submit"] {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,116,162,0.8);

	background-color: #2ea2cc;
	background-image: -moz-linear-gradient(top, #1e8cbe 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: -ms-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: -o-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: linear-gradient(top, #1e8cbe 0%,#0074a2 100%);

	-moz-box-shadow: inset 0 1px 0 #1e8cbe, inset 0 2px 0 rgba(120,200,230,0.5);
	-webkit-box-shadow: inset 0 1px 0 #1e8cbe, inset 0 2px 0 rgba(120,200,230,0.5);
	-o-box-shadow: inset 0 1px 0 #1e8cbe, inset 0 2px 0 rgba(120,200,230,0.5);
	-ms-box-shadow: inset 0 1px 0 #1e8cbe, inset 0 2px 0 rgba(120,200,230,0.5);
	box-shadow: inset 0 1px 0 #1e8cbe, inset 0 2px 0 rgba(120,200,230,0.5);
}

.button-primary:hover,
a.button-primary:hover,
.site-content input[type="submit"]:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgb(0,116,162);

	background-image: -moz-linear-gradient(top, #2ea2cc 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(top, #2ea2cc 0%,#0074a2 100%);
	background-image: -o-linear-gradient(top, #2ea2cc 0%,#0074a2 100%);
	background-image: -ms-linear-gradient(top, #2ea2cc 0%,#0074a2 100%);
	background-image: linear-gradient(top, #2ea2cc 0%,#0074a2 100%);

	-moz-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	-webkit-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	-o-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	-ms-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
}

.button-primary:active,
a.button-primary:active,
.site-content input[type="submit"]:active {
	color:rgba(255,255,255,.9);

	background-image: -moz-linear-gradient(top, #1E8CBE 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(top, #1E8CBE 0%,#0074a2 100%);
	background-image: -o-linear-gradient(top, #1E8CBE 0%,#0074a2 100%);
	background-image: -ms-linear-gradient(top, #1E8CBE 0%,#0074a2 100%);
	background-image: linear-gradient(top, #1E8CBE 0%,#0074a2 100%);

	-moz-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-webkit-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-o-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-ms-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
}
.button-secondary,
a.button-secondary {
	color: #464646;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);

	background-color: #f1f1f1;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.15) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.15) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.15) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.15) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.15) 100%);

	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.4);
	-o-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.4);
	-ms-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.4);
}
.button-secondary:hover,
a.button-secondary:hover {
	color: #222222;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);

	background-color: #f1f1f1;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.08) 0%, rgba(0,0,0,.25) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.08) 0%, rgba(0,0,0,.25) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.08) 0%, rgba(0,0,0,.25) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.08) 0%, rgba(0,0,0,.25) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,.08) 0%, rgba(0,0,0,.25) 100%);

	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.5);
	-o-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.5);
	-ms-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.5);
}

.button-secondary:active,
a.button-secondary:active {
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);

	background-image: -moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,.15) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,.15) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,.15) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,.15) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,.15) 100%);

	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.3), inset 0 -1px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.3), inset 0 -1px 0 rgba(255,255,255,.5);
	-o-box-shadow: inset 0 1px 5px rgba(0,0,0,.3), inset 0 -1px 0 rgba(255,255,255,.5);
	-ms-box-shadow: inset 0 1px 5px rgba(0,0,0,.3), inset 0 -1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 1px 5px rgba(0,0,0,.3), inset 0 -1px 0 rgba(255,255,255,.5);
}
/* Orange */
.button-action,
a.button-action {
	color: #fff;
	text-shadow: 0 1px 0 #c87800;

	-moz-box-shadow: inset 0 0 2px rgba( 255,255,255,1), 0 1px 2px rgba( 0,0,0,0.2 );
	-webkit-box-shadow: inset 0 0 2px rgba( 255,255,255,1), 0 1px 2px rgba( 0,0,0,0.2 );
	box-shadow: inset 0 0 2px rgba( 255,255,255,1), 0 1px 2px rgba( 0,0,0,0.2 );

	background-color: #f1831e;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.1) 100%);
	background-image: -webkit-linear-gradient(#f0a000, #f1831e);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.1) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.1) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.1) 100%);

	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.4);
	-o-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.4);
	-ms-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.4);
}
.button-primary.dark,
a.button-primary.dark {
	-moz-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	-o-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	-ms-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
}
.button-primary.dark:hover,
a.button-primary.dark:hover {
	-moz-box-shadow: inset 0 1px 0 rgba(120,200,230,0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.7);
	-o-box-shadow: inset 0 1px 0 rgba(120,200,230,0.7);
	-ms-box-shadow: inset 0 1px 0 rgba(120,200,230,0.7);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.7);
}
.button-primary.dark:active
a.button-primary.dark:active {
	-moz-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 rgba(120,200,230,0.5);
	-webkit-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 rgba(120,200,230,0.5);
	-o-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 rgba(120,200,230,0.5);
	-ms-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 rgba(120,200,230,0.5);
	box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 rgba(120,200,230,0.5);
}
.button-secondary.dark,
a.button-secondary.dark {
	color: #efefef;
	text-shadow: 0 1px 0 rgba(0,0,0,.6);

	background-color: #222;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.1) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.1) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.1) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,.1) 100%);

	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(0,0,0,.4);
	-o-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(0,0,0,.4);
	-ms-box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.05), inset 0 2px 0 rgba(0,0,0,.4);
}


/* =Menu
-------------------------------------------------------------- */
.site-header .site-navigation {
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin: 20px -30px;
	padding: 10px 20px;
	position: relative;
}
.site-header .site-navigation:before,
.site-header .site-navigation:after {
	content: '';
	display: table;
}
.site-header .site-navigation:after {
	clear: both;
}
.site-header .site-navigation .menu {
	float: left;
	width: 640px;
}
.site-header .site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-header .site-navigation li {
	float: left;
	position: relative;
}
.site-header .site-navigation a {
	border-radius: 2px;
	display: block;
	line-height: 1;
	margin: 0;
	padding: 10px;
	text-decoration: none;
}
.site-header .site-navigation ul ul {
	background: rgba(0,0,0,.85);
	border-radius: 2px;
	display: none;
	float: left;
	position: absolute;
		top: 2em;
		left: 0;
	z-index: 99999;
}
.site-header .site-navigation ul ul:before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #000;
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
		top: -6px;
		left: 20px;
	opacity: .85;
}
.site-header .site-navigation ul ul ul {
	left: 100%;
	top: 0;
	margin-left: 5px;
}
.site-header .site-navigation ul ul ul:before {
	border-top: 5px solid transparent;
	border-right: 5px solid #000;
	border-bottom: 5px solid transparent;
	top: 13px;
	left: -11px;
}
.site-header .site-navigation ul ul li {
	border-top: 1px solid rgba(255,255,255,.05);
	border-bottom: 1px solid rgba(0,0,0,.3);
}
.site-header .site-navigation ul ul li:first-child {
	border-top: 0 none;
	margin-top: 2px;
}
.site-header .site-navigation ul ul li:last-child {
	border-bottom: 0 none;
	margin-bottom: 2px;
}
.site-header .site-navigation ul ul a {
	height: auto;
	margin: 0;
	width: 10em;
	color: #fff;
	line-height: 1em;
	padding: 10px 20px;
	text-shadow: 0 1px 0 #000;
}
.site-header .site-navigation li:hover > a,
.site-header .site-navigation ul ul :hover > a {
	color: #f1831e;
}
.site-header .site-navigation ul ul a:hover {
	color: #78C8e6;
}
.site-header .site-navigation ul li:hover > ul {
	display: block;
}

/* Search */
.site-header .search {
	position: relative;
	overflow: hidden;
	background: #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 2px;

	-moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.05 );
	-webkit-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.05 );
	-o-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.05 );
	-ms-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.05 );
	box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.05 );
}
.site-header .search input {
	float: left;
}
.site-header .search label {
	display: none;
}
.site-header .search input#s {
	background: transparent;
	border: 0 none;
	color: #888;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	width: 180px;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	outline: none;
}
.site-header .search input#s:focus {
	outline: none;
}
.site-header .search .submit {
	background: url(/wp-content/themes/a8c/hi-five/images/icon-search.png) no-repeat 4px 5px transparent;
	background-size: 16px 16px;
	border: 0 none;
	height: 24px;
	margin: 0;
	opacity: .4;
	position: absolute;
		right: 0;
	text-indent: -9999px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	width: 26px;
}
.site-header .search .submit:hover {
	opacity: .8;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.site-navigation .search {
	width: 220px;
	float: right;
	display: inline-block;
	margin: 4px 10px 0;
}

/* =Utility
-------------------------------------------------------------- */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/*
Theme Name: Theme Showcase v2
Theme URI: http://theme.wordpress.com/
Description: The main theme for theme.wordpress.com.
Author: Automattic
Author URI: http://automattic.com/
Version: 2.0
Template: a8c/hi-five
*/

.site-description a {
	color: #777;
	text-decoration: none;
}
.site-header .site-description {
	max-width: 70%;
}

/* =Theme Viewer
-------------------------------------------------------------- */
.theme-viewer {
	position: relative;
}
.theme-viewer .toggle {
	position: absolute;
		top: -65px;
		left: 160px;
	padding: .6em 1em .4em;
}
.theme-viewer .toggle i {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	opacity: 0.5;
	position: relative;
		top: 5px;
		left: 5px;
}
.theme-viewer .toggle i.noticon-uparrow {
	top: -2px;
}
html.js .site {
	padding-bottom: 0;
}
/* The main grid */
.theme-grid {
	background: #fafafa;
	margin: 0 -29px;
	overflow: hidden;
	padding: 15px 15px 100px;
	clear: both;
}

/* These are the different sorting views */
.theme-viewer .views {
	margin: 10px 20px 10px;
	overflow: hidden;
}
#browse-title {
	float: left;
	margin: 0;
	font-size: 18px;
	width: 50%;
}
#browse-title .themes-count {
	font-weight: bold;
	color: #777;
}
.theme-viewer .browse-description {
	clear: both;
	color: #777;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	max-width: 460px;
	padding-top: 20px;
}
.theme-viewer .view-links {
	float: right;
	text-align: right;
	width: 45%;
}
.theme-viewer .view-links a {
	color: #999;
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
	margin: 0 0 0 20px;
	padding-bottom: 3px;
	text-decoration: none;
	white-space: nowrap;
}
.theme-viewer .views a.current {
	border-bottom: 3px solid #444;
	color: #333;
	font-weight: bold;
}
/* Hide alpha sorting from view */
.theme-viewer .views a[href="http://theme.wordpress.com/themes/sort/alpha/"] {
	display: none;
}
/* The themes */
.theme-grid .theme {
	background: #aaa;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px;
	float: left;
	width: 422px;
	height: 317px;
	position: relative;
}
.theme-grid .theme.featured {
	width: 882px;
	height: 420px;
}
.theme-grid .theme img {
	height: auto;
	width: 100%;
}
.theme-grid .theme .theme-overlay {
	background: #555;
	background: rgba( 0, 0, 0, 0.7 );
	height: 100%;
	line-height: 280px;
	opacity: 0;
	position: absolute;
		top: 0;
		left: 0;
	text-align: center;
	width: 100%;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
}
.lt-ie9 .theme-overlay {
	display: none;
}
.lt-ie9 .theme:hover .theme-overlay {
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
	filter: alpha(opacity=94);
}

.theme-grid .theme:hover .theme-overlay {
	opacity: 1;
}
.theme .theme-overlay a {
	font-size: 22px;
}
.theme .theme-overlay .theme-links {
	line-height: 20px;
	position: absolute;
		bottom: 80px;
	width: 100%;
}
.featured .theme-overlay .theme-links {
	bottom: 150px;
}
.featured .theme-overlay .button-primary {
	position: relative;
	top: 30px;
}
/*
 * Two secondary actions on Theme overlay
 */
.theme .theme-overlay .theme-links a {
	background: #f5f5f5;
	border: 1px solid rgba( 0, 0, 0, 0.2 ) !important;
	border-radius: 4px 0 0 4px;
	box-shadow: none;
	color: #444;
	font-size: 13px;
	font-weight: 400;
	margin: 0 1px;
	text-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
.theme .theme-overlay .theme-links a + a {
	border-radius: 0 4px 4px 0;
}
.theme .theme-overlay .theme-links a:hover {
	background: #bbb;
}
.theme-grid .theme {
	overflow: hidden;
}
/* Premium theme badge */
.theme-grid .theme.premium::after {
	background-color: #f0a000;
	border: 1px solid #c87800;
	-moz-box-shadow: inset 0 0 2px rgba( 255,255,255,1), 0 1px 2px rgba( 0,0,0,0.2 );
	-webkit-box-shadow: inset 0 0 2px rgba( 255,255,255,1), 0 1px 2px rgba( 0,0,0,0.2 );
	box-shadow: inset 0 0 2px rgba( 255,255,255,1), 0 1px 2px rgba( 0,0,0,0.2 );
	color: #fff;
	content: "Premium";
	font-size: 13px;
	font-weight: bold;
	padding: 10px 50px;
	position: absolute;
		right: -40px;
		top: 20px;
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
.theme-grid .theme.featured::after {
	background-color: #222;
	border: 1px solid #111;
	-moz-box-shadow: inset 0 0 2px rgba( 255,255,255,0.5), 0 1px 2px rgba( 0,0,0,0.3 );
	-webkit-box-shadow: inset 0 0 2px rgba( 255,255,255,0.5), 0 1px 2px rgba( 0,0,0,0.3 );
	box-shadow: inset 0 0 2px rgba( 255,255,255,0.5), 0 1px 2px rgba( 0,0,0,0.3 );
	color: #fff;
	content: "Featured";
	font-size: 13px;
	font-weight: bold;
	padding: 10px 50px;
	position: absolute;
		right: -40px;
		top: 20px;
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
.theme-grid .theme.new::after {
	background-color: #4cb420;
	border: 1px solid rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 2px rgba( 255,255,255,0.5), 0 1px 2px rgba( 0,0,0,0.3 );
	-webkit-box-shadow: inset 0 0 2px rgba( 255,255,255,0.5), 0 1px 2px rgba( 0,0,0,0.3 );
	box-shadow: inset 0 0 2px rgba( 255,255,255,0.5), 0 1px 2px rgba( 0,0,0,0.3 );
	color: #fff;
	content: "New";
	font-size: 13px;
	font-weight: bold;
	padding: 10px 65px;
	position: absolute;
		right: -40px;
		top: 20px;
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
/* Theme Menu */
.theme-menu {
	background: #fff;
	border-top: 1px solid #eee;
}
.theme-menu a {
	font-size: 15px;
	display: block;
	margin: 10px 0;
	text-decoration: none;
}
.theme-menu h3 {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
.theme-menu input[type="text"] {
	font-size: 15px;
	margin: 10px 0 15px;
	padding: 5px 10px;
	width: 100%;
}
.theme-menu .filters ul,
.theme-menu .filters ol,
.theme-menu .subject {
	padding-top: 20px;
}
.theme-menu .filters {
	border-left: 1px solid #eee;
	float: right;
	min-height: 280px;
	overflow: hidden;
	width: 70%;
}
.theme-menu .filters ul {
	border-right: 1px solid #eee;
	float: left;
	margin: 0 0 -999em;
	padding-bottom: 999em;
	position: relative;
	width: 100px;
}
.theme-menu .filters li {
	display: block;
	list-style-type: none;
	margin: 0;
}
.theme-menu .filters li a {
	cursor: pointer;
	margin: 0 0 0 -20px;
	font-size: 14px;
	padding: 5px 20px 4px;
	position: relative;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.theme-menu .filters .current {
	background: #2ea2cc;
	color: #fff;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.theme-menu .filters .current::after {
	content: " ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 13px 0 13px 9px;
	border-color: transparent transparent transparent #2ea2cc;
	position: absolute;
	top: 0;
	right: -9px;
}
.theme-menu .filters .clear-filters {
	background: #cfe9f3;
	border-radius: 2px;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	padding: 0 3px 0 0;
	position: absolute;
		top: 12px;
		right: 10px;
}
.theme-menu .filters .clear-filters:before {
	-moz-osx-font-smoothing: grayscale;
	content: '\f405';
	display: inline-block;
	font-family: 'Noticons';
	font-size: 12px;
	vertical-align: middle;
}
.filters .feature-group {
	margin: 0 0 0 130px;
}
.filters .feature-group li {
	display: inline;
	float: left;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 10px;
	width: -webkit-calc(100% / 3);
	width:         calc(100% / 3);
}
.theme-menu .subject {
	float: left;
	width: 20%;
}
.theme-menu .subject .current {
	color: #444;
	font-weight: bold;
}
/*
 * Help button '?' on feature filters
 */
.filter-context {
	color: #999;
}
.theme-menu .filters .filter-context a {
	background: #464646;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding: 0;

	text-align: center;
	height: 15px;
	width: 15px;
	line-height: 15px;
}
.theme-menu .filters .filter-context a:hover {
	background: #2ea2cc;
}
/* Paragraph block for feature-info */
.main .feature-info {
	background: #2ea2cc;
	clear: both;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px;
	position: relative;
		top: -30px;
	width: 85%;
}


/* =Single Themes
-------------------------------------------------------------- */
.single-showcase_theme .content-area {
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.single-showcase_theme .entry-title {
	display: inline-block;
	margin-bottom: 30px;
}
.price {
	background: #4cb420;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	height: 44px;
	line-height: 44px;
	position: relative;
		left: 20px;
		top: -5px;
	text-align: center;
	width: 44px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.price abbr {
	font-size: 10px;
	font-weight: 400;
	position: relative;
		top: -5px;
		left: -1px;
}
/* Prices with three digits */
.price.long {
	height: 52px;
	line-height: 52px;
	width: 52px;
}
/* Prices with four/five digits, ie. JPY */
.price.extralong {
	border-radius: 3px;
	height: auto;
	line-height: 1.5;
	padding: 5px 10px;
	width: auto;
}
.theme-grid .price {
	background: transparent;
	border: none;
	opacity: 0.8;
	left: 10px;
	top: 0;
}
/* Images */
.entry-content img {
	border: 1px solid #e5e5e5;
	max-width: 99.8%;
	height: auto;
}
.wp-caption {
	background-color: #f1f1f1;
	border-radius: 2px;
	margin: 10px 0;
	max-width: 97.75%;
	padding-top: 4px;
	text-align: center;
}
.wp-caption.alignleft {
	margin-right: 10px;
}
.wp-caption.alignright {
	margin-left: 10px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	border: none;
	max-width: 99%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 8px 5px;
}
/* Sidebar */
.widget-area {
	padding-top: 30px;
}
.widget-area .theme-tabs {
	padding: 24px 0 0;
	overflow: visible;
}
.widget-area .widget {
	margin-bottom: 40px;
}
.theme-action {
	margin: 10px 0 40px;
}
.theme-action .button-primary,
.theme-overlay .button-primary {
	font-size: 18px;
	padding: 12px 20px;
}
.theme-action .button-primary, .theme-action .button-secondary {
	display: block;
	text-align: center;
}
.theme-action .theme-tabs a {
	box-shadow: none;
	color: #333;
	font-size: 13px;
	padding: .67em .33em;
	text-shadow: none;
}
.theme-action .theme-tabs-premium a {
	float: right;
	width: 40%;
}
.theme-action .theme-tabs-premium .toggle-content {
	float: left;
}
/* If Demo button is the first element, show it full width */
.theme-action .theme-tabs-premium a.demo:only-child {
	float: none;
	width: 100%;
}
.mobile-more-actions {
	display: none;
}

/* Activate overlay */
#activate-theme {
	display: none;
}
body.overlay-active .content-area,
body.overlay-active .widget,
body.overlay-active .theme-tabs,
body.overlay-active #start-activation-button,
body.overlay-active .customize-footer,
body.overlay-active #theme-grid,
body.overlay-active .toggle,
body.overlay-active #theme-viewer {
	display: none;
}
body.overlay-active #activate-theme,
body.overlay-active .widget-area .theme-action {
	display: block;
}
body.overlay-active .theme-overlay .button-primary {
	display: inline-block;
	line-height: 20px;
}
body.overlay-active .main {
	border-top: 1px solid #eee;
	padding-top: 30px;
}
body.overlay-active .widget-area {
	min-height: 300px;
	padding: 0;
	position: relative;
	width: 100%;
}
body.overlay-active .widget {
	margin: 0;
}
body.overlay-active .theme-overlay select {
	margin: 10px 0;
}
body.overlay-active .theme-overlay p a {
	font-size: 13px;
}
body.overlay-active .theme-overlay img {
	max-width: 300px;
	position: absolute;
		top: 0;
		right: 0;
}
.theme-overlay h3 {
	display: inline-block;
	font-size: 24px;
	margin: 0 0 .5em;
}
.button-primary.inactive {
	cursor: default;
	opacity: 0.5;
}
body.home #activate-overlay,
body.archive #activate-overlay {
	min-height: 300px;
	position: relative;
}
.theme-overlay .button-primary {
	line-height: 60px;
}
.theme-features .features {
	padding: 0;
}
.theme-features .features li {
	font-size: 13px;
	list-style-type: none;
	margin: 10px 0;
}
.theme-features .features a {
	text-decoration: none;
}
.theme-features .features a:hover {
	color: #78c8e6;
}
.theme-stats ul {
	list-style-type: none;
	padding: 0;
}
.widget.support ol {
	padding-left: 30px;
}
/*
 * Examples of blogs using a specific theme
 */
.theme-blogs {
	clear: both;
}
.theme-blogs .blog-example {
	display: inline-block;
	margin: 10px;
	position: relative;
}
/*
.theme-blogs .widget-title {

Prefixed for SSE_Showcase_User_Sites_Clicks_20140120 A/B test.
*/
.site-content .theme-blogs .widget-title {
	color: #888;
	font-size: 20px;
	font-weight: 300;
}
.theme-blogs ul {
	list-style-type: none;
	margin: 0 -10px;
	padding: 0;
}
.theme-blogs .site-title {
	background: #0074a2;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 6px 8px;
	position: absolute;
		left: 0;
		top: 68%;
	text-decoration: none;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
/*
Added for SSE_Showcase_User_Sites_Clicks_20140120 A/B test.
*/
.widget-area .blog-example img {
	width: 100%;
}

/* Notes (Theme Specs) */
.content-area .notes p,
.content-area .notes ul,
.content-area .notes ol {
	color: #666;
	font-size: 12px;
}
.content-area .notes {
	background: #f1f1f1;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding: 1.4em 18px;
}
.content-area .notes ol {
	margin-bottom: 0;
}
.content-area .notes code {
	color: #515151;
	font-size: 13px;
	font-weight: bold;
}
/*
 * Customize Footer
 * Blue banner.
 */
.customize-footer {
	background: #2ea2cc;
	clear: both;
	color: #fff;
	color: rgba(255,255,255,0.8);
	margin: 0 -30px 0;
	padding: 20px 30px;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.customize-footer p {
	font-size: 22px;
	font-weight: 200;
	margin: 0;
}
.customize-footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.customize-footer a:hover {
	text-decoration: underline;
}
/* Help footer */
.help-area .widget {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 40px 20px 20px;
	width: 33%;
}
.help-area .widget p {
	font-size: 13px;
	line-height: 18px;
	padding-right: 20px;
}
/*
 * Theme Forum Support on sidebar
 */
.main .theme-support-forum {
	background: #d54e21;
	color: #fff;
	line-height: 1.5;
	margin: 40px 0;
	padding: 15px;
}
.main .theme-support-forum a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.main .theme-support-forum a:hover {
	text-decoration: underline;
}
/*
 * List of Theme Updates
 * Shown on single theme pages
 */
.theme-updates {
	clear: both;
	margin-bottom: 40px;
}
/* Title spans the full width of the page */
.theme-updates h3 {
	background: #464646;
	color: #fff;
	color: rgba( 255,255,255,0.8 );
	display: block;
	font-weight: 200;
	font-size: 22px;
	margin: 0 -30px 20px;
	padding: 20px 30px;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.theme-updates .theme-update-content {
	font-size: 13px;
	margin: 10px 0;
}
/* Date appears before content */
.theme-updates .theme-update-date {
	background: #f1f1f1;
	color: #333;
	padding: 0 8px;
	margin: 0 10px 0 0;
}
.theme-update-content:hover span {
	background: #4cb420;
	color: #fff;
}
/* WP.com stats */
#wpstats {
	display: none;
}
/* Mobile toolkit hidden by default */
#mobile-more-actions {
	display: none;
}

/* Infinite Scroll
-------------------------------------------------------------------------------*/
.ts-spinner {
	clear: both;
	position: relative;
	top: 40px;
}
.is-message {
	margin: -20px -30px 0;
	padding: 0 30px 15px;
	text-align: center;
	background-color: #fafafa;
	font-size: 15px;
	color: #888;
}

/* Navigation for non-JS visitors
-------------------------------------------------------------------------------*/
html.js .paging-navigation { display: none; }

html.no-js .toggle { display: none; }

html.no-js .paging-navigation {
	background-color: #FAFAFA;
	margin: 0 -29px;
	padding: 0 40px 30px 34px;
}
	html.no-js .paging-navigation .nav-previous,
	html.no-js .paging-navigation .nav-next {
		display: inline-block;
	}
	html.no-js .paging-navigation .button,
	html.no-js .paging-navigation .button {
		display: block;
	}

	html.no-js .paging-navigation .clear { clear: both; }

	html.no-js .paging-navigation .nav-next { float: right; }

/* Sharedaddy Overrides
-------------------------------------------------------------------------------*/
.widget div.sharedaddy div.sd-block {
	border-width: 0;
}
div.sharedaddy h3.sd-title {
	display: none;
}
div.sharedaddy div.sd-content {
	float: none;
	width: 100%;
}
/*
 * Likes module
 */
	.post-likes-widget {
	float: none !important;
	width: 100%;
}

/* Black Friday promo
-------------------------------------------------------------------------------*/
.black-friday-promo .site-header {
	position: relative;
}
.black-friday-promo .site-header .site-title {
	padding-top: 18px;
}
.black-friday-promo .site-header .site-description {
	color: #000;
	margin-bottom: 1.2em;
}
.black-friday-promo .site-header .sale-tagline {
	position: absolute;
	right: 0;
	bottom: 0;
}

/*
 * Responsive Structure for Home and Single Theme templates
 * Break points: 960px, 640px, 440px.
-------------------------------------------------------------------------------*/
/* Maximum width of 960 pixels (main content width). */
@media screen and (max-width: 960px) {
	/*
	 * The main column width
	 */
	.site {
		box-sizing: border-box;
		width: 100%;
	}
	/*
	 * Theme Filters are shown below title
	 */
	.theme-viewer .toggle {
		display: inline-block;
		margin-bottom: 20px;
		position: static;
	}
	/*
	 * The Theme items at 50% width
	 */
	.theme-grid .theme {
		height: auto;
		width: 46%;
		margin: 20px 2%;
	}
	.theme-grid .theme .theme-overlay {
		line-height: 180px;
	}
	/*
	 * Featured themes at 100%
	 */
	.theme-grid .theme.featured {
		width: 96%;
		height: 20%;
		margin: 0 2%;
	}
	/*
	 * Browse/sort links
	 */
	#browse-title {
		width: 40%;
	}
	.theme-viewer .view-links {
		width: 60%;
	}
	.theme .theme-overlay .theme-links {
		bottom: 15%;
	}
}
/* Maximum width of 640 pixels. */
@media screen and (max-width: 640px) {
	/*
	 * Hide tagline on very small viewports
	 */
	.site-header .site-description {
		display: none;
	}
	/*
	 * Theme filters are shown on the right
	 */
	.theme-viewer .toggle {
		margin-bottom: 20px;
		position: absolute;
			right: 0;
			left: auto;
			top: -55px;
	}
	/*
	 * Sorting links are displayed in its own line
	 */
	.theme-viewer .view-links {
		float: none;
		text-align: left;
		width: 100%;
	}
	/*
	 * Bigger and easier to hit with touch
	 */
	.theme-viewer .view-links a {
		font-size: 15px;
		margin: 20px 30px 0 0;
	}
	#browse-title {
		display: none;
	}
	/*
	 * Theme filters are shown on the right
	 */
	.theme-grid .theme {
		margin: 20px 0;
		width: 100%;
	}
	.theme-menu .filters .filter-context {
		display: none;
	}
	/*
	 * Featured themes at 100%
	 */
	.theme-grid .theme .theme-overlay {
		line-height: 315px;
	}
	.theme-grid .theme.featured {
		height: auto;
	}
	.theme .theme-overlay a {
		padding: 15px 40px;
	}
	.theme .theme-overlay .theme-links a {
		font-size: 14px;
		width: 30%;
		display: inline-block;
		padding: 10px;
	}
	.filters .feature-group li {
		width: 50%;
	}
	/*
	 * Theme: single pages
	 *
	 * Reset two column layout...
	 */
	.content-area,
	.site-content {
		margin: 0;
	}
	.widget-area {
		float: none;
		width: 100%;
	}
	.widget-area .widget.theme-action {
		border: none;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	/*
	 * Fixed button for main action so it's always available
	 */
	.theme-action .button-primary {
		position: fixed;
			bottom: 20px;
			left: 20px;
			right: 70px;
		background: #222;
		box-shadow: none;
		border: none;
		z-index: 9999;
	}
	.widget-area .widget {
		border-top: 1px solid #eee;
		float: left;
		margin-bottom: 20px;
		margin-right: 20px;
		padding-top: 20px;
		width: 100%;
	}
	/*
	 * Theme features
	 */
	.theme-features .features li {
		display: inline-block;
	}
	.theme-features .features a {
		background: #ddd;
		border-radius: 2px;
		color: #333;
		margin: 0 10px 0 0;
		padding: 3px 6px;
	}
	.theme-features .features a:hover {
		background: #2ea2cc;
		color: #fff;
	}
	/*
	 * Fixed 'more actions' cog icon
	 */
	#mobile-more-actions {
		display: inline-block;
	}
	body.overlay-active #mobile-more-actions {
		display: none;
	}
	#mobile-more-actions {
		background: #222;
		border-radius: 3px;
		color: #fff;
		font-size: 20px;
		position: fixed;
			right: 20px;
			bottom: 20px;
		width: 40px;
		height: 42px;
		line-height: 42px;
	}
	/* Toggle state */
	body.mobile-theme-actions #mobile-more-actions {
		background: #78c8e6;
		color: #fff;
	}
	#theme-tabs {
		display: none;
	}
	body.mobile-theme-actions #theme-tabs {
		display: block;
	}
	#theme-tabs .demo,
	#theme-tabs .support,
	#theme-tabs .about {
		background: #222;
		border: none;
		box-shadow: none;
		color: #fff;
		font-size: 15px;
		text-shadow: none;
		width: auto;
	}
	#theme-tabs .demo {
		position: fixed;
			bottom: 70px;
			right: 20px;
			left: 20px;
	}
	#theme-tabs .support,
	#theme-tabs .about {
		position: fixed;
			bottom: 110px;
			right: 20px;
			left: 20px;
	}
	/*
	 * The activation overlay
	 */
	body.overlay-active .theme-overlay img {
		max-width: 30%;
	}
	body.overlay-active .theme-overlay,
	body.overlay-active .widget-area .theme-action {
		padding-right: 40%;
	}
	body.overlay-active .theme-action .button-primary {
		position: static;
		width: auto;
	}
}
/* Maximum width of 440 pixels. */
@media screen and (max-width: 440px) {
	/*
	 * Remove background gap
	 */
	body {
		margin-top: 46px;
	}
	.site {
		padding: 20px;
	}
	/*
	 * Filters in one column
	 */
	.filters .feature-group li {
		width: 80%;
	}
	.theme-menu a,
	.theme-menu .filters li a {
		font-size: 13px;
	}
	/*
	 * Avoid collisions between site title and toggle button
	 */
	.site-header .site-title {
		font-size: 25px;
	}
	.theme-viewer .toggle {
		top: -45px;
	}
	.theme-viewer .view-links a {
		font-size: 12px;
		margin: 10px 20px 10px 0;
	}
	/*
	 * Theme overlay
	 */
	.theme-grid .theme .theme-overlay {
		background: rgba( 0, 0, 0, 0.8 );
		line-height: 240px;
	}
	.featured .theme-overlay .button-primary {
		top: 0;
	}
	.theme .theme-overlay .theme-links {
		display: none;
	}
	.theme .theme-overlay a {
		font-size: 17px;
	}
	.theme .theme-overlay .theme-links a {
		font-size: 12px;
	}
	/*
	 * Single Theme: help links in one column
	 */
	.help-area .widget {
		width: 100%;
		margin: 0;
		padding: 20px 0;
	}
}


/* = Launch theme template
-------------------------------------------------------------- */
body.page-template-launch-theme-php #sitehead{
	display: none;
}
body.page-template-launch-theme-php .entry-header{
	font-size: 39px;
	margin-bottom: 0;
	text-align: center;
}
#launch-image{
	margin: 60px 30px 0 30px;
}
#launch-wrapper{
	background: #fafafa;
	margin: 0px 30px 60px 30px;
	padding: 60px 60px 30px 60px;
}
#launch-wrapper p{
	margin: 0 0 2em;
}
#launch-wrapper hr{
	margin: 3em 0;
}
#launch-wrapper p.contact-submit{
	text-align: center;
}
#launch-wrapper .contact-form{
	padding-top: 15px;
}
#launch-wrapper .contact-form textarea,
#launch-wrapper .contact-form input[type='text'],
#launch-wrapper .contact-form input[type='email'] {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 5px 10px;
}
#launch-wrapper .contact-form input[type="submit"]{
	color: #fff;
	display: inline-block;
	height: auto;
	padding: 15px 44px;
	font-size: 15px;
}
@media only screen and (max-width: 40em) {
	#launch-image{
		margin: 10px 10px 0 10px;
	}
 	#launch-wrapper{
		margin: 0 10px 10px 10px;
		padding: 20px;
	}
	#launch-wrapper p{
		margin: 0 0 1em;
	}
	#launch-wrapper hr{
		margin: 1em 0;
	}
	#launch-wrapper .contact-form{
		padding-top: 15px;
	}
	#launch-wrapper .contact-form textarea,
	#launch-wrapper .contact-form input[type='text'],
	#launch-wrapper .contact-form input[type='email'] {
		margin-bottom: 10px;
		padding: 5px;
	}
	#launch-wrapper .contact-form input[type="submit"]{
		padding: 15px;
	}
}
/**
 * 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
 */


/* 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;
}

/* 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;
}/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot);
  src: url(/i/noticons/./Noticons.eot?#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(/i/noticons/./Noticons.woff) format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-menu:before { content: "\f419"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-month:before { content: "\f307"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * 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;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.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;
	}
}
