body {
	padding: 0px;
	margin: 0px;
	
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Arial, sans-serif;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.a_name, .a_name:hover, h1 a, h1 a:hover, h2 a, h2 a:hover {
	text-decoration: none;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	color: #000064;
}

h1 > a:hover, h2 > a:hover {
	color: #0000FF;
}

#title_l {
	padding: 10px;
	font-size: 1.6em;
}

#title_r {
	float: right;
	padding: 10px;
}

#title_r b {
	font-size: 1.2em;
}

#mc_container {
	clear: right;
	width: 100%;
}

#menu {
	float: left;
	width: 200px;
	
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
	
	font-size: 0.9em;
	list-style: none;
}

#menu a {
	display: block;
	
	color: #000064;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
}

#menu a:hover {
	color: #0000FF;
	text-decoration: none;
}

#menu a.icon {
	padding-left: calc(1em + 32px);
	
	background-size: calc(1em + 16px);
	background-position: 8px 0px;
	background-repeat: no-repeat;
}

#menu a.github {
	background-image: url("/style/github.png");
}

#menu a.linkedin {
	background-image: url("/style/linkedin.png");
}

#menu a.metacpan {
	background-image: url("/style/metacpan.png");
}

#menu a.patreon {
	background-image: url("/style/patreon.png");
}

#menu a.twitter {
	background-image: url("/style/twitter.png");
}

#menu .active {
	color: #FFFFFF !important;
	background-color: #000064;
}

#menu .header {
	font-weight: bold;
	padding: 5px 8px;
}

#menu .line {
	margin: 2px 5px;
	height: 0px;
	
	border-top: 1px solid #000064;
	border-bottom: 1px solid #000064;
}

#menu ul {
	padding-left: 16px;
	margin: 0px;
	
	list-style: none;
}

#menu ul a {
	border-left: 1px solid #000064;
}

#content_box {
	margin-left: 200px;
	width: auto;
	
	border: 3px solid #000064;
	border-right: none;
	
	font-size: 0.95em;
	padding: 10px;
}

#content_box p {
	margin: 0px;
	margin-bottom: 16px;
}

#content_box ul, #content_box ol {
	margin-top: 0px;
	margin-bottom: 16px;
}

#content_box h1 {
	margin: 0px;
	margin-bottom: 6px;
	font-size: 1.6em;
}

.donate-wrapper > h1 {
	display: inline-block;
}

.donate-wrapper > form {
	display: inline-block;
	margin-bottom: 6px;
	vertical-align: middle;
	margin-left: 1em;
}

#content_box h2 {
	margin: 0px;
	margin-bottom: 6px;
	font-size: 1.4em;
}

#content_box h3 {
	margin: 0px;
	margin-bottom: 6px;
	font-size: 1.2em;
}

#content_footer {
	clear:left;
}

#content_footer p {
	margin: 10px;
	font-size: 0.8em;
}

#footer {
	margin-left: 200px;
	padding: 6px 10px;
	
	font-size: 0.8em;
}

.download-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.download-list li {
	background: transparent url('/style/down16.png') center left no-repeat;
	padding-left: 18px;
	margin-bottom: 6px;
	margin-top: 4px;
}

.download-list .ver {
	background: none;
	padding-left: 0;
	margin-bottom: 18px;
}

.download-list .old {
	font-size: 0.8em;
}

.download-list .title {
	background: none;
	padding-left: 0px;
	margin-left: 0px;
	
	font-size: 1.2em;
}

.download-list .f24 {
	background-image: url('/style/floppy24.png');
	padding-left: 28px;
}

.download-list .cd24 {
	background-image: url('/style/cdrom24.png');
	padding-left: 28px;
}

.download-list .drv24 {
	background-image: url('/style/driver24.png');
	padding-left: 28px;
}

.download-list .exe24 {
	background-image: url('/style/exe24.png');
	padding-left: 28px;
}

.download-list .src16 {
	background-image: url('/style/source16.png');
}

.download-list .src24 {
	background-image: url('/style/source24.png');
	padding-left: 28px;
}

.download-list .zip16 {
	background-image: url('/style/zip16.png');
}

.download-list .zip24 {
	background-image: url('/style/zip24.png');
	padding-left: 28px;
}

.download-list .install16 {
	background-image: url('/style/install16.png');
}

.download-list .install24 {
	background-image: url('/style/install24.png');
	padding-left: 28px;
}

.download-list .win_exe16 {
	background-image: url('/style/win_exe16.png');
}

.download-list .win_exe24 {
	background-image: url('/style/win_exe24.png');
	padding-left: 28px;
}

.download-list span {
	margin-left: 20px;
}

/*
.code-header {
	margin: 10px;
	margin-bottom: 5px;
	margin-top: 18px;
}

.code-header a {
	font-weight: bold;
}
*/

.c_error {
	color: #FF0000 !important;
	font-weight: bold;
}

.comment_main {
	margin-bottom: 16px;
}

.comment_header, .comment_header:hover {
	color: #000064;
	
	font-size:   1.1em;
	font-weight: normal;
}

.comment_box {
	margin-top:  6px;
	margin-left: 10px;
	
	padding-left: 4px;
	border-left: 1px solid #000064;
}

.comment_replies {
	margin-top: 1em;
}

.comment_reply_box {
	margin-top: 10px;
}

.comment_form {
	margin: 10px;
	margin-top: 0px;
}

.comment_form th {
	text-align: right;
}

.comment_form th, .comment_form td {
	vertical-align: center;
}

.comment_form img {
	margin-bottom: -5px;
}

.post_preview .body {
	margin-bottom: 16px;
}

.code, .codebox {
	padding: 10px;
	border:  1px solid #000000;
	
	font-family: monospace;
	
	background-color: #DCDCDC;
	
	overflow: auto;
}
