body {
	margin: 0;
	padding: 0;
	font-family: lucida grande,verdana,arial,helvetica;
	font-size: 12px;
    background-color:#DBEBBD;
    color:#2A0E0E;
}

img {
	max-width: 50%;
}

.outer {
	width: 1000px;
	margin: auto;
	position: relative;
}

.header {
	background: #666;
	width: 100%;
	height: 160px;
	border: 1px solid #855B57;
	background-image: url(header.png);
	background-size: cover;
}

.white {
	background: #FFF;
	border: 1px solid #855B57;
	padding: 24px;
	min-height: calc(100vh - 280px);
	margin-bottom: 2rem;
}

.nav-item {
	background: #FFF;
	display: inline-block;
	border: 1px solid #855B57;
	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;
}

.clear {
	clear: both;
}

.side-box {
	background: #EEE;
	padding: 12px;
	min-height: 200px;
}

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: #3A5F40;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	background: #8E9B75;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
    font-family:monospace;
	letter-spacing: 2px;
	padding: 3px 6px;
}

h2 {
	font-size: 1em;
	border-bottom: 1px dotted #855B57;
	margin-top: 2rem;
}

.border {
	border: 1px solid #855B57;
}

h2 a {
	text-decoration: none;
	color: #000;
}

.nav-item.nav-top {
	border: none;
}

.site-title {
	color: #412E32;
	margin-top: 50px;
	margin-left:50px;
    font-style:italic;
    font-weight:bold;
    letter-spacing:2px;
    font-family:monospace;
}

.site-title a {
	color: #40121C;
	text-decoration: none;
	font-size: 45px;
    font-style:normal;
    letter-spacing:normal;
}

.update {
	display: inline;
	margin-right: 24px;
    color:white;
    font-family:monospace;
    letter-spacing:1px;
    overflow: hidden;
}

.updates {
	font-size: 11px;
    margin-top:1px;
	padding-bottom: 2px;
    padding-top:2px;
}

.yasu {
	position: absolute;
	height:225px;
    right:0;
	top: -1px;
}

.post-content img {
	max-width: 90%;
}

.muted {
	opacity: 0.3;
}

.recent-image img {
	max-width: 70px;
	border: 1px solid #855B57;
    margin-right:5px;
}

.sidebar {
	border: 0;
	width: 100%;
	height: 750px;
}

hr {
	border: 0;
	border-bottom: 1px dotted #855B57;
	margin: 2rem 0;
}

table {
	border-collapse: collapse;
}

th, td {
	padding: 6px 12px;
	border: 1px solid #855B57;
    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%;
}

a {
    color:#478E52;
    font-weight:bold;
}

a:visited {
    color:#233225;
    font-weight:normal;
}