/* This code will put your blog entry date and category tags above the blog entry title. It has been tested to work with the blog page supplied with RapidWeaver, but may not work with third-party blog plugins like RapidBlog or WP-Blog which have a much more advanced and customisable layout. */

.clockBarSpacer {
	display: block;
	height: 8px;
}

#clockBar {
	display: block;
	position: relative;
	line-height: 2.00em;
	width: 100%;
}

#dateTimeFunction {
	display: block;
	width: 299px;
	float: right;
	text-align: right;
	padding-right: 8px;
	background: transparent;
}