body {
background:#262727;
text-align:center;
font:.9em/1.6 helvetica, arial, sans-serif;
}

#wrapper {
text-align:left;
width:800px;
background:black url(../../issues/1/images/skyline-dusk.jpg) top center no-repeat;
margin:0 auto;
border:2px solid #555;
border-width:0 1px;
}

#masthead img#site-logo {
margin:241px 20px 0;
}

#content {
margin:30px 0;
padding:0 20px;
color:#786857;
}


#content #main-content {
float:left;
width:550px;
}

#content #sidebar {
font-size:85%;
color:#786857;
float:right;
width:180px;
}


#footer {
background:#555;
text-align:center;
padding:4px 0;
color:black;
clear:both;
}

/* typography */

h1,h2,h3,h4,h5,h6 {
font-family:georgia, 'times new roman', serif;
margin:2em 0 1em;
color:#6b1515;
}

h1 {
font-size:150%;
border-bottom:1px solid;
}

h2 {
font-size:130%;
}

h3 {
font-size:120%;
}

p {
margin-top:1.2em;
}

#content .entry-title {
color:#786857;
border-bottom: 1px solid;
}

#content .entry-title h2 {
margin-bottom: 0;
}

#content .entry-title .byline {
font-size:90%;
font-weight:bold;
}

#content .entry-title .byline span {
font-style:italic;
font-weight:normal;
}

#content iframe {
margin:3em 0;
}

#content a {
color:#6b1515;
text-decoration:none;
font-weight:bold;
border-bottom:1px solid #3b0d0d;
}

#content a:hover {
border-bottom:1px solid #6b1515;
}

.warning {
border:2px solid;
border-width:2px 0;
padding:1em;
}

blockquote {
margin:2em;
padding-left:1em;
border-left:1px solid;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}