@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-image: url(../imgs/bg.png);
	background-repeat: repeat;
	background-color: #00A739;
}
#container {
	width: 785px;
	margin: 30px auto 20px auto;
}
h1 {
	background-image: url(../imgs/logo.png);
	background-repeat: no-repeat;
	width: 555px;
	height: 72px;
	text-indent: -999999px;
}
h1 a {
	width: 555px;
	height: 72px;
	display: block;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	float: left;
}
h4 {
	font-size: 22px;
	font-weight: bold;
	clear: both;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
#top {
	background-image: url(../imgs/top.gif);
	background-repeat: no-repeat;
	width: 785px;
	height: 21px;
	margin: 10px auto 0 auto;
	display: block;
}
#page {
	background-image: url(../imgs/main_bg.gif);
	background-repeat: repeat-y;
	padding: 15px;
	width: 755px;
	float: left;
}
#main {
	width: 535px;
	float: left;
	margin: 0 20px 0 0;
}
#sidebar {
	width: 200px;
	float: left;
}
#bottom {
	background-image: url(../imgs/bottom.gif);
	background-repeat: no-repeat;
	width: 785px;
	height: 11px;
	display: block;
	clear: both;
}
#sidebar p {
	line-height: 18px;
	margin: 0 0 10px 0;
}
#autotweets p {
	margin: 0 0 5px 0;
}
.textarea {
	width: 530px;
	height: 80px;
	clear: both;
	padding: 5px;
}
.text {
	padding: 3px;
}
#counter {
	display: block;
	float: right;
	color: #cccccc;
	font-weight: bold;
	font-size: 22px;
}
.widget {
	margin: 0 auto 20px auto;
}
img {
	border: 0px;
}
.padit {
	margin: 0 0 5px 0;
}
.submit {
	background-image: url(../imgs/button.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 115px;
	height: 32px;
	float: right;
	border: 0px;
}
#recent {
	padding: 20px 0 0 0;
	clear: both;
}
.tweets {
	padding: 15px;
	border-top: 1px dashed #D2DADA;
}
.tweets p {
	font-size: 13px;
}
.tweets strong a {
	color: #33ccff;
	font-size: 13px;
	text-decoration: none;
}
.time {
	font-size: 11px;
	color: #cccccc;
}
#copy {
	text-align: center;
	padding-top: 10px;
}
.pickerImg {
	position: absolute;
	margin-left: -16px;
	margin-top: 5px;
	cursor: pointer;
}
.infoBox {
	background-color: #fefdec;
	border: 1px solid #edebcd;
	padding: 6px;
	margin-bottom: 20px;
}
.error {
	color: #FF0000;
	padding: 5px;
	font-weight: bold;
}
ul#pagination li {
	display: block;
	float: left;
	padding: 5px;
	list-style-type: none;
	border: 1px solid #33CCFF;
	margin: 0 3px 0 0;
}
