html {
	overflow-y: scroll;
}

body {
	background-color: #DE3B1B;
	font-family: Helvetica,sans-serif;
}

article {
	float: left;
	display: block;
	margin: 1% 2%;
	width: 60%;
	padding: 2%;
	background-color: #fff;
}

aside {
	display: block;
}

#blag {
	position: relative;
	float: left;
	width: 30%;
	background-color: #fff;
	padding: 2% 1%;
	margin: 1% 0;
}

.publish {
	font-size: small;
	margin: 0;
	margin-bottom: 0.5em;
}

#blag h2 {
	margin-bottom: 0.1em;
}

#blag header h1 {
}
#rssicon {
	border: 0;
	position: absolute;
	right: 1em;
	top: 2em;
	width: 2em;
	height: 2em;
}

#blicon {
	border: 0;
	position: absolute;
	right: 3.5em;
	top: 2.2em;
}

h1, h2 {
	color: #53777A;
}

#craps {
	float: left;
}

a {
	color: #C02942;
}

/* hover was same as visited */
a:visited {
	color: #542437;
}

.more {
	font-size: small;
	cursor: pointer;
	color: #C02942;
}

@media print {
	.more, #blicon, #rssicon {
		display: none !important;
	}

	ul {
		display: block !important;
	}
}
