* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 16px;
	color: #332;
	background: #09C;
}

#wrap {
	text-align: center;
	width: 800px;
	margin: 0 auto;
}

#header_bar {
	background: #1AD;
	-border-radius-bottomleft: 5px;
	-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	padding: 1px 10px 1px 10px;
	margin-bottom: 2em;
}

#header_bar ul {
	color: #FFF;
	padding-bottom: 4px;
	text-align: right;
}

#header_bar li {
	font-size: .8em;
	list-style-type: none;
	display: inline;
}

#columns {
	width: 540px;
	text-align: left;
	float: left;
}

#header_box {
	width: 540px;
	text-align: left;
}

#sidebar {
	text-align: left;
	width: 240px;
	float: right;
}

a, a:hover, a:active, a:visited {
	padding: 0 .1em;
	color: #FFF;
	text-decoration: none;
	outline: none;
	-border-radius: .1em;
	-moz-border-radius: .1em;
	-webkit-border-radius: .2em;
}

a:visited {
	color: #FFF;
}

a:hover, a:active {
	color: #09C;
	background-color: #FFF;
	box-shadow: 0 0 25px #FFF;
	-moz-box-shadow: 0 0 25px #FFF;
}

a.bookmarklet {
	padding: 0 .3em;
	color: #09C;
	background-color: #FFF;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img {
	border: none;
}

p, pre {
	margin-bottom: 9px;
}

pre {
	background: #09C;
	padding: 5px;
}

h1 {
	color: #FFF;
}

h1, h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 2.4em;
	letter-spacing: .05em;
	margin: 35px 0 15px 0;
}

#form_username h1 {
	margin-bottom: 0;
}

h2 {
	text-align: left;
	font-size: 1.2em;
	margin: 0 0 9px 0;
}

h3 {
	font-family: 'Trebuchet MS', Verdana;
	font-weight: bold;
	color: #332;
	font-size: 1em;
	margin-bottom: 5px;
}

fieldset {
	border: none;
}

.checkbox {
	width: auto;
	margin: 0;
}

#main_box p {
	display: block;
	padding: 0;
}

#tweet_box {
	text-align: center;
	background: url('http://plzrt.me/images/arrow.gif') 21px top no-repeat;
	padding-top: 11px;
	margin-bottom: 20px;
}

#tweet_box_inner {
	background: #FFF;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea.code {
	color: #332;
	width: 520px;
	border: none;
	outline: none;
	margin-bottom: 9px;
	background-color: #FFF;
}

#tweet_box_inner textarea, .box.ok textarea {
	font-family: Georgia, serif;
	color: #332;
	width: 520px;
	border: none;
	outline: none;
	box-shadow: 0 0 50px #FFF;
	-moz-box-shadow: 0 0 50px #FFF;
}

#tweet_box_inner textarea {
	font-size: 1.7em;
	margin: 10px;
	height: 130px;
}

.box.ok textarea {
	height: 60px;
	background: #ADA;
	margin: 10px 0;
}

form {
	margin-bottom: 20px;
}

#form_username {
	margin-bottom: 9px;
}

#form_username input#username {
	background: #FFF;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Georgia, serif;
	color: #332;
	font-size: 1.7em;
	width: 200px;
	border: none;
	padding: 10px;
	outline: none;
}

#form_username p {
	font-family: Georgia, serif;
	font-size: 1.2em;
}

.counter_box span, .button_box span, .button_box button {
	font-family: Georgia, serif;
	font-size: 1.2em;
	padding: 10px;
	float: right;
}

.counter_box {
	color: #FFF;
}

.button_box button {
	background: #FFF;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	margin-left: .5em;
}

.button_box button:hover {
	background: #9C0;
}

.box {
	margin-bottom: 20px;
	background: #1AD;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 1px 10px;
}

.box.error {
	background: #DAA;
}

.box.ok {
	background: #ADA;
}

.box_arrow {
	background: url('http://plzrt.me/images/arrow3.gif') 21px top no-repeat;
	padding-top: 11px;
}

.box_arrow .box {
	font-family: Georgia, serif;
	background-color: #2BE;
	font-size: 1.7em;
}

.box_arrow.retweet .box {
	font-size: 1.1em;
}

.box.noarrow {
	margin-top: 11px;
}

.retweet .reply {
	visibility: hidden;
}

.retweet:hover .reply {
	visibility: visible;
	background: none;
}

#retweets {
	border-top: 2px solid #2BE;
	padding-top: 12px;
}

#sidebar .box_arrow {
	background: url('http://plzrt.me/images/arrow2.gif') 21px top no-repeat;
}

#sidebar .box {
	font-family: 'Trebuchet MS', Verdana;
	font-size: .8em;
	margin-bottom: 9px;
	background-color: #1AD;
}

#footer {
	color: #FFF;
	padding-bottom: 20px;
	text-align: right;
}

#footer li {
	font-size: .8em;
	list-style-type: none;
	display: inline;
}

#tooltip {
	font-size: .8em;
	color: #09C;
	background: #FFF;
	float: left;
	max-width: 160px;
	padding: 2px 5px 3px 5px;
	position: absolute;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}