|  | @@ -85,7 +85,7 @@ thead tr {
 | 
											
												
													
														|  |     clear: both;
 |  |     clear: both;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -.header {
 |  | 
 | 
											
												
													
														|  | 
 |  | +header {
 | 
											
												
													
														|  |  	background: #F0E5D8;
 |  |  	background: #F0E5D8;
 | 
											
												
													
														|  |  	text-align: center;
 |  |  	text-align: center;
 | 
											
												
													
														|  |  	padding: 20px 0;
 |  |  	padding: 20px 0;
 | 
											
										
											
												
													
														|  | @@ -93,23 +93,21 @@ thead tr {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  /* TODO: Fix this shit. */
 |  |  /* TODO: Fix this shit. */
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -.header h1 {
 |  | 
 | 
											
												
													
														|  | -	/*float: left;*/
 |  | 
 | 
											
												
													
														|  | -	/*display: inline-block;*/
 |  | 
 | 
											
												
													
														|  | 
 |  | +header h1 {
 | 
											
												
													
														|  |  	font-size: 1.75em;
 |  |  	font-size: 1.75em;
 | 
											
												
													
														|  | -	margin: 0.125em auto;
 |  | 
 | 
											
												
													
														|  | 
 |  | +	margin: 0.125em auto 0 auto;
 | 
											
												
													
														|  |  	text-transform: lowercase;
 |  |  	text-transform: lowercase;
 | 
											
												
													
														|  |  	font-weight: 300;
 |  |  	font-weight: 300;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -.header img {
 |  | 
 | 
											
												
													
														|  | 
 |  | +header img {
 | 
											
												
													
														|  |  	width: 128px;
 |  |  	width: 128px;
 | 
											
												
													
														|  |  	height: 128px;
 |  |  	height: 128px;
 | 
											
												
													
														|  |  	border: 2px solid #534741;
 |  |  	border: 2px solid #534741;
 | 
											
												
													
														|  |  	border-radius: 50%;
 |  |  	border-radius: 50%;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -.header > a {
 |  | 
 | 
											
												
													
														|  | 
 |  | +header a {
 | 
											
												
													
														|  |  	font-family: "Museo";
 |  |  	font-family: "Museo";
 | 
											
												
													
														|  |  	color: #534741;
 |  |  	color: #534741;
 | 
											
												
													
														|  |  	display: inline-block;
 |  |  	display: inline-block;
 | 
											
										
											
												
													
														|  | @@ -117,36 +115,39 @@ thead tr {
 | 
											
												
													
														|  |  	transition: all 0.4s;
 |  |  	transition: all 0.4s;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -.header > a:hover {
 |  | 
 | 
											
												
													
														|  | 
 |  | +header a:hover {
 | 
											
												
													
														|  |  	text-decoration: none;
 |  |  	text-decoration: none;
 | 
											
												
													
														|  |  	border-bottom: 1px solid black;
 |  |  	border-bottom: 1px solid black;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -.header .twitter {
 |  | 
 | 
											
												
													
														|  | -	font-size: 1.25em;
 |  | 
 | 
											
												
													
														|  | -	font-weight: 100;
 |  | 
 | 
											
												
													
														|  | -}
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |  .nav {
 |  |  .nav {
 | 
											
												
													
														|  | -	float: right;
 |  | 
 | 
											
												
													
														|  | -	display: inline-block;
 |  | 
 | 
											
												
													
														|  |  	padding: 0px;
 |  |  	padding: 0px;
 | 
											
												
													
														|  | -	margin: 0px;
 |  | 
 | 
											
												
													
														|  | 
 |  | +	margin: 6px 0 0 0px;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  .nav li {
 |  |  .nav li {
 | 
											
												
													
														|  |  	list-style: none;
 |  |  	list-style: none;
 | 
											
												
													
														|  |  	margin: 0.5em 0.2em;
 |  |  	margin: 0.5em 0.2em;
 | 
											
												
													
														|  |  	display: inline;
 |  |  	display: inline;
 | 
											
												
													
														|  | -	font-size: 80%;
 |  | 
 | 
											
												
													
														|  | 
 |  | +	text-transform: lowercase;
 | 
											
												
													
														|  | 
 |  | +	font-weight: 300;
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +.nav .twitter {
 | 
											
												
													
														|  | 
 |  | +	font-size: 1.25em;
 | 
											
												
													
														|  | 
 |  | +	font-weight: 100;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  .container {
 |  |  .container {
 | 
											
												
													
														|  | -	max-width: 800px;
 |  | 
 | 
											
												
													
														|  | 
 |  | +	max-width: 840px;
 | 
											
												
													
														|  |  	margin: 0 auto;
 |  |  	margin: 0 auto;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -.footer {
 |  | 
 | 
											
												
													
														|  | 
 |  | +.content {
 | 
											
												
													
														|  | 
 |  | +	padding: 0 12px;
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +footer {
 | 
											
												
													
														|  |  	text-align: center;
 |  |  	text-align: center;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -163,6 +164,7 @@ thead tr {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  .postbox .title h1 {
 |  |  .postbox .title h1 {
 | 
											
												
													
														|  |  	font-size: 1.9em;
 |  |  	font-size: 1.9em;
 | 
											
												
													
														|  | 
 |  | +	line-height: 1.4;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  .postbox .title h1 a {
 |  |  .postbox .title h1 a {
 | 
											
										
											
												
													
														|  | @@ -184,7 +186,7 @@ thead tr {
 | 
											
												
													
														|  |  	font-size: 50%;
 |  |  	font-size: 50%;
 | 
											
												
													
														|  |  	font-weight: normal;
 |  |  	font-weight: normal;
 | 
											
												
													
														|  |  	color: #808080;
 |  |  	color: #808080;
 | 
											
												
													
														|  | -	line-height: 4.1;
 |  | 
 | 
											
												
													
														|  | 
 |  | +	line-height: 3;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  .pager {
 |  |  .pager {
 | 
											
										
											
												
													
														|  | @@ -205,35 +207,28 @@ thead tr {
 | 
											
												
													
														|  |  	float: right;
 |  |  	float: right;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -@media (max-width: 768px) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +@media (max-width: 767px) {
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +	header {
 | 
											
												
													
														|  | 
 |  | +		font-size: 85%;
 | 
											
												
													
														|  | 
 |  | +	}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -	.header img {
 |  | 
 | 
											
												
													
														|  | 
 |  | +	header img {
 | 
											
												
													
														|  |  		width: 100px;
 |  |  		width: 100px;
 | 
											
												
													
														|  |  		height: 100px;
 |  |  		height: 100px;
 | 
											
												
													
														|  |  		border: 2px solid #534741;
 |  |  		border: 2px solid #534741;
 | 
											
												
													
														|  |  		border-radius: 50%;
 |  |  		border-radius: 50%;
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -	.header > h1 {
 |  | 
 | 
											
												
													
														|  | 
 |  | +	header > h1 {
 | 
											
												
													
														|  |  		display: block;
 |  |  		display: block;
 | 
											
												
													
														|  |  		float: none;
 |  |  		float: none;
 | 
											
												
													
														|  |  		line-height: 1.1;
 |  |  		line-height: 1.1;
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -	.nav {
 |  | 
 | 
											
												
													
														|  | -		display: block;
 |  | 
 | 
											
												
													
														|  | -		float: none;
 |  | 
 | 
											
												
													
														|  | -	}
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -	.nav li {
 |  | 
 | 
											
												
													
														|  | -		display: block;
 |  | 
 | 
											
												
													
														|  | -		font-size: 100%;
 |  | 
 | 
											
												
													
														|  | -	}
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |  	.content {
 |  |  	.content {
 | 
											
												
													
														|  |  		-webkit-text-size-adjust: none;
 |  |  		-webkit-text-size-adjust: none;
 | 
											
												
													
														|  |  		font-size: 80%;
 |  |  		font-size: 80%;
 | 
											
												
													
														|  | -		padding: 0 12px;
 |  | 
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  	.title {
 |  |  	.title {
 |