@import url( ../../i/fonts/merriweather/merriweather.css );
/**
 * 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(https://s1.wp.com/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;
}


#bit, #bit * {
	*zoom: 1;
}

#bit {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	_display: none;
}

/* @noflip */
.rtl #bit {
	font-family: tahoma, Arial, sans-serif;
}

.loggedout-follow-shelf {
	position: fixed;
	right: 40%;
	z-index: 100;
	bottom: -330px;
}

.loggedout-follow-normal {
	position: fixed;
	z-index: 100;
	bottom: -330px;
	right: 10px;
}

.loggedout-follow-typekit {
	margin-right: 4.5em;
	position: fixed;
	z-index: 100;
	bottom: -330px;
	right: 10px;
}

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #CCC;
	letter-spacing: normal;
	border: 0;
	background-color: #324155;
	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	outline-style: none;
	outline-width: 0;
}

#bit a.bsub {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#bit a.bsub span {
	padding-right: 6px;
}

#bit a.bsub span:before{
	content: '\f801';
	color: #00AADC;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Noticons';
	margin: 0 5px 4px 0;
	vertical-align: middle;
}

#bit a:hover span, #bit a.bsub.open span {
	color: #ffffff !important;
	background-position: left -117px;
}

#bit a.bsub.open {
	background: #324155;
}

#bitsubscribe {
	background: #324155;
	color: #fff;
	padding: 15px;
	width: 200px;
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	*float: right;
	*margin-right: -68px;
}

div#bitsubscribe.open {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#bitsubscribe div {
	overflow: hidden;
}

#bitsubscribe a {
	color: #d2dee6;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-size: 20px;
	line-height: 1.313;
	color: #D2DEE6;
	text-align: left;
	font-family: 'Merriweather', serif;
	font-weight: bold;
}

#bit h3 label{
	color: #D2DEE6;
	font-family: 'Merriweather', serif;
	font-size: 20px;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font-size: 14px;
	line-height: 1.45em;
	font-weight: 300;
	color: #fff;
}

#bitsubscribe p a {
	margin: 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
	color: #D2DEE6;
	margin-top: -8px;
}

#bitsubscribe input[type=submit] {
  border-style: solid;
  border-width: 1px 1px 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: .75em;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  background: #00aadc;
  border-color: #0090bb;
  border-top-color: #0099c6;
  border-bottom-color: #0088b0;
  color: #fff;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  width:100%;
  text-shadow: none;
  font-size: 1em;

}

#bitsubscribe input[type=submit]:hover {
	background: #33bbe3;
	border-color: #2b9ec0;
	border-bottom-color: #2895b5;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
}

#bitsubscribe input[type=submit]:active {
	border-width: 2px 1px 1px;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	background: #f4f8fA;
	border: 1px solid #d2dee6;
	border-radius: 0;
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.2;
	height: auto;
	padding: 5px 6px;
	width: 100%;
	box-sizing: border-box;
	/* @noflip */
	direction: ltr;
}

#bitsubscribe input::-webkit-input-placeholder {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

#bitsubscribe input::-moz-placeholder {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

#bitsubscribe input[type=text]:focus,
#bitsubscribe input[type=email]:focus {
	border: 1px solid #000;
}

#bitsubscribe.open {
	display: block;
}

#bsub-subscribe-button {
	text-align: center;
	margin: 0 auto;
}

#bsub-subscribe-button input {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

/*
Confirmation
=============================== */


#bitsubscribe #lof-followpublicize h3 {
	font-size: 13px;
	padding-top: 1em;
	margin-bottom: 1em !important;
}

#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter,
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	border: 1px solid #242f3d;
}

/*
Error
=============================== */

#bit #bitsubscribe p#loggedout-follow-error {
	background: #E8F0F5;
	border-left: 3px solid #DD3D36;
	font-size: 12px;
	font-weight: 1.4em;
	padding: 10px;
	color: #DD3D36;
}

/*
Footer
=============================== */

#bitsubscribe #bsub-credit {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.313;
	padding: 0 0 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #90AEC2;
	background: none;
	text-decoration: none;
}

#bitsubscribe #bsub-credit a:hover {
	color: #78DCFA;
	background: none;
}

@media (max-width: 800px) {
	#bit, #bit a.bsub {
		display:none;
	}
}

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/**

	WordAds V2! This CSS applies to all WordAds and Adsense themes

	HTML markup structure of an ad:

	<div class="wpcnt|mpb">
	<div class="wpa [wpmrec|wpwidesky|wpleaderboard]">

		<a class="wpa-about" href="http://wordpress.com/about-these-ads/" rel="nofollow">
		About these ads
		</a>

		<div class="u">
		[ad unit here]
		</div>

	</div>
	</div>

*/


/* outer container */
.wpcnt {
	text-align: center;
	line-height: 0;
}

.rtl .wpcnt{
	direction: ltr;
}

.mpb{
	text-align: center;
	margin: 0px auto;
	width: 100%;
}

