@charset "utf-8";

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #333333;
}

html, body {
	height:100%;
	background-image: url(/inc/img/bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
		}

body {
	background-color: #F0F0F0;
	text-align:center;
}

.input {
	background-image: url(/inc/img/input_box.gif);
	background-repeat: no-repeat;
	width: 345px;
	height: 46px;
	padding: 9px 17px 5px 10px;
	font-weight: bold;
	margin: auto;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	color: #CCCCCC;
}

.xlogin {
	padding: 10px 0 0 15px;
	margin: 0px;
}

.submit {
	background-image: url(/inc/img/shorten_button.gif);
	background-repeat: no-repeat;
	width: 76px;
	height: 24px;
	text-indent: -999999px;
	float: right;
}

.register {
	background-image: url(/inc/img/register_button.gif);
	background-repeat: no-repeat;
	width: 76px;
	height: 24px;
	text-indent: -999999px;
	float: right;
}

.login {
	background-image: url(/inc/img/login_button.gif);
	background-repeat: no-repeat;
	width: 76px;
	height: 24px;
	text-indent: -999999px;
	float: right;
}

#main {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 404px;
	height: 300px;
	clear: both;
	position: relative;
	padding: 20px;
	background: url(/inc/img/frame.png) no-repeat;
}

#main div {
		width:404px;
		}

h1 {
	background-image: url(/inc/img/l1t-logo-sm.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 50px;
	text-indent: -999999px;
	float: left;
}
.tweets {
	font-size: 12px;
	font-weight: bold;
}


h1 a {
	width: 161px;
	height: 41px;
	display: block;
}

h2 {
	float: right;
	padding: 10px 10px 0;
	font-size: 17px;
	font-weight: bold;
}

#shorturl, #shortcustom {
	clear: both;
	padding: 30px 0 0 15px;
	width: 366px;
}

#register, #login {
	clear: both;
	padding: 10px 0 0 15px;
	width: 366px;
}

#log_res {
	clear: both;
	padding: 10px 0 10px;
	width: 366px;
}

#yay {
	border: 1px solid #fdcc68;
	background-color: #f9fdab;
	padding: 10px;
}

#yay a {
	text-decoration: underline;
	font-weight: bold;
}

#error {
	border: 1px solid #cc3333;
	background-color: #FF6666;
	padding: 10px;
}

p.follow {
	width: 366px;
	padding: 10px 0 0 15px;
	text-align: center;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	clear: both;
	padding: 20px 0 0 15px;
}

#floater {
	float: left;
	height: 25%;
	margin-bottom: -150px;
}
.rssfeed #feed {
	padding: 10px;
	width: 450px;
	text-align: left;
}
