/* The Style used at http://undef.ro/. Made by David Lazar. */
body {
	margin: 0;
	padding: 0;
	background-color: #f3f4ec;
	color: #474e44;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	color: #556a6a;
}

a:link { color: #4b777d; }
a:visited { color: #83a0a3; }

div#header {
	background-image: url("/~david/images/title-bg.png");
	background-color: #162e14;
	background-position: left center;

	background-repeat: repeat-y;
	color: #f3f4ec;
	font-family: sans-serif;
	border-bottom: 1px solid #474e44;
}
div#header h1 {
	color: #f3f4ec;
	margin: 0;
	padding: 0.8em 2em 0.8em 2em;
}
div#header a {
	color: #f3f4ec;
	text-decoration: none;
	font-size: smaller;
}
div#header a:hover { text-decoration: underline; }
div#header ul {
	margin: 0em;
	padding: 0.2em 1em 0.2em 1em;
}
div#header ul li {
	display: inline;
}

div#header ul#location {
	float: left;
}
div#header ul#location > li:before {
	content: "» ";
}

div#header ul#sections {
	background-image: url("/~david/images/menu-bg.png");
	text-align: right;
}
div#header ul#sections > li:after {
	content: "  ·  ";
}
div#header ul#sections > li:first-child:before {
	content: "  ·  ";
}

div#main {
	margin: 1em 7em 1em 7em;
}

div#main p, dl {
	line-height: 140%;
}

a.footnote {
	vertical-align: super;
	font-size: smaller;
}
div.footnotes {
	margin-top: 4em;
	font-size: smaller;
}
div.footnotes hr {
	margin-left: 0;
	width: 30%;
}

div.sidebar {
	float: left;
	clear: left;
	width: 14em;
	margin: 1em 2em 0em 2em;
	border: 1px solid #cccfbc;
	border: 1px solid #9e9e9e;
}
div.sidebar h1 {
	font-size: 1em;
	margin: 0;
	padding: 0.1em 1em;
	background-color: #cccfbc;
	color: #474e44;
	border-bottom: 1px solid #9e9e9e;
}
div.sidebar div.sidebar_content {
	margin: 1em 1em;
}
div.sidebar div.sidebar_content table.calendar {
	margin-right: auto;
	margin-left: auto;
}

table.calendar {
	font-size: smaller;
}
table.calendar th {
	font-family: sans-serif;
}
table.calendar td {
	text-align: center;
	vertical-align: bottom;
}
table.calendar td a {
	font-weight: bold;
	font-size: 1.2em;
}

div.month {
	float: left;
	margin: 1em;
	height: 10em;
}

ul#archives {
	font-size: smaller;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#archives>li>a {
	font-weight: bold;
}
ul#archives ul {
	list-style-type: none;
	padding: 0;
	margin-left: 1.5em;
}
ul#archives ul ul li {
	display: inline;
}

div#footer {
	clear: both;
	margin: 2em 0 1em 0;
	padding: 0.5ex;
	background-color: #cccfbc;
	text-align: center;
	font-size: smaller;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
}
div#footer a img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

p.hidden {
	display: none;
}

div#google_ads {
	text-align: center;
	margin: 1em;
}
