body {font-family: sans-serif; font-size: 80%; line-height: 1.25em; cursor: default; -webkit-text-size-adjust: 100%;}

body, select, input, textarea {color: #333;}

a {color: #03f; padding: 1px 0;}

.content a {color: #fff; text-decoration: underline;}

a:hover {color: #69f;}

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

::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

@font-face {
	font-family: 'Vaud';
	src: url('../fonts/vaud.eot');
	src: url('../fonts/vaud.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vaud.woff') format('woff'),
	     url('../fonts/vaud.ttf') format('truetype'),
	     url('../fonts/vaud.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Vaud Italic';
	src: url('../fonts/vaud-italic.eot');
	src: url('../fonts/vaud-italic.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vaud-italic.woff') format('woff'),
	     url('../fonts/vaud-italic.ttf') format('truetype'),
	     url('../fonts/vaud-italic.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Vaud Bold';
	src: url('../fonts/vaud-bold.eot');
	src: url('../fonts/vaud-bold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vaud-bold.woff') format('woff'),
	     url('../fonts/vaud-bold.ttf') format('truetype'),
	     url('../fonts/vaud-bold.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Vaud Display UltraLight';
	src: url('../fonts/vaud-display-ultralight.eot');
	src: url('../fonts/vaud-display-ultralight.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vaud-display-ultralight.woff') format('woff'),
	     url('../fonts/vaud-display-ultralight.ttf') format('truetype'),
	     url('../fonts/vaud-display-ultralight.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Vaud Display Bold';
	src: url('../fonts/vaud-display-bold.eot');
	src: url('../fonts/vaud-display-bold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vaud-display-bold.woff') format('woff'),
	     url('../fonts/vaud-display-bold.ttf') format('truetype'),
	     url('../fonts/vaud-display-bold.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	text-align:center;
	font-size: 80%;
	line-height: 1.5em;
	font-family: Vaud, sans-serif;
	color: #222;
}

.wrapper {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

a {
	text-decoration: none;
	color: #f00;
}

a.home-link {
	position: fixed;
	z-index: 1000;
	top: 48px;
	left: 38px;
	display: block;
	width: 110px;
	height: 110px;
	text-indent: -999px;
}

h1 {
	/* font-size: 4em; */
	font-size: 1.75em;
	line-height: 1.25em;
	margin: 1.5em 0;
	padding: 0 .5em;
	font-family: 'Vaud Display UltraLight';
	-webkit-backface-visibility: visible;
	font-weight: normal;
}

/* static messages */

.messageBlock {
	display:block;
	background-color: #9e0b0f;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../img/monkey_transparent_white.svg);
	background-repeat:  no-repeat;
	background-position: 1.5em 2em;
	-webkit-backface-visibility: hidden;
	-webkit-transition: background-color .2s ease-in;
	-moz-transition: background-color .2s ease-in;
	-o-transition: background-color .2s ease-in;
	-ms-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
}

.ie-lt9 .messageBlock {
	background-image: url(../img/monkey_transparent_white.png);
}

.messageBlock > .content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10em 0 0 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: padding .2s ease-in;
	-moz-transition: padding .2s ease-in;
	-o-transition: padding .2s ease-in;
	-ms-transition: padding .2s ease-in;
	transition: padding .2s ease-in;

}

.content .slide-link {
	display: block;
	margin-top: 2em;
	font-size: .6em;
}

.messageBlock.nonAnimate > .content {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.no-svg .messageBlock .content {
	background-image: url(../img/monkey_transparent_white.png);
	background-repeat: no-repeat;
	background-position: 1.5em 2em;
}

.ie-lt9 .messageBlock .content {
	background-image: none;
}

.messageBlock h1, .messageBlock p {
	display: block;
	font-family: "Vaud Display UltraLight";
	color: #fff;
	font-size: 1.75em;
	line-height: 1.25em;
	padding: 0 1em;
	text-align:left;
	margin: 0;
}

.messageBlock h1 {
	font-family: "Vaud Display Bold";
	margin-top: 1em;
}

.messageBlock h1 span {
	white-space: nowrap;
}

.messageBlock.show_1 {
	background-color: #4f2792;
}

.messageBlock.show_2 {
	background-color: #277d92;
}

.messageBlock.show_0 #message_1, .messageBlock.show_0 #message_2, .messageBlock.show_0 #message_3,
.messageBlock.show_1 #message_0, .messageBlock.show_1 #message_2, .messageBlock.show_1 #message_3,
.messageBlock.show_2 #message_0, .messageBlock.show_2 #message_1, .messageBlock.show_2 #message_3,
.messageBlock.show_3 #message_0, .messageBlock.show_3 #message_1, .messageBlock.show_3 #message_2 {
	display:none;
}

.messageBlock.show_0 #message_0,
.messageBlock.show_1 #message_1,
.messageBlock.show_2 #message_2,
.messageBlock.show_3 #message_3 {
	display: block;
}

/* content blocks */

.contentBlock {
	position: relative;
	background: #fff;
	width: 100%;
	text-align: left;
	padding: 2em 0 1em;
	box-shadow: 0 0 20px rgba(0,160,255,0.5);
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
}

.contentBlock#listing_0 {
	margin-top:98%;
}

.svg #listing_0 .windowShade {
	display: block;
	position: absolute;
	top: 0;
	opacity: 0;
	left: 2.5em;
	width: 80px;
	height: 94px;
	background-image: url(../img/icon_windowshade-hand.svg);
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	cursor: pointer;
}

.svg #listing_0.showScroll .windowShade {
	opacity: 1;
	top: -72px;
}


.contentBlock h1, article.blog-post h1 {
	background: #fff;
	text-align: left;
	margin: 1em 0 0;
	padding: 0 1em;
	font-size: 2em;
	line-height: 1.25em;
	font-family: "Vaud Display Bold";
}

.contentBlock h1, article.blog-post h1 a {
	color: #222;
}

.contentBlock p.intro, article.blog-post p.dek {
	text-align: left;
	font-size: 2em;
	line-height: 1.25em;
	margin: 0 0 1.5em;
	padding: 0 1em;
	font-family: "Vaud Display UltraLight";
}

.contentBlock ul {
	display: inline-block;
	text-align: left;
	margin: 2em;
}

.contentBlock li {
	width: auto;
	display: inline-block;
	margin: 0 auto 4em auto;
	vertical-align: top;
	text-align: left;
}

.contentBlock li > a.trigger {
	display: block;
	max-height: 192px;
	overflow: hidden;
	margin-bottom: 1em;
	background: url(../img/Preloader_10.gif) center center no-repeat;
	border-radius: 0.2em;
}

.contentBlock li img {
	display: block;
	border-radius: 0.2em;
	width: 100%;
}

.no-js .contentBlock li img.prime {
	display: none;
}

.contentBlock li h2, 
.contentBlock li p {
	margin: 0 0.5em;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0.25em;
}

.contentBlock li > ul {
	margin: 0;
	margin-bottom: 0.25em;
}

.contentBlock li > ul > li {
	margin: 0;
	padding: 0;
}

.contentBlock li > ul > li a {
	display: inline;
}

.contentBlock li h2 {
	text-transform: none;
	font-size: 1.2em;
	font-family: 'Vaud Bold';
	font-weight: normal;
}

.contentBlock .profile h2 + p {
	margin-top: 1.5em;
}

p.link {
	font-family: 'Vaud Italic';
	font-size: 0.8em;
}

p.link a:after {
	content: " \203A";
}

.profile {
}

li.profile h2 {
	margin: 0;
}

.profile h3 {
	color:#668;
	font-size: 0.85em;
	font-weight: normal;
	margin: 0;
}

.contentBlock .profile p {
	margin:0 0 1.5em;
}

.profile b {
	font-family: 'Vaud Bold';
	font-weight: normal;
}

body.lightbox-active {
	
}

.lightbox {
	position: fixed;
	top: 100%;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	background: #eee;
	background: rgba(34,34,34,0);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.close {
	display: none;
	position: fixed;
	z-index: 110;
	bottom: .2em;
	left: .2em;
	font-size: 2em;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
}

.arrow {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 12px;
	font-size: 8em;
	color: #ccc;
}

.arrow.right {
	left: auto;
	right: 12px;
}

.arrow:after {
	content: " \2039";
}

.arrow.right:after {
	content: " \203A";
}


.lightbox-active .wrapper {
	/* left: -100%; */
}

.lightbox-active .lightbox {
	top: 0;
	opacity: 1;
	background: rgba(34,34,34,0.75);
}

.ie-lt9 .lightbox-active .close {
	display: block;
}

.lightbox .inner {
	display: table-cell;
	vertical-align: middle;
}

.lightbox img {
	position: relative;
	z-index: 10;
	opacity: 0;
	max-width: 100%;
	max-height: 100%;
    box-shadow: 0 0.5em 0.5em rgba(0,0,0,0.5);
    background: rgba(34,34,34,0.75);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

/*
.lightbox:after {
	content: " ";
	position: absolute;
	display: block;
	width: 1024px;
	height: 60%;
	top: 40%;
	left: 50%;
	margin-left: -513px;
	background-image: linear-gradient(bottom, rgba(34,34,34,0.25) 1%, rgba(34,34,34,0.75) 25%);
	background-image: -webkit-linear-gradient(bottom, rgba(34,34,34,0.25) 1%, rgba(34,34,34,1) 25%);

}
*/

.lightbox img.loaded {
	opacity: 1;
}

.home-link {
	position: absolute;
	z-index: 10;
	display: inline-block;
	font-size: 1em;
	top: 1em;
	left: 2em;
	width: 105px;
	height: 92px;
	margin: 0;
	padding: 0;
	
}

	.home-link a {
		display: inline-block;
		width: 105px;
		height: 92px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

article.blog-post {
	margin: 0;
	background-color: #fff;
	background-image: url(../img/monkey_transparent_black.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 1.5em 2em;
	min-height: 100%;
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	padding: 10em 0;
	color: #222;
}

.no-svg article.blog-post {
	background-image: url(../img/monkey_transparent_black.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 1.5em 2em;
}

article.blog-post p, 
article.blog-post ul, 
article.blog-post figure, 
article.blog-post pre {
	margin: 1em 1.4em;
	font-size: 1.25em;
	line-height: 1.5em;
}

article.blog-post pre {
	margin-left: 2.4em;
	font-size: 1.666em;
}

article.blog-post code {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #446;
}

article.blog-post .gist {
	margin: 2em;
}

article.blog-post .gist .gist-data {
	
}

article.blog-post figure {
	text-align: center;
	background: #f6f6f6;
	margin: 2em 0;
	padding: 1em 1.4em;
}

article.blog-post figure span {
	display: inline-block;
	vertical-align: top;
	margin: 0 .2em;
}

article.blog-post figure img {
	box-shadow: 0 1px 1px #999;
}

article.blog-post figure span:after {
	content: attr(data-caption);
	display: block;
	font-size: .8em;
	font-style: italic;
	margin-bottom: 2em;
	font-size: 0.8em;
}

article.blog-post ul li {
	position: relative;
	margin: 0.5em 0;
}

article.blog-post ul:not(.featured-link) li:before {
	content: "›";
	position: absolute;
	right: 100%;
	padding-right: .3em;
}

article.blog-post ol#footnotes {
	list-style-type: none;
}

article.blog-post ol#footnotes, 
article.blog-post .blog-nav, 
article.blog-post p.byline {
	font-size: 1em;
	margin: 6em 1.75em 2em;
	line-height: 1.5em;
}

article.blog-post ul.blog-nav li:before {
	display: none;
}

article.blog-post .more-posts {
	border-top: 1px solid #ccc;
}

article.blog-post ol#footnotes li {
	margin-bottom: 1em;
}

article.blog-post .blog-nav,
article.blog-post p.byline {
	margin-top: 2em;
}

article.blog-post p.byline date, 
article.blog-post p.byline a.user-name  {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0.25em 0.25em 0;
	border-radius: 0.5em;
}

article.blog-post p.byline a.user-name {
	border-color: #f00;
}

article.blog-post p.byline a.user-name:hover {
	color: #69f;
}

article.blog-post .more-posts {
	margin-top: 4em;
}

article.blog-post .more-posts h1 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 1em 1.4em;
	padding: 0;
}

article.blog-post aside.more-posts ul {
	margin: 1em 1.4em;
	font-size: 1.25em;
	line-height: 1.5em;
}

article.blog-post aside.more-posts li {
	/* margin: 0.5em 0; */
}

article.blog-post aside.more-posts li:before {
	content: none;
}

article.blog-post aside.more-posts li a {
	padding: 1px 0;
}

article.blog-post aside.more-posts li a:before,
article.blog-post .featured-link li a:before {
	content: "›";
	position: absolute;
	right: 100%;
	padding-right: .3em;
}

footer {
	position: static;
	background: #fff;
	display: block;
	background: #fff;
	color:#444;
	margin-top: 0;
	padding: 2em;
	text-align: left;
	font-size: 0.75em;
}

footer p, footer ul {
	padding-top: 0.6em;
	font-family: 'Vaud Italic';
}

#circleG {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width:60.666666666666664px;
	margin-left: -30px;
	margin-top: -10px;
}

.loaded ~ #circleG {
	display: none;
}

.circleG{
	background-color:#333;
	float:left;
	height:13px;
	margin-left:7px;
	width:13px;
	-moz-animation-name:bounce_circleG;
	-moz-animation-duration:2.4000000000000004s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-moz-border-radius:9px;
	-webkit-animation-name:bounce_circleG;
	-webkit-animation-duration:2.4000000000000004s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-webkit-border-radius:9px;
	-ms-animation-name:bounce_circleG;
	-ms-animation-duration:2.4000000000000004s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-ms-border-radius:9px;
	-o-animation-name:bounce_circleG;
	-o-animation-duration:2.4000000000000004s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	-o-border-radius:9px;
	animation-name:bounce_circleG;
	animation-duration:2.4000000000000004s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	border-radius:9px;
}

#circleG_1{
	-moz-animation-delay:0.4800000000000001s;
	-webkit-animation-delay:0.4800000000000001s;
	-ms-animation-delay:0.4800000000000001s;
	-o-animation-delay:0.4800000000000001s;
	animation-delay:0.4800000000000001s;
}

#circleG_2{
	-moz-animation-delay:1.12s;
	-webkit-animation-delay:1.12s;
	-ms-animation-delay:1.12s;
	-o-animation-delay:1.12s;
	animation-delay:1.12s;
}

#circleG_3{
	-moz-animation-delay:1.44s;
	-webkit-animation-delay:1.44s;
	-ms-animation-delay:1.44s;
	-o-animation-delay:1.44s;
	animation-delay:1.44s;
}

@-moz-keyframes bounce_circleG{
	0%{}
	50%{background-color:#888888}
	100%{}
}

@-webkit-keyframes bounce_circleG{
	0%{}
	50%{background-color:#888888}
	100%{}
}

@-ms-keyframes bounce_circleG{
	0%{}
	50%{background-color:#888888}
	100%{}
}

@-o-keyframes bounce_circleG{
	0%{}
	50%{background-color:#888888}
	100%{}
}

@keyframes bounce_circleG{
	0%{}
	50%{background-color:#888888}
	100%{}
}

/* Media Queries Moving up the scale */

/*

@media only screen and (min-width : 400px) {

	.messageBlock {
		background-size: 8em;
		background-position: 1em 2.5em;
	}

	.messageBlock > .content {
		padding: 1em 0 0 8.5em;
	}
	
	.contentBlock li {
		width: 18em;
		display: inline-block;
		margin: 0 2em 4em 0;
		vertical-align: top;
		text-align: left;
	}
	
}

*/

@media only screen and (min-width : 768px) {
	
	.messageBlock {
		background-size: auto;
		background-position:  3em 4em; 
	}
	
	.home-link {
		top: 3em;
		left: 4em;
	}
	
	.messageBlock > .content {
		padding: 12em 0 0;
	}
	
	.messageBlock h1, .messageBlock p, .contentBlock h1, .contentBlock p.intro, article.blog-post h1, article.blog-post p.dek {
		font-size: 3em;
		padding: 0 1em;
	}
	
	#listing_0 .windowShade {
		left: 4.5em;
	}
	
	.contentBlock ul {
		margin: 3em;
	}
	
	.contentBlock li {
		width: 20em;
		margin-right: 2em;
	}
	
	article.blog-post {
		padding: 12em 0;
		background-position: 3em 4em;
	}
	
	article.blog-post h1, article.blog-post p.dek  {
		max-width: 24em;
	}
	
	article.blog-post p, article.blog-post ul, article.blog-post figure, article.blog-post .more-posts h1, article.blog-post aside.more-posts ul {
		margin: 1em 2em;
		font-size: 1.5em;
		max-width: 36em;
	}
	
	article.blog-post figure {
		margin: 2em 0;
		padding-left: 2em;
		text-align: left;
		max-width: none;
	}
	
	article.blog-post figure span {
		margin-right: 1em;
		text-align: center;
	}
	
	article.blog-post figure img {
		max-width: 36em;
	}
	
	article.blog-post .gist {
		margin: 3em;
	}
	
	article.blog-post ol#footnotes, article.blog-post p.byline,
	article.blog-post ol#footnotes, article.blog-post .blog-nav {
		margin-left: 3em;
	}
	
	article.blog-post .more-posts {
		margin-top: 6em;
	}
	
	footer {
		width: 100%;
		height: 30px;
		padding: 0 3em 0;
		background: rgba(255,255,255,0.95);
		box-sizing: border-box;
	}
	
	footer li {
		display: inline;
	}
	
	footer li:before {
		content: "\B7";
		margin: 0 6px;
	}
	
	footer li:first-child:before {
		content: "";
	}
	
	.home footer {
		position: fixed;
		bottom: 0;
	}
}

@media only screen and (min-width : 1200px) {
	
	.messageBlock h1, .messageBlock p, .contentBlock h1, .contentBlock p.intro, article.blog-post h1, article.blog-post p.dek  {
		font-size: 4em;
	}
	
	article.blog-post p, article.blog-post ul, article.blog-post figure, article.blog-post .more-posts h1, article.blog-post aside.more-posts ul {
		font-size: 2em;
	}
	
	article.blog-post .gist {
		margin: 4em;
		max-width: 72em;
	}
	
	article.blog-post ol#footnotes, article.blog-post p.byline,
	article.blog-post ol#footnotes, article.blog-post .blog-nav {
		margin-left: 4em;
	}
	
	.contentBlock ul {
		margin: 4em;
	}
	
	footer {
		padding-left: 4em;
	}
	
}