/* general style */

html {
  font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: 'Whitney SSm 4r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 3.1rem;
	font-weight: 400;
	text-align: left;
	color: #000000;
}

A:link, A:active, A:hover {
	color: #000000;
}

A:visited {
	color: #000000;
}

p {
	margin: 0 0 2.2rem 0;
	padding: 0;
}

blockquote {
	color: #333;
	padding-left: 4rem;
	padding-right: 5rem;
	margin: 0 0 2.2rem 0;
	max-width: 100%;
}

/* do this if very small */
@media (max-width: 500px) {

	body {
		font-size: 1.6rem;
		line-height: 2.8rem;
	}

	p {
		margin: 0 0 1.8rem 0;
	}

	blockquote {
		font-size: 1.5rem;
		line-height: 2.5rem;
		margin: 0 0 1.8rem 0;
		padding-left: 2rem;
		padding-right: 2rem;
	}

}

/* main structure */

#easel {
  position: relative;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 2.5rem;
  box-sizing: border-box;
}

#main {
	max-width: 720px;
	float: left;
	margin: 0 260px 0 0;
}

#main img {
	max-width: 100%;
	height: auto;
}

/* do this if small */
@media (max-width: 840px) {
	
	#easel {
	  padding: 0 1.5rem;
	}
	
	#main {
		float: none;
		margin: 0;
	}

}


/* misc type styles */

h2 {
	font-family: 'Whitney SSm 4r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 4.0rem;
	line-height: 4.8rem;
	font-weight: 400;
	text-align: left;
	margin: 0 0 2.4rem 0;
	padding: 0;
	clear: both;
}

h2 A:link, h2 A:visited, h2 A:active, h2 A:hover {
	text-decoration: none;
}

h3 {
	font-family: 'Whitney SSm 4r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3.0rem;
	line-height: 4rem;
	font-weight: 400;
	text-align: left;
	margin: 4rem 0 2.0rem 0;
	padding: 0;
	clear: both;
}

ol {
	margin: 0 0 2.2rem 0;
	padding-left: 0;
	list-style-position: inside;
}

ol li {
	padding-left: 4rem;
	padding-right: 5rem;
	max-width: 100%;
}

ol li.footnote {
	padding-left: 0;
	font-size: 1.6rem;
	line-height: 2.8rem;
}

ul {
	margin: 0 0 2.2rem 0;
	padding-left: 4rem;
	padding-right: 5rem;
	list-style-position: outside;
}

sup {
	font-size: 0.8rem;
	line-height: 0.8rem;
	position : relative;
	top: -3px;
	font-weight: 500;
}

sup A:link {
	color: #000000;
	background-color: #e6e6e6;
    padding: 0.3rem 0.6rem 0.3rem 0.6rem;
    margin: 0 0 0 0.3rem;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	text-decoration: none;
}

.smaller {
	font-size: 1.4rem !important;
	line-height: 2.4rem !important;
}

.evensmaller {
	font-size: 1.2rem !important;
	line-height: 2.1rem !important;
}


/* do this if small */
@media (max-width: 840px) {
	
	h2 {
		font-size: 3.6rem;
		line-height: 4.2rem;
	}

	h3 {
		font-size: 2.6rem;
		line-height: 3.2rem;
	}

}

/* do this if very small */
@media (max-width: 500px) {

	h2 {
		font-size: 2.4rem;
		line-height: 3.0rem;
	}

	h3 {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}

	ol {
		margin: 0 0 1.8rem 0;
	}

	ol li {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	ul {
		margin: 0 0 1.8rem 0;
		padding-left: 2rem;
		padding-right: 2rem;
	}

}




/* page header */

#header {
	display: block;
	background-color: #f68b43;
	height: 128px;
	text-align: center;
	background-image:url('/images/2016/header-colors.jpg');
	background-position: center 0%;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header A:link, #header A:visited, #header A:active, #header A:hover {
	border: 0;
	outline: 0;
	padding: 10px 25px 10px 25px;
	margin: 0;
	display: inline-block;
	color: #ffffff;
	font-size: 2.9rem;
	line-height: 2.9rem;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#head-br {
	display:none;
}

