*{
	padding: 0px;
	margin: 0px;
}

body, td{
	color: #333;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.5px;
	font-size: 13pt;
}
	td{
		padding-right: 24px;
		vertical-align: top;
	}

sup{ font-size: 7pt; }

quote{
	text-align: center;
	font-weight: 200;
	display: block;
	font-style: italic;
}

pre{
	font-family: 'Anonymous Pro', monospace;
	padding: 10px;
	background-color: rgba(0,0,0,0.9);
	color: #FFF;
	font-size: 10pt;
	line-height: 12pt;
	white-space: pre-wrap;
}

p{
	margin-bottom: 25px;
}

ol li, ul li{
	margin-left: 30px;
	padding-left: 5px;
	margin-top: 5px;
}

a{
	color: #05267b;
	text-decoration: none;
	font-weight: 800;
}
a:hover{
	color: #f36e3a;
}

h1, h2, h3{
	font-weight: 400;
	font-size: 36pt;
	line-height: 140%;
	margin-bottom: 24px;
}
h1{
	text-align: center;
}
h2{
	font-size: 24pt;
}
h3{
	font-size: 16pt;
}
h4{
	font-size: 14pt;
	font-weight: 800;
}

video{
	float: left;
	width: 440px;
	height: auto;
	margin: 0px 18px;
	margin-bottom: 36px;
	float: left;
}

hr{
	border: 0px;
	border-bottom: 1px solid #DDD;
	margin-top: 25px;
	margin-bottom: 25px;
}

#head{
	padding-top: 40px;
	padding-bottom: 50px;
	text-align: center;
}
	#head img{
		height: 145px;
		width: auto;
		opacity: 0.1; /**/
	}
	#header1{
		font-size: 44pt;
		color: #000;
		letter-spacing: 5px;
	}
	#header2{
		font-size: 12pt;
		color: #999;
		letter-spacing: 8px;
	}
	
#wrapper{
	position: relative;
	width: 1020px;
	margin: auto;
	min-height: calc(100vh - 60px);
	padding-bottom: 60px;
	background-color: #FFF;
}
	#blog_main p, #blog_main h3{
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 5px;
	}
	#page, #blog_content, #timeline{
		line-height: 140%;
	}
		#blog_content img{
			max-width: 100%; 
			float: left; 
			margin-right: 15px; 
			margin-bottom: 15px;
		}
		#blog_content span{
			font-family: 'Anonymous Pro', monospace;
			font-weight: 800;
		}
		
	#contact_form{ 
		padding: 15px;
	}
		#contact_form b{
			display: block;
		}
		#contact_form input, #contact_form textarea{
			border: 1px solid #DDD;
			font-family: 'Anonymous Pro', monospace; 
			padding: 5px;
			font-size: 13pt;
			color: #444;
		}
		#contact_form input[type=text], #contact_form textarea{
			width: 99%;
		}
		


#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	padding: 15px 0px;
	text-align: center;
	font-size: 10pt;
	width: 100%;
}
	#footer a{
		letter-spacing: 1px;
		font-size: 10pt;
	}

nav{
	text-align: center;
	background-color: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 50px;
}
	nav a{
		display: inline-block;
		padding: 10px 15px;
		border-right: 1px solid #CCC;
		color: #888;
		text-decoration: none;
		letter-spacing: 4px;
		font-weight: 800;
	}
	nav a:hover{
		color: #f36e3a;
	}
	nav a:last-child{
		border-right: 0px;
	}

.theme_info{
	background-color: #EEE;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #999;
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
}

#blog_content .theme_info{
	text-align: center;
	margin-bottom: 25px;
	background-color: transparent;
}

.prompt{
	color: #777;
}

.bodShopWidget{
	margin-left: 30px; 
	margin-bottom: 30px; 
	float: left;
}

.binary_table{
	border-collapse: collapse;
}
.binary_table td{
	border: 1px solid #ccc; 
	padding: 1px 4px; 
	text-align: right;
	width: 36px;
}

.badge{
	max-width: 96%;
	max-height: 175px;
}

.book_img{
	max-width: 90%;
	max-height: 350px;
	margin-right: 24px;
	float: left;
}

.bg_image{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -20;

	background: url('img/bg.jpg') no-repeat;
	background-size: cover;
	filter: blur(12px);
	-webkit-filter: blur(12px);
	opacity: 0.6;
}

.bg_cover{
	width: 1020px;
	height: 100%;
	margin-left: calc(((100vw - 1020px) / 2) - 10px);
	position: fixed;
	top: 0px;
	z-index: -19;

	background:#FFF;
}

.third_box, .third_box2{
	float: left;
	width: 280px;
	margin: 0px 16px;
	text-align: center;
}
	.third_box img{
		max-width: 270px;
		max-height: 100px;
	}

	.third_box2 img{
		max-width: 270px;
		max-height: 250px;
	}
	

@media only screen and (max-width: 1023px) {
	nav a {
		display: block;
		border-bottom: 1px solid #DDD;
	}

	#wrapper{
		width: 92%;
	}

	#header1 {
		font-size: 36pt;
		letter-spacing: 1px;
	}

	#head img {
		height: auto;
		width: 96%;
	}
	table, tr, td{
		display: block;
	}
}