/* inner container */
.wpa, .wpadvert {				/* @todo: deprecate wpadvert */
	position: relative;
    /*overflow: hidden; */       /* this hides "about these ads" when there's no adfill */
    display: inline-block !important;
    max-width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wpa.wpwidesky, .wpa.wpleaderboard{
	width: auto;
}

.wpa.top{
	min-width: 728px;
}

.wpa.wpwidesky{
	min-width: 160px;
}

.wpa.wpmrec{
	min-width: 300px;
}

.mpb .wpa{
	padding: 10px 0 0;
}

@media screen and (max-width: 650px) {
	.mpb .wpa{
		min-width: 300px;
	}
}

/* about these ads */
/* all the !important use is to ensure consistency */
.wpa-about{	/* @todo: deprecate wpadvert-about */
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	display: block;
	min-width: 160px;
	/*margin-top: 5px;*/
	border-bottom: none !important;			/* some themes ad dotted underlines, that won't look nice */
	font: 10px/1 "Open Sans", Arial, sans-serif !important;
	text-align: left !important;
	text-decoration: none !important;
	opacity: 0.85;
}

.wpa-about:hover{
	text-decoration: underline !important;	/* !important necessary, since themes override this routinely */
	opacity: 1;
}

/*.wpadvert-about {
	display: block;
	padding: 0 1px;
	font: 9px/1 sans-serif;
	text-decoration: underline;
}*/


.wpa-about:hover, .wa_infobox a:hover {
	text-decoration: underline !important;	/* !important necessary, since themes override this routinely */
	color: #444;							/* !disabling since links must use the theme colors */
}

.wpa-notice {
	display: block;
	position: relative;
	padding: 24px;
	overflow: hidden;
	border: 5px solid #efefef;
	font: 13px/1.75 "Merriweather sans", "Open Sans", Arial, sans-serif !important;
	color: #2e4453 !important;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}

.wpa-buttons{
	text-align: center;
	margin: 0;
}

.wpa-button {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
  outline: 0;
	padding: 7px !important;
	overflow: hidden;
	background: white;
	border-color: #c8d7e1;
  border-style: solid !important;
  border-width: 1px 1px 2px !important;
	border-bottom: 2px solid #c8d7e1 !important;
  cursor: pointer;
  vertical-align: top;
	color: #668eaa !important;
  font-size: 11px !important;
	font-weight: 600 !important;
  line-height: 1 !important;
	text-overflow: ellipsis;
  text-decoration: none;
	text-transform: uppercase !important;
  border-radius: 4px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpa-button:hover{
	border-color: #a8bece !important;
	color: #2e4453 !important;
}

.wpa-button.is-primary{
	background: #00aadc !important;
	border-color: #0087be !important;
	color: white !important;
}

.wpa-button.is-primary:hover{
	border-color: #005082 !important;
	color: white !important;
}

/* dark theme */
body.highlander-dark .wpa-about {
	color: #ddd;
}
body.highlander-dark .wpa-about:hover {
	color: #e9e9e9;
}

/* ad unit wrapper */
.wpa .u>div, .wpadvert>div>* {	/* @todo: deprecate wpdvert */
	display: block;
	margin-top: 5px;			/* this makes "about these ads" visible */
	margin-bottom: 1em;			/* every ad should have a little space below it */
}

div.wpa>div {
	margin-top: 20px;
}

#google_ads_div_wpcom_below_post_adsafe_ad_container {
	display: block !important;
}

.wa-sponsored-link {
	font: 9px/1 sans-serif;
}
/**
 * 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;
}/*
Theme Name: Able
Theme URI: https://wordpress.com/themes/able/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: A multipurpose, traditional blog theme which contains up to a large three-column layout that is clean, responsive, and highly readable.
Version: 1.2.3-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: able
Tags: blue, gray, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, flexible-header, full-width-template, rtl-language-support, sticky-post, translation-ready, responsive-layout, infinite-scroll, blog, news, clean, traditional
*/


/* =Reset
-------------------------------------------------------------- */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
bdi,
bdo,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
command,
datalist,
dd,
del,
details,
dfn,
dir,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
map,
mark,
menu,
meter,
nav,
noframes,
noscript,
object,
ol,
optgroup,
option,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
script,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp,
wbr { /* HTML5 / HTML 4.01 / XHTML 1.0 tags all covered in reset. */
	border: 0;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-indent: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { /* HTML5 display-role reset for older browsers. */
	display: block;
}
html {
	font-size: 62.5%; /* Define base font of 62.5% for convenient rem sizing. See http://snook.ca/archives/html_and_css/font-size-with-rem */
	overflow-y: scroll; /* Eliminate Jumps in Horizontal Centering By Forcing a Scroll Bar: http://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/ */
	-webkit-text-size-adjust: 100%; /* Control text size in Safari for iOS without disabling user zoom */
	-ms-text-size-adjust: 100%; /* http://www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body,
button,
input,
select,
textarea {
	color: rgb( 50, 50, 50 ); /* #323232 */
	color: rgba( 50, 50, 50, 1 );
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}
#secondary,
#secondary button,
#secondary input,
#secondary select,
#secondary textarea,
#tertiary,
#tertiary button,
#tertiary input,
#tertiary select,
#tertiary textarea {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body {
	background-color: rgb( 250, 250, 250 ); /* #fafafa */
	background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 250, 250, 250, 0.8 ) ), to( rgba( 245, 245, 245, 0.8 ) ) ) ; /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient( rgba( 250, 250, 250, 0.8 ), rgba( 245, 245, 245, 0.8 ) ); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image:    -moz-linear-gradient( rgba( 250, 250, 250, 0.8 ), rgba( 245, 245, 245, 0.8 ) ); /* Firefox 3.6+ */
	background-image:     -ms-linear-gradient( rgba( 250, 250, 250, 0.8 ), rgba( 245, 245, 245, 0.8 ) ); /* IE 10+ */
	background-image:      -o-linear-gradient( rgba( 250, 250, 250, 0.8 ), rgba( 245, 245, 245, 0.8 ) ); /* Opera 11.10+ */
	background-image:         linear-gradient( rgba( 250, 250, 250, 0.8 ), rgba( 245, 245, 245, 0.8 ) ); /* Firefox 16+ */
	line-height: 26px;
}


/* =Accessibility
-------------------------------------------------------------- */

.assistive-text {
	/**
	 * Using CSS clip as an Accessible Method of Hiding Content.
	 * See: http://adaptivethemes.com/using-css-clip-as-an-accessible-method-of-hiding-content
	 */
	clip: rect( 1px 1px 1px 1px );
	clip: rect( 1px, 1px, 1px, 1px );
	position: absolute !important;
}


/* =Links
-------------------------------------------------------------- */

a,
a:hover,
a:active,
a:focus {
	color: rgb( 13, 61, 155 ); /* #0d3d9b */
	color: rgba( 13, 61, 155, 1 );
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active,
a:focus {
	background: rgb( 235, 235, 235 ); /* #ebebeb */
	background: rgba( 50, 50, 50, .1 );
}
#page a { /* We're using #page before a so that the WordPress Toolbar isn't interfered with. */
	-webkit-transition: all .1s ease-in; /* Safari 3.2+, Chrome */
	-moz-transition:    all .1s ease-in; /* Firefox 4-15 */
	-o-transition:      all .1s ease-in; /* Opera 10.5–12.00 */
	transition:         all .1s ease-in; /* Firefox 16+, Opera 12.50+ */
}


