html, body {
  margin: 0;
  padding: 0;
}

html {
  background: #222;
  font-family: 'Georgia', 'DejaVu Serif', 'Times', 'Times New Roman', serif;
  line-height: 1.8em;
  color: #fff;
}

body {
  width: 54em;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 3em;
}

#content {
	float: left;
}

#sidebar {
	font-size: 0.9em;
	float:right;
	width: 20em;
	background: #333;
	padding-top: 3em;
	padding-left: 1em;	
}

	#sidebar #links {
		list-style-type:none; 
	}


	#main {
	  padding-top: 1em;	
		font-size: 0.9em;
		width: 38em;
		position: absolute;
	}
		
div#header {
  position: relative;
  margin-bottom: 4em;
  padding-top: 1em;
}

	div#header p.subtitle {
		color: #FFFFDC;
	}
	
	div#header ul#nav {
		list-style-type: none;		
		margin: 0px;
		padding: 0px;
	}

	div#header ul#nav li {
		background: #333;
		float: left;
	}
	
	div#header ul#nav li.current a {
    background: #FFFFDC;
    color: #000;
	}
 
	div#header ul#nav li.rss {
		float: right;
	}


	div#header ul#nav li a {
    display: block;
    padding: 0.5em 0.5em;
    border-bottom: none;
    font-size: 1.25em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
	}

   div#header ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus{
     background: #FFFFDC;
     color: #000;
   }

	
h1 {
  margin-bottom: 0.375em;
  font-size: 5.5em;
  font-weight: normal;
}

	h1 a {
		border-bottom: none;
		text-decoration: none;
		color: #fff;
	}
  
	h1 a:hover, h1 a:focus, h1 a:active {
	  background: transparent;
	  color: #FFFFDC;
	}

  h1 a span {
  	position: relative;
	  bottom: 0.5em;
	  padding-left: 0.25em;
	  padding-right: 0.5em;
	  font-size: 0.25em;
	}
  
p {
  letter-spacing: 0.05em;
}


h2, h3, h4 {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;  
}

a {
  border-bottom: 1px solid #ebffb4;
  text-decoration: none;
  color: #FFFFDC;
}

a:hover, a:active, a:focus {
  color: #111;
  background: #ebffb4;
}


h2 {
  font-size: 2em;
  font-weight: bold;
  color: #c6e567;
  line-height: 1.5em;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: #FFFFDC;
}

h4 {
  text-transform: uppercase;
}

p {
  letter-spacing: 0.05em;
}

div.clear_both {
  clear: both;
}

div.post_title {
	float: left;
}

div.post_details {
	float: right;
}

div.post_content {
	  clear: both;
}


pre {
 background: #faf8f0;
}

code {
	color: #333;
 	display: block;
 	padding: 4px;
}

video {
	width: 38em;
}