/* Site description and logo */

#site-description h1 {
	margin: 0;
}

.logo {
	margin: 0 auto;
	padding: 10px 13px 0 10px;
	float: none;
}

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

#site-description {
	text-align: center;
	width: 100%;
}

.holiday-header {
	max-height: 161px;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.holiday-header {
		display: none;
	}
}

/* Chat tweaks */

.chatpost {
	border-right: #737373 1px solid !important;
	border-bottom: #737373 1px solid !important;
	border-left: #737373 1px solid !important;
}

/* Board Rules tweaks */

.mini-panel {
	background-color: #669999;
}
