html, body { background:#121212; font:1em/140% normal Helvetica,Arial,sans-serif; color:#343434; }

/* Colors
--------------
Dark: 		#414141
Medium: 		#898989
Light:		#bababa
*/

h1,h2,h3 { font-weight:100; color:#d2d2d2; }
h2 { font-size:1.8em; }
h3 { padding-top:10px; font-weight:bold; }
p { line-height:160%; padding:10px 0; color:#898989; }
blockquote { border-top:2px solid #ddd; border-bottom:2px solid #ddd; background:#ececec; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; padding:20px; margin:20px 0; }
strong { font-weight:bold; }

a { color:#414141; }
a:hover { color:#898989; }

ul { list-style-type:disc; color:#343434; }
ul li {  }
ul li ul { list-style-type:circle; }

em { font-style:italic; font-weight:900; color:#747474; }

.c { clear:both; }
.screen-reader-text { display:none; }

input, textarea { background:#414141; border:1px solid #000; padding:5px; }

#header { width:960px; margin:35px auto; }
#header h1 a { font:bold 1.8em/140% Helvetica,Arial,Verdana,sans-serif; letter-spacing:-0.10em; float:left; }
#header h1 span { float:left; }
ul#nav { width:50%; float:right; text-align:right; padding:10px 0 0 0; }
ul#nav li { display:inline; margin:0 10px; }

#content { width:960px; margin:0 auto; }

/* Single Page Styles
----------------------------------------------- */
#post-img { width:960px; height:auto; background:url('../img/post-img-loading.jpg') repeat; }
#post-img a img { max-width:960px; height:auto; }
#post-content { width:960px; }
#post-content h2 { font:3.2em "Hoefler Text", "Georgia", Georgia, serif; letter-spacing:-0.05em; margin:30px 0 10px 0; }
#post-content .entry { width:660px; margin:0 40px 0 0; float:left; }
#post-content .metadata { width:260px; float:right; }
#post-content .metadata .date { font-size:2.6em; font-weight:bold; letter-spacing:-0.12em; padding:0; }
#post-content .metadata .metainfo { font-size:0.8em; }
#post-content .entry ul { margin:0 0 0 10px; }
#post-content .entry ul li { margin:10px 0 10px 20px; }

.postnav { width:960px; margin:20px auto; border-top:1px solid #414141; border-bottom:1px solid #414141; font:2.4em "Hoefler Text", "Georgia", Georgia, serif; letter-spacing:-0.05em; }
.postnav .prev, .postnav .next { padding:15px 10px 10px 10px; color:#414141; min-height:35px; }
.postnav .prev { float:left; width:455px; }
.postnav .next { float:right; width:455px; text-align:right; }
.postnav .prev a, .postnav .next a { color:#414141; text-shadow:0px 1px 1px #000; }
.postnav .prev a:hover, .postnav .next a:hover { color:#bababa; text-shadow:0px 1px 1px #414141; }

#footer { width:960px; margin:20px auto; }
#footer p { width:960px; margin:0 auto; font-size:80%; }
#footer p a.title { font-weight:bold; color:#343434; }