.site_logo {
	background-image: url("./images/logo_forum.png");
}
.site_logo {
	display: inline-block;
	width: 448px;
	height: 79px;
}

.headerbar, .forumbg {
	background-color: #F1ECE6;
	background-image: none;
	background-image: none
	background-repeat: no-repeat;
}
.search-header {
	box-shadow: 0 0 10px #c3beb8;
}

.navbar {
	background-color: #F3E49F;
}

a {
	color: #4B5253;
}

.forabg {
	background-color: #968d62;
	background-image: none;
	background-image: none;
	background-repeat: no-repeat;
}

ul.forums {
	background-color: #f4efd7;
	background-image: none;
	background-image: none;
	filter: none;
}

.bg1 {
	background-color: #f4efd7;
}
.bg2 {
	background-color: #f5f3eb;
}

.icon-home {
	background-image: url("./images/icon_home.gif");
}

.icon-register {
	background-image: url("./images/icon_register.gif");
}

dl.forum_unread div.list-inner a {
	color: #d61319;
}

.forum_unread {
	background-image: url("./images/forum_unread.png");
}

.forum_read {
	background-image: url("./images/forum_read.gif");
}

.forum_read_subforum {
	background-image: url("./images/forum_read_subforum.gif");
}

html, body {
	color: #444;
	background-color: #f5f5f5;
}
@media (min-width: 700px) {
.postprofile {
	border-width: 0 1px 0 0;
	float: left;
	width: 18%;
}

.postprofile dd, .postprofile dt {
	margin-left: 0;
}

.postbody {
	width: 80%;
	margin-left: 8px;
}
}