@charset "utf-8";

/* @group layout */

.content {
	width: 450px;
}

.margin {
	margin-top: 0;
}

.margin,
.additional {
	width: 200px;
	padding-left: 40px;
}

.contactBox {
	background: #f5f5f5;
	padding: 20px;
}

/* @end group layout */


/* @group records */

.blog .listing .record {
	padding-bottom: 15px;
}

.blog .listing .record h2 {
	padding-bottom: 8px;
}

.blog .listing .record img {
	display: block;
	padding-bottom: 15px;
}

.blog .listing .record .wysiwyg {
	padding-bottom: 15px;
}

.blog .listing .record .wysiwyg p {
	display: inline;
}

.blog .listing .record .continue {
	white-space: nowrap;
	margin-left: 5px;
}

.blog .listing .record .author {
	padding: 0 5px;
	font-size: 10px;
	color: #999;
	background: #f5f5f5;
}

/* @end group records */


/* @group categories */

.blog-categories ul {
	padding-top: 5px;
}

.blog-categories li {
	padding: 6px 0 5px;
	border-bottom: 1px solid #d2d2d2;
	color: inherit;
	background: transparent url('../gfx/background/bg.list.arrow.gif') 95% 50% no-repeat;
}

/* @end group categories */
