html, body {
  background: #fff;
  color: #000;
  font-family: sans-serif;
  font-size: .9em;
  padding: 20px;
}
a {
  color: #000;
}
#notifications, #email-bar, #banner img, #banner div, #banner ul, #menu, .menu, .twitter-timeline, .feed-box, .cycle, .more, .footerlinks {display: none;}
#banner a img {display: block;}

ul.lifestream, .column-main .content ul.lifestream, #content ul.lifestream {
	list-style-type: none;
	margin: 0;
  padding: 0;
}

#footer {
	background: #fff;
	width: 100%;
	border-top: 2px solid #000;
	margin: 2px 0 0 0;
	}
#footer .content {
	position: relative;
	text-align: center;
	padding: 10px 5px;
	}
#footer p {
	font-size: .8em;
	padding: 5px;
	}
#footer p.designer {
	position: relative;
	bottom: 0;
	color: #000;
	font-size: .8em;
	padding: 5px 0 0;
	}
#footer p.designer a {
	color: #000;
	}