
body {
	margin: 0;
	padding: 0;
	font-family: lucida grande,verdana,arial,helvetica;
	font-size: 12px;
  background-size:auto;
}

img {
	max-width: 50%;
}

.outer {
	width: 1000px;
	margin: auto;
	position: relative;
}

.header {
	background: #666;
	width: 100%;
	height: 160px;
	border: 1px solid black;
	background-image: url(https://adamants.neocities.org/backgrounds/dither_it_IMG-20131201-WA0021.jpg);
	background-size: cover;
}

.white {
	background: #FFF;
	border: 1px solid black;
	padding: 24px;
	min-height: calc(100vh - 280px);
	margin-bottom: 2rem;
}

.nav-item {
	background: #FFF;
	display: inline-block;
	border: 1px solid #000;
	position: relative;
	padding: 12px 24px;
	bottom: -1px;
}

.nav-item.active {
	border-bottom: 1px solid #FFF;
}

.content {
	width: 680px;
	float: left;
	padding-bottom: 1rem;
}

.side {
	width: 250px;
	height: 100%;
	float: right;
  background: #FFFFFF;
}

.clear {
	clear: both;
}

.side-box {
	background: #EEE;
	padding: 10px;
  width:auto
  
}

textarea.code {
	background: #000;
	color: #FFF;
	font-family: monospace;
	padding: 12px;
	width: 100%;
}

.breadcrumbs {
	background: #EEE;
	display: inline-block;
	padding: 3px 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #666;
}

.breadcrumbs a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

.nav a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	background: #000;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 6px;
}

h2 {
	font-size: 1em;
	border-bottom: 1px dotted #000;
	margin-top: 2rem;
}

.border {
	border: 1px solid #000;
}

h2 a {
	text-decoration: none;
	color: #000;
}

.nav-item.nav-top {
	border: none;
}

.site-title {
	color: #FFF;
	margin-top: 40px;
	margin-left: 70px;
}

.site-title a {
	color: #FFF;
	text-decoration: none;
	font-family: Monospace;
	font-size: 45px;
}

.update {
	display: inline;
	margin-right: 24px;
}

.updates {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 3px;
  background-color: #ffffff;
}

.post-content img {
	max-width: 90%;
}

.muted {
	opacity: 0.3;
}

.recent-image img {
	width: 50px;
	border: 1px solid;
}

.item {
	display: inline-block;
	padding: 20px 20px;
	color: black;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	font-family: Monospace;
	overflow-y: auto;
	width: 330px;
  height: 354px;
	border-radius: 3px;
}
.item2 {
	display: inline-block;
	padding: 20px 20px;
	color: black;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	font-family: monospace;
	overflow-y: auto;
	width: 294px;
	border-radius: 3px;
}

.item3 {
	display: inline-block;
	padding: 20px 20px;
	color: black;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	font-family: Monospace;
	overflow-y: auto;
	width: 294px;
	border-radius: 3px;
}
.item-profile {
	display: inline-block;
	color: black;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 1px solid #000;
	border-radius: 3px;
}
.item-profile img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;

}

.sidebar {
	border: 0;
	width: 100%;
	height: 700px;
}
.center-image {
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  width: 20%; /* Optional: Sets the image width (must be less than 100% to work) */
  border-radius: 5px; 
}

hr {
	border: 0;
	border-bottom: 1px dotted black;
	margin: 2rem 0;
}

table {
  display: inline-block;
	border-collapse: collapse;
}

th, td {
	padding: 6px 12px;
	border: 1px solid #000;
    vertical-align: top;
}

th {
	background: #EEE;
	color: black;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

.border-0 {
    border: none;
}

table img {
	max-width: 100%;
}
