*{
	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%;
	margin-bottom: 15px;
}
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;
	}
	#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{
			height: 254px; 
			margin-right: 15px; 
			margin-bottom: 15px;
		}
		#blog_content span{
			font-family: 'Anonymous Pro', monospace;
			font-weight: 800;
		}
		
	#contact_form{
		font-family: 'Anonymous Pro', monospace; 
		padding: 15px;
	}
		#contact_form b{
			display: block; 
		}
		#contact_form input, #contact_form textarea{
			background-color: transparent;
			border: 1px solid #999;
			font-family: 'Anonymous Pro', monospace; 
			color: #111;
			padding: 5px;
			font-size: 12pt;
		}
		#contact_form input[type=text], #contact_form textarea{
			width: 99%;
		}
		


#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;
		font-weight: 800;
		letter-spacing: 4px;
	}
	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;
}

.btn {
	box-shadow: 0px 10px 14px -7px #666;
	background:linear-gradient(to bottom, #666 5%, #000 100%);
	background-color:#666;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#fff !important;
	font-size:16px !important;
	font-weight:bold !important;
	padding:13px 32px !important;
	text-decoration:none;
	text-shadow:0px 1px 0px #333;
}
.brn:hover {
	background:linear-gradient(to bottom, #000 5%, #666 100%);
	background-color:#000;
}
