/*****************
  This is your playground. Customize Hemingway to your hearts extent. 
*****************

/* LAYOUT WIDTH */

/* Example for a fluid layout:
.inside{
	width:95%;
}
*/

/* Example for a static layout:
.inside{
	width:800px;
}
*/




body{
	background:#202A33;
	color:#808080;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header{
	background:#161D23;
}

#primary{
	background:#161D23;
	padding:1px 0 2em 0;
	color:#808080;
}

.story h3 a{
	color:#B3BD6C;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

a{
	color:#6C7040;
}

h2, h3{
	font-size:1.15em;
	color:#B3BD6C;
	font-weight:normal;
}


#secondary{
	background:#202A33;
	/* padding:1px 2em; */
	/* border-top:1px solid #1C1C1C; */
}

.comment-head{
/*
	border-bottom:1px solid #1C1C1C;
	padding:0.8em 2em 1.0em 2em;
*/
}

.prettyprint
{
background-image:url(http://webimages.cafesilencio.net/code.gif);
}