/* =Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Droid Serif', Georgia, Cambria, 'Times New Roman', Times, serif;
	margin-bottom: 26px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: rgb( 50, 50, 50 ); /* #323232 */
	color: rgba( 50, 50, 50, 1 );
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}
h1,
h2,
h3 {
	line-height: 52px;
}
h1 {
	/**
	 * Don't compose without a scale.
	 * See http://www.webtypography.net/Harmony_and_Counterpoint/Size/3.1.1/
	 */
	font-size: 48px;
	font-size: 4.8rem;
}
h2 {
	font-size: 36px;
	font-size: 3.6rem;
}
h3 {
	font-size: 28px;
	font-size: 2.8rem;
}
h4 {
	font-size: 22px;
	font-size: 2.2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* =Typography
-------------------------------------------------------------- */

p {
	margin-bottom: 26px;
}
b,
strong {
	font-weight: 700;
}
del,
s,
strike {
	color: rgb( 200, 200, 200 ); /* #c8c8c8 */
	color: rgba( 200, 200, 200, 1 );
	text-decoration: line-through;
}
dfn,
em,
i {
	font-style: italic;
}
abbr,
acronym {
	border-bottom: 1px dotted; /* Color inherited from body. */
	cursor: help;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	/**
	 * Safari doesn't support the quotes attribute, so the following rules are used.
	 * See http://www.paulchaplin.com/blog/css-reset-and-quirky-quotes
	 */
	content: ""; /* CSS 2; used to remove quotes in case "none" fails below. */
	content: none; /* CSS 2.1: will remove quotes if supported. */
}
blockquote,
.quote-caption {
	margin: 26px;
}
cite {
	font-style: italic;
}
address {
	background: rgb( 245, 245, 245 ); /* #f5f5f5 */
	background: rgba( 245, 245, 245, 0.8 );
	border: 1px solid rgb( 230, 230, 230 ); /* #e6e6e6 */
	border: 1px solid rgba( 230, 230, 230, 0.8 );
	display: inline-block;
	font-style: italic;
	margin: 0 0 26px;
	padding: 25px;
}
pre {
	background: rgb( 245, 245, 245 ); /* #f5f5f5 */
	background: rgba( 245, 245, 245, 0.8 );
	border: 1px solid rgb( 230, 230, 230 ); /* #e6e6e6 */
	border: 1px solid rgba( 230, 230, 230, 0.8 );
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 26px;
	padding: 25px;
	overflow: auto;
	max-width: 100%;
	white-space: pre;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 13px;
	font-size: 1.3rem;
}
mark,
ins {
	background: rgb( 245, 245, 245 ); /* #f5f5f5 */
	background: rgba( 245, 245, 245, 0.8 );
	text-decoration: none;
}
sup,
sub {
	font-size: 11px;
	font-size: 1.1rem;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 9px;
}
sub {
	top: 3px;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
hr {
	background: rgb( 230, 230, 230 ); /* #e6e6e6 */
	background: rgba( 230, 230, 230, 0.8 );
	border: none;
	color: rgb( 230, 230, 230 ); /* #e6e6e6 */
	color: rgba( 230, 230, 230, 0.8 );
	clear: both;
	float: none;
	margin: 0 0 25px;
	width: 100%;
	height: 1px;
}


/* =Lists
-------------------------------------------------------------- */

dl {
	margin: 0 0 26px;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 0 26px;
}
ul,
ol {
	margin: 0 26px 26px 0;
	padding-left: 26px;
}
li > ul,
li > ol {
	margin: 0;
}
ul,
ul ul ul ul {
	list-style: disc;
}
ul ul {
	list-style: circle;
}
ul ul ul {
	list-style: square;
}
ol,
ol ol ol ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}

/* =Tables
-------------------------------------------------------------- */

table {
	/**
	 * See http://www.the-art-of-web.com/css/bordercollapse/ and http://www.the-art-of-web.com/css/bordercollapse/1/
	 * for an illustration of border-collapse: separate; and border-collapse: collapse;
	 */
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 26px;
	max-width: 100%;
	width: 100%;
}
tfoot {
	font-size: 14px;
	font-size: 1.4rem;
}
th,
td,
caption {
	padding: 0 26px;
}
th {
	background: rgb( 240, 240, 240 ); /* #f0f0f0 */
	background: rgba( 240, 240, 240, 0.8 );
	border-bottom: 1px solid rgb( 220, 220, 220 ); /* d7d7d7 */
	border-bottom: 1px solid rgba( 220, 220, 220, 0.8 );
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 51px;
	text-align: left;
}
tr:hover {
	background: rgb( 245, 245, 245 ); /* #f5f5f5 */
	background: rgba( 245, 245, 245, 0.8 );
}
td {
	border-bottom: 1px solid rgb( 230, 230, 230 ); /* #e6e6e6 */
	border-bottom: 1px solid rgba( 230, 230, 230, 0.8 );
	line-height: 51px;
	word-wrap: break-word;
}


/* =Forms and Inputs
-------------------------------------------------------------- */

form {
	float: left;
	margin: 0 0 26px;
	width: 100%;
}
button,
input,
select,
textarea {
	border: 1px solid rgb( 230, 230, 230 ); /* #e6e6e6 */
	border: 1px solid rgba( 230, 230, 230, 1 );
}
button,
input[ type="button" ],
input[ type="reset" ],
input[ type="submit" ] {
	-webkit-appearance: button; /* Display element using platform-native styling. See http://css-tricks.com/almanac/properties/a/appearance/ */
	background-color: rgb( 247, 247, 247 ); /* #f7f7f7 */
	background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 247, 247, 247, 0.8 ) ), to( rgba( 215, 215, 215, 0.8 ) ) );
	background-image: -webkit-linear-gradient( rgba( 247, 247, 247, 0.8 ), rgba( 215, 215, 215, 0.8 ) );
	background-image:    -moz-linear-gradient( rgba( 247, 247, 247, 0.8 ), rgba( 215, 215, 215, 0.8 ) );
	background-image:     -ms-linear-gradient( rgba( 247, 247, 247, 0.8 ), rgba( 215, 215, 215, 0.8 ) );
	background-image:      -o-linear-gradient( rgba( 247, 247, 247, 0.8 ), rgba( 215, 215, 215, 0.8 ) );
	background-image:         linear-gradient( rgba( 247, 247, 247, 0.8 ), rgba( 215, 215, 215, 0.8 ) );
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#f7f7f7', endColorstr='#d7d7d7' );
	border-color: rgb( 231, 231, 231 ) rgb( 215, 215, 215 ) rgb( 231, 231, 231 ) rgb( 215, 215, 215 );
	border-color: rgba( 231, 231, 231, 0.8 ) rgba( 215, 215, 215, 0.8 ) rgba( 231, 231, 231, 0.8 ) rgba( 215, 215, 215, 0.8 );
	-webkit-box-shadow: inset 0 1px 0 rgba( 231, 231, 231, 0.8 ), inset 0 2px 0 rgba( 255, 255, 255, 0.8 ), inset 0 -1px 0 rgba( 199, 199, 199, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.09 );
	-moz-box-shadow:    inset 0 1px 0 rgba( 231, 231, 231, 0.8 ), inset 0 2px 0 rgba( 255, 255, 255, 0.8 ), inset 0 -1px 0 rgba( 199, 199, 199, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.09 );
	-ms-box-shadow:     inset 0 1px 0 rgba( 231, 231, 231, 0.8 ), inset 0 2px 0 rgba( 255, 255, 255, 0.8 ), inset 0 -1px 0 rgba( 199, 199, 199, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.09 );
	-o-box-shadow:      inset 0 1px 0 rgba( 231, 231, 231, 0.8 ), inset 0 2px 0 rgba( 255, 255, 255, 0.8 ), inset 0 -1px 0 rgba( 199, 199, 199, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.09 );
	box-shadow:         inset 0 1px 0 rgba( 231, 231, 231, 0.8 ), inset 0 2px 0 rgba( 255, 255, 255, 0.8 ), inset 0 -1px 0 rgba( 199, 199, 199, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.09 );
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 1%;
	padding: 1% 2%;
}
button:hover,
input[ type="button" ]:hover,
input[ type="reset" ]:hover,
input[ type="submit" ]:hover {
	background-color: rgb( 231, 231, 231); /* e7e7e7 */
	background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 231, 231, 231, 0.8 ) ), to( rgba( 199, 199, 199, 0.8 ) ) );
	background-image: -webkit-linear-gradient( rgba( 231, 231, 231, 0.8 ), rgba( 199, 199, 199, 0.8 ) );
	background-image:    -moz-linear-gradient( rgba( 231, 231, 231, 0.8 ), rgba( 199, 199, 199, 0.8 ) );
	background-image:     -ms-linear-gradient( rgba( 231, 231, 231, 0.8 ), rgba( 199, 199, 199, 0.8 ) );
	background-image:      -o-linear-gradient( rgba( 231, 231, 231, 0.8 ), rgba( 199, 199, 199, 0.8 ) );
	background-image:         linear-gradient( rgba( 231, 231, 231, 0.8 ), rgba( 199, 199, 199, 0.8 ) );
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#e7e7e7', endColorstr='#c7c7c7' );
	border-color: rgb( 215, 215, 215 ) rgb( 199, 199, 199 ) rgb( 215, 215, 215 ) rgb( 199, 199, 199 );
	border-color: rgba( 215, 215, 215, 0.8 ) rgba( 199, 199, 199, 0.8 ) rgba( 215, 215, 215, 0.8 ) rgba( 199, 199, 199, 0.8 );
	-webkit-box-shadow: inset 0 1px 0 rgba( 215, 215, 215, 0.8 ), inset 0 2px 0 rgba( 247, 247, 247, 0.8 ), inset 0 -1px 0 rgba( 183, 183, 183, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.14 );
	-moz-box-shadow:    inset 0 1px 0 rgba( 215, 215, 215, 0.8 ), inset 0 2px 0 rgba( 247, 247, 247, 0.8 ), inset 0 -1px 0 rgba( 183, 183, 183, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.14 );
	-ms-box-shadow:     inset 0 1px 0 rgba( 215, 215, 215, 0.8 ), inset 0 2px 0 rgba( 247, 247, 247, 0.8 ), inset 0 -1px 0 rgba( 183, 183, 183, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.14 );
	-o-box-shadow:      inset 0 1px 0 rgba( 215, 215, 215, 0.8 ), inset 0 2px 0 rgba( 247, 247, 247, 0.8 ), inset 0 -1px 0 rgba( 183, 183, 183, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.14 );
	box-shadow:         inset 0 1px 0 rgba( 215, 215, 215, 0.8 ), inset 0 2px 0 rgba( 247, 247, 247, 0.8 ), inset 0 -1px 0 rgba( 183, 183, 183, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.14 );
}
button:active,
button:focus,
input[ type="reset" ]:active,
input[ type="reset" ]:focus,
input[ type="button" ]:active,
input[ type="button" ]:focus,
input[ type="submit" ]:active,
input[ type="submit" ]:focus {
	background-color: rgb( 215, 215, 215 ); /* #d7d7d7 */
	background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 215, 215, 215, 0.8 ) ), to( rgba( 183, 183, 183, 0.8 ) ) );
	background-image: -webkit-linear-gradient( rgba( 215, 215, 215, 0.8 ), rgba( 183, 183, 183, 0.8 ) );
	background-image:    -moz-linear-gradient( rgba( 215, 215, 215, 0.8 ), rgba( 183, 183, 183, 0.8 ) );
	background-image:     -ms-linear-gradient( rgba( 215, 215, 215, 0.8 ), rgba( 183, 183, 183, 0.8 ) );
	background-image:      -o-linear-gradient( rgba( 215, 215, 215, 0.8 ), rgba( 183, 183, 183, 0.8 ) );
	background-image:         linear-gradient( rgba( 215, 215, 215, 0.8 ), rgba( 183, 183, 183, 0.8 ) );
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#d7d7d7', endColorstr='#b7b7b7' );
	border-color: rgb( 199, 199, 199 ) rgb( 183, 183, 183 ) rgb( 199, 199, 199 ) rgb( 183, 183, 183 );
	border-color: rgba( 199, 199, 199, 0.8 ) rgba( 183, 183, 183, 0.8 ) rgba( 199, 199, 199, 0.8 ) rgba( 183, 183, 183, 0.8 );
	-webkit-box-shadow: inset 0 1px 0 rgba( 199, 199, 199, 0.8 ), inset 0 2px 0 rgba( 240, 240, 240, 0.8 ), inset 0 -1px 0 rgba( 167, 167, 167, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.19 );
	-moz-box-shadow: inset 0 1px 0 rgba( 199, 199, 199, 0.8 ), inset 0 2px 0 rgba( 240, 240, 240, 0.8 ), inset 0 -1px 0 rgba( 167, 167, 167, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.19 );
	-ms-box-shadow:  inset 0 1px 0 rgba( 199, 199, 199, 0.8 ), inset 0 2px 0 rgba( 240, 240, 240, 0.8 ), inset 0 -1px 0 rgba( 167, 167, 167, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.19 );
	-o-box-shadow:   inset 0 1px 0 rgba( 199, 199, 199, 0.8 ), inset 0 2px 0 rgba( 240, 240, 240, 0.8 ), inset 0 -1px 0 rgba( 167, 167, 167, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.19 );
	box-shadow:      inset 0 1px 0 rgba( 199, 199, 199, 0.8 ), inset 0 2px 0 rgba( 240, 240, 240, 0.8 ), inset 0 -1px 0 rgba( 167, 167, 167, 0.8 ), 0 0 7px rgba( 0, 0, 0, 0.19 );
}
input[ type="text" ],
input[ type="email" ],
input[ type="password" ] {
	margin-right: 2%;
	max-width: 55%;
	padding: 1%;
}
select {
	max-width: 100%;
}
textarea {
	overflow: auto; /* Remove default scrollbars in Internet Explorer. */
	padding: 2%;
	width: 96%;
}
input[ type="text" ]:focus,
input[ type="email" ]:focus,
input[ type="password" ]:focus,
textarea:focus {
	border: 1px solid rgb( 200, 200, 200 ); /* #c8c8c8 */
}
.comment-form-comment { /* WordPress Comment Form. */
	margin-bottom: 13px;
}
.form-allowed-tags { /* Allowed HTML tags in WordPress Comment Form. */
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 13px;
	padding: 1%;
}
.form-allowed-tags code {
	font-size: 12px;
	font-size: 1.2rem;
}


