html {
    font-family: Georgia, serif;
    font-size: 90%;
    line-height: 140%;
    padding: 0 40px;
    background-color: #305399;
}

body {
	padding: 20px;
        padding-top: 35px;
	background: #FFF;
	max-width: 40em;
	margin: 0 0 0 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0.5em 0;
}

h1, #logo {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-family: Gotham, Gill Sans, Futura, Helvetica, Arial, sans-serif;
	font-size: 170%;
}

section h1, h2 {
    font-size: 120%;
}
section section h1, h3, h4, h5, h6 {
    font-size: 100%;
}

p, ul, ol, dl {
	margin-bottom: 0.5em;
}

dt + dd, dd + dt {
    margin-top: 0.3em;
}

dd {
    margin-left: 0.2em;
}

body section h1 {
    margin: 0.2em 0;
}

strong { font-weight: bold; }
em { font-style: italic; }

code, var, kbd, samp {
    background: #eee;
    padding: 1px;
    font-family: Consolas, monotype;
}


/** Intro */
#benmichaelward {
    display: block;
    min-height: 96px;
    padding: 10px;
    background: #eee;
    margin: 0 -60px 10px -90px;
 }

#benmichaelward .photo {
    float: left;
    margin-right: 10px;
}
#benmichaelward p { margin: 0; }
#benmichaelward h1 {
    font-size: 100%;
}
#benmichaelward form { margin: 0; }


/* Core */

#logo {
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: right;
	background: white;
	padding: 10px;
	margin-right: -60px;
}
#logo a {
    text-decoration: none;
}

#footer {
    clear: both;
    background: #fff;
    font-weight: bold;
    text-align: right;
    padding: 10px;
    margin-right: -60px;
    
}

/* Blog Flash */

.hentry {
	clear: left;
	margin: 1em auto;
}

article img {
	padding: 8px;
	background-color: #FFF;
	border: 1px solid #eee;
	margin: 2px;
	max-width: 100%;
}

.hentry .tags li {
    display: inline;
}
.hentry .tags li::after {
    content: ' ·';
}
.hentry .tags li:last-child::after {
    content: '';
}
	  
  
article blockquote, p, ol, ul {
    margin-top: 0;
    margin-bottom: 1.5em;
}
	  
article blockquote {
    border-left: 1px solid #eee;
    font-style: italic;
    margin: 1em 0 1.5em 0em;
    padding-left: 0.5em;
}
          
article blockquote ol, blockquote ul {
    margin-left: 1em;
}
	  
	  
/* LAYOUT */
#content, #previous-next {
    margin: 3em 20px;
}
	  
/* Search Result Count */
#searchresultcount {
    margin: 0 0 3em;
}
	  
	  	  
/* DATES */
.date {
    position: absolute;
    left: 20px;
    padding: 10px;
    text-transform: uppercase;
    width: 80px;
    background: #fff;
}

.date .day {
    font-size: 1.3em;
    color: #666;
}

.date a {
    display: block;

    font-size: 1.5em;
    font-weight: normal;
    text-align: right;    

    color: #666;
    border-top: 1px solid #aaa;
    margin-top: .25em;
    padding-top: .25em;
}
	  
/* POST STYLES */
.post {
    display: block;
    margin: 0 0 6em 0;
}
	  
article h1 a::after {
    content: " ➥";
    color: #ccc;
    text-decoration: none;
}
article h1:hover a::after {
    color: #aaa;
}
article ul, article ol, article li  {
  margin-left: 0;
  padding-left: 0;
}

.quote blockquote::before {
   content: "“";
   float: left;
   font: bold 4.5em/1px Georgia, serif;
   margin: .45em 0.2em 0.2em 0;
}

/* multi paragraph quote */
.quote blockquote p { font-size: 80%; }

/* Single paragraph quote */
.quote blockquote,
.quote blockquote p:only-child { font-size: 125%; } 

.quote .source cite:first-child:last-child {
    display: block;
    clear: left;
}
.quote blockquote + p cite:only-child::before {
    content: '—';
}

.video .caption,
.audio .caption,
.photo .caption,	  
.quote .source {
    margin: .5em 0 1.5em 0;
}
	  
.photo img {
    border: 1px solid #eee;
    padding: 10px;
}
	  

/* PREVIOUS NEXT LINKS */  
#previous-next #older-entries {
    margin-right: 1em;
}
	  
#previous-next #newer-entries {
    margin-left: 1em;
}
	  
.query { font-weight: bold; }  
.feedback { font-size: 80%; }

