@charset "UTF-8";

/*
Theme Name: Minmal
Theme URI: http://www.jasperwoudenberg.com/
Description: A theme designed for readability.
Version: 1.0
Author: Jasper Woudenberg
Author URI: http://www.jasperwoudenberg.com/
Tags: fixed width, two columns, minimalistic
*/

/* Containers */
body {
	background:		#ffffff;
	color:			#000000;
	
	border-top:		5px solid #444444;
	margin:			0;
	padding:		0;
	
	font-size:		90%;
	font-family:	Georgia, "Times New Roman", serif;
	line-height:	160%;
}

#wrap {
	width:			550px;
	margin:			3.5em auto;
}

#header {
	margin-bottom:	3.5em;
}

#navigation-top {
  display:        inline;
  margin-left:    2em;
}

#content {
	margin-bottom:	3em;
}

#sidebar {
	width:			220px;
	float:			right;
	font-size:		0.8em;
	color:			#444444;
	margin-bottom:	3em;
}

#footer {
	clear:			both;
	font-size:		0.8em;
	border-top:		1px solid;
}

/* Standard Mark-up */
h1, h2, h3, h4, h5, h6 {
	font-family:	"Trebuchet MS", Helvetica, sans-serif;
}

h1 {
  display:      inline;
}

h2 {
	font-size:		1.5em;
	margin:			4.5em 0 0.4em 0;
}

h2:first-child {
	margin-top:		0;
}

h3 {
	font-size:		1.2em;
	font-weight:	400;
	margin:			1.4em 0 0.4em 0;
}

h4 {
	font-size:		1.1em;
	font-weight:	400;
	margin:			1.4em 0 0.4em 0;
}

p, ul, ol {
	margin:			0em 0 1.3em 0;
}

li {
	list-style-type:disc;
}

a {
	color:			#0B5482;
	text-decoration:none;
}

a:hover {
	color:			#CC0000;
}

input, textarea {
	font-family:	"Trebuchet MS", Helvetica, sans-serif;
	font-size:		0.8em;
	border:			1px solid #bbbbbb;
}

input:focus, textarea:focus {
	border:			1px solid #444444;
}

input[type="submit"] {
	background:		#eeeeee;
}

em {
	font-style:		italic;
}

code {
	font-family:	"Courier New", monospace;
}

/* Special Mark-up */
.meta {
	font-family:	"Trebuchet MS", Helvetica, sans-serif;
	font-size:		0.7em;
	text-transform:	uppercase;
	letter-spacing:	0.1em;
	word-spacing:	0.1em;
	color:			#444444;
}

/* Header */
#header h1 {
	font-size:		3em;
}

#tagline .meta {
	color:			#000000;
}


/* Content */
.subheader {
	margin-bottom:	1.5em;
}

.subfooter {
	margin:			  1.5em 0 3em 0;
}

.img-desc {
	font-family:	"Trebuchet MS", Helvetica, sans-serif;
	font-size:		0.8em;
	margin-left:	15px;
}

.illustration {
	border:			  5px solid #eeeeee;
}

/* Navigation */
#navigation-top ul {
  display:      inline;
	padding:      0;
}

#navigation-top li {
  display:         inline;
  margin-left:     1em;
	list-style-type: none;
}

/* Wordpress Specific */
#author, #email, #url {
	margin-right:	0.6em;
	width:			15em;
}

ul.search-results li span.meta {
  margin-left:  0.5em;
}