/* do this if small */
@media (max-width: 840px) {
	
	#header {
		height: 100px;
		text-align: center;
	}

	#header A:link, #header A:visited, #header A:active, #header A:hover {
		font-size: 2.0rem;
		line-height: 2.0rem;
	}

}

/* do this if medium small */
@media (max-width: 600px) {

	#head-heart {
		display:none;
	}
	#head-sub {
		display: block;
		font-size: 1.6rem;
		line-height: 1.6rem;
		margin-top: 0.8rem;
	}
	#head-br {
		display: inline;
	}
	
}

/* do this if very small */
@media (max-width: 500px) {
	
	#header {
		height: 80px;
	}

	#header A:link, #header A:visited, #header A:active, #header A:hover {
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
	
	#head-sub {
		font-size: 1.4rem;
		line-height: 1.4rem;
		margin-top: 0.6rem;
	}

}


/* page footer */

#footer {
	clear: both;
	margin: 0;
	padding: 1.8rem;
	display: block;
	background-color: #f68b43;
	text-align: center;
	background-image:url('/images/2016/header-colors.jpg');
	background-position: center 0%;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




/* navigation, top & bottom */

#top-nav {
	font-size: 1.6rem;
	line-height: 1.6rem;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin: 1rem 0 5rem 0;
}

#top-nav A:link, #top-nav A:visited, #top-nav A:active, #top-nav A:hover {
	margin: 1rem;
	padding: 1rem;
	text-decoration: none;
}

#follow {
	display: inline;
	margin-left: 1rem;
	font-size: 1.9rem;
}

#follow A:link, #follow A:visited, #follow A:active, #follow A:hover {
	margin: 0;
	padding: 0.8rem;
	color: #000000;
	text-decoration: none;
}

#follow-twitter:hover {
	color: #55acee !important;
}

#follow-facebook:hover {
	color: #345b98 !important;
}

#follow-tumblr:hover {
	color: #31465c !important;
}

#follow-feed:hover {
	color: #ff6600 !important;
}

#bottom-nav {
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	color: rgba(255, 255, 255, 1.0);
}

#bottom-nav A:link, #bottom-nav A:visited, #bottom-nav A:active, #bottom-nav A:hover {
	margin: 0.6rem;
	padding: 0.6rem;
	text-decoration: none;
	color: rgba(255, 255, 255, 1.0);
}

#bottom-nav #loving-you {
	color: rgba(255, 255, 255, 0.7);
	margin-right: 1.7rem;
}

/* do this if small */
@media (max-width: 840px) {

	#top-nav #home {
		display: none;
	}
	#top-nav {
		font-size: 1.4rem;
		line-height: 1.4rem;
		margin-top: 1.4rem;
	}
	#top-nav A:link, #top-nav A:visited, #top-nav A:active, #top-nav A:hover {
		margin: 0.4rem;
		padding: 0.8rem;
	}
	#follow {
		margin-left: 0.5rem;
		font-size: 1.6rem;
	}

	#follow A:link, #follow A:visited, #follow A:active, #follow A:hover {
		margin: 0.1rem;
		padding: 0.8rem;
	}

	#bottom-nav #loving-you {
		display: none;
	}

}

/* do this if very small */
@media (max-width: 500px) {

	#top-nav #home {
		display: none;
	}

	#top-nav {
		font-size: 1.3rem;
		line-height: 1.3rem;
		margin: 1.3rem 0 3rem 0;
	}

	#top-nav A:link, #top-nav A:visited, #top-nav A:active, #top-nav A:hover {
		margin: 0.4rem;
		padding: 0.8rem;
	}

	#top-nav #follow {
		display: none;
	}

	#bottom-nav #plus-tags {
		display: none;
	}

}







/* front page */

#updates {
	display: none;
	margin: 0 auto 3rem auto;
	text-align: center;
}

