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

body {
	background-color: #594159;
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
}

#primary, 
#header {
	background-color: #2C1C2D;
}

#header .inside h2 {
	border: 0px;
}

#primary .inside *,
.secondary *, 
.secondary .featured *, 
.secondary .inside,
#footer .attributes *, 
#ancillary .inside *,
#footer .inside *,
#attrib {
	color: #DAD2DA;
}

.secondary h2, 
.secondary .featured h2, 
#ancillary .inside h2 {
	color: white;
}

#primary .inside a,
.secondary a, 
.secondary .featured a, 
#ancillary .inside a, 
#footer .inside a,
#footer .inside .attributes a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#primary .inside a:hover,
#primary.singlepage .inside a:hover,
.secondary a:hover, 
.secondary .featured a:hover, 
#ancillary .inside a:hover, 
#footer .inside a:hover,
#footer .inside .attributes a:hover {
	text-decoration: underline;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	border-top:1px solid #998999;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	border-bottom:1px solid #998999;
}

#primary.single-post .inside .primary {
	color: black;
	background-color: white;
}

#primary.single-post .inside .primary h1,
#primary.single-post .inside .primary p {
	color: black;
	padding: 5px 10px 5px 10px;
}

#primary.single-post .inside .primary * a,
#primary.single-page .inside a {
	color: #993399;
}

#attrib {
	text-align: center;
	font-style: italic;
}

.story .details .read-on {
	background: none;
	padding-right: 0px;
}

#primary.single-page .inside {
	background-color: white;
	padding: 20px;
}

#primary.single-page .inside * {
	color: black;
}

#primary.single-post .inside .archives {
	background-color: #2C1C2D;
}

#primary.single-post .inside .archives h1 {
	color: #DAD2DA;
}

#primary.single-post .inside .archives a {
	color: white;
}

.plain_table {
	background-color:white;
	border:0px;
	padding:20px;
}

.plain_table th {
	text-align: center;
}

.plain_table td {
	background-color: white;
}

.figure_right {
	margin-left: 20px; 
	float: right;
	font-weight: bold;
	text-align: center;
}

.figure_left {
	margin-right: 20px; 
	float: left;
	font-weight: bold;
	text-align: center;
}

.byline {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.footnote {
	margin-bottom: 20px;
}

.caption {
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 20px;
}