@import url('/c/960.css');
@import url('/c/reset.css');
@import url('/c/text.css');
@import url('/c/syntax.css');

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
    font-family: Georgia, serif;
    background: #F6F6F6;
    font-size:16px;
    color: #222; 
    text-rendering: optimizeLegibility;
}

body#about a.about,
body#archive a.archive,
body#home a.home {
	border-bottom: 1px solid black;
}

a {
	color: #730707;
/*	-webkit-transition: color .3s linear;*/
	text-decoration: none;
}

a:hover {
	color: black;
	background-color: #D7D7D7;
}

#nav {
	font-family: verdana, sans-serif;
	line-height:1.4em;
}

#nav ul li {
	margin-left:3em;
	padding:0;
	list-style:none;
	font-size: 14px;
}

#footer {
	font-family: verdana, sans-serif;
	font-size: x-small;
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid silver;
}

#header {
	margin-top: 50px;
	margin-bottom: 15px;
}
#header img {
	border: none;
}

#header img:hover {
	background-color: #D7D7D7;
}

#header a:hover {
	background-color: transparent;
	}

img {
	border: 1px solid black;
}

blockquote {	
		padding-left: 1.2em;
		margin-left: 3em;
		border-left: solid black 1px;
		line-height: 1.4em;
/*		font-style: italic;*/
}

pre {
	background-color: white;
	font-family: monospace;
	font-size: 11pt;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.055em;
	word-spacing: -0.071em;
	line-height: 0.99em;
	padding: 20px;
	line-height: normal;
	white-space: pre-wrap;
	border: 1px solid black;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

h1 {
	font-family: serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: 400;
	text-shadow: 2px 2px 2px #aaa;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1;
}

h4 {
    line-height: 1;
}
.article {
	border-bottom: solid silver 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.article h1 a {
	text-decoration: none;
	color: black;
}

.article h1 a:hover {
	background-color: #E6E6E6;
}

ul.archive {
	list-style: none;
	font-family: monospace;
/*	font-size: 12pt;*/
	line-height: 1.4em;
}

.archive a:visited {
	color: gray;
}

table {
    line-height: 1.2em;
    font-family: sans-serif;
}

td {
    border: 1px solid black;
    padding: 6px 12px 6px 12px;
    font-size: 10pt;
}

tr {	
    border-top: 0;
}

caption {
    margin-bottom: 6px;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}

