html { 
	margin: 0; 
	padding: 0; 
}

body { 
	padding: 0; 
	margin: 0; 
	background-color: #fff; 
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: small;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: "Bitstream Vera Sans Mono", Verdana, sans-serif; 
	font-weight: normal; 
	letter-spacing: 1px; 
}

h5, h6 {
	font-size: medium;
}

h1 img { vertical-align: middle; }

a, a:hover, a:link, a:visited {
	color: #059;
	text-decoration: none;
	border-bottom: 1px dotted #059;
}
a:hover {
	border-bottom: 1px solid #059;
}

a img {
	border: none;
}

pre {
	display: block;
	margin: 1em;
	padding: 1em;
	font-family: monospace;
	font-size: 1.13em;
	color: #060; 
	border: 1px dotted #666;
	overflow: auto;
}

ul { list-style-type: square; }

table caption { font-style: italic; }
table th { text-align: left; }

#notification {
	margin: 0;
	padding: 5px 0;
	background-color: #f4a83d;
	border-bottom: 1px solid #d6800c;
	font-family: "Liberation Sans";
	color: #735005;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
}

#notification a {
	color: #07c;
	border-bottom: none;
}

#wrapper {
	margin: 10px;
	padding: 0;
	background-color: #fff;
	background-image: url("/images/theme/header.png");
	background-position: top right;
	background-repeat: repeat-x;
}

#header {
	height: 82px;
	margin: 0 1em;
	padding: 14px 0 0 0;
	color: #fff;
	background-image: url("/images/theme/hacker.png");
	background-position: top right;
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 48px;
}

#header h2 {
	margin: -4px 0 0 0;
	padding: 0;
	font-size: 16px;
}

#header a {
	color: #fff;
}
#header a:hover {
	border: none;
}

#header img {
	float: right;
	margin: -14px 0 0 0;
	padding: 0;
	border: none;
}

#skip_to_menu {
	position: absolute;
	top: 0px;
	left: -500px;
}

#contents { 
	clear: both;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#article {
	width: 75%;
	float: left;
	margin: 0;
	padding: 0;
}

#middle, #right {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	text-align: center;
}

.article {
	margin: 1em 0; 
	padding: 1em;
	background-color: #fff;
	background-image: url("/images/theme/article.png");
	background-position: top left;
	background-repeat: repeat-x;
}

.article h2 { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
}

.article h2 a {
	border-bottom: none;
}

.article address { 
	margin: 0 0 1em 0; 
	padding: 0; 
	text-align: center; 
	font-family: "Bitstream Vera Sans", Verdana, sans-serif; 
	font-size: small;
	letter-spacing: 0;
}

.article address a {
	border-bottom: none;
}

.article h4 { font-size: large; }

.article .left { float: left; margin: 1em 1em 1em 0; }
.article .right { float: right; margin: 1em 0 1em 1em; }
.article .sidebar { background: #fcffaa; border: 1px solid black; width: 35%; padding: 1em; }
.article .clear { clear: both; }

.article p {
	line-height: 150%;
	text-align: justify; 
}

.entry-content { padding-bottom: 0.5em; }

.postinfo {
	font-size: x-small;
	color: #666;
	line-height: 140%;
}
.postinfo img {
	margin-left: 1em;
	vertical-align: middle;
}
.postinfo a {
	color: #666;
	border-color: #666;
}

.cc {
	display: block;
	float: right;
	border: none;
}

.cc img {
	border: none;
}

.project {
	width: 25%;
	float: left;
	margin:0;
	padding: 0;
}

.project .article {
	margin: 1em 0 0 1em;
	background-image: url("/images/theme/project.png");
}

.project.first-project .article {
	margin: 1em 0 0 0;
}

.project h2 {
	margin: 0;
	padding: 0.5em 0.5em 0.5em 64px;
	text-align: left;
}

.project h2 img {
	float: left;
	margin-left: -56px;
	margin-top: -0.5em;
}

.project .article p {
	text-align: left; 
}

.project p.links {
	margin: 0.25em 0;
	padding-left: 64px;
}

#about, #blurb, #trackbacks, .menu, .adbard, #links, #comments { 
	margin: 1em 0 1em 1em; 
	padding: 0 0; 
	background-image: url("/images/theme/header_green.png");
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 150%;
}

#blurb h4 { font-size: medium; }

#comments { margin: 0; }

.menu, .adbard, #links, #trackbacks {
	background-image: url("/images/theme/header_orange.png");
}

#about h3, #blurb h3, #trackbacks h3, .menu h3, .adbard h3, #links h3, #comments h3 { 
	margin: 0 4px 0 0; 
	font-size: 14px;
	padding: 9px 1em;
	color: #fff;
	background-image: url("/images/theme/hacker_green.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.menu h3, .adbard h3, #links h3, #trackbacks h3 {
	background-image: url("/images/theme/hacker_orange.png");
}

