html * {
	margin: 0;
	padding: 0;	
}

.container {
	width: 700px;
	margin: 10px auto 10px auto;
	padding: 15px;
	background: #eee;
	border-radius: 10px;
	font-family: Helvetica, Arial, sans-serif;
	background: none;
}

h1 {
	font-size: 22px;
	color: #666;
	line-height: 30px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}


h4 {
	font-size: 13px;
	color: #333;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3 {
	color: #333;
	font-weight: normal;
	font-size: 18px;
}

h5 {
	color: #333;	
	font-size: 15px;
	font-weight: normal;
}

.divider {
	clear: both;	
}

.story-block-image h3, .story-block-image h4, .story-block-image h5 {
	margin-left: 140px;	
}

.story-block-image img {
	float: left;
	width: 130px;
	display: block;
	margin: 2px 0 0 0;
}

.story-block {
	padding: 15px 10px 20px 10px;
	margin: 0 0 0 0;	
	background: #ddd;
	border-radius: 8px;
	background: none;
	border-radius: 0;
	border: #e6e6e6 solid 1px;
	border-width: 1px 0 0 0;
}

.story-content-fulltext {
	padding: 10px 0 0 0;	
}

.story-content-fulltext p {
	font-size: 13px;
	color: #555;
	line-height: 15px;
	margin: 0 0 8px 0;
}

.story-block-image .story-content-fulltext {
	margin-left: 140px;	
}


.story-content-fulltext a {
	color: #555;
}

.story-end-date {
	display: none;	
}

/* New */
#category-data-holder,
#span-data-holder,
#tag-data-holder {
	display: none;	
}

.story-category {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;	
}

.story-tags span {
	border: #e6e6e6 solid 1px;
	border-radius: 3px;
	display: inline-block;
	padding: 3px 7px 3px 7px;
	color: #666;
	background: #e6e6e6;
	margin: 10px 5px 0 0;
	font-size: 12px;

}

.story-block-span {
	background: #e6e6e6;
	padding-top: 18px;
}

.story-block-span h3 {
	font-size: 20px;	
}