#updates A:link, #updates A:active, #updates A:visited, #updates A:hover {
	display: block;
	padding: 0.8rem 1.2rem 0.6rem 1.4rem;
	background-color: #f0f0f0;
	text-decoration: none;
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
}

.page-nav {
	display: inline;
	margin-right: 0.7rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
}

.page-nav A:link, .page-nav A:active, .page-nav A:visited, .page-nav A:hover {
	padding: 1.2rem 1.6rem;
	background-color: #f0f0f0;
	text-decoration: none;
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
}

.page-nav-more {
	display: inline;
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-left: 1.0rem;
}

/* do this if small */
@media (max-width: 840px) {
	
	.page-nav {
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
	
	.page-nav-more {
		display: none;
	}

}

/* do this if small */
@media (max-width: 600px) {
	
	#updates {
		display: none;
		font-size: 1.6rem;
		line-height: 2.8rem;
	}	

}


/* post styles */

.post {
	margin: 0;
}

/* do this if large */
@media (min-width: 840px) {
	.post {
		float: left;
		margin: 0 260px 0 0;
	}
}

.widescreen {
	margin: 0 0 2.7rem 0;
	padding: 0;
	max-width: 100%;
}

.widescreen img {
	max-width: 100%;
	height:auto;
	margin: 0.7rem 0 0 0;
}

/* this assumes 16:9 aspect ratio (56.25) */
.widescreen.embedded {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.widescreen.embedded iframe, .widescreen.embedded object, .widescreen.embedded embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0.7rem 0 0 0;
}

.post p img {
	margin: 0.8rem 0 0.8rem 0;
	max-width: 100%;
	height: auto;
}

.post .post-update {
	display: table;
	font-size: 1.0rem;
	line-height: 1.0rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.5rem 1rem 0.5rem 1rem;
	margin-bottom: 0.5rem;
	background-color: rgba(255, 242, 0, 1.0);
}

.post .post-update .update-timestamp {
	font-weight: 300;
	text-transform: lowercase;
	padding-left: 1.0rem;
	color: rgba(0, 0, 0, 0.5);
}

.post-spacer-hr {
	height: 3rem;
	clear: both;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
	margin-bottom: 3.5rem;
}

.post-spacer-hr:nth-of-type(4n) {  
	border-bottom: 1px dashed rgba(253, 133, 45, 0.4); /* orange */
}

.post-spacer-hr:nth-of-type(4n+1) {  
	border-bottom: 1px dashed rgba(107, 138, 185, 0.4); /* blue */
}

.post-spacer-hr:nth-of-type(4n+2) {  
	border-bottom: 1px dashed rgba(226, 122, 168, 0.4); /* pink */
}

.post-spacer-hr:nth-of-type(4n+3) {  
	border-bottom: 1px dashed rgba(149, 114, 169, 0.4); /* purple */
}



/* do this if small */
@media (max-width: 839px) {
	
	.post-spacer-hr {
		height: 1.8rem;
		margin-bottom: 3rem;
	}
	
}

.spacer {
	height: 5rem;
	clear: both;
}


/* post meta styles */

.entry-tags-title {
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 500;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.entry-tags {
	font-size: 1.6rem;
	line-height: 2.8rem;
	list-style-type: none;
	margin: 0 0 1.0rem 0;
	padding: 0;
}

.related-tags {
	font-size: 1.4rem;
	line-height: 2.2rem;
	list-style-type: none;
	margin: -3rem 0 4.0rem 0;
	padding: 0;
}

.archive-tags {
	list-style-type: none;
	margin: -1.8rem 0 0 0;
	padding: 0;
}

.archive-months {
	list-style-type: none;
	margin: -2.8rem 0 0 0;
	padding: 0;
}

.entry-tags A:link, .entry-tags A:visited, .entry-tags A:active, .entry-tags A:hover, .related-tags A:link, .related-tags A:visited, .related-tags A:active, .related-tags A:hover {
	color: #000000;
	text-decoration: none;
}

.entry-tags li, .related-tags li, .archive-tags li, .archive-months li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.entry-tags li:after {
	content: '/';
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin: 0 0.8rem 0 1rem;
	padding: 0;
	color: rgba(0, 0, 0, 0.25);
}

.related-tags li:after {
	content: ' /';
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.25);
}

