body {
	background:#9AE4E8;
	font-family:'Lucida Grande',sans-serif;
	font-size:0.75em;
	color:#333;
}

a { text-decoration:none; color:#0084B4; }
a:hover { text-decoration:underline; }

#wrapper {
	width:715px;
	margin:0 auto;
}

#content {
	padding:1px 20px 20px 20px;
}

#header {
	width:400px;
	background: transparent url('img/twitRand.gif') no-repeat;
}

#header a { display: block; height:70px; text-decoration:none; outline:none; }

#footer {
	margin-top:50px;
	padding:15px 10px 0px 10px;
}

#result {
	margin-bottom:30px;
	width:675px;
}

#result p { padding-top: 10px; margin-top:0; }

#profile p { margin-top:0; padding-top:0; }
#profile { float:left; width:617px; } /* widths on everything, I hate CSS */

.profilepic {
	display:block;
	float:left;
	margin-right:10px;
	width:48px;
}

img { border:0; }

.bio { font-size:1.2em; margin-bottom:5px;}

.meta {
	color:#999999;
	font-family:georgia;
	font-size:0.9em;
	font-style:italic;
}

.meta b {
	color:#000000;
}

.bottom {
	background: #FFF url('img/bottom.gif') no-repeat bottom left;
	height:20px;
}

.top {
	background: #FFF url('img/top.gif') no-repeat top left;
}

.hidetext {
	text-indent: -9999em;
	text-decoration:none;
}

.intro { font-size:1.5em; }

.tight { margin:0; padding:0; }

.error { color: red; }

.clear { clear:both; }

form {
	text-align:center;
	width:500px;
	margin:0 auto;
	margin-bottom:20px;
}

label {
	padding-right:10px;
}

ul {
	padding:0; margin:0;
	margin-left:1.5em;
	list-style:circle;
}

input[type="text"] {
	border:1px solid #AAAAAA;
	padding:4px 2px;
	margin-bottom:10px;
}

#url {
	width:20em;
}

#username {
	width:16em;
}

input[type="submit"] {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#E6E6E6;
	border:1px solid #CCCCCC;
	color:#000000;
	cursor:pointer;
	font-size:x-small;
	padding:4px 8px;
	vertical-align:top;
}

input[type="submit"]:hover {
	background:#D5D5D5;
}