* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Lucida Grande',sans-serif;
  font-size: 13px;
  background: #fff url(/images/deep_blue_floral.jpg) left top repeat fixed;
}

h2 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #333;
}

h3 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
}

a:link, a:visited {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-decoration: underline;
}

#container {
  width: 951px;
  position: absolute;
  margin-bottom: 40px;
  left: 50%;
  margin-left: -443px;
  overflow: hidden;
}

#credit {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 380px;
  width: 182px;
  height: 114px;
  z-index: 100;
}
#credit a {
  width: 182px;
  height: 114px;
  display: block;
  text-indent: -5000px;
  overflow: hidden;
  background: transparent url(/images/template/credit.png) left top no-repeat;
}
#credit a:hover {
  background-position: 0 -114px;
}

#header {
  width: 648px;
  height: 250px;
  background: transparent url(/images/template/headerbg.png) left top no-repeat;
  position: relative;
  padding: 20px 0 0 150px;
  z-index: 0;
}

#header.loggedin {
  background-image: url(/images/template/headerbg-loggedin.png);
}

#header h1 a {
  display: block;
  width: 325px;
  height: 52px;
  text-indent: -5000px;
  overflow: hidden;
}

#header #hithere {
  position: absolute;
  top: 56px;
  right: 9px;
  font-size: 10px;
  font-style: italic;
  color: #fff;
  padding: 2px 0 0 8px;
  background: transparent url(/images/template/toptab.png) left top no-repeat;
}
#header #hithere a {
  color: #fff;
}

#header #postbox {
  margin: 20px 0 0 120px;
  width: 480px;
  text-align: right;
}
#header #postbox #description {
  text-align: left;
  border: 1px dashed #ccc;
  padding: 10px 20px;
  background: transparent url(/images/template/loginbg.png) left top repeat;
  overflow: auto;
  margin: 0 -10px;
}
#header #postbox #description h2 {
  font-size: 18px;
  margin-bottom: 5px;
  width: 220px;
}
#header #postbox #description p {
  font-size: 11px;
  font-style: italic;
  width: 220px;
  margin-bottom: 5px;
}
#header #postbox #description #tell_me_more {
  font-size: 10px;
  text-decoration: none;
  float: right;
  margin: 0 10px -3px 10px;
}
#header #postbox #twitter_login {
  width: 225px;
  float: right;
  text-align: center;
  border-left: 1px solid #ddd;
  position: relative;
}
#header #postbox #twitter_login a img {
  margin-top: 22px;
  margin-bottom: 21px;
}
#errors, .errors {
  font-size: 11px;
  color: #c00;
}
#header #postbox textarea {
  width: 460px;
  height: 50px;
  background-color: #f9f9f9;
  border: 1px solid #999;
  padding: 8px 10px;
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}
#header #postbox #new_message_user {
  padding: 2px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  width: 120px;
}
#header #postbox textarea#new_post_message {
  color: #333;
}
#header #postbox #new_post_count {
  font-size: 20px;
  color: #999;
  font-weight: bold;
  margin-right: 10px;
}
#header #postbox #new_post_submit {
  display: block;
  width: 37px;
  height: 24px;
  overflow: hidden;
  text-indent: -5000px;
  background: transparent url(/images/template/postbutton.png) left top no-repeat;
  float: right;
  border: 0;
  cursor: pointer;
}
#header #postbox #new_message_submit {
  display: block;
  width: 41px;
  height: 24px;
  overflow: hidden;
  text-indent: -5000px;
  background: transparent url(/images/template/sendbutton.png) left top no-repeat;
  float: right;
  border: 0;
  cursor: pointer;
}
.shorten_urls {
  float: left;
}

.post .shorten_urls a {
  color: blue;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
}

