/* Static replacement for the old dynamic_css.php values used by this site. */

.logo span {
	font-family: Verdana, Arial, sans-serif;
}

h1,
.componentheading,
h2.contentheading,
.blog-featured h2,
.drop-down ul li a,
.drop-down ul li span.separator,
.left_column h3,
.right-module-position h3,
.top-module-position h3,
.bottom-module-position h3,
.user1 h3,
.user2 h3,
.user3 h3,
.user4 h3,
.user5 h3,
.user6 h3,
.user_image1 h3,
.user_image2 h3,
.user_image3 h3 {
	font-family: Marvel, Arial, sans-serif;
}

body {
	font-family: Arial, sans-serif;
	min-width: 980px;
}

.wrapper-site,
.drop-down {
	width: 980px;
}

.module-image {
	width: 645px;
}

.left_column,
.right-module-position {
	width: 220px;
}

@media (max-width: 979px) {
	body {
		min-width: 0;
	}

	.wrapper-site,
	.drop-down,
	.module-image {
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
	}
}
