/*
-----------------------------------------------
edited: 2008-06-11
author: Joel Mahaffey
----------------------------------------------- */

body {
/*
        background: url('/images/robot.gif') no-repeat #000;
        background-position: top right;
*/
        color: #eee;
}
.tweet {
    border-bottom: dotted #eee;
    padding: 2px;
    width: 600px;
    margin: 5px auto;
    color: #f6f6f6;
}
.tweet p {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    color: #white;
    margin: 5px;
}
.poster {
    font-weight: bold;
    font-size: large;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    margin: auto;
}
.poster img {
    vertical-align: middle;
    border: dotted #444 thin;
}
.poster a {
    color: #444;
}
.date {
    font-size: 80%;
    color: #444;
}
.footer p {
	font-size: small;
	height: 130%;
	text-align: center;
    padding: 2px;
/*     width: 400px; */
    margin: 30px auto;
    color: #eee;
}
.footer a {
    color: #eee;

}
.center {
	text-align: center;
}
ul {
	list-style-type: none;
	margin: 0 0 0 -40px;
}
