.yellow {
	color: #ffcc00;	
}

.menu {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 111;
	color: #FFFFFF;
	height: auto;
	border-bottom: 1px solid #FFFFFF;
	background-color: #080b21;
	font-size: 18px;
}

.menu a 			{ text-decoration: none; color: #ffcc00; }
.menu a:visited 	{ text-decoration: none; color: #ffcc00; }
.menu a:hover 		{ text-decoration: none; color: #000000; }

.menu_content {
	text-align: center;
}

.menu_item {
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #080b21;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  cursor: pointer;
}

.menu_item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu_item:hover, .menu_item:focus, .menu_item:active {
  color: #080b21;
}

.menu_item:hover:before, .menu_item:focus:before, .menu_item:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#@font-face { font-family: "Roboto Slab", sans-serif; }

body {
	margin: 0;
	padding: 0;
	background-color: #080b21;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 300;
}
a 		  	{ text-decoration: underline; color: #ffcc00; }
a:visited 	{ text-decoration: underline; color: #ffcc00; }
a:hover   	{ text-decoration: underline; color: #ffcc00; }
.blog_link a 		  	{ text-decoration: none; }
.blog_link a:visited 	{ text-decoration: none; }
.blog_link a:hover   	{ text-decoration: none; }

.header {
  width: 100%;
  height: 525px;
  position: relative;
  overflow: hidden;
}
.author {
	display: inline;
	float: left;
	font-size: 12px; 
}
.author img {
	border: 1px solid #ffffff; background: #ffffff;
	margin-right: 15px; margin-bottom: 0px;
}
.author_text {
	margin-left: -10px;
	font-size: 12px;
}
.thumb_wrapper {
	display: inline-block;
	margin: 20px;		
}
.frame {
	width:320px; height:180px; 
	background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/frame.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.footer {
	text-align: center;
	font-size: 12px;
	color: #90c0a4;
	padding: 10px 0 10px 0;
}
.layers {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 578px;
}
.rounded h1 {
	font-family: "Roboto Slab", sans-serif;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.blog_title {
	font-family: "Roboto Slab", sans-serif;
	font-size: 24px;
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
	color: #ffcc00;	
	text-shadow:  
		-1px -1px 0 #000,
    	1px -1px 0 #000,
    	-1px 1px 0 #000,
    	1px 1px 0 #000;  
}
.h1c64 {
	font-family: "Roboto Slab", sans-serif;
	text-align: center;
	font-size: 32px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ffcc00;	
	text-shadow: 3px 3px 6px #000000, 
		-1px -1px 0 #000,
    	1px -1px 0 #000,
    	-1px 1px 0 #000,
    	1px 1px 0 #000;  
}
.h2c64 {
	font-family: "Roboto Slab", sans-serif;
	text-align: center;
	font-size: 24px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ffcc00;	
}
.title {
	font-family: "Roboto Slab", sans-serif;
	text-align: center;
	font-size: 60px;
	margin: 80px 0 0 0;
	padding: 0 0 0 0;
	color: #ffcc00;	
	text-shadow: 5px 5px 8px #000000, 
		-3px -3px 0 #000,
    	3px -3px 0 #000,
    	-3px 3px 0 #000,
    	3px 3px 0 #000;  
}
.statement {
	font-family: "Roboto Slab", sans-serif;
	text-align: center;
	font-size: 26px;
	margin: 0 100px 40px 100px;
	padding: 0 0 0 0;
}
.image_backed1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/background1.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.image_backed2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	xpadding: 100px 0px 100px 0px;
	background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/background2.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.image_backed_footer {
	margin: 50px 0px 0px 0px;
	padding: 100px 0px 150px 0px;
	background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/footer.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.image_backed_content {
	color: #FFFFFF;
	position: relative;
	display: block;
	xoverflow: auto;
	width: 900px;
	max-width: 90%;
	min-height: 100px;
	margin: 50px auto 0px auto;
}
.imaged h1 {
	font-family: "Roboto Slab", sans-serif;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.imaged h2 {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.layer0 { z-index: 110; }
.layer1 { z-index: 108; }
.layer2 { background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/layer2.png') no-repeat top center; z-index: 107; }
.layer3 { background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/layer3.gif') no-repeat top center; z-index: 106; }
.layer4 { background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/layer4.png') no-repeat top center; z-index: 105; }
.layer5 { background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/layer5.png') no-repeat top center; z-index: 104; }
.layer6 { background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/layer6.png') no-repeat top center; z-index: 103; }
.layer7 { background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/layer7.png') no-repeat top center; z-index: 102; }
.layer8 { background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/layer8.jpg') no-repeat top center; z-index: 101; height: 578px; }
.layer9 { background: url('https://storage.googleapis.com/images.thimbleweedpark.com/www/fade.png') no-repeat top center; z-index: 109; height: 1000px; }

img { border: 0px; }

.blog_article { overflow: hidden; }
.blog_article img 				{ max-width: 95%; border: 4px solid #c3d1d8; }
.blog_article img.image 		{ padding: 4px; background: #fff; } 
.blog_article img.imageleft 	{ float: left; margin: 0px; margin-right: 8px; background: #fff; } 
.blog_article img.imageright 	{ float: right; margin: 4px; margin-left: 8px; background: #fff; } 
.blog_article img.imagecenter 	{ display: block; background: #fff; }

img.rewardimage { float: left; margin: 0px; margin-right: 8px; background: #fff; border: none; width: 96px; margin-top: 8px;} 

.blog_article .reward {
  border: 4px solid #c3d1d8;
  margin: 10px 75px 10px 75px; padding: 20px;   
  min-height: 115px;
}

.blog_article .reward a      	{ text-decoration: none; color: #FFF; }
.blog_article .reward a:visited { text-decoration: none; color: #FFF; }
.blog_article .reward a:hover   { text-decoration: none; color: #FFF; }

.blog_article .code .keyword1 { color: #6ea9e5; }
.blog_article .code .keyword2 { color: #53b19c; }
.blog_article .code .number { color: #CC0000; }

.blog_article .code .string { color: #AAAA00; }
.blog_article .code .string .number { color: #AAAA00; }
.blog_article .code .string .keyword1 { color: #AAAA00; }
.blog_article .code .string .keyword2{ color: #AAAA00; }

.blog_article .code .comment { color: #00CC00; }
.blog_article .code .comment .keyword1 { color: #00CC00; }
.blog_article .code .comment .keyword2 { color: #00CC00; }
.blog_article .code .comment .string { color: #00CC00; }
.blog_article .code .comment .number { color: #00CC00; }

.blog_article .code b { font-weight: bold; color: #CCCCCC; }

.blog_article .code {
	font-family: "Roboto Slab";
    font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;
	padding: 10px;
	border: 2px solid #c3d1d8;
	overflow: auto;
}

.humble {
}

.vimeo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