/* =Embeds
-------------------------------------------------------------- */

embed,
iframe,
object { /* Make sure all embeds fit their containers. */
	display: block;
	margin: 0 0 26px;
	max-width: 100%;
}


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

img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	max-width: 100%; /* Prevent images from overflowing their boundaries. */
}
#ie8 img {
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8. */
}
.aligncenter,
.alignleft,
.alignright,
.alignnone {
	display: block;
}
.aligncenter { /* Center-aligned images with no captions. */
	margin: 26px auto;
}
.alignleft { /* Left-aligned images with no captions. */
	float: left;
	margin: 26px 26px 26px 0;
}
.alignright { /* Right-aligned images with no captions. */
	float: right;
	margin: 26px 0 26px 26px;
}
.alignnone { /* Images with no alignments and no captions. */
	display: inline;
	margin: 0 0 -7px 0;
}
div.alignnone { /* Captions with no alignment. */
	display: block;
}
.wp-caption { /* WordPress Captions. */
	border: 1px solid rgb( 230, 230, 230 ); /* #e6e6e6 */
	border: 1px solid rgba( 230, 230, 230, 0.8 );
	max-width: 96%; /* Prevent captions from overflowing into sidebars and other adjacent content. */
	margin-bottom: 26px; /* Value should match line-height. */
	padding: 13px 8px 3px; /* WordPress automatically adds 5 pixels of padding on the right and left sides of captions, add balance. */
}
.wp-caption img {
	display: block;
	margin: 0 auto 3px auto;
}
.wp-caption-text { /* This text is contained within the caption. */
	font-family: 'Droid Serif', Georgia, Cambria, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	margin: 0;
	padding: 2px 0 3px 0;
	text-align: center;
}