#contentwrapper {
  position: relative;
  margin-left: 88px;
  background: transparent url(/images/template/contentbg.png) 0 0 repeat-y;
  clear: both;
  width: 862px;
}
ul#navbar {
  position: relative;
  float: right;
  width: 153px;
  top: -100px;
  list-style: none;
  z-index: 500;
  padding: 0;
  font-size: 11px;
}
ul#navbar li {
  margin: 0 0 2px 0;
  padding: 0;
  height: 25px;
}
ul#navbar li.break {
  height: 30px;
}
ul#navbar li a, ul#navbar li span {
  color: #fff;
  height: 14px;
  padding: 6px 6px 6px 10px;
  display: inline-block;
}
ul#navbar li a {
  background: transparent url(/images/template/sidebarbuttonbg.png) right top no-repeat;
}
ul#navbar li a:hover {
  text-decoration: none;
  background-position: right -26px;
}
ul#navbar li span {
  background: transparent url(/images/template/sidebarheaderbg.png) right top no-repeat;
  color: #666;
  margin-left: -4px;
  padding-left: 5px;
}

#content {
  top: -37px;
  position: relative;
  z-index: 100;
  padding: 0 0 2px 45px;
  width: 620px;
  overflow: hidden;
}

#footer {
  margin-left: 88px;
  background: transparent url(/images/template/footerbg.png) left top no-repeat;
  padding: 15px 163px 20px 20px;
  height: 16px;
  text-align: right;
}
#footer #footerlinks {
  font-size: 10px;
  background: transparent url(/images/template/bottomtab.png) left bottom no-repeat;
  height: 12px;
  padding: 2px 0 5px 5px;
}
#footer #footerlinks a {
  color: #fff;
  padding: 0 5px;
}

#search_form {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 53px;
  width: 267px;
  height: 33px;
  background: transparent url(/images/template/searchbg.png) left top no-repeat;
  padding: 4px 17px;
  z-index: 1000;
  display: inline;
}
#search_form #search_input {
  width: 200px;
  height: 14px;
  background: transparent url(/images/template/searchbox.png) left top no-repeat;
  border: 0;
  float: left;
  padding: 5px;
  color: #333;
  position: relative;
}
#search_form #search_button {
  width: 51px;
  height: 24px;
  float: right;
  text-indent: -5000px;
  overflow: hidden;
  background: transparent url(/images/template/searchbutton.png) left top no-repeat;
  border: 0;
  cursor: pointer;
}

span#new_post_count.negative {
  color:red;
}

div.posts {
}


.ad {
  margin-bottom: 10px;
  position: relative;
  padding-top: 15px;
  overflow: hidden;
}
.ad iframe {
  width: 620px; 
  height: 100px;
  overflow: hidden;
  border: 0;
}
.ad a {
  font-weight: normal;
}
.ad a.ad_desc_link {
  position: absolute;
  top: 0;
  right: 5px;
  color: #999;
  font-family: 'Lucida Grande', sans-serif;
  font-size: 10px;
  font-weight: normal;
}
div.ad span.adimg {
  padding: 4px 5px;
  background-color: #ccc;
	float:left;
	margin-right:10px;
}
div.ad span.adimg a, div.ad span.adimg a img {
  border: none;
  display: block;
}
div.ad span.adtitle {
	font-family: 'Lucida Grande',sans-serif;
	color: #000;
  font-size: 16px;
	font-weight: bold;
}
div.ad span.adcol {
	font-family: 'Lucida Grande',sans-serif;
  font-size: 10px;
	font-weight: normal;
	color: #999;
	float:right;
}
div.ad div.adcopy {
	font-family: 'Lucida Grande',sans-serif;
  font-size: 14px;
	font-weight: normal;
	color: #333;
	
}
div.ad div.post_link {
	margin:0 !important;
	padding:0 !important;
}

