html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #0a0a0a;
  border: 0;
  color: #fff;
  font-family: sans-serif;
}

a {
  color: #eee; 
  text-decoration: none;
}

p {
  color: #eee;
}

article a {
  text-decoration: underline;
} 

/* --- General Document style --- */
.wrapper {
  max-width: 640px;
  width: 90%;
  margin: 0 auto 45px auto;
  padding: 0;
}

.wrapper img {
  max-width: 100%;
}

/* --- Index Styling --- */
.post_listed {
  width: 100%;
  margin-bottom: 20px;
}

.post_listed .title {
  text-align: left;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
  color: #eee;
}

.post_listed .title:hover {
  background-color: #eee;
  color: #0a0a0a;
  text-overflow: ellipsis;
}

.post_listed .post_time {
  color: #bcbcbc;
  margin-right: 10px;
  display: inline-block;
  font-size: 1.1rem;
}

.post_listed .description {
  font-size: 1.1rem;
  color: #777;
}

.post_listed .post_link {
  display: none;
}

/* --- Header Styling --- */ 
.header_main {
  margin: 45px auto 35px auto;
  width: 100%;
}

.header_main a {
  text-decoration: none;
  display: inline-block;
}

.header_title {
  display: inline-block;
  text-align: left;
  text-decoration: none;
  margin: 0px auto;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

nav {
  display: inline-block;
  margin-top: 3px;
}

nav#main {
  text-align: left;
  margin-left: -6px;
}

nav a {
  color: #eee;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 1.1rem;
}

nav a:visited {
  color: #eee; 
  text-decoration: none;
}

nav a:hover {
  text-decoration: none;
  color: #0a0a0a;
  background-color: #eee;
}

/* --- Post Titling --- */

.title_wrapper {
  width: 90%;
  margin: 5px auto 25px auto;
}

.title_wrapper .title {
  font-size: 1.6rem;
  display: block;
  line-height: 3rem;
  text-align: center;
  align-content: center;
  width: 100%;
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
  font-weight: normal;
}

.single_time {
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  color: #999;
}

.title_wrapper .meta:hover {
  color: #fff;
  text-decoration: none;
}

/* --- Post Content --- */

.post {
  font-family: sans-serif;
  font-size: 1.2rem;
}

.post p {
  margin-bottom: 30px;
}

.nothere {
  text-decoration: none;
  cursor: initial;
  color: #eee;
}

.nothere:hover {
  text-decoration: none;
  cursor: initial;
  color: #eee;
}

.linked-title {
  text-decoration: none;
}

.linked-title:hover {
  text-decoration: underline;
}

/* --- Post Tags --- */
.post-tags {
  text-align: center;
}

.tags {
  display: block;
  list-style: none;
  text-align: center;
  margin: 15px auto;
}

.tags li {
  margin-right: 7px;
  list-style: none;
  display: inline-block;
}

.tags li a {
  line-height: 20px;
  border-radius: 3px;
  text-decoration: none;
  float: left;
  background-color: #000;
  color: #fff;
  padding: 3px 6px 3px 6px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

/* --- Post Footer --- */

.footer_icon {
  display: inline;
  float: left;
}

.footer_author {
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}

.footer_desc {
  font-size: 1.2rem;
  color: #eee;
  margin-top: 2px;
  margin-bottom: 2px;
  overflow-wrap: break-word;
}

/* --- Page Footer --- */

/* --- Post Footer --- */

.post_footer {
  display: inline-block;
  width: 100%;
}

.post_footer hr,
.post_footer {
  margin-bottom: 25px;
}

.post_footer_wrapper {
  margin: 0 auto;
  padding: 0;
}

.footer_icon {
  display: inline;
  float: left;
}

.footer_author {
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}

.footer_desc {
  font-size: 1.2rem;
  color: #eee;
  margin-top: 2px;
  margin-bottom: 2px;
  overflow-wrap: break-word;
}

.footer_link {
  margin: 0;
  padding-right: 3px;
  font-size: 1.1rem;
}

.footer_link:first-child {
  margin-left: 0px;
  padding-left: 0px;
}

footer {
  width: 100%;
  margin-top: 35px;
}

footer .footer_msg {
  font-size: 1.0rem;
  color: #8a8a8a;
  text-align: center;
}

footer .footer_rss,
footer .footer_archive {
  font-size: 1.0rem;
  color: #5a5a5a;
  text-align: center;
  display: block;
}

/* --- Pagination --- */

.pagination {
  display: inline-block;
  width: 100%;
  margin: 25px auto;
  padding: 0;
}

.page-link {
  font-size: 1.2rem;
  display: inline-block;
  color: #eee;
}

.page-link:hover {
  color: #0a0a0a;
  background-color: #eee;
}

.page-prev {
  float: left;
}

.page-next {
  float: right;
}

/* --- Table styling --- */
table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid #eee;
}

/* --- FAQ Styling --- */
.menu_content li {
  margin-top: 10px;
}

/* --- Code Styling --- */
pre {
  font-size: 1.2rem;
  overflow: scroll;
  padding: 10px;
}

/* --- Selection / Highlight Colors --- */
p.::selectiton,
p.::-moz-selection,
::selection,
::-moz-selection{
  background-color: #eee;
  color: #0a0a0a;
}

/* --- Custom Menu Hider (used in FAQ) --- */
.menu_label {
	cursor: pointer;
	color: #eee;
	font-size: 1.2rem !important;
}

.menu_label:hover {
	text-decoration: underline;
}

.menu_trigger, .menu_content {
	display: none;
}

.menu_trigger:checked ~ .menu_content{
	display: block;
}




