body {
	color: #333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
header {
	margin-bottom: 20px;
	display: none;
}
#button-bar a {
	text-decoration: none;
}
.container {
	font-family: Palatino, Georgia, Times, 'Times New Roman';
	max-width: 650px; min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	*zoom: 1;
}
.title a {
	font-size: 22px;
	text-decoration: none;
	color: #333;
}
.body {
	font-size: 14px;
	color: #222;
	line-height: 1.5em;
}
.ad {
	float: left;
	margin-right: 30px;
}
.photo-box {
	float: right;
	margin-left: 30px;
}
.byline p {
	margin: 5px 0;
}
.byline a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.caption {
	font-size: 10px;
	line-height: 1em;
}
footer {
	border-top: 1px solid #333;
	width: 100%;
	text-align: right;
}

.boxmod {	
	display: table; 
	height: auto; 	
	clear: both;
	float: right;
	margin: 0 0 15px 12px; 
	width:300px; 
}

.asbox { display: none; }