/*****************
  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;
}
*/
a{
	color:#600008;
}

h1{
	color:#600008;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #600008;
	color:#303948;
}

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

#primary{

	padding:1px 0 2em 0;
	color:#111111;
	
	background-repeat: repeat;
	background-image: url(http://onibuswidget.cafesilencio.net/whiteStripes.gif);	
}

#header{
	background:#600008;
	/* 8F0C0C */
}

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

.story .details a:hover{ color:#600008; }

