/*****************
  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;
}
*/

/* navigation
--------------------------------------------------*/
#navigation {
  height:2.3em;
  line-height:2.3em;
  border-top: 3px solid #A3C159;
}

#navigation ul {
  text-align: center;
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 18px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:1px;
}

#navigation .selected, #navigation a:hover {
  background-color:#A3C159;
 }

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

.strike
{
	text-decoration: line-through;
}

label:hover
{
	cursor: pointer;
}

.highlight
{
	background: lightyellow;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	margin-bottom: 1em;
}

.story img, #primary img.box {
	border: 1px solid #383838;
	padding: 3px;
}

.story img.nobox {
	border: 0;
	padding: 0;
}

.spoiler
{
	background: #fff;
	color: #fff;
}

.spoiler_hover
{
	background: inherit;
	color: inherit;
	cursor: pointer;
}