@charset "utf-8";
/* CSS Document */

/* General */

#simple_tweeter {
	background: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 10px;
}

#simple_tweeter h1 {
	font-size: 24px;
	margin-bottom: 25px;
}

#simple_tweeter h2 {
	color: #666;
	margin-bottom: 5px;
}

#simple_tweeter a {
	color: #3366bb;
	text-decoration: none;
}

#simple_tweeter a:hover {
	text-decoration: underline;
}

.st_clear {
	clear: both;
}

/* End General */

/* Header */

#st_header {
	margin-bottom: 25px;
}

/* End Header */

/* Navigation */

#st_nav {
	margin-bottom: 25px;
	border-bottom: 4px solid #666666;
	float: left;
	width: 100%;
}

#st_nav ul {
	float: left;
}

#st_nav ul li {
	display: inline;
	float: left;
}

#st_nav ul li a {
	padding: 5px 10px;
	margin-right: 3px;
	background: #cccccc;
	float: left;
}

#st_nav .st_active, #st_nav ul li a:hover {
	background: #666666;
	color: #FFF;
}

/* End Navigation */

/* Tweets */

#st_tweets li {
	margin-bottom: 20px;
	width: 960px;
}

#st_tweets .st_loader {
	text-align: center;
	margin-top: 50px;
	display: none;
}

#st_tweets .st_twit {
	width: 73px;
	height: 73px;
	float: left;
	background: #FFF;
	position: relative;
	display: inline;
}

#st_tweets img {
	width: 48px;
	height: 48px;
	margin: 12px 0 0 12px;
	float: left;
}

#st_tweets .st_twit_info {
	position: absolute;
	top: 25px;
	left: 70px;
	width: 235px;
	border: 1px solid #666;
	background: #FFF;
	padding: 10px;
	z-index: 9999;
}

#st_tweets .st_twit_info_head {
	float: left;
	width: 65px;
	text-align: right;
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
	color: #CCC;
}

#st_tweets .st_twit_info_def {
	float: right;
	width: 160px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.5;
}

#st_tweets .st_tweet_single {
	float: left;
	background: #cccccc url(../img/arrow.gif) no-repeat top left;
	padding: 10px 10px 10px 35px;
	display: inline;
	width: 840px;
}

#st_tweets p{
	color: #333;
}

#st_tweets .st_time {
	margin-top: 5px;
	font-size: 11px;
	color: #666;
}

/* End Tweets */

/* Admin */

#st_login {
	background: #CCC;
	border: 1px solid #999;
	margin-top: 200px;
}

#st_login form {
	padding: 10px;
}

#st_login label {
	display: block;
}

#st_login input {
	display: block;
	margin-bottom: 10px;
}

#st_username, #st_password {
	width: 100%;
}

.st_box {
	background: #CCC;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 20px;
}

.st_box h2 {
	font-size: 16px;
	padding-bottom: 20px;
}

.st_box th {
	text-align: left;
}

.st_box td {
	width: 240px;
	padding: 5px;
}

.st_box form {
	margin-top: 20px;
}

.st_box .st_groupname {
	width: 200px;
}

.st_box .st_twittername {
	width: 100px;
}

.st_logout {
	margin-left: 10px;
}

/* End Admin */