/* =Responsive Galleries
-------------------------------------------------------------- */

#content .gallery-item img {
	border: 1px solid rgb( 230, 230, 230 ); /* #e6e6e6 */
	border: 1px solid rgba( 230, 230, 230, 0.8 );
	padding: 2%;
	max-width: 90%;
}
.gallery-item { /* By default gallery items are set to text-align: center; */
	margin: 0 0 19px !important;
}
.gallery-item a {
	display: block;
	width: 100%;
}
.gallery-caption {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 auto !important;
	max-width: 90%;
	padding: 0;
}
.gallery-columns-1 img { /* Single column gallery images. */
	padding: 1%;
	max-width: 96%;
}
.gallery-columns-1 .gallery-caption { /* Single column gallery captions. */
	max-width: 97%;
}


/* =Page Structure
-------------------------------------------------------------- */

#page {
	padding: 2%;
	width: 96%;
}
#page-liner:before,
#page-liner:after,
#main:before,
#main:after,
#colophon:before,
#colophon:after,
.entry-content:before,
.entry-content:after {
	/**
	 * Micro clearfix hack for Main Structure.
	 * See: http://nicolasgallagher.com/micro-clearfix-hack/
	 */
	content: '';
	display: table;
}
#page-liner:after,
#main:after,
#colophon:after,
.entry-content:after {
	clear: both;
}
#page-liner {
	background: rgb( 255, 255, 255 ); /* #fff */
	background: rgba( 255, 255, 255, 1 );
	border-bottom: 3px solid rgb( 235, 235, 235 ); /* #ebebeb */
	border-bottom: 3px solid rgba( 235, 235, 235, 1 );
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	margin: 0 auto;
	min-width: 320px;
	max-width: 1280px;
	zoom: 1;
}
#main {
	clear: both;
	padding: 0 26px;
	zoom: 1;
}
#primary,
#secondary,
#tertiary {
	float: left;
	margin-right: 2%;
	/**
	 * Word wrapping and hyphenation using CSS
	 * See http://blog.kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/
	 * @todo Resolve IE8 and FF15 browser bugs with commented out text break rules
	 */
	/* -ms-word-break: break-all; word-break declaration is prefixed in IE8 */
	/* word-break: break-all; specifies line break opportunities within words. */
	/* word-break: break-word; non-standard for WebKit */
	/* -webkit-hyphens: auto; add support for hyphenation in WebKit */
	/* -moz-hyphens: auto; add support for hyphenation in Firefox */
	/* hyphens: auto; split words when line-wrapping */
	word-wrap: break-word; /* Force long, unbroken text to wrap to a new line; useful for long URLs and super-long text within small containers. */
}
#primary {
	width: 50%;
}
#content {
	float: left;
	width: 100%;
}
.one-column #primary { /* No widgets are currently active. */
	width: 100%;
}
.left-sidebar #primary { /* Left sidebar widget area currently active. */
	margin: 0 0 0 25%;
}
.three-columns #primary { /* both left sidebar widget and right sidebar widget are currently active. */
	margin: 0 2% 0 25%;
}
.right-sidebar #primary,
.left-sidebar #primary { /* Only one sidebar widget area is active. */
	width: 75%;
}
.page-template-full-width-page-php #primary { /* Full-width page template in use. */
	margin: 0;
	width: 100%;
}
#secondary { /* Left sidebar */
	width: 23%;
}
.left-sidebar #secondary {
	margin: 0 0 0 -100%;
}
.three-columns #secondary {
	margin: 0 0 0 -77%;
}
#tertiary { /* Right sidebar */
	margin-right: 0;
	width: 23%;
}
#colophon { /* Footer */
	clear: both;
}
#primary.image-attachment {
	margin: 0;
	width: 100%;
}


/* =Header
-------------------------------------------------------------- */

#site-introduction {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing:    border-box; /* Firefox, other Gecko */
	box-sizing:         border-box; /* Opera/IE 8+ */
	padding: 13px 52px;
	width: 100%;
}
#masthead {
	float: left;
	margin: 0 0 26px;
	width: 100%;
}
#headimg {
	clear: both;
}
#headimg img {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); /* #000 */
	box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 );
	display: block;
	margin: 0 auto;
	width: 100%;
}
.site-title,
.site-description {
	font-weight: 700;
	margin-right: auto;
	margin-left: auto;
	min-width: 320px;
	max-width: 1280px;

}
.site-title {
	margin-bottom: 0;
}
.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 300;
	line-height: 26px;
}


/* =Site Navigation
-------------------------------------------------------------- */

.site-navigation {
	clear: both;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 26px 0;
	width: 100%;
}
.site-navigation a {
	color: rgb( 50, 50, 50 ); /* #323232 */
	color: rgba( 50, 50, 50, 1 );
}
.nav-previous,
.nav-next {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
}
#nav-below {
	border-bottom: 1px solid rgb( 230, 230, 230 ); /* #e6e6e6 */
	border-bottom: 1px solid rgba( 230, 230, 230, 0.8 );
	padding-bottom: 25px;
}


/* =Navigation Menu
-------------------------------------------------------------- */

