
/* TYPOGRAPHY */

body {
	font-family: Georgia;
	font-size: 17px;
  font-style: normal;
	color:#111;
	line-height: 30px;
	margin: 35px 0px 0px 35px;
}

.gray {
	color:#777;
}

/* LINKS */

a:link, a:visited, a:active {
	color:#444;
  font-weight: bold;
	text-decoration:none;
  border-bottom: 1px solid rgba(80,80,80,.3);
  -webkit-transition: all .3s ease-out;	
}

a:hover {
	color:#000;
	text-decoration:none;
  border-bottom: 1px solid rgba(2,2,2,.6);
}

/* MISC */

#tweets {
	list-style: none;
	margin: 0px;
	padding-left: 1em;
	text-indent: -1em;
}

hr {
  margin: 29px 0px 25px 0px;
	border: 0px;
	width: 20%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

.colophon a {
  font-style: normal;
  decoration: none;
  font-color: #456;
  margin: 35px 0px 0px 0px;
}