div.post {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  border-right: 0;
  border-left: 0;
  overflow: auto;
  min-width: 400px;
  position: relative;
  background-color: #fff;
  color: #555;
  margin-bottom: 10px;
  padding: 0 1px;
}
div.post:hover {
  border: 1px solid #ccc;
  padding: 0;
}
div.post div.post {
  overflow: visible;
  border-bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0;
  padding-bottom: ;
}
div.post:hover div.post {
  border-top: 1px dashed #ccc;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 0 1px;
}
div.post.tome {
  background-color: #b3ecef;
}

div.post .post_created_at {
  color: #999;
  font-size: 11px;
  font-style: italic;
}

div.post img {
  max-width: 500px;
  max-height: 500px;
}

div.post span.username a {
  font-size: 14px;
  font-weight: bold;
}
div.post span.fullname {
  font-weight: bold;
  font-size: 14px;
  color: #888;
  padding: 0 15px 0 5px;
}


div.post span.fullname a,
div.post span.username a {
  text-decoration:none;
  color: #333;
}

div.post span.fullname a:hover,
div.post span.username a:hover {
  text-decoration:underline;
}

div.reply, div.reply-1 {
  margin-left: 40px;
}
div.reply-2 {
  margin-left: 80px;
}
div.reply-3 {
  margin-left: 120px;
}
div.reply-4 {
  margin-left: 160px;
}
div.reply-5 {
  margin-left: 200px;
}
div.reply-6 {
  margin-left: 240px;
}
div.reply-7 {
  margin-left: 280px;
}
div.reply-8 {
  margin-left: 320px;
}
div.reply-9 {
  margin-left: 360px;
}
div.reply-10 {
  margin-left: 400px;
}

span.link a { 
  padding: 5px;
  line-height: 3em;
  border: 1px dashed #ccc;
  background-color: #f6f6f6;
  white-space: nowrap;
}
span.link a:hover { 
  text-decoration: none;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.tweet {
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
  display: block;
  padding-left: 63px;
}
.tweet a {
  color: #444;
  text-decoration: underline;
}

div.post.viewstatus .tweet, div.post.viewstatus .tweet a {
  font-size: 20px;
  color: #999;
}
div.post.viewstatus.main .tweet, div.post.viewstatus.main .tweet a,
div.post.viewstatus:hover .tweet, div.post.viewstatus:hover .tweet a {
  color: #333;
}

div.additional img {
  border: 1px solid #CCCCCC;
  padding: 1px;
}

iframe.additional.friendfeed,
iframe.additional.wikipedia {
  border: 1px solid #aaa;
}

div.additional.feed_item {
  width: 550px;
  height: 300px;
  overflow: auto;
  border: 1px dashed #ccc;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #f6f6f6;
}
div.additional.feed_item ul {
  margin-left: 40px;
}

div.additional.feed_item img {
  border: 0px !important;
  padding: 0px !important;
}

div.pagination {
  position: relative;
  padding: 5px;
}
div.pagination span {
}
div.pagination a {
  border: 1px dashed #ccc;
  padding: 5px;
  display: block;
}
div.pagination a:hover {
  border: 1px solid #bbb;
  text-decoration: none;
  outline: none;
}

ul.reply {
  padding-bottom:0;
  margin-bottom:0;
  margin-top:5px;
}
ul.reply li {
  margin-right: 0;
}

ul.reply div.post {
}

.post_links {
  width: 12px;
  float: right;
  margin-left: 20px;
  position: relative;
}
.post_action {
  font-size:11px;
  float: right;
  clear: both;
  display: block;
  height: 12px;
  width: 12px;
  margin: 2px;
}
.post_action a {
  display: block;
  height: 12px;
  width: 12px;
  background: transparent right top no-repeat;
  text-indent: -5000px;
  overflow: hidden;
}
div.post:hover a {
  background-position: right -12px;
}
div.post a:hover {
  background-position: right -24px;
}
.post_action a.full_conversation_link {
  background-image: url(../images/template/fullconversationlink.png);
}
.post_action a.reply_link {
  background-image: url(../images/template/replylink.png);
}
.post_action a.retweet_link {
  background-image: url(../images/template/retweetlink.png);
}
.post_action a.favorite_link {
  background-image: url(../images/template/favoritesstar.png);
}
.post_action a.more_link {
  background-image: url(../images/template/morelink.png);
}
.post_action a.favorited_link, div.post:hover a.favorited_link, div.post a.loading_link:hover {
  background: transparent url(../images/template/favorited.png) right top no-repeat;
  height: 14px;
  width: 14px;
}
.post_action a.loading_link, div.post:hover a.loading_link, div.post a.loading_link:hover {
  background: transparent url(../images/spinner_small.gif) right top no-repeat;
}

.post_action.full_conversation {
  font-weight:bold;  
}

#reply_post_form {
  padding: 10px 20px;
  width: 430px;
  text-align: right;
  background: transparent url(/images/template/replymessagearrow.png) 10px 10px no-repeat;
}
#reply_post_form textarea {
  width: 400px;
  height: 50px;
  background-color: #f9f9f9;
  border: 1px solid #999;
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
#reply_post_form #reply_post_count {
  font-size: 20px;
  color: #999;
  font-weight: bold;
  margin-right: 10px;
}
#reply_post_form #reply_post_submit {
  display: block;
  width: 37px;
  height: 24px;
  overflow: hidden;
  text-indent: -5000px;
  background: transparent url(/images/template/postbutton.png) left top no-repeat;
  float: right;
  border: 0;
  cursor: pointer;
}
#reply_post_form .cancel {
  margin: 0 10px;
  color: #666;
  text-decoration: none;
  font-size: 10px;
}
#reply_post_form .cancel:hover {
  text-decoration: underline;
}

