*
{
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

body
{
	background-color: #fff;
	color: #333;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
}

p
{
	padding-bottom: 10px;
	line-height: 150%;
}

p.err, p.ok
{
	text-align: center;
	padding: 10px;
	font-size: 12px;
	background-color: #ffffcc;
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 5px;
}

p.ok
{
	background-color: #3cda51;
	color: #fff;
}

a, span.at
{
	background-color: transparent;
	color: #999;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h1 a
{
	display: block;
	width: 146px;
	height: 46px;
	margin: 4px auto 0px auto;
	background: #fff url(images/logo.gif) no-repeat;
	text-indent: -9000px;
}

fieldset
{
	padding: 10px;
}

legend
{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background-color: transparent;
}

label
{
	width: 130px;
	text-align: right;
	display: block;
	float: left;
	margin: 2px 5px 0px 0px;
}

a#adduser {
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 11px;
	color: #000;
	padding: 2px 3px;
}

a#adduser:hover {
	color: #fff;
	background-color: #447ae2;
	text-decoration: none;
}

a#sign_out {
	position: absolute;
	top: 2px;
	right: 80px;
	font-size: 11px;
}

a.twitgirl
{ 
	display: block; 
	width: 12px; 
	height: 24px; 
	text-indent: -9000px; 
	position: absolute; 
	top: 2px; 
	right: 0px;
	background: transparent url(images/girl.gif) bottom no-repeat;
	outline: none;
}

a.switchmode, a.switchmode.standard {
	display: block; 
	width: 159px; 
	height: 23px; 
	background: transparent url(images/standard_popular.gif) bottom no-repeat;
	outline: none;
	margin: 25px auto 0px auto;
}

a.switchmode.popular {
	background-position: top;
}

.clear {
	display: block;
	clear: both;
}

#wrapper
{
	width: 680px;
	margin: 0px auto;
	position: relative;
}

#top, #bottom {
	width: 530px;
	margin: 0px auto;
	position: relative;
}

#container
{
	width: 680px;
	margin: 0px auto 50px auto;
	text-align: left;
	overflow: hidden;
}

#mini_menu {
	margin: 36px auto 25px auto;
	text-align: center;
	font-size: 10px;
	position: relative;
	width: 530px;
}

#mini_menu a {
	font-size: 11px;
	color: #000;
	padding: 1px 3px;
}

#mini_menu a:hover, #mini_menu a.active {
	color: #fff;
	background-color: #447ae2;
	text-decoration: none;
}

#friends_menu {
	position: absolute;
	top: 0px;
	right: 0px;
}

#tweetbox {
	display: none;
	width: 530px;
	padding: 0px 10px;
	margin: 6px auto 10px auto;
	position: relative;
	top: 7px;
	left: 5px;
}

#tweetbox .tweet_username {
	color: #999;
	display: block;
	font-size: 11px;
	padding-bottom: 5px;
}

#tweetbox textarea {
	font-family: inherit;
	font-size: 11px;
	width: 436px;
	height: 15px;
	outline: none;
	padding: 4px 2px 0 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #aad1ff;
	float: left;
	overflow: hidden;
}

#tweetbox a#cancel_tweet {
	display: block;
	float: left;
	margin: 2px 75px 0px 0px;
	font-size: 11px;
	color: #fff;
	background: #aaa;
	padding: 2px 3px;
	text-decoration: none;
}

#tweetbox a#cancel_tweet:hover {
	background-color: #999;
}

#tweetbox #char_count {
	display: block;
	float: right;
	margin: 2px 86px 0px 0px;
	font-size: 12px;
	color: #999;
}

#tweetbox #char_count.orange {
	color: #ffa200;
}

#tweetbox #char_count.red {
	color: #c00;
}

#container form
{
	width: 315px;
	margin: 0px auto;
}

#userlist_container
{
	overflow: hidden;
	position: relative;
	margin: 0px 0px 30px 80px;
	width: 680px;
}

.userlist, .account
{
	width: 680px;
	list-style-type: none;
	float: left;
	margin-top: 8px;
	overflow: hidden;
}

.userlist li {
	position: relative;
}

.userlist li div.inner, .account li
{
	border-top: 1px solid #eee;
	position: relative;
	text-align: left;
	padding: 8px;
	width: 514px;
}

.userlist li:first-child div.inner, .account li:first-child {
	border: none;
}

.userlist li:hover div.inner
{
	background-color: #f7f7f7;
}

.userlist li:hover .actions, .userlist li:hover a.fav {
	display: block;
}

.userlist .thumb
{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin: 0px 10px 0px 5px;
}

.userlist .thumb img
{
	width: 48px;
	height: 48px;
}

.userlist .tweet
{
	display: block;
	position: relative;
	margin-left: 65px;
	min-height: 50px;
	line-height: 110%;
	width: 425px;
	overflow: hidden;
}

.userlist a.username
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background-color: transparent;
}

.userlist a.username:hover
{
	text-decoration: underline;
}