.archive-tags li:after {
	content: ' / ';
	margin: 0;
	color: rgba(0, 0, 0, 0.25);
}

.archive-months li:after {
	content: ' / ';
	margin: 0;
	color: rgba(0, 0, 0, 0.25);
}

.entry-tags li:last-child:after, .related-tags li:last-child:after, .archive-tags li:last-child:after, .archive-months li:last-child:after {
	content: none;
}

.related-tags li:first-child:after {
	content: '\00A0\00A0';
}

.post-sidebar {
	display: block;
	float: left;
	width: 225px;
	text-align: left;
	margin: 0.7rem 0 0 -225px;
}

.meta {
	padding: 0;
	margin: -1.8rem 0 2.2rem 0;
}

.meta A:link, .meta A:visited, .meta A:active, .meta A:hover {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.meta .pre-name {
	font-weight: 300;
}

.meta .author {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 500;
	margin: 6px 0 5px 0;
	color: rgba(0, 0, 0, 0.6);
}

.meta .timestamp {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.6);
	margin-left: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* do this if small */
@media (max-width: 840px) {
	
	.post-sidebar {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		margin: 4rem 0 0 0;
	}

}

/* do this if very small */
@media (max-width: 500px) {
	.meta .pre-name {
		display: none;
	}
	.meta .author {
		margin: 8px 0 5px 0;
	}

}


/* post comments */

.comment {
	padding: 0;
	margin: 0 0 4.0rem 0;
}

.comment h4 {
	font-family: 'Whitney SSm 6r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	padding: 0;
	margin: 0 0 0.5rem 0;
}

.comment h4 A:link, .comment h4 A:visited, .comment h4 A:active, .comment h4 A:hover {
	font-size: 1.3rem;
	color: #aaaaaa;
	padding: 0;
	margin: 0 0 0 1.2rem;
	text-decoration: none;
}

.comment h4 .author, .comment h4 .author A:link, .comment h4 .author A:visited, .comment h4 .author A:active, .comment h4 .author A:hover {
	font-size: 1.6rem;
	color: #000000;
	margin: 0;
	text-decoration: none;
}


/* post comment form */

#commentform {
	padding: 0;
	margin: 36px 0 0 0;
}

#commentform h5 {
	font-family: 'Whitney SSm 5r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	padding: 0;
	margin: 0 0 2px 0;
}

#commentform h6 {
	font-family: 'Whitney SSm 4r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

#commentform textarea {
	font-family: 'Whitney SSm 4r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #000000;
	padding: 6px;
	margin: 8px 0 8px 0;
	width: 640px;
	height: 210px;
	border: 1px solid #999999;
}

#commentform .remember {
	font-family: 'Whitney SSm 4r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
}

#commentform .row {
	margin: 0 0 8px 0;
	padding: 0;
	clear:left;
}

#commentform .label {
	width: 50px;
}

#commentform .label .dimmer {
	color: #aaaaaa;
}

#commentform .row input {
	font-family: 'Whitney SSm 4r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #000000;
	width: 300px;
	padding: 3px;
	margin: 0;
	border: 1px solid #999999;
}

#commentform #subbut {
	font-family: 'Whitney SSm 4r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
	color: #000000;
	width: 208px;
	padding: 4px 0;
	margin: 0;
	border: 2px solid #000000;
}

.helpful
{
	font-family: 'Whitney SSm 4r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	padding: 0;
	margin: 30px 0 18px 0;
}


/* general form styles */