.main-navigation,
.menu-toggle { /* Small menu */
	background-color: rgb( 240, 240, 240 ); /* #f0f0f0 */
	background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 240, 240, 240, 0.8 ) ), to( rgba( 210, 210, 210, 0.8 ) ) );
	background-image: -webkit-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:    -moz-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:     -ms-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:      -o-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:         linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#f0f0f0', endColorstr='#d2d2d2' );
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	/* box-shadow values: #e6e6e6, #fafafa, #c8c8c8, #000 */
	-webkit-box-shadow: inset 0 1px 0 rgba( 230, 230, 230, 0.8 ), inset 0 2px 0 rgba( 250, 250, 250, 0.8 ), inset 0 -1px 0 rgba( 200, 200, 200, 0.6 ), 0 0 1px rgba( 0, 0, 0, .1 );
	-moz-box-shadow:    inset 0 1px 0 rgba( 230, 230, 230, 0.8 ), inset 0 2px 0 rgba( 250, 250, 250, 0.8 ), inset 0 -1px 0 rgba( 200, 200, 200, 0.6 ), 0 0 1px rgba( 0, 0, 0, .1 );
	-ms-box-shadow:     inset 0 1px 0 rgba( 230, 230, 230, 0.8 ), inset 0 2px 0 rgba( 250, 250, 250, 0.8 ), inset 0 -1px 0 rgba( 200, 200, 200, 0.6 ), 0 0 1px rgba( 0, 0, 0, .1 );
	-o-box-shadow:      inset 0 1px 0 rgba( 230, 230, 230, 0.8 ), inset 0 2px 0 rgba( 250, 250, 250, 0.8 ), inset 0 -1px 0 rgba( 200, 200, 200, 0.6 ), 0 0 1px rgba( 0, 0, 0, .1 );
	box-shadow:         inset 0 1px 0 rgba( 230, 230, 230, 0.8 ), inset 0 2px 0 rgba( 250, 250, 250, 0.8 ), inset 0 -1px 0 rgba( 200, 200, 200, 0.6 ), 0 0 1px rgba( 0, 0, 0, .1 );
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
}
.main-navigation ul,
.main-small-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 26px;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation li li {
	width: 180px;
}
.main-navigation a {
	display: block;
	padding: 6px 13px 7px;
	text-decoration: none;
	word-wrap: break-word;
}
.main-navigation ul ul {
	background: rgb( 255, 255, 255 ); /* #fff */
	background: rgba( 255, 255, 255, .95 );
	-webkit-box-shadow: 2px 2px 0 0 rgba( 0, 0, 0, .1 ); /* #000 */
	box-shadow: 2px 2px 0 0 rgba( 0, 0, 0, .1 );
	display: none;
	float: left;
	padding: 0;
	position: absolute;
		top: 39px;
	width: 180px;
	z-index: 99999;
}
.main-navigation ul ul ul {
	top: 0;
	left: 180px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}
.main-navigation a:focus,
.main-navigation li:hover > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	background-color: rgb( 215, 215, 215 ); /* #d7d7d7 */
	background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 215, 215, 215, 0.8 ) ), to( rgba( 180, 180, 180, 0.8 ) ) );
	background-image: -webkit-linear-gradient( rgba( 215, 215, 215, 0.8 ), rgba( 180, 180, 180, 0.8 ) );
	background-image:    -moz-linear-gradient( rgba( 215, 215, 215, 0.8 ), rgba( 180, 180, 180, 0.8 ) );
	background-image:     -ms-linear-gradient( rgba( 215, 215, 215, 0.8 ), rgba( 180, 180, 180, 0.8 ) );
	background-image:      -o-linear-gradient( rgba( 215, 215, 215, 0.8 ), rgba( 180, 180, 180, 0.8 ) );
	background-image:         linear-gradient( rgba( 215, 215, 215, 0.8 ), rgba( 180, 180, 180, 0.8 ) );
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#d7d7d7', endColorstr='#b4b4b4' );
	/* box-shadow values: #c8c8c8, #f0f0f0, #a5a5a5, #000 */
	-webkit-box-shadow: inset 0 1px 0 rgba( 200, 200, 200, 0.8 ), inset 0 2px 0 rgba( 240, 240, 240, 0.8 ), inset 0 -1px 0 rgba( 165, 165, 165, 0.6 ), 0 0 1px rgba( 0, 0, 0, 0.19 );
	-moz-box-shadow:    inset 0 1px 0 rgba( 200, 200, 200, 0.8 ), inset 0 2px 0 rgba( 240, 240, 240, 0.8 ), inset 0 -1px 0 rgba( 165, 165, 165, 0.6 ), 0 0 1px rgba( 0, 0, 0, 0.19 );
	-ms-box-shadow:     inset 0 1px 0 rgba( 200, 200, 200, 0.8 ), inset 0 2px 0 rgba( 240, 240, 240, 0.8 ), inset 0 -1px 0 rgba( 165, 165, 165, 0.6 ), 0 0 1px rgba( 0, 0, 0, 0.19 );
	-o-box-shadow:      inset 0 1px 0 rgba( 200, 200, 200, 0.8 ), inset 0 2px 0 rgba( 240, 240, 240, 0.8 ), inset 0 -1px 0 rgba( 165, 165, 165, 0.6 ), 0 0 1px rgba( 0, 0, 0, 0.19 );
	box-shadow:         inset 0 1px 0 rgba( 200, 200, 200, 0.8 ), inset 0 2px 0 rgba( 240, 240, 240, 0.8 ), inset 0 -1px 0 rgba( 165, 165, 165, 0.6 ), 0 0 1px rgba( 0, 0, 0, 0.19 );
}
.main-navigation li li:hover > a,
.main-navigation li li a:hover {
	background: rgb( 215, 215, 215 ); /* #d7d7d7 */
	background: rgba( 215, 215, 215, 0.9 );
	box-shadow: none;
	color: rgb( 13, 61, 155 ); /* #0d3d9b */
	color: rgba( 13, 61, 155, 1 );
}
.main-navigation li .current-menu-item > a,
.main-navigation li .current-menu-ancestor > a,
.main-navigation li .current_page_item > a,
.main-navigation li .current_page_ancestor > a {
	background: rgb( 230, 230, 230 ); /* #e6e6e6 */
	background: rgba( 230, 230, 230, 0.9 );
	box-shadow: none;
	color: rgb( 13, 61, 155 ); /* #0d3d9b */
	color: rgba( 13, 61, 155, 1 );
}
h1.menu-toggle {
	cursor: pointer;
	float: none;
	line-height: 26px;
	padding: 13px 0;
	text-align: center;
}
.main-small-navigation {
	margin-bottom: 0;
}
.main-small-navigation .menu {
	display: none;
	font-size: 12px;
	font-size: 1.2rem;
}
.main-small-navigation ul,
.main-small-navigation ul ul {
	padding: 0;
}
.main-small-navigation li a {
	background: rgb( 220, 220, 220 );
	background: rgba( 220, 220, 220, .8 );
	/* box-shadow values: #c8c8c8, #f0f0f0, #a5a5a5, #000 */
	-webkit-box-shadow: inset 0 2px 0 rgba( 240, 240, 240, .8 ), 0 0 1px rgba( 0, 0, 0, .5 );
	-moz-box-shadow:    inset 0 2px 0 rgba( 240, 240, 240, .8 ), 0 0 1px rgba( 0, 0, 0, .5 );
	-ms-box-shadow:     inset 0 2px 0 rgba( 240, 240, 240, .8 ), 0 0 1px rgba( 0, 0, 0, .5 );
	-o-box-shadow:      inset 0 2px 0 rgba( 240, 240, 240, .8 ), 0 0 1px rgba( 0, 0, 0, .5 );
	box-shadow:         inset 0 2px 0 rgba( 240, 240, 240, .8 ), 0 0 1px rgba( 0, 0, 0, .5 );
	display: block;
	padding: 13px 26px;
}
.main-small-navigation li li {
	margin: 0 13px;
}
.main-small-navigation li li a {
	background: rgb( 240, 240, 240 );
	background: rgba( 240, 240, 240, .8 );
	padding: 13px;
}
.main-small-navigation li li li {
	margin: 0 0 0 26px;
}
.main-small-navigation li li li a {
	background: rgb( 253, 253, 253 );
	background: rgba( 253, 253, 253, .8 );
}


