/* Threadless topbar styles - topbar.css */
/* structure */
.topbar_container {
  margin-bottom: 118px;
  height: 32px; }

.homepage .topbar_container {
  margin-bottom: 118px; }

.topbar_container,
.topbar .drop ul {
  background-color: #fff523; }

.topbar .nav {
  float: right; }

.topbar li {
  display: inline;
  float: left; }

.topbar .nav > li {
  line-height: 32px;
  margin-left: 20px; }

.topbar .nav .help {
  margin-left: 16px; }

.topbar .drop ul,
.topbar .drop em {
  -webkit-transform-style: preserve-3d;
  /* force hardwar acceleration and prevent screen flickering */ }

/* links */
.topbar a {
  color: #282828; }

.topbar > ul > li > a,
.topbar .auth span,
.topbar .nav .user .username {
  color: #282828;
  display: block;
  float: left;
  height: 30px;
  line-height: 32px; }

.topbar .active a {
  background-color: #282828;
  color: #fff523; }

.auth .login_show {
  padding-right: 4px; }

.topbar .login_show a {
  padding-right: 4px; }

.ie .topbar .login_show a {
  padding-right: 4px; }

.topbar .login_show a {
  display: inline; }

/* drops */
.topbar_container .topbar .drop {
  position: relative; }

.topbar .username {
  max-width: 195px;
  overflow: hidden;
  text-overflow: ellipsis; }
.topbar .user {
  padding: 0;
  line-height: 32px; }
  .topbar .user span {
    cursor: pointer;
    padding: 0 15px 0 0; }
.topbar .user-menu {
  position: relative;
  background: #fff;
  border: 1px solid #282828; }
.topbar .user-menu:after,
.topbar .user-menu:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.topbar .user-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  left: 50%;
  margin-left: -5px; }
.topbar .user-menu:before {
  border-color: rgba(40, 40, 40, 0);
  border-bottom-color: #282828;
  border-width: 6px;
  left: 50%;
  margin-left: -6px; }
.topbar .activity-stream:after,
.topbar .activity-stream:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.topbar .activity-stream:before {
  border-color: rgba(40, 40, 40, 0);
  border-bottom-color: #282828;
  border-width: 6px;
  left: 50%;
  margin-left: -6px; }
.topbar .activity-stream:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  left: 50%;
  margin-left: -5px; }
.topbar .drop ul {
  background: white;
  display: none;
  padding: 5px 0;
  position: absolute;
  top: 30px;
  z-index: 1200; }
.topbar .drop ul li {
  display: block; }
.topbar .activity-stream .user-menu:after {
  left: 95%; }
.topbar .activity-stream .user-menu:before {
  left: 95%; }
.topbar .activity-stream ul {
  right: 0px;
  width: 378px; }

.drop em {
  background: url(../imgs/global/sheet.png) -104px 3px no-repeat #fff523;
  display: block;
  height: 9px;
  position: absolute;
  width: 9px;
  right: 2px;
  top: 10px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.user.drop em {
  right: 2px; }

/* network */
.topbar .network {
  margin-left: -10px; }

.topbar .network a {
  padding: 0 10px; }

/* callouts */
.topbar .callouts {
  float: left;
  height: 30px;
  width: 360px; }

/* User */
