/* menu */

#sm-menu {
	margin: 19px 0 0 0; /* Top margin 9px, not 18px nor 13px, to compensate the gap induced by the navicon AND the paddings of the <li>'s*/	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 0; /* Chrome, Safari, Opera */
	-moz-column-gap: 0; /* Firefox */
	column-gap: 0;
}

#sm-menu a, #sm-menu h2, .sm-search input {
	padding: 4px 0 5px 0;
}

#sm-menu li {
	font-size: 15px;
	line-height: 18px;
	display: block;
   	margin: 0 0 0 0;
	text-indent: 0;
	padding: 0;
}

.sm-odd-section {
	margin: 0 0 19px 0;
}

.sm-even-section {
	-webkit-column-break-before: auto; /* Chrome, Safari, Opera */
	page-break-before: auto; /* Firefox */
	break-before: auto; /* IE 10+ */
}

.sm-search {
	margin: 0 0 0 0;
}

/* contents  */

#sm-description {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

.sm-long-text {
	padding: 0;
}


/* meta and footer */

.sm-entry-meta-text, .sm-footer-text {
	width: 50%;
}