/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

.menu-global-navigation-container,
.post-social,
.post-tools,
#comments,
.sidebar,
.footer-extras,
.stay-connected,
.legal,
#breadcrumbs,
.search-box {
display: none;
}

.post-categories {
display: block;
margin-top: 10px;
}

.main-wrapper {
margin-bottom: 20px;
}

.blog-title {
display: block;
}

.vcard {
margin-bottom: 10px;
}

.blog-title {
font-size: 2em;
font-weight: bold;
display: block;
margin-bottom: 10px;
}

.blog-description {
margin-bottom: 10px;
}

.post-title {
font-size: 1.8em;
}

.copyright-info {
	clear: both;
}

.lexblog {
display: block;
}

.cities {
	overflow: auto;
	margin-bottom: 10px;
}

.cities ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cities ul li {
	float: left;
	margin-right: 5px;
}