.column {
	-moz-column-width: 18em;
	-moz-column-gap: 1.5em;
	-o-column-width: 18em;
	-o-column-gap: 1.5em;
	-webkit-column-width: 18em;
	-webkit-column-gap: 1.5em;
}

.weblogbox {
	-moz-border-radius: 10px;
	-moz-box-shadow: 0em 0em 1em rgb(195, 195, 195);
	-o-border-radius: 10px;
	-o-box-shadow: 0em 0em 1em rgb(195, 195, 195);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0em 0em 1em rgb(195, 195, 195);
}

#bottomblock {
	-moz-box-shadow: 0em -1em 2em rgb(195, 195, 195);
	-0-box-shadow: 0em -1em 2em rgb(195, 195, 195);
	-webkit-box-shadow: 0em -1em 2em rgb(195, 195, 195);
}