/* Navigation */
	.container {/* Making main navigation buttons square */
		display: block;
		width: 64px;
		height: 64px;
		float: left;
		}
	.element {
		font-size: 0.42em;
		}
	
	nav {
		font-size: 2.2em;
		position: fixed;
		top: 0px; left: 2px;
		height: 132px;
		width: 100%;
		margin: 0; z-index: 1000;
		}
	nav ul {margin: 2px 0 0 0;
		}
	nav ul li {
		margin-right: 2px;
		}
	nav ul li a.s {/* Home/logo link */
		background: url(http://static.tumblr.com/efrf053/Zkjmhwggo/s50.jpg) center no-repeat;
		text-indent: -1000px;
		background-color: #f9b317;
		}
	nav ul li.hi { /* Position the hello link below the first row. */
		position: relative;
		top: 66px;
		left: -264px;
		}
	nav ul li.container#totop {/* Back to top link. Bottom left corner of viewport. */
		position: fixed;
		bottom: 0px;
		left: 2px;
		visibility: visible;
		}
	#prevnext {
		position: relative;
		bottom: 0px;
	}
	#prevnext a:link.prev, #prevnext a:link.next {
		font-size: 80%;
		line-height: 5;
		margin: 0 2px 0 0;
		display: block;
		width: 64px;
		height: 64px;
		}
/* Typography */
	h1 {
		font-size: 170%;
		line-height: 1.2;
		margin-bottom: 0.8em;
		}
	h2 {
		font-size: 140%;
		margin-top: 2em;
		margin-bottom: 0.6em;
		line-height: 1em;
		}
	p {
		font-size: 1em;
		line-height: 1.6em;
		}

/*  Building blocks & layout */
	#content {
		width: auto;
		position: relative;
		top: 134px;
		margin: 0 7% 2px 68px;
		float: none;
		}
	section.col1 {
		float: none;
		}
	section.col2 {
		float: none;
		margin-bottom: 20px;
		display: block;
		}
	article {
		padding-top: 0;
		margin-bottom: 3em;
		}
	aside { /*Used to display dates & tags on blog posts. Positioned to 1st column. */
		margin-bottom: 1em;
		}