/* @override http://twirts.com/style.css */

/* Begin fix for IE PNG issues */

img, div { behavior: url(iepngfix.htc) }

/* End PNG fix */


h1 {
	text-align: center;
	font: 100px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3cf;
	background: url(http://twirts.com/twirtslogo.png) no-repeat;
}

body {
	background: #94e4e8 url(http://assets2.twitter.com/images/bg.gif) no-repeat;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#topcontent {
	height: 450px;
}

#logo img {
	position: absolute;
	top: 15px;
	left: 200px;
}

form {
	position: absolute;
	top: 350px;
	width: 480px;
	text-align: right;
	padding-right: 30px;
	left: 330px;
}

form label {
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

input#username {
	width: 250px;
	height: 50px;
	font: 28px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#shirt img{
	width: 300px;
	top: 150px;
	position: absolute;
	left: 15px;
}

.info {
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 550px;
	border: 1px solid #a0f6fc;
	padding: 10px;
	background-color: #a0f6fc;
	position: relative;
	left: 120px;
	clear: both;
}

.tweetthis a, a.visited {
	font: bold 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	background-color: white;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	border: 1px dotted silver;
}

.tweetthis a.hover {
	font: bold 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	background-color: white;
	padding: 5px;
	text-align: center;
	border: 1px dotted silver;
}

.footer{
	text-align: left;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #f3f3f3;
	display: block;
	margin-top: 20px;
	margin-left: 15px;
}

.footer a, a.visited{
	color: #F3F3F3;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.diggbutton {
	position: absolute;
	top: 10px;
	left: 10px;
}