/*****************
  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:#fff;
	text-decoration:underline;
	}
	
h2 a{
	color:#eeaa00;
	text-decoration:none;
	}
	

.smallcaps {
	font-size: 82%; 
	text-transform: uppercase;
	color: #337676;
	}
	
.captionprice {
	margin-top: 3px;
	margin-bottom: 80px;
	}
	
	
.story p {
	color:#cccccc;
	}


.inside {
	width: 800px;
	}


}
#ancillary .block{
	float:left;
	width: 48%;
	margin:0 0 0 5%;
}


table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:1em 0.75em }
table th{
	background:#000;
	color:#000;
	text-align:center;
}
table td{
	background:#000;
	color:#FFF;
}
table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}