/* =Entries
-------------------------------------------------------------- */

.hentry {
	border-bottom: 1px solid rgb( 230, 230, 230 ); /* #e6e6e6 */
	border-bottom: 1px solid rgba( 230, 230, 230, 0.8 );
	/* box-shadow values: #c8c8c8, #000 */
	-webkit-box-shadow: inset -1px -1px 0 rgba( 200, 200, 200, .3 ), 0 0 1px rgba( 0, 0, 0, .2 );
	-moz-box-shadow:    inset -1px -1px 0 rgba( 200, 200, 200, .3 ), 0 0 1px rgba( 0, 0, 0, .2 );
	-ms-box-shadow:     inset -1px -1px 0 rgba( 200, 200, 200, .3 ), 0 0 1px rgba( 0, 0, 0, .2 );
	-o-box-shadow:      inset -1px -1px 0 rgba( 200, 200, 200, .3 ), 0 0 1px rgba( 0, 0, 0, .2 );
	box-shadow:         inset -1px -1px 0 rgba( 200, 200, 200, .3 ), 0 0 1px rgba( 0, 0, 0, .2 );
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing:    border-box; /* Firefox, other Gecko */
	box-sizing:         border-box; /* Opera/IE 8+ */
	clear: both;
	float: left;
	margin: 0 0 25px;
	padding: 26px 26px 13px;
	position: relative;
	width: 100%;
}
.entry-title {
	font-size: 36px; /* like a default h2 */
	font-size: 3.6rem;
	margin-bottom: 0;
}
.logged-in .entry-title {
	width: 93%;
}
.page .entry-title,
.error404 .entry-title,
.search-no-results .entry-title {
	margin-bottom: 26px;
}
.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 26px;
}
.page-links,
.more-link {
	clear: both;
	font-family: 'Droid Serif', Georgia, Cambria, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 26px;
}
.page-links a,
.more-link {
	background-color: rgb( 240, 240, 240 ); /* #f0f0f0 */
	background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 240, 240, 240, 0.8 ) ), to( rgba( 210, 210, 210, 0.8 ) ) );
	background-image: -webkit-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:    -moz-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:     -ms-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:      -o-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:         linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#f0f0f0', endColorstr='#d2d2d2' );
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgb( 220, 220, 220 ); /* #dcdcdc */
	border: 1px solid rgba( 220, 220, 220, 0.8 );
	color: rgb( 50, 50, 50 ); /* #323232 */
	color: rgba( 50, 50, 50, 1 );
	padding: 0 5px;
	text-decoration: none;
}
.page-links a:hover,
.page-links a:active,
.page-links a:focus {
	color: rgb( 13, 61, 155 ); /* #0d3d9b */
	color: rgba( 13, 61, 155, 1 );
}
.page-links a:active,
.page-links a:focus {
	background: rgb( 235, 235, 235 ); /* #ebebeb */
	background: rgba( 50, 50, 50, .1 );
}
.more-link {
	display: inline-block;
}
.more-link:hover {
	text-decoration: none;
}
.post-edit-link {
	background-color: rgb( 240, 240, 240 ); /* #f0f0f0 */
	background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 240, 240, 240, 0.8 ) ), to( rgba( 210, 210, 210, 0.8 ) ) );
	background-image: -webkit-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:    -moz-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:     -ms-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:      -o-linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	background-image:         linear-gradient( rgba( 240, 240, 240, 0.8 ), rgba( 210, 210, 210, 0.8 ) );
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#f0f0f0', endColorstr='#d2d2d2' );
	color: rgb( 50, 50, 50 ); /* #323232 */
	color: rgba( 50, 50, 50, 1 );
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgb( 220, 220, 220, 1 ); /* #dcdcdc */
	border: 1px solid rgba( 220, 220, 220, 0.8 );
	display: inline-block;
	font-family: 'Droid Serif', Georgia, Cambria, 'Times New Roman', Times, serif;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0 5px;
	position: absolute;
		top: 39px;
		right: 26px;
	text-decoration: none;
}
.post-edit-link:hover {
	text-decoration: none;
}
#nav-above + .hentry .edit-link {
	top: 39px;
}
.entry-attachment img {
	display: block;
	margin: 0 auto 26px;
}
.entry-attachment {
	clear: both;
	float: left;
	width: 100%;
}


/* =Sticky Posts
-------------------------------------------------------------- */

.sticky {
	background: rgb( 254, 254, 254 ); /* #fefefe */
	background: rgba( 254, 254, 254, 0.8 );
	/* box-shadow values: #c8c8c8, #000 */
	-webkit-box-shadow: inset -1px -1px 0 rgba( 200, 200, 200, .6 ), 0 0 1px rgba( 0, 0, 0, .4 );
	-moz-box-shadow:    inset -1px -1px 0 rgba( 200, 200, 200, .6 ), 0 0 1px rgba( 0, 0, 0, .4 );
	-ms-box-shadow:     inset -1px -1px 0 rgba( 200, 200, 200, .6 ), 0 0 1px rgba( 0, 0, 0, .4 );
	-o-box-shadow:      inset -1px -1px 0 rgba( 200, 200, 200, .6 ), 0 0 1px rgba( 0, 0, 0, .4 );
	box-shadow:         inset -1px -1px 0 rgba( 200, 200, 200, .6 ), 0 0 1px rgba( 0, 0, 0, .4 );
}


/* =Comments TODO
-------------------------------------------------------------- */

