.postmetadata {
	padding: 10px;
	font-size: 0.7em;
	color: #333;
	background-color: #ccc;
	margin-bottom: 20px;
}

#content time {
	color: #060;
}

.horse-race{
	border: 2px solid #000;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

.horse-race td, .horse-race th{
	border-right: 2px solid #000;
	border-bottom: 1px solid #000;
	width: 40px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.horse-race .aus{
	background-color: gold;
}

.horse-race .nzl{
	background-color: silver;
}

.horse-race .rsa{
	background-color: green;
	color: #fff;
}

.horse-race .result{
	background-color: lavender;
}

.horse-race .result .win{
	background-color: red;
	color: #fff;
}

.horse-race .result .ru{
	background-color: orange;
	color: #fff;
}

.horse-race .result .kt{
	background-color: gold;
	color: #fff;
}

.horse-race .tab{
	background-color: royalblue;
	color: #fff;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.navigation{
	clear: both;
	margin-bottom: 10px;
}

h2{
	clear: both;
}

.comment-author{
	clear: both;
	margin-top: 10px;
}

.avatar{
	float: left;
	margin-right: 5px;
}

blockquote{
	padding-left: 20px;
	font-style: italic;
	color: royalblue;
}

strong,b{
	font-size: 1.4em;
	color: #900;
}

p{
	line-height: 1.4em;
}

.diesel-says{
	background-image: url(/img/etc/diesel.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 120px;
	padding-right: 120px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	color: indigo;
}

.sarj-says{
	background-image: url(/img/etc/sarj.png);
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-right: 120px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	color: olive;
}

