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

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

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;
	overflow-x: scroll;
}

p{
	margin-bottom: 25px;
}

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

a{
	color: #000;
	text-decoration: none;
	font-weight: 800;
}
a:hover{
	text-decoration: underline;
}

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

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

#head{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
	#head img{
		height: 125px;
		opacity: 0.05; /**/
	}
	#header1{
		font-size: 48pt;
		color: #000;
		letter-spacing: 15px;
	}
	#header2{
		font-size: 12pt;
		color: #999;
		letter-spacing: 8px;
	}
	
#wrapper{
	width: 1000px;
	margin: auto;
}
	#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{
		background-color: #111; 
		font-family: 'Anonymous Pro', monospace; 
		color: #FFF;
		padding: 15px;
	}
		#contact_form b{
			display: inline-block; 
			width: 125px;
		}
		#contact_form input[type=text]:focus, #contact_form textarea:focus{
			border: 2px solid #FFF;
			color: #FFF;
			caret-color: #FFF;
			outline: none;
		}
		#contact_form input, #contact_form textarea{
			background-color: transparent;
			border: 2px solid #222;
			font-family: 'Anonymous Pro', monospace; 
			color: #444;
			padding: 5px;
			margin-left: 20px;
			font-size: 13pt;
			caret-color: #CCC;
			caret-shape: block;
		}
		#contact_form input[type=text], #contact_form textarea{
			border-bottom: 2px solid #444;
			width: 600px;
		}
		#contact_form input[type=submit]{
			color: #FFF;
			font-weight: bold;
		}
		#contact_form input[type=submit]:hover{
			outline: 1px solid #FFF;
		}
		

#stat_table td{ padding: 0px 5px; }

#footer{
	margin-top: 50px;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	padding: 15px;
	text-align: center;
	font-size: 10pt;
}
	#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: #000;
	}
	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;
}


  