body {
  font: normal 13px/1.6 "Lucida Grande", Verdana, sans-serif;
  color: #777;
  background: url(../images/bg.png) #0e4055 no-repeat center top;
}

.container {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
}

h1 {
  line-height: 1;
  color: #da5a05;
  font-size: 21px;
}


/****************************
****  Header
****************************/
#header {
  padding-top: 10px;
}

#header #branding {
  float: left;
}

#header #branding h1 {
  font-size: 32px;
  line-height: 1;
  margin: 0;   
  width: 140px;
  height: 60px;
}

#header #branding h1 a {
  display: block;
  width: 140px;
  height: 60px;
  text-decoration: none;
  text-indent: -9999px;
  background: url(../images/logo.png);
}

#header #current-user {
  float: right;
  padding-top: 5px;
  font-size: 12px;
  color: #7e97a5;
}

#header #current-user li {
  line-height: 48px;
  float: left;
  margin-left: 10px;
}

#header #current-user li a {
  color: #abc2ce;
  text-decoration: none;
}

#header #current-user li a:hover {
  color: #fff;
}

#header #current-user li img {
  border: 1px solid #184a67;
  padding: 1px;
}

#header #current-user li.signout a {
  background: #DA5A05;
  color: #fff;
  display: block;
  padding: 0px 10px;
  line-height: 24px;
  margin-top: 12px;
  text-decoration: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-left: 10px;
}

#header #current-user li.signout a:hover {
  background-color: #f16609;
}


#nav ul li {
  float: left;
  line-height: 52px;
  font-size: 14px;
  margin-right: 30px;
}

#nav ul li a {
  color: #7E97A5;
  display: block;
  text-decoration: none;
}

#nav ul li a:hover {
  color: #fff;
}

#nav ul li a {
  background: url(../images/info.png) no-repeat right center;
  padding-right: 22px;
}

#nav ul li.twitter a {
  background: url(../images/twitter.png) no-repeat right center;
  padding-right: 24px;
}

/****************************
****  Content
****************************/
#content #main {
  width: 640px;
  float: left;
  padding: 20px;
  min-height: 760px;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#content #sidebar {
  width: 280px;
  float: right;
}

/****************************
****  Post a tweet
****************************/
.signin {
  height: 24px;
  line-height: 24px;
  margin: 0;
  width: 151px;
  display: block;
  text-indent: -9999px;
  background: url(../images/sign_in_twitter.png) no-repeat 0 0;
}

.auto_tag_help {
  font-size: 14px;
  margin: 0 0 10px 0;
}

.auto_tag_help strong {
  background: #ffff99;
  color: #333;
  font-weight: bold;
}

.chars.over {
  color: red;
}

textarea {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 4em;
  width: 626px;
  margin: 0 0 15px 0;
  padding: 6px;
  border: 1px solid #ccc;
  font: normal 14px/1.5em "Lucida Grande", Verdana, sans-serif;
  color: #888;
}

textarea:focus {
  color: #333;
  border-color: #777;
}

.post_tweet p {
  margin: 0 0 10px 0;
  line-height: 24px;
  height: 24px;
  clear: both;
}

.post_tweet p.wait {
  display: block;
  background: url(../images/spinner.gif) no-repeat 0 center;
  font-size: 14px;
  color: #999;
  display: none;
  padding-left: 32px;
}

.submit_tweet {
  background: #da5a05;
  border: none;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  cursor: pointer;
}

.submit_tweet:hover {
  background-color: #f16609;
}


/****************************
****  Sidebar
****************************/
#sidebar .category {
  margin-top: 20px;
  padding: 20px;
  font-size: 11px;
/*  background: rgba(0,0,0,.33);*/
  background: url(../images/bg_overlay.png);
  border-left: 1px solid #04151e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}

#sidebar h6 {
  margin-bottom: 10px;
  font-size: 13px;
  color: #9fb6c3;
}

#sidebar ul,
#sidebar ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar ul li a {
  display: block;
  text-decoration: none;
  padding: 3px;
  color: #7e97a5;
}

#sidebar ul li a:hover {
  color: #fff;
}

#sidebar ul li.active a {
  font-weight: bold;
  color: #fff;
}

#sidebar ul li.active a span {
  color: #da5a05;
}

#sidebar .category:first-child {
  background: url(../images/bg_grad_left.gif) #fff repeat-y 0 0;
  border-color: #ddd;
}

#sidebar .category:first-child h6 {
  color: #DA5A05;  
}

#sidebar .category:first-child ul li a:hover {
  color: #333;
}

#sidebar .category:first-child ul li.active a {
  color: #333;
}

/****************************
****  Main content
****************************/
#main h1 {
  border-bottom: 3px dotted #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#main h1 small {
  color: #bbb;
  float: right;
  font-weight: normal;
}

/* Body copy */
#main .body p {
  margin-bottom: 1.5em;
  font-size: 13px;
}

#notice {
  background: rgba(0,0,0,.25);
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#notice p.live_event_notice {
  padding: 10px;
  font-size: 14px;
}

#notice p.live_event_notice strong {
  color: #fff;
  font-weight: normal;
}

#notice p.live_event_notice strong span {
  color: #DA5A05;
}

#notice p.live_event_notice a {
  text-decoration: none;
  color: #ABC2CE;
}

#notice p.live_event_notice a:hover {
  color: #fff;
}

#main p.live_event_notice {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #FFF;
}

#main p.live_event_notice span {
  display: block;
  float: left;
  padding: 0 3px;
  margin-right: 6px;
  background: #ffff99;
  color: #333;
  font-weight: bold;
}

#main h2 {
  font-size: 18px;
  color: #555;
  line-height: 1.125;
  margin: 1.5em 0 .5em 0;
  color: #307dbf;
  font-weight: normal;
}

.must_sign_in {
  font-size: 12px;
  color: #888;
  overflow: hidden;
  margin: 20px 0 10px 0;
}
.must_sign_in p {
  margin: 0;
  float: left;
  line-height: 24px;
}
.must_sign_in a {
  float: left;
  margin-right: 10px;
}

#stream {
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-top: 20px; 
  height: 600px;
  overflow-y: scroll;
}

p.no_convo {
  padding: 10px;
}

.tweet {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 10px;
/*  margin-bottom: 10px;*/
  background: url(../images/bg_tweet.gif) repeat-x #f9f9f9 0 bottom;
}

.user.tweet {
  background: #ffffaa;
}

.tweet .avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.tweet img {
  border: 1px solid #ccc;
  background: #fff;
  padding: 1px;
}

.tweet_body {
  float: left;
  width: 467px;
  color: #333;
}

.tweet_body p {
  margin: 0;
  font-size: 11px;
  line-height: 18px;
}

.tweet_body p.text {
  font-size: 12px;
}

.tweet_body p.text a {
  color: #1a87e4;
  text-decoration: none;
}

.tweet_body p.text a:hover {
  text-decoration: underline;
}

.tweet_body p.cite {
  color: #999;
}

.tweet_body p.cite a {
  color: #999;
}

.tweet_body p.cite a:hover {
  color: #555;
}