input[type="text"] {
	font-size: 1.8rem;
	line-height: 3.1rem;
	color: #000000;
	width: 350px;
	padding: 0.5rem 1rem;
	margin: 0;
	border: 1px solid #000000;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

input[type="submit"] {
	font-size: 1.8rem;
	line-height: 3.1rem;
	color: #000000;
	background-color: #ffffff;
	padding: 0.4rem 3rem;
	margin: 0;
	border: 2px solid #000000;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	cursor: pointer;
}

input[type="text"]:focus, input[type="submit"]:focus {
	outline: none;
}

/* do this if very small */
@media (max-width: 500px) {
	input[type="text"] {
		font-size: 1.6rem;
		line-height: 2.8rem;
		width: 180px;
	}

	input[type="submit"] {
		font-size: 1.6rem;
		line-height: 2.8rem;
	}
}


/* quicklinks */

.quicklinks-post {
	-webkit-columns: 2 380px;
	-moz-columns: 2 380px;
	columns: 2 380px;
	-webkit-column-gap: 3rem;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
}

.quicklinks-lead {
	font-family: 'Whitney SSm 6r','Whitney SSm A','Whitney SSm B','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
	color: #3CCEE2;
	padding: 0;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	white-space:nowrap;
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
}

.quicklinks-post p {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0;
	padding: 0 0 1.7rem 0;
	font-size: 1.8rem;
	line-height: 2.8rem;
}

.quicklinks-post A:link, .quicklinks-post A:active, .quicklinks-post A:hover {
	color: #000000;
	text-decoration: none;
}

.quicklinks-post A:visited {
	color: #777777;
}

.quicklinks-post .evensmaller {
	padding-bottom: 1.0rem;
}

/* do this if very small */
@media (max-width: 500px) {

	.quicklinks-post p {
		padding: 0 0 1.5rem 0;
		font-size: 1.6rem;
		line-height: 2.6rem;
	}

	.quicklinks-post p:nth-of-type(n+7):nth-of-type(-n+10){
	    display: none;
	}

}



/* adverts */

.bling-bling {
	padding: 8px 0 35px 0;
	margin: 0;
}

.bling-bling .ad {
	margin-bottom: 10px;
	width: 225px;
	height: 169px;
}

.bling-bling .ads {
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin: 0;
}

.bling-title {
	text-transform: uppercase;
	font-size: 0.8rem;
	line-height: 0.8rem;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
}

.bling-title A:link, .bling-title A:visited, .bling-title A:active {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.bling-title A:hover {
	color: rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

.bling-job img {
	padding-top: 8px;
	margin-bottom: 10px;
}

.bling-job .job {
	display: inline;
	font-size: 1.4rem;
	line-height: 2.1rem;
	text-align: left;
}


/* do this if small */
@media (max-width: 840px) {
	
	.bling-title {
		font-size: 1.0rem;
		line-height: 1.0rem;
		margin: 0 0 5px 0;
		clear: both;
		text-align: center;
	}

	.bling-bling {
		padding: 10px 0 10px 0;
		margin: 0 0 20px 0;
		clear: both;
		display: table;
		width: 100%;
		background-color: #f7f1ee;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}

	.bling-bling .ad {
		float: left;
		width: 145px;
		height: 109px;
		padding: 0 15px 0 10px;
		margin: 0px;
	}
	
	.bling-bling .ads {
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin: 0;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-right: 15px;
	}

	.bling-job {
		padding: 1rem 0 1rem 0;
		margin: 0 0 2.6rem 0;
		text-align: center;
		display: table;
		width: 100%;
		clear: both;
		background-color: #F3F5F9;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	
	.bling-job img {
		display: block;
		margin: 0 auto 10px auto;
		mix-blend-mode: darken;
		filter: contrast(1);
		-webkit-filter: contrast(0.9);
		-moz-filter: contrast(1);
		width: 180px;
		height: auto;
		overflow: hidden;
		
	}

	.bling-job .job {
		display: block;
		padding: 0 1.5rem 0 1.5rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
		text-align: center;
	}
	
}


/* fudge the damn error handling
.xdebug-error, br {
	display: none;
}
*/