.userlist .entry, a.follow, a.following
{
	display: block;
	color: #999;
	font-family: 'Georgia', Times, serif;
	font-style: italic;
	font-size: 11px;
	margin-top: 5px;
}

a#next, a#back, a#reshuffle
{
	display: block;
	width: 121px;
	height: 41px;
	background: transparent url(images/next20.gif) left bottom;
	outline: none;
	float: right;
	margin-bottom: 20px;
}

a#back
{
	background: transparent url(images/back.gif) left bottom;
	float: left;
}

a#reshuffle
{
	background: transparent url(images/reshuffle.gif) left bottom;
}

a#next:hover, a#back:hover, a#reshuffle:hover
{
	background-position: left 50%;
}

a#next:active, a#back:active, a#reshuffle:active
{
	background-position: left top;
}

a#twitter_connect {
	display: block;
	float: right;
	width: 146px;
	height: 23px;
	background: transparent url(images/connect_button.png) center top no-repeat;
	margin: 10px 71px 0 0;
	text-indent: -9000px;
	outline: none;
}

a#twitter_connect:hover {
	background-position: center center;
}

a#twitter_connect:active {
	background-position: center bottom;
}

a.tooltip {
	display: block;
	float: left;
	background: transparent url(images/tooltip_left.gif) left top no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 600px;
	margin-left: -100%;
	text-decoration: none;
}

a.tooltip span {
	display: block;
	float: left;
	background: transparent url(images/tooltip_right.gif) right top no-repeat;
	padding: 4px 12px 5px 6px;
}

a.follow, a.following {
	margin: 0;
	float: right;
	position: absolute;
	right: 85px;
	bottom: 5px;
}

a.following {
	background: transparent url(images/checkmark.gif) right no-repeat;
	color: #04d224;
	padding-right: 12px;
	right: 80px;
}

.footer, .footer a {
    text-align: center;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #aaa;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 20px;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

#addbox {
	background-color: #fff;
	color: #000;
	width: 285px;
	display: none;
	font-size: 12px;
}

#addbox #username_box {
    background: transparent url(images/at.gif) 2px center no-repeat;
    padding: 3px 2px 2px 16px;
    border: 1px solid #000;
    float: left;
    margin-left: 15px;
}

#username_box input {
    border: none;
    outline: none;
    width: 105px;
	padding: 0px;
	height: 16px;
}

#addbox p.return {
	padding: 0;
}

/*
#addme {
    background: transparent url(images/addme.gif) no-repeat;
    display: block;
    width: 116px;
    height: 23px;
    float: right;
    text-indent: -9000px;
    margin-right: 18px;
}
*/

#done {
    background: transparent url(images/done.gif) no-repeat;
    display: block;
    width: 71px;
    height: 23px;
    text-indent: -9000px;
    margin: 0px auto;
}

#addbox strong {
	font-weight: normal;
	color: #d92257;
}

a.button {
	display: block;
	float: left;
	background: transparent url(images/button_right.gif) right bottom no-repeat;
	padding-right: 26px;
	margin-left: 3px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	outline: none;
}

a.button span {
	display: block;
	float: left;
	background: transparent url(images/button_left.gif) left bottom no-repeat;
	padding: 6px 0 6px 26px;
}

a.button:hover {
	background-position: right center;
}

a.button:hover span {
	background-position: left center;
}

a.button:active, a.button.disabled {
	color: #666;
	background-position: right top;
}

a.button.disabled {
	cursor: default;
}

a.button:active span, a.button.disabled span {
	background-position: left top;
}

.actions, a.fav {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	/*float: right;*/
}

a.reply, a.retweet, a.delete, a.fav {
	/*float: left;*/
	background: transparent url(images/reply_arrow.gif) 0 -15px no-repeat;
	height: 15px;
	padding: 0px 0 0 15px;
	font-size: 11px;
	margin-left: 8px;
}

a.retweet {
	background: transparent url(images/retweet_arrow.gif) 0 -15px no-repeat;
	padding: 0px 0 0 16px;
}

a.delete {
	background: transparent url(images/delete.gif) 0 -15px no-repeat;
	padding: 1px 0 0 13px;
}

a.fav {
	top: 8px;
	background: transparent url(images/favstars.gif) 0 -30px no-repeat;
}

a.reply:hover, a.retweet:hover, a.delete:hover {
	background-position: 0 0;
}

a.fav:hover {
	background-position: 0 -15px;
}

a.fav.active, a.fav.active:hover {
	background-position: 0 0;
}

a#signin {
	display: block;
	width: 150px;
	height: 23px;
	background: transparent url(images/sign_in_button.gif) no-repeat;
	text-indent: -9000px;
	outline: none;
}

ul.pending_users {
	list-style-type: none;
	margin: 20px auto;
	width: 300px;
}

ul.pending_users li {
	line-height: 150%;
}

ul.pending_users li:hover {
	background-color: #eee;
}

.approve_buttons {
	float: right;
	padding: 2px 2px 0 0;
}

#basic-modal-content {display:none;}
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {color:#000; background-color:#fff; border:4px solid #444; padding:12px;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
