/* @override http://localhost:4567/css/master.css */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

html {
	background-color: #f8ff36;
	font: 67%/1.6 "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom:2em;
}
h1 { margin: 0; margin-top:2em;}
h2 {margin-bottom:2.5em;}
h1 a, h1 a:hover {
  color:black;
  text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font: bold 3em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-shadow: #fff -1px -1px 0;
}


li {
	min-height: 48px;
	max-height: 140px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;	background-color: #fff;
	list-style: none;
	display: block;
	float:left;
	position: relative;
	width: 180px;
	border-bottom: 1px solid #dbe043;
	border-right: 1px solid #dbe043;
	padding: 8px 8px 16px 64px;
	margin: .15em;
	word-wrap: break-word;
	text-align: left;
}

a {
	color: #00a655;
}

a:hover {
	color: #00d86f;
}

div.tweet
 {
	text-align: center;
}

.avatar {
	
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 7px 8px 8px;
	width: 48px;
	height: 48px;
}

abbr {
	border-bottom-style: none;
	display: block;
	padding-top: 1em;
	text-align: left;
	font-size: .75em;
}
