    		body {
    			background: #343434;
    			color: #ebebeb;
    			font-family: 'Roboto Condensed', sans-serif;
    			font-weight: 300;
    			margin: 0;
    			padding: 0;
    		}

			header {
				background: #343434;
			}

			#logo {
				display: inline-block;
				margin-right: 10px;
				text-decoration: none;
				border: none;
			}
			
			#sitename {
				font-size: 80pt;
				font-weight: 300;
				color: #ebebeb;
				display: inline-block;
				position: relative;
				top: -30px;
				text-decoration: none;
			}
			
			body.view #logo img {
				height: 64px;
				margin-bottom: -11px;
			}
			
			body.view #sitename {
				font-size: 40pt;
				top: -6px;
			}
			
    		#main {
    			max-width: 960px;
    			width: 80%;
    			margin: 20px auto;
    		}

    		article h1 {
    			color: #dfbf4c;
    			font-size: 52pt;
    			font-weight: 300;
    			margin-bottom: 0;
    		}
    		
    		.post-meta {
	    		margin-top: -10px;
	    		opacity: 0.5;
    		}
    		
    		.header-glyph + .post-meta {
	    		margin-top: 0;
    		}
    		
    		article a,
    		#disqus_thread a {
		   		color: #dfbf4c;

    		}

    		article p,
    		article blockquote,
    		article ul,
    		article ol {
    			font-size: 20pt;
    		}
    		
    		div.pull-quote {
	    		font-size: 29pt;
	    		font-style: italic;
	    		color: #dfbf4c;
	    		display: inline-block;
	    		padding: 25px;
	    		float: left;
	    		width: 25%;
	    		position: relative;
    		}
    		
    		div.pull-quote:nth-of-type(odd) {
	    		float: right;
    		}
    		
    		article blockquote {
	    		position: relative;
    		}
    		article blockquote:before {
	    		content: '“';
	    		font-size: 80pt;
	    		color: #dfbf4c;
	    		opacity: 0.4;
				position: absolute;
				left: -36px;
				top: -31px;	    
				font-family: Georgia,"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","HelveticaNeue","HelveticaNeueLT",Helvetica,Arial,"Lucida Grande",sans-serif;	
				font-weight: bold;
    		}

    		article .continue-link {
    			color: #7f7f7f;
    			text-decoration: none;
    			font-size: 16pt;
    		}

    		section#recent,div.post-navigation {
    			border-top: 1px solid #7f7f7f;
    			margin-top: 100px;
    		}

    		.recent-post {
    			border-bottom: 1px solid #7f7f7f;
    			padding: 10px;
    		}

    		.recent-post a {
    			color: #dfbf4c;
    			text-decoration: none;
    			font-size: 22pt;
                display: inline-block;
                max-width: 89%;
    		}

    		.recent-post.link a:after {
    			content: ' \27b2';
    		}

    		.recent-post .date-stamp {
    			color: #ebebeb;
    			float: right;
    			font-size: 16pt;
    			line-height: 22pt;
    			height: 22pt;
    			display: inline-block;
    		}
    		
    		#disqus_thread {
	    		margin-top: 100px;
    		}
    		
    		#loadCommentsSection {
	    		margin-top: 65px;
	    		border-top: 1px solid #7f7f7f;
    		}

    		footer {
    			width: 80%;
    			max-width: 960px;
    			margin: 100px auto;
    		}

    		footer section {
    			width: 33%;
    			float: left;
    		}

    		footer h4 {
    			font-style: italic;
    			font-weight: bold;
    			font-size: 16pt;
    		}

    		footer ul {
    			margin-top: -25px;
    			list-style: none;
    		}

    		footer ul li {
    			margin-left: -40px;
    		}

    		footer ul li a {
    			color: #ebebeb;
    			text-decoration: none;
    		}

    		footer ul li a:hover {
    			text-decoration: underline;
    		}

    		footer #about p:first-of-type {
    			margin-top: -25px;
    		}
    		
	footer a.twitter {
		display: inline-block;
		width: 28px;
		height: 29px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(/img/icons/twitter.png) no-repeat left top;
		margin-right: 3px;
	}
	footer a.untappd {
		display: inline-block;
		width: 28px;
		height: 29px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(/img/icons/untappd.png) no-repeat left top;
		margin-right: 3px;
	}
	footer a.facebook {
		display: inline-block;
		width: 28px;
		height: 29px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(/img/icons/facebook.png) no-repeat left top;
		margin-right: 3px;
	}
	footer a.instagram {
		display: inline-block;
		width: 28px;
		height: 29px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(/img/icons/instagram.png) no-repeat left top;
		margin-right: 3px;
	}    		
    		
    		
    		
    		.header-glyph {
    			height: 400px;
				overflow: hidden;
				background-size: cover;
				background-position: left center;
				position: relative;
    		}

			.header-glyph h1 {
    			max-width: 960px;
    			width: 80%;
    			margin: 0px auto;
				font-size: 39pt;
				padding-top: 10px;
				margin-bottom: 10px;
				font-weight: 300;
			}
			
			.title-wrapper {
				background-image: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.7) 100%);				
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
			}
			
			.layout-photo img {
				/*width: 100%;*/
			}
			
			.layout-photo .post-meta {
				margin-top: 0;
			}
			
			.layout-photo h2 {
				margin-bottom: -31px;
			}
			
			br.clearer {
				zoom: 1;
				height: 1%;
				font-size: 1px;
				color: transparent;
				clear: both;
			}
			
			
			
@media all and (max-width: 1135px) and (min-width: 2px) {
	.recent-post a {
		max-width: 75%;
	}
}			

@media all and (max-width: 575px) and (min-width: 2px) {
	.recent-post a {
		max-width: 60%;
	}
}

@media all and (max-width: 700px) and (min-width: 2px) {
	article h1 {
		font-size: 45pt;
	}
}

@media all and (max-width: 490px) and (min-width: 2px) {
	article h1 {
		font-size: 32pt;
	}
	
	article img {
		display: block !important;
		width: 100% !important;
		height: auto !important;
	}
}

@media all and (max-width: 725px) and (min-width: 2px) {
	footer section {
		width: 100%;
		float: none;
		display: block;
	}
}