img.galleryimg {
	border: none;
	margin: 5px;
}

div.longtext {
	text-align: justify;
	#max-width: 40em;
}

.highlight {
	 overflow: auto;
	 max-width: 100%;
}

/* blog stuff */
.blogblock {
	margin: 5px;
}

.blogentrytitle {
	padding-bottom: 2px;
	border-bottom: 1px dashed #000000;
	font-weight: bold;
	font-family: monospace;
	font-size: 13px;
}

.blogentrycontent {
	margin-left: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: justify;
}

.blogtags {
	padding-top: 0px;
	font-size: 12px;
}

.comments {
	margin-left: 10px;
}

a:link { color: #B3C2E6; }
a:visited { color: #B3C2E6; }

body {
	background-color: #1E2026;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 16px;
}

div.navigation {
	width: 150px;
	float: left;
}

div.content {
	border: 1px solid #000000;
	margin-left: 170px;
	padding: 5px;
	background-color: #3C414D;
	color: #BA964E;
	min-height: 300px;
	display: block;
}

div.praetorian {
	margin-top: 5px;
	color: #3c414d;
	float: right;
}

div.title {
	height: 60px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #000000;
	background-color: #071127;
	color: #3E6994;
	margin-bottom: 10px;
}

div.left {
	width: 150px;
	padding: 5px;
	background-color:   #3C414D;
	border: 1px solid #000000;
	margin-right: 10px;
}

div.menuextra {
	background-color:   #3C414D;
	border: 1px solid #000000;
	width:150px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	z-index: 99;
}

.menutitle {
	color: #95A2BF;
	font-weight: bold;
}

.menuitem {
	margin-left: 20px;
	color: #B3C2E6;
	white-space: nowrap;
}

.tquote {
	font-style: italic;
	font-size: 13px;
	color: #BA964E;
	text-align: right;
	margin-right: 10px;
	height: 60px;
	vertical-align: bottom;
	padding-bottom: 10px;
	width: 100%;
}

h1 {
	padding-bottom: 2px;
	border-bottom: 1px dashed #000000;
	font-weight: bold;
	font-family: monospace;
	font-size: 17px;
}

h2 {
	padding-bottom: 2px;
	border-bottom: 1px dashed #000000;
	font-weight: bold;
	font-family: monospace;
	font-size: 15px;
}

h3 {
	padding-bottom: 2px;
	border-bottom: 1px dashed #000000;
	font-weight: bold;
	font-family: monospace;
	font-size: 13px;
}

table {
	color: #BA964E;
}

.hv {
	font-family: monospace;
	font-style: italic;
}

.hi {
	font-family: monospace;
	font-style: italic;
}


.code {
	background: #31353e;
	border: 1px dashed #000000;
	padding: 10px;
	margin: 10px;
}

