/* HTML5-specific CSS setup */
article,aside,figure,footer,header,hgroup,nav,section{display:block}


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;
}
		
header {
  position: relative;
  margin-bottom: 4em;
}

header p.subtitle {
	color: #FFFFDC;
}

header ul#nav {
	list-style-type: none;		
	margin: 0px;
	padding: 0px;
}

header ul#nav li {
	background: #333;
	float: left;
}

header ul#nav li.current a {
   background: #FFFFDC;
   color: #000;
}

header ul#nav li.rss {
	float: right;
}


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;
}

header ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus{
  background: #FFFFDC;
  color: #000;
}
         
header a {
	border-bottom: none;
}
	
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: #ebffb4;
  line-height: 1.5em;
}

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

h4 {
  text-transform: uppercase;
}

p {
  letter-spacing: 0.05em;
}

.post_title {
	float: left;
}

time {
	float: right;
	position: relative;
	top: -50px;
	
}

article {
  border-bottom: 1px solid #333;
  padding: 5px;
  margin: 5px;
}
       
pre {
 background: #faf8f0;
 margin: 10px;
 padding 5px;
}

code {
	color: #333;
	display: block;
	margin: 10px;
}

video {
	width: 36em;
}

#Projectography dt {
	font-size: 1.3em;
	font-weight: bold;
 	text-decoration: underline;
	padding: 5px 0px;
}

#Projectography dd {
	border-bottom: 1px solid #333;
	padding: 5px 0px;
}


