h1 {
	margin: .17em 0 0 0;
	color: #323232;
	line-height: 1.2;
	position: relative;
	font-family: "Arial Black", Unviers, "Gill Sans", Arial, "Myriad Pro", Helvetica, sans-serif;
	width: 97%;
	}
	
.overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(/gfx/sectionerback.png);
	} 

#wrapper .tweetinfo {
	float: right;
	width: 15em;
	margin-bottom: 0;
	padding-top: 0;
	
	}
	
.tweetwrap {	
	margin-right: .66em;
	}

.loading {
	position: absolute;
	top: 85px;
	left: 50%;
	}
	
#wrapper #originating, #wrapper #about {
	padding-top: 0;
	margin-bottom: 0;
	}

/* Tweets ---------- */
#wrapper .tweet {
	background: #EFEFEF url(/gfx/wrinkles.jpg);;
	margin-bottom: .44em;
	padding: 1em;
	height:  5.37em;
	border: 1px solid #BBB;
	text-align: left;
	font-size:  1.1em;
	width:  94%;
	}

.tweet img {
	float: left;
	display: block;
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #BBB;
	}

.details {
	margin-top: .75em;
	color: #666;
	font-size: .9em;
	width: 80%;
	}

.details a: link, a: visited {
	color: #777;
	}

.details li {
	display: inline;
	}

.details li.who {
	background: url(/tucson_tweets/img/person.gif) 0% 50% no-repeat;
	padding-left: 1.3em;
	padding-right: 1em;
	
	}

.details li.when {
	background: url(/tucson_tweets/img/clock.gif) 0% 50% no-repeat;
	padding-left: 1.3em;
	text-align: right;
	float: right;
	}