#theteam {
  padding: 1px 0;
  width: 470px;
  float: left;
}
.teammember {
  text-align: center;
  float: left;
  margin: 0 15px 10px 0;
  padding: 10px;
  border: 1px dashed #ccc;
  background-color: #f6f6f6;
}
.teammember:hover {
  text-decoration: none;
  border-color: #999;
  background-color: #fff;
}
.teammember:hover span {
  text-decoration: underline;
}
.teammember img {
  border: 0;
  background-color: #ccc;
  padding: 3px;
}
.teammember strong {
  color: #000;
}
.overflow {
  overflow: auto;
  padding: 1px 0;
}

.profile_image {
  float: left;
  margin: 0 15px 5px 0;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 48px;
}
.profile_image img {
  padding: 3px;
  background-color: #ccc;
  border: 0;
}

.post_link {
  padding: 0 12px 10px 12px;
}
.post_link a {
}

.post_header {
  margin-right: 20px;
  position: relative;
}

.tweet_row {
  overflow: auto;
  padding: 10px;
}

#followers {
  margin-bottom: 20px;
}
#followers li {
  overflow: auto;
  position: relative;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  padding: 10px 0;
}
#followers li img.profile_image {
  position: relative;
  float: left;
  border: 0;
  margin-right: 10px;
  padding: 3px;
  background-color: #ccc;
  left: 0;
  top: 0;
}
#followers li p.header {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  margin-left: 64px;
}
#followers li p.header a.username {
  font-weight: bold;
  margin-right: 5px;
  color: #333;
}
#followers li p.description {
  font-size: 13px;
  color: #333;
  margin-left: 64px;
  margin-bottom: 0;
}
#followers li p.description a.followsquestion, #followers li p.description .followsanswer {
  color: #666;
}

