body {background: #000}


div#content-wrapper {
	background: #222;
	border: 0;
}

div#content { 
	width: 958px;
	float: left;
	margin: 10px 8px 0 12px;
}

div.story {
	width: 99%;
	background: #222;
}

div.story h2 a {
	color: #fff;
}

div.story h3 {
	color: #fff
}

div.story .byline {
	color: #fff;
}

div.story p {
	margin-bottom: 16px;
}

div.story a {
	color: #B29A59;
	border-bottom: 1px dotted #B29A59;
}

div.story .text {
	float: right;
	color: #fff;
	font-size: 14px;
	width: 302px;

}

div#slideshow-container {
	margin: 10px 0 32px 0;
	background-color: #333;
	padding: 8px;
	border: 1px solid #555;
	width: 922px;
}

div.story .slideshow {
	float: left;
	background-color: #222;
}

div.slideshow-thumb {
	float: left;
	border: 1px solid #555;
	margin: 0 25px 25px 0;
}

div.slideshow-thumb a {
	display: block;
	padding: 6px;
	border: 0;
	width: 200px;
	height: 200px;

}

div.slideshow-thumb a:hover {
	background-color: #333;
}

div.slideshow-thumb img {
	margin-bottom: 8px;
}

div.slideshow-thumb .title {
	color: #fff;
	font-size: .75em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

div.slideshow-thumb .byline {
	color: #fff;
	font-size: .65em;
}

div#slideshow-archive-container {
	margin-left: 16px;
	margin-right: 0;
	width: 100%;
	background-color: #222;
}

div.order-print {
	font-weight: bold;
	color: #fff;
	text-align: right;
	width:100%;
}

div.readmore {
	background-color: #222;
}

div#footer { 
	border: 1px solid #555555;
	width: 998px;
	padding: 10px 0;
}