#comments {
	clear: both;
}
.commentlist,
.commentlist > ul,
.commentlist > ol,
.commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist {
	margin-bottom: 26px;
}
.commentlist .children {
	padding-left: 26px;
}
article.comment {
	border-bottom: 1px solid rgb( 231, 231, 231 );
	border-bottom: 1px solid rgba( 231, 231, 231, 0.8 );
	clear: both;
	margin-bottom: 12px;
	padding: 13px;
	position: relative;
}
.bypostauthor > article.comment {
	background: rgb( 240, 240, 240 ); /* #f0f0f0 */
	background: rgba( 240, 240, 240, 0.8 );
	border-bottom: 1px solid rgb( 215, 215, 215 );
	border-bottom: 1px solid rgba( 215, 215, 215, 0.8 );
}
.comment footer {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 26px;
}
.commentlist .avatar {
	display: block;
	float: left;
	margin-right: 13px;
}
.comment footer cite {
	font-style: normal;
}
.comment-content,
.reply {
	padding-left: 65px;
}
.reply {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 13px;
}
#respond {
	clear: both;
	float: left;
	width: 100%;
}
#comments #respond form {
	width: 100% !important;
}
#commentform label {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}
#commentform input[ type="text" ] {
	display: block;
}
#commentform .required {
	color: rgb( 255, 0, 0 ); /* #ff0000 */
}
.comments-title,
#reply-title {
	font-size: 22px; /* Like a default h3. */
	font-size: 2.2rem;
	line-height: 26px;
}


/* =Archives
-------------------------------------------------------------- */

.page-header {
	border-bottom: 1px solid rgb( 230, 230, 230 ); /* #e6e6e6 */
	border-bottom: 1px solid rgba( 230, 230, 230, 0.8 );
	margin-bottom: 25px;
}
.page-title {
	font-size: 22px; /* Like a default h4. */
	font-size: 2.2rem;
	line-height: 26px;
}


/* =Search
-------------------------------------------------------------- */

.search-results .page .sep {
	display: none;
}


/* =Sidebars
-------------------------------------------------------------- */

#secondary,
#tertiary {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing:    border-box; /* Firefox, other Gecko */
	box-sizing:         border-box; /* Opera/IE 8+ */
	padding: 26px;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area {
	font-size: 14px;
	font-size: 1.4rem;
}
.widget-area img {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px 1px #f1f1f1;
	box-shadow: 0 0 5px 1px rgba( 0, 0, 0, .1 );
}
.widget-area .wp-smiley,
.widget-area .wp-caption img {
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
}
.widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-area ul ul {
	padding-left: 26px;
}
.widget-area tfoot {
	font-size: 12px;
	font-size: 1.2rem;
}
.widget-area th,
.widget-area td,
.widget-area caption {
	padding: 0;
}
.widget-area th,
.widget-area td {
	text-align: center;
}
.widget-area th {
	font-size: 14px;
	font-size: 1.4rem;
}
.widget-area tfoot td {
	text-align: left;
}
.widget-area tfoot tr:hover {
	background: none;
}
.widget-area tfoot #next {
	text-align: right;
}
.widget-area caption {
	line-height: 52px;
}
.widget {
	margin: 0 0 39px;
	float: left;
	width: 100%;
}
.widget-title {
	font-size: 22px; /* like a default h4 */
	font-size: 2.2rem;
	font-style: italic;
	line-height: 26px;
}
.widget_calendar .widget-title,
.widget_calendar table {
	margin-bottom: 0;
}
.widget_rss li {
	margin: 0 0 26px;
}
.widget_rss li:last-of-type,
.widget form {
	margin-bottom: 0;
}
.widget_recent_comments td,
td.recentcommentstexttop {
	border-bottom: 0;
	line-height: 1.5;
	padding-bottom: 5px !important;
	text-align: left;
	vertical-align: top;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0 26px 26px;
	zoom: 1;
}
.footer-navigation {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 13px;
	width: 100%;
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-navigation li {
	float: left;
	position: relative;
}
.footer-navigation a {
	border-right: 1px solid rgb( 200, 200, 200 ); /* #c8c8c8 */
	border-right: 1px solid rgba( 200, 200, 200, .8 );
	display: block;
	padding: 0 8px 0 6px;
}
.footer-navigation li:first-child a {
	padding: 0 8px 0 0;
}
.footer-navigation li:last-child a {
	border: none;
	padding: 0 0 0 6px;
}
.site-info {
	clear: both;
}
.site-info .sep {
	color: rgb( 200, 200, 200 ); /* #c8c8c8 */
	color: rgba( 200, 200, 200, .8 );
}


/* =Jetpack Carousel
-------------------------------------------------------------- */

.jp-carousel-image-meta a.jp-carousel-image-download {
	display: inline;
}


/* =Tiled Galleries
-------------------------------------------------------------- */

div.tiled-gallery {
	margin: 0 0 26px;
}


/* =WPCOM
-------------------------------------------------------------- */
#wpstats {
    opacity: 0.3;
}


/* =Infinite Scroll
-------------------------------------------------------------- */

/**
 * Globally hidden elements when IS is supported and in use.
 */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden). */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling). */
	display: none;
}

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

/**
 * Global style tweaks when IS is supported and in use.
 */
.infinite-scroll .infinite-wrap, /* Each IS loop content wrapper (multiple instances). */
.infinite-scroll .infinite-loader, /* Each IS loading spinner (multiple instances). */
.infinite-scroll #infinite-handle /* The Load more posts button. */ {
	clear: both;
}
.infinite-scroll .infinite-wrap {
	border-top: none;
	padding: 0;
}
.infinite-scroll #infinite-footer .container { /* IS border */
	border-color: #e7e7e7;
}

/**
 * Make sure that clicking Load more posts doesn't cause any jarringness.
 */
.infinite-scroll #infinite-handle {
	float: left;
	height: 79px;
}
.infinite-scroll #infinite-handle span {
	display: block;
	margin: 13px 0;
}
.infinite-scroll .infinite-loader {
	margin: 0 0 51px;
}


/* =Media Queries
-------------------------------------------------------------- */

@media only screen and (min-width: 320px) and (max-width: 320px) {
	body,
	#wpadminbar {
		width: 372px;
	}
}
@media only screen and ( min-width: 320px ) and ( max-width: 480px ) {
	#primary,
	.right-sidebar #primary,
	.left-sidebar #primary,
	#secondary,
	#tertiary {
		width: 100%;
	}
	.left-sidebar #primary,
	.three-columns #primary,
	.left-sidebar #secondary,
	.three-columns #secondary,
	#tertiary {
		margin: 0;
	}
	#site-introduction {
		padding: 13px;
	}
	#main {
		padding: 0 13px;
	}
	.widget_goodreads {
		display: none; /* Flash doesn't work on the iPad */
	}
}
@media only screen and ( min-width: 481px ) and ( max-width: 800px ) {
	#primary,
	.right-sidebar #primary,
	.left-sidebar #primary,
	.left-sidebar #secondary,
	.right-sidebar #tertiary {
		width: 100%;
	}
	.left-sidebar #primary,
	.three-columns #primary,
	.left-sidebar #secondary {
		margin: 0;
	}
	#secondary,
	#tertiary {
		width: 48%;
	}
	.three-columns #secondary {
		margin: 0 4% 0 0;
	}
	#site-introduction {
		padding: 13px 26px;
	}
	.main-navigation {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.widget_goodreads {
		display: none; /* Flash doesn't work on the iPad */
	}
}