#profile {
  text-align: left;
  padding: 10px 0 10px 10px;
  font-size: 11px;
  overflow: auto;
  background: #fff url(/images/template/profilebg.png) left bottom repeat;
}
#profile h3 {
  font-size: 18px;
  white-space: nowrap;
}
#profile #profile_info {
  width: 240px;
  float: left;
  padding-right: 10px;
}
#profile #profile_info img#main_profile_image {
  float: left;
  padding: 3px;
  border: 0;
  background: transparent url(/images/template/30white.png) left top repeat;
  margin: 0 10px 4px 0;
  width: 48px;
  height: 48px;
}
#profile #profile_info a#twitter_link {
  display: inline-block;
  height: 10px;
  width: 8px;
  background: transparent url(/images/twitter_tiny.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -5000px;
}
#profile #profile_info a#twitter_link:hover {
  background-position: 0 -10px;
}
#profile #profile_info a#profile_favorites_link {
  display: inline-block;
  width: 11px;
  height: 12px;
  background: transparent url(/images/template/profile_favorites_link.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -5000px;
}
#profile #profile_info a#profile_favorites_link:hover {
  background-position: 0 -12px;
}
#profile #follows {
  width: 210px;
  float: left;
}
#profile #follows #actions {
  margin-bottom: 10px;
  text-align: center;
  min-height: 35px;
  position: relative;
}
#profile #follows #actions a#loginlink, #profile #follows #actions #thisisyou {
  display: block;
  margin: 0 auto;
  padding: 10px 0; 
  font-style: italic;
}
#profile #follows #actions a#followbutton {
  display: block;
  margin: 0 auto 5px auto;
  width: 54px;
  height: 27px;
  font-size: 14px;
  background: transparent url(/images/template/followbutton.png) 0 0 no-repeat;
  text-indent: -5000px;
  overflow: hidden;
}
#profile #follows #actions a#followbutton.doesfollow {
  background-position: 0 -27px;
  width: 77px;
}
#profile #follows #actions a#removebutton {
  position: absolute;
  top: 8px;
  right: 18px;
}
#profile #follows #actions a#blockbutton {
  position: absolute;
  top: 8px;
  right: 38px;
  color: #999;
}
#profile #follows #actions img#followloading {
  position: absolute;
  top: 8px;
  right: 40px;
}
#profile #follows #counts {
}
#profile #follows #counts a {
  display: block;
  width: 70px;
  float: left;
  text-align: center;
}
#profile #follows #counts a .count {
  font-size: 15px;
  font-weight: bold;
}
#profile #follows #counts a .label {
  font-size: 12px;
}

#newer {
  float: left;
}
#older {
  float: right;
  overflow: hidden;
}

#error_explanation {
  color: #666;
  text-align: center;
  font-size: 14px;
}
#error_msg {
  margin: 20px;
}
#error_msg, .loading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ccc;
}
#error_msg {
  color: #666;
}
.loading {
  margin: 60px;
}
.loading img {
  margin-left: 10px;
}

#send_message {
  text-align: left;
}
#send_message p {
  font-size: 14px;
  margin-bottom: 0;
}
#send_message #new_post_count {
  float: right;
}
#tabs {
  border-bottom: 1px solid #bbb;
  padding-bottom: 3px;
  margin-bottom: 10px;
  position: relative;
	list-style: none;
  text-align: center;
}
#tabs a {
  border: 1px solid #bbb;
  padding: 3px 20px;
  margin: 0 0 -1px -1px;
  color: #333;
  background-color: #ddd;
}
#tabs a:hover {
  background-color: #fff;
}
#tabs a.active-tab {
  background-color: #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
#inbox h3, #sent h3 {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.large_empty {
  text-align: center;
  font-size: 30px;
  color: #ccc;
  font-weight: bold;
  padding: 20px;
}

#new_posts_header {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  border-right: 0;
  border-left: 0;
  overflow: auto;
  min-width: 400px;
  position: relative;
  background-color: #fff;
  color: #555;
  margin-bottom: 10px;
  height: 30px;
  text-align:center;
  font-size: 14px;
  padding-top:15px;
}

.panel {
  display: none;
}

.panel.active-tab-body {
	display: block;
}

#saved_search_link {
  text-align: right;
  clear: both;
  padding-bottom: 10px;
}

#new_post_success {
  font-weight: bold;
  font-size: 12px;
}