#about p {
	line-height: 150%;
	font-style: italic;
}

.menu ul {
	margin: 1em 0 1em 2em;
	padding: 0;
	list-style: none;
}

.menu li {
	margin: 0.5em 0;
}

.menu li a {
	border-bottom: none;
	color: #000;
}

.menu li a:hover {
	border-bottom: none;
	color: #000;
	text-decoration: underline;
}

.menu li img {
	margin-left: -22px;
	vertical-align: middle;
	border: none;
}

.menu li a img {
	margin-left: 0;
	vertical-align: top;
}

.adbard div {
	text-align: center;
}

.adbard a img { border: none; }

.menu.bitcoin {
    text-align: center;
}

.menu.bitcoin tt {
    font-size: small;
}

.comment {
	margin: 1em 0;
	padding: 0 1em 1em 1em;
	background-image: url("/images/theme/article.png");
	background-position: top left;
	background-repeat: repeat-x;
	text-align: justify; 
}

.comment h4 {
	margin: 1em 0 0 0;
	padding-top: 1em;
}

.comment .number {
	font-weight: bold;
	color: #000;
	border-bottom: none;
}

.comment .postinfo { margin-bottom: 1em; }

blockquote { 
	margin: 1em;
	padding: 1em;
	border: 1px dotted #059; 
}

#newcomment fieldset {
	border: 0;
	margin: 2em 0.5em;
}

#newcomment legend {
	font-size: medium; 
	font-family: "Bitstream Vera Sans Mono", Verdana, sans-serif;
}

#newcomment label { 
	display: block; 
	float: left; 
	width: 35%;
}
#newcomment .postinfo label {
	display: inline;
	float: none;
}

#newcomment input[type="text"] {
	margin: 2px;
	padding: 2px;
	width: 63%;
	border: 1px solid black;
	font-size: small; 
	font-family: "Bitstream Vera Sans Mono", Verdana, sans-serif;
}

#newcomment textarea { 
	margin: 2px;
	padding: 2px;
	width: 63%; 
	height: 10em;
	border: 1px solid black;
	font-size: small; 
	font-family: "Bitstream Vera Sans Mono", Verdana, sans-serif;
}

#newcomment .required {
	font-size: x-small;
	color: #f00;
}

#newcomment .explanation {
	margin-left: 35%;
	font-size: x-small;
}

#newcomment .preview {
	margin: 2px;
	margin-left: 35%;
    border-bottom: 1px solid black;
    padding: 6px 2px;
}

#newcomment .preview-contact {
	margin-left: 35%;
}

.submit {
	margin-left: 35%;
}

#page {
	width: 75%;
	float: left;
	margin: 0; 
	padding: 0;
}

.page {
	margin: 1em 0em; 
	padding: 1em;
	background-color: #fff;
	background-image: url("/images/theme/article.png");
	background-position: top left;
	background-repeat: repeat-x;
}

#page input[type="text"], #page input[type="password"] {
	margin: 2px;
	padding: 2px;
	width: 25em;
	border: 1px solid black;
	font-size: small; 
	font-family: "Bitstream Vera Sans Mono", Verdana, sans-serif;
}

#footer p {
	padding: 1em;
	font-size: x-small;
}

dt {
	margin: 1em 1em 0.5em 1em;
	font-size: medium;
	font-family: "Nimbus Mono L", monospace;
}

tt {
	font-size: medium;
	font-family: "Nimbus Mono L", monospace;
}

.toc {
	margin: 0;
	list-style-type: none;
}

/* My Curriculum Vitae */

.hresume dl { margin-left: 3em; }

.hresume dt, .hresume dd {
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: small;
}

.hresume dt {
	display: block;
	float: left;
	clear: left;
	width: 10em;
	margin: 0;
	padding: 0.15em 0;
}

.hresume dd {
	display: block;
	margin: 0 0 0 10.15em;
	padding: 0.15em 0;
}

.hresume ol { list-style: none; }
.hresume ol li { margin: 0; padding: 0; }
.hresume object { visibility: hidden; width: 0; height: 0; }

.hresume #skills li, .hresume #skills li { display: block; }
.hresume #skills ul ul { display: inline; }
.hresume #skills li li { display: inline; }
.hresume #skills .classification { display: block; }

.hresume address { font-style: normal; }
.hresume abbr { border-bottom: 0; }

.hresume .vevent h4 { font-size: 1.15em; margin-bottom: 0; }
.hresume .skill { border-bottom: none; }

#pingbacks { list-style: disc outside url("/images/icons/external.png"); }
#latest_comments li { font-size: x-small; }
