body, input, select, textarea {
	font-family: 'times new roman',times, serif;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	margin:0 auto;
}

img.footer-cover {
	margin: 0; /*fix for new footer not to align itself to center*/
}

.main-content img {
	margin-bottom:1em;
}

object, embed {
	display: inline-block;
	max-width: 100% !important;
	margin-right: auto;
	margin-left: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0 !important;
}

h1, h2 {
	line-height: 1.1em;
	margin: 0, 0, 0.25em;
}

h1 {
	font-size: 2em;
}

h3, h4, h5, h6 {
	margin: 1em 0;
}

h5, h6 {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin: 2em 0 0.5em;
	text-transform: uppercase;
}

h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.main-content article.node-blog-post .content a {
	text-decoration: underline;
}