<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width">
		<title>Blain Smith</title>
		<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
		<link rel="stylesheet" href="/_themes/blacksmith/css/normalize.css" />
		<link rel="stylesheet" href="/_themes/blacksmith/css/style.css" />
		<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
	</head>
	<body>
		<div id="container">
			<header id="header" class="clearfix">
				<div id="title">
					<h1><a href="/">Blain Smith</a></h1>
				</div>
				
				<nav id="menu">
											<a href="/about">About</a>
											<a href="/articles">Articles</a>
											<a href="/contact">Contact</a>
					
				</nav>
			</header>
			
			<div id="content">
				<div class="row">
  <div class="span12">
    <h1>Would that this were a page, but alas, it is not.</h1>
    <p>Perhaps I can offer you a steak or a hot shave while you wait?</p>

  </div>
</div>

			</div>
			
			<footer id="footer">
				&copy; 2012. Blain Smith. Powered by <a href="http://statamic.com" id="statamic-mark">{{ statamic }}</a>.
			</footer>
		</div>
		
		<script type="text/javascript">

		  var _gaq = _gaq || [];
		  _gaq.push(['_setAccount', 'UA-3193856-5']);
		  _gaq.push(['_trackPageview']);
		
		  (function() {
		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
		  })();
		
		</script>
	</body>
</html>