html,body {
	margin:0px;
	font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;
	min-height:100vh;
	font-weight:100; 
	background:#fefefe;
	color:#0f0f0f;
}
* {box-sizing:border-box;}
#wpadminbar {position:relative !important;}

form {display:inline; }
#nav-holder {
	top:0;
	left:0;
	right:0;
	position:fixed;
	z-index:999999;
	transition:background .25s, box-shadow .25s;
}
#site-navigation {
	max-width:960px;
	margin:0px auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	box-sizing:border-box;
	padding:20px 0px; 
}
.scrolled #nav-holder {
	
	background:white;
	color:black;
	box-shadow:0px 3px 5px rgba(0,0,0,.05);
}

a:link,
a:hover, 
a:visited, 
a:active {
	text-decoration:none;
	color:#4d6ca4;
	transition:color .25s;
}
#primary-menu-list {
	list-style:none;
}
#primary-menu-list li {
	
	display:inline-block;
}
.primary-menu-container {
	display:inline-block;
}

#site-navigation a:link,
#site-navigation a:hover, 
#site-navigation a:visited, 
#site-navigation a:active {
	color:white;
	text-shadow:1px 1px black
}
.no-hero #site-navigation a:link,
.no-hero #site-navigation a:hover, 
.no-hero #site-navigation a:visited, 
.no-hero #site-navigation a:active {
	color:black;
	text-shadow:none; 
}
.current_page_item {
	text-decoration:underline;
}
.scrolled #site-navigation a:link, 
.scrolled #site-navigation a:visited, 
.scrolled #site-navigation a:active {
	color:#171717;
	text-shadow:none;
}

#site-navigation a#site-title {
	font-size:2rem; 
	transition:font-size 2s ease-in-out;
	padding:0px;
		
}
.scrolled a#site-title {
	color:white;
}
#category-subnav {
	display:flex;
	justify-content:space-between;
}
#the-intro {
	max-width:640px;
	margin:0 auto;
}
#category-subnav a {
    min-width: 117px;
    display: inline-block;
    text-align: center;
    padding: 12px;
}
h1 {font-weight:normal;}
#category-subnav h1 {
	display:inline-block; 
}

#site-navigation ul {
	list-style:none; 
	display:block;
	padding:0px;
	margin:0px;
	text-align:right;
}
#site-navigation li {
	display:inline-block;
}
#site-navigation a {
	display:block;
	min-width:80px; 
	text-align:center;
	padding:12px;
}

main#main-content {
	
	max-width:1455px;
	font-size:17px;
	margin:0px auto; 
	padding:12px;
	padding-bottom:100px;
}

#footer-navigation {
	
	bottom:0px;
	background:#171717;
	width:100%;
	padding:24px;
}
#footer-navigation ul {list-style:none; padding:0px; margin:0px;}
#footer-navigation li {
	display:inline-block;
}
#footer-navigation li:after {
	content:',';
	color:white;
}
#footer-navigation li:last-of-type:after,
#footer-navigation li:nth-last-child(-n+2):after {
	content:'';
}

#footer-navigation li.ben-made-this {
	
	display:block;
	margin-top:1rem;
	font-size:.75rem;
	font-transform:italic;
}

p {
	line-height:2rem;
}

#fw-hero {
    width: 100%;
    height: 256px;
    background-size: cover;
    background-position: center;
}

/* Listing CSS */

.nav-holder {
	position:relative;
}
.blog-row, .blog-header {
	width:100%;
	padding:5px;
}

.blog-row:nth-child(odd) {background:#f8f7f7;}
.blog-header {
	
	
	font-weight:bold;
}#wpadminbar{display:none;}

#listing-nav>div {
	position:sticky;
	top:100px;
}
.tag-btn {
	
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 5px;
	cursor:pointer;
}
#app-holder { 
	width:100%;
}

.current_page_item,.current_page_item  a { 
	text-decoration:underline;
}
.tag-btn.selected, .tag-btn[data-votes]:not(.tag-btn[data-votes="0"]) {
	background:#c3e0ff;
}
.blog-row span, .blog-header span {display:inline-block; }

.blog-domain { width:15%; }
.blog-title { width: 40%; }
.blog-desc { width:37%;}
.blog-visit {width:6%;}
#close-button {
	
	float: right;
	
	border: 0px;
	border-radius: 100%;
	color: #9f0101;
}
#page-control-area { text-align:center;}

#listing-nav {
	
	min-width:360px;
}
#listing-nav tr, #listing-nav td {
	display:block;
	width:100%;
}
@media screen and (max-width:700px) {
	#listing-nav select {
		display:block;
	}
}
@media screen and (max-width:600px) {
	.blog-header {display:none;}
	.blog-row {
		position:relative;
	}
	#listing-nav *,
	.blog-row span {
		display: block;
		width: 100%;
	}
	#nav-holder {
		position:absolute;
		background:transparent !important;
	}
	.blog-visit {
		text-align:right;
		position:absolute;
		right:0;
		top:.35rem;
	}
	.blog-domain:before { content: 'Domain: '; font-weight:bold; }
	.blog-title:before { content: 'Title: '; font-weight:bold; }
}


/* Post page */
#commentform #comment {
	
	display:block;
	
}
#content-and-interact {
	display:flex;
	justify-content:space-between;
}
#post-info {
	flex-grow:.9;
}
#tags-and-votes {
	width:24%;
}

#tags { display:inline; }