/* Mixin file for sass.  Here is where we define our variables and
   browser compatability functions used in all scss/sass files */
/* Diapora's default color palate */
/* Transision defaults */
/* Style includes */
/* Style includes */
/* Browser compatability */
/* ====== media ====== */
.media {
  margin: 10px; }

.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left;
  margin-right: 10px; }

.media .img img {
  display: block; }

.media .imgEt {
  float: right;
  margin-left: 10px; }

/* ====== ----- ====== */
body {
  padding: 2em;
  margin: 0;
    margin-top: 33px;
  background-color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }

a {
  color: #3f8fba;
  text-decoration: none; }
  a:hover {
    color: #3f8fba;
    text-decoration: underline; }

p {
  word-wrap: break-word; }

h1, h2, h3, h4 {
  margin-bottom: 5px; }
  h1 small, h2 small, h3 small, h4 small {
    font-size: small;
    color: #999999; }

ul > li {
  list-style: none; }

.content ul li {
  list-style: disc; }

.rtl {
  direction: rtl;
  text-align: right; }

.hidden {
  display: none; }

.avatar {
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 5px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 5px inset;
  background-color: #eeeeee;
  width: 50px;
  height: 50px;
  overflow: hidden; }

#content {
  background-color: white;
  border: 1px solid #cccccc;
  height: 100%; }

#flash_notice,
#flash_error,
#flash_alert {
  z-index: 999;
  position: fixed;
  color: #666666;
  top: -100px;
  left: 0;
  width: 100%;
  font-weight: bold;
  text-align: center; }
  #flash_notice .message,
  #flash_error .message,
  #flash_alert .message {
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    display: inline-block;
    min-width: 400px;
    max-width: 800px;
    padding-top: 45px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px; }

#flash_notice .message {
  background-color: #f4f899;
  border: 1px solid #b1b80d; }

#flash_error .message,
#flash_alert .message {
  color: white;
  background-color: #ca410b;
  border: 1px solid #9a3108; }

.login_error,
.login_alert {
  color: #d0312b;
  text-shadow: 1px 1px 20px #d0312b; }

.login_notice {
  color: #0a960a;
  text-shadow: 1px 1px 20px #7ef04d; }

.fieldWithErrors {
  display: inline; }

.error_messages {
  width: 400px;
  border: 2px solid #cf0000;
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  font-size: 12px; }
  .error_messages h2 {
    text-align: left;
    padding: 5px 5px 5px 15px;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    background-color: #cc0000; }
  .error_messages p {
    margin: 8px 10px; }
  .error_messages ul {
    margin: 0; }

header {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  background-color: #282323;
  background-image: url("/images/header-bg.png");
  z-index: 1001;
  padding: 6px 0;
  color: #cccccc;
  height: 26px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid black; }
  header a {
    color: #cccccc;
    color: #939393; }
    header a:hover {
      background: none;
      color: #fafafa; }
  header.landing {
    height: 40px; }
    header.landing .right {
      top: 10px; }
  header ul#user_menu {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0 1px 0 black;
    color: #939393;
    min-width: 100px;
    cursor: pointer;
    z-index: 10;
    padding: 5px 0;
      padding-left: 32px;
      padding-right: 7px;
    margin: 0;
      margin-top: -2px;
      margin-right: -5px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    display: inline;
    top: -4px;
    float: right; }
    header ul#user_menu li a {
      padding: 4px;
      height: 100%;
      color: #939393; }
      header ul#user_menu li a:hover {
        background-color: #3f8fba;
        color: white;
        text-decoration: none; }
    header ul#user_menu li:first-child {
      padding: 5px 0; }
      header ul#user_menu li:first-child a {
        padding-right: 15px; }
        header ul#user_menu li:first-child a:hover {
          background-color: transparent;
          text-decoration: none; }
        header ul#user_menu li:first-child a:focus {
          outline: none; }
      header ul#user_menu li:first-child .right {
        right: 5px; }
    header ul#user_menu.active {
      -webkit-box-shadow: 0 0px 13px rgba(20, 20, 20, 0.5);
      -moz-box-shadow: 0 0px 13px rgba(20, 20, 20, 0.5);
      box-shadow: 0 0px 13px rgba(20, 20, 20, 0.5);
      margin-top: -3px;
      margin-right: -5px;
      background-color: #221e1e;
      border: 1px solid #999999; }
    header ul#user_menu .avatar {
      height: 22px;
      width: 22px;
      position: absolute;
      left: 7px;
      top: 9px;
      display: block; }
  header .header-nav {
    font-weight: bold;
    float: left;
    height: 100%;
    margin-right: 5px;
    margin-top: 3px; }
    header .header-nav a {
      padding: 0 10px;
      width: 100%; }
      header .header-nav a:hover {
        text-decoration: none; }
    header .header-nav > span {
      height: 100%;
      display: inline-block;
      margin-left: -4px;
      border-left: 1px solid #333333;
      border-right: 1px solid #333333; }
      header .header-nav > span:last-child {
        margin-left: -5px; }

header.ie-user-menu-active {
  height: 150px; }

ul.dropdown {
  padding: 0; }
  ul.dropdown li {
    display: none; }
    ul.dropdown li a {
      display: block; }
    ul.dropdown li:first-child {
      display: block; }
      ul.dropdown li:first-child a {
        height: auto;
        display: inline; }
  ul.dropdown.active {
    z-index: 30; }
    ul.dropdown.active li {
      display: block; }

ul.as-selections {
  width: 100% !important; }

.unread {
  background-color: #e6e6e6;
  color: #333333 !important; }
  .unread time {
    color: #333333 !important; }

.diaspora_header_logo {
  float: left;
  margin-top: -6px; }

.stream audio {
  display: block;
  margin: 5px 0; }
.stream .stream_element {
  border-bottom: 1px solid #dddddd; }
  .stream .stream_element p:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  .stream .stream_element:first-child {
    border-top: none; }
  .stream .stream_element ul li {
    list-style: disc; }
  .stream .stream_element .youtube-player, .stream .stream_element .vimeo-player {
    border: none;
    height: 304px;
    width: 410px; }

#author_info {
  position: relative; }
  #author_info .avatar img {
    position: relative;
    top: 0px;
    display: inline-block;
    height: 30px;
    width: 30px; }
  #author_info .from {
    display: inline-block; }
  #author_info.profile .from {
    padding: 0; }
  #author_info h2,
  #author_info h3,
  #author_info h4,
  #author_info h5 {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px; }
  #author_info h2 {
    margin-bottom: 0; }
  #author_info.show a {
    margin-right: 1em;
    font-weight: normal; }
  #author_info.show h4,
  #author_info.show h5 {
    margin: 0;
    padding: 0; }
  #author_info .right {
    top: 10px; }
  #author_info .description {
    margin-bottom: 10px; }

.stream_element a.author {
  font-weight: bold; }
.stream_element .photo_attachments {
  margin-top: 7px; }
.stream_element img {
  max-width: 100%; }
.stream_element .stream_photo {
  float: left;
  margin-top: 6px; }
.stream_element:hover .controls:first-child {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

.info {
  font-size: smaller; }
  .info .control_icon {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    padding: 5px; }
    .info .control_icon:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

.controls {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 6;
  float: right; }
  .controls:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.status_message_show .comment_box {
  width: 653px;
  margin-bottom: 5px; }

.grey,
.grey * {
  color: #999999; }

.details,
.details * {
  font-weight: normal; }

.post_scope {
  cursor: default; }

.time,
.timeago,
.via {
  color: #aaaaaa;
  text-decoration: none;
  border: none; }
  .time a,
  .timeago a,
  .via a {
    color: #999999; }

#user_name {
  margin-bottom: 20px; }
  #user_name img {
    margin-right: 10px;
    display: inline-block;
    float: left;
    height: 40px; }
  #user_name h1 {
    margin-bottom: 7px;
    line-height: 18px; }
    #user_name h1 a {
      color: black; }
  #user_name span {
    size: small;
    font-weight: normal;
    color: #999999; }
  #user_name #latest_message_time {
    font-style: italic; }
  #user_name ul {
    display: inline;
    margin: 0;
    padding: 0; }
    #user_name ul > li {
      display: inline;
      margin-right: 1em; }

.stream.show:hover > li {
  background: none;
  border: none; }

.submit_button input {
  float: right; }

.stream_element .reshare .avatar,
.comment .avatar {
  width: 30px;
  height: 30px; }

.likes,
.stream_element .reshare {
  font-size: 12px; }

.comment.no-border {
  border: none; }

.comment {
  border-bottom: 1px dotted #aaaaaa; }
  .comment.media {
    margin-left: 0;
    margin-right: 0; }
  .comment .youtube-player, .comment .vimeo-player {
    border: none;
    height: 250px;
    width: 400px; }
  .comment .ltr ol, .comment .ltr ul {
    padding-left: 2em; }
    .comment .ltr ol li, .comment .ltr ul li {
      padding: 0px;
      border: none;
      list-style: inherit; }
  .comment .right {
    right: 4px; }

.stream_element .reshare {
  border-left: 2px solid #dddddd; }

form.new_comment input {
  display: none; }
form.new_comment textarea {
  height: 21px;
  font-size: 12px;
  width: 355px; }
form.new_comment.open input {
  display: block; }

.profile_photo img {
  height: auto;
  width: 200px; }

#profile h3 {
  margin-bottom: 0; }
#profile ul {
  margin: 0;
  padding: 0; }
#profile ul#profile_information {
  margin: 1em 0; }
  #profile ul#profile_information > li {
    margin-bottom: 2em;
    margin-right: 2em; }
    #profile ul#profile_information > li h4 {
      font-weight: bold; }

#paginate, #infscr-loading {
  display: block;
  margin-top: 10px;
  padding: 8px 0;
  text-align: center;
  width: 100%; }
  #paginate img, #infscr-loading img {
    border: none; }

#photo_container {
  text-align: center; }

#show_photo {
  z-index: 11;
  position: relative;
  display: inline-block;
  max-width: 100%; }
  #show_photo img {
    max-width: 100%; }
  #show_photo #photo_spinner {
    z-index: 1;
    position: absolute;
    height: 100px;
    width: 100px; }
  #show_photo #caption {
    min-height: 20px;
    padding: 0 10px;
    font-size: 16px;
    color: #333333; }

input:not([type='submit']):not([type='reset']):not([type='hidden']):not(.as-input),
textarea {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin-top: 1px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  padding: 0.3em;
  display: block;
  border: 1px solid #cccccc;
  height: auto; }

input[type='checkbox'] {
  width: auto !important; }

form p {
  position: relative;
  padding: 0;
  margin: 0; }

form p.checkbox_select {
  width: 75%; }
  form p.checkbox_select label {
    left: 25px;
    top: 3px;
    position: absolute;
    font-size: 1em; }
  form p.checkbox_select img {
    position: relative;
    top: 6px; }

.placeholder {
  color: #999999;
  text-shadow: 0 1px 1px #eeeeee;
  font-weight: normal; }

/* those can't be combined, see: http://stackoverflow.com/questions/2610497 */
*::-webkit-input-placeholder {
  color: #999999;
  text-shadow: 0 1px 1px #eeeeee;
  font-weight: normal; }

*:-moz-placeholder {
  color: #999999;
  text-shadow: 0 1px 1px #eeeeee;
  font-weight: normal; }

#file-upload input {
  height: 100%;
  width: 100%;
  cursor: pointer; }

#publisher {
  z-index: 1;
  color: #999999;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
    padding-top: 0;
    padding-bottom: 22px;
  top: 0;
  border-bottom: 1px #eeeeee solid; }
  #publisher form textarea {
    resize: none;
    width: 455px;
    height: 50px;
    margin: 0; }
  #publisher.mention_popup {
    padding: 1px 12px;
    margin-bottom: 0;
    border-bottom: none; }
  #publisher.closed .options_and_submit {
    display: none !important; }
  #publisher.closed .counter {
    display: none; }
  #publisher:not(.closed) textarea {
    margin-bottom: 30px; }
  #publisher .options_and_submit {
    min-height: 21px;
    clear: both;
    position: relative;
    padding-top: 6px;
    margin-bottom: -2px; }
    #publisher .options_and_submit input {
      display: inline; }
    #publisher .options_and_submit .public_toggle {
      text-align: right; }
      #publisher .options_and_submit .public_toggle .dropdown {
        text-align: left; }
    #publisher .options_and_submit #publisher_service_icons {
      position: relative;
      top: 3px;
      margin-right: 10px; }
    #publisher .options_and_submit #fileInfo {
      display: inline;
      position: relative;
      top: -2px; }
  #publisher #status_message_fake_text {
    min-height: 20px; }
  #publisher .content_creation {
    margin-top: 1em; }
  #publisher #file-upload {
    bottom: 1px !important;
    display: inline-block;
    margin: 0;
    padding: 0.3em 0.3em 3px;
    position: absolute !important;
    right: 6px;
    cursor: pointer; }
    #publisher #file-upload input[type='file'] {
      cursor: pointer;
      right: initial !important;
      height: 100%;
      width: 100%; }
    #publisher #file-upload img {
      filter: alpha(opacity=40);
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4;
      vertical-align: bottom; }
    #publisher #file-upload:hover {
      color: #666666;
      cursor: pointer; }
      #publisher #file-upload:hover img {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8; }
    #publisher #file-upload:active {
      color: #444444;
      text-shadow: 0 1px 0 #fafafa; }
      #publisher #file-upload:active img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
    #publisher #file-upload.loading {
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5; }

#publisher_textarea_wrapper {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #cccccc;
  background: white;
  position: relative;
  padding-right: 10px; }
  #publisher_textarea_wrapper #hide_publisher {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 5;
    padding: 3px;
    position: absolute;
    right: 6px;
    top: 0; }
    #publisher_textarea_wrapper #hide_publisher:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  #publisher_textarea_wrapper.active {
    border: 1px solid #999999; }
  #publisher_textarea_wrapper textarea {
    z-index: 2;
    border: none; }
    #publisher_textarea_wrapper textarea:focus {
      outline: 0;
      background: transparent; }
  #publisher_textarea_wrapper.with_attachments {
    padding-bottom: 38px; }
  #publisher_textarea_wrapper #photodropzone {
    z-index: 3;
    position: absolute;
    bottom: 0;
    width: 435px;
    left: 5px;
    padding: 0; }
    #publisher_textarea_wrapper #photodropzone li {
      display: inline-block;
      margin-right: 4px; }
      #publisher_textarea_wrapper #photodropzone li img {
        width: 50px;
        max-height: 55px; }
      #publisher_textarea_wrapper #photodropzone li .circle {
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px;
        border-radius: 20px 20px 20px 20px;
        display: none;
        z-index: 1;
        position: absolute;
        right: -7px;
        top: -5px;
        background-color: #333333;
        width: 20px;
        max-width: 20px;
        height: 20px;
        max-height: 20px;
        border: 1px solid white; }
      #publisher_textarea_wrapper #photodropzone li .x {
        display: none;
        z-index: 2;
        position: absolute;
        top: -3px;
        right: -1px;
        font-size: small;
        font-weight: bold; }
      #publisher_textarea_wrapper #photodropzone li:hover {
        cursor: default; }
        #publisher_textarea_wrapper #photodropzone li:hover .circle {
          display: block; }
        #publisher_textarea_wrapper #photodropzone li:hover .x {
          display: block; }
  #publisher_textarea_wrapper .counter {
    position: absolute; }
  #publisher_textarea_wrapper .warning {
    color: orange; }
  #publisher_textarea_wrapper .exceeded {
    color: red; }

.field_with_submit input[type='text'] {
  width: 82%;
  display: inline; }

#publisher.closed #publisher_textarea_wrapper #hide_publisher {
  display: none; }

.dim {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3; }

img.thumb_small {
  max-height: 50px;
  max-width: 50px; }

img.thumb_medium {
  max-height: 100px;
  max-width: 100px; }

img.thumb_large {
  max-height: 300px;
  max-width: 300px; }

img.scaled_full {
  max-height: 700px;
  max-width: 700px; }

#thumbnails a {
  display: inline-block;
  height: 140px;
  min-height: 100px;
  margin-bottom: 5px;
  margin-right: 2px; }
  #thumbnails a img {
    height: 140px; }

#global_search {
  float: right;
  margin-right: 10px;
  position: relative; }
  #global_search form {
    position: absolute;
    right: 0; }
    #global_search form input {
      -webkit-box-shadow: 0 1px 1px #444444;
      -moz-box-shadow: 0 1px 1px #444444;
      box-shadow: 0 1px 1px #444444;
      -moz-border-radius: 15px 15px 15px 15px;
      -webkit-border-radius: 15px 15px 15px 15px;
      border-radius: 15px 15px 15px 15px;
      -webkit-transition: width 0.1s linear;
      -moz-transition: width 0.1s linear;
      -o-transition: width 0.1s linear;
      transition: width 0.1s linear;
      width: 100px;
      background-color: #444444;
      border: 1px solid #222222;
      font-size: 13px;
      padding: 4px; }
      #global_search form input:hover {
        background-color: #555555; }
      #global_search form input.active {
        background-color: #fafafa;
        background-color: rgba(160, 160, 160, 0.6); }
      #global_search form input:focus {
        outline: none;
        background-color: white;
        width: 200px; }
      #global_search form input::-webkit-input-placeholder {
        text-shadow: none; }
      #global_search form input:-moz-placeholder {
        text-shadow: none; }

ul#settings_nav {
  display: inline;
  padding: 0;
  font-size: large;
  position: absolute;
  left: 198px;
  top: 5px; }
  ul#settings_nav > li {
    display: inline;
    margin-right: 1em;
    font-weight: 700; }
    ul#settings_nav > li a {
      padding: 2px;
      font-weight: normal; }

.settings_pane {
  display: none; }

#account_data a {
  line-height: 30px; }

.contact_pictures.horizontal img {
  margin-right: -5px; }

#thumbnails {
  line-height: 14px; }

#aspect_list {
  margin: 0;
  padding: 0; }

.dull {
  color: #aaaaaa;
  font-style: italic; }
  .dull a {
    color: #69aedd; }

h1 .description, h2 .description, h3 .description, h4 .description {
  font-size: 70%;
  font-weight: 100;
  color: #aaaaaa;
  margin-top: 0.5em; }

h2 .description, h3 .description, h4 .description {
  font-size: 80%;
  font-weight: 200; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield; }

.facebox_content {
  display: none; }

#photo_edit_options {
  display: none; }

#photodropzone {
  padding: 0px;
  margin: 0px; }

#section_header {
  width: 100%;
  border-bottom: 2px solid #777777;
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em; }
  #section_header h2 {
    display: inline; }
  #section_header .right {
    margin-top: 10px; }

.photo_options {
  color: #888888;
  text-align: center; }

.inline {
  display: inline; }

.floating {
  -webkit-box-shadow: 0 1px 3px #333333;
  -moz-box-shadow: 0 1px 3px #333333;
  box-shadow: 0 1px 3px #333333;
  position: relative;
  padding: 12px;
  margin-bottom: 2em;
  background-color: white;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid white; }
  .floating .submit_block {
    position: absolute;
    bottom: 13px;
    right: 12px; }
  .floating form {
    display: relative; }

.inline_aspect_listing {
  margin: 0;
  padding: 0;
  display: inline; }
  .inline_aspect_listing > li {
    display: inline;
    font-weight: normal; }
    .inline_aspect_listing > li:after {
      content: ", "; }
    .inline_aspect_listing > li:last-child:before {
      content: "and "; }
    .inline_aspect_listing > li:last-child:after {
      content: "."; }

#user_photo_uploader .avatar {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  height: 100px;
  width: 100px; }

#publisher_photo_upload {
  position: absolute;
  display: inline;
  left: 600px;
  top: 0;
  z-index: 10; }

#profile_photo_upload {
  margin-top: 5px;
  min-height: 100px;
  position: relative;
  padding-left: 120px; }
  #profile_photo_upload img {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 1px 2px #666666;
    -moz-box-shadow: 0 1px 2px #666666;
    box-shadow: 0 1px 2px #666666;
    position: absolute;
    left: 0;
    height: 100px;
    width: 100px; }
    #profile_photo_upload img.avatar {
      -webkit-transition: opacity 0.5s linear;
      -moz-transition: opacity 0.5s linear;
      -o-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear; }
      #profile_photo_upload img.avatar.loading {
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3; }

h3 span.current_gs_step {
  color: #22c910; }

#notifications {
  z-index: 10;
  position: fixed;
  bottom: 21px;
  right: 12px; }
  #notifications .notification {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 2px 3px #333333;
    -moz-box-shadow: 0 2px 3px #333333;
    box-shadow: 0 2px 3px #333333;
    margin-bottom: 10px;
    background-color: #1e1e1e;
    background-color: rgba(30, 30, 30, 0.9);
    min-width: 200px;
    padding: 12px;
    color: white;
    vertical-align: middle; }
    #notifications .notification .avatar {
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-right: 5px;
      vertical-align: middle; }

#nav_badges {
  display: inline-block;
  margin-top: 2px;
  float: left; }
  #nav_badges a:hover {
    text-decoration: none; }
  #nav_badges .badge {
    position: relative;
    top: 2px;
    display: inline;
    margin: 0 2px;
    padding: 8px 3px;
      padding-bottom: 9px;
    font-weight: bold;
    font-size: smaller;
    width: 28px; }
    #nav_badges .badge:hover .badge_count {
      background-color: #bd0902; }

#message_inbox_badge img {
  position: relative;
  top: -2px; }

#notification_badge img {
  position: relative; }

.badge_count {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  z-index: 3;
  position: absolute;
  top: -2px;
  left: 13px;
  padding: 0 2px;
    padding-bottom: 1px;
  background-color: #a40802;
  line-height: 12px;
  color: white; }

ul#request_result {
  padding: 0;
  margin: 0; }
  ul#request_result li {
    margin-bottom: 25px; }
    ul#request_result li input.add {
      color: green; }
  ul#request_result .stream_element .content {
    display: inline;
    position: relative;
    bottom: 2.5em;
    padding: 0; }

.contact_list_controls {
  height: 30px;
  margin-bottom: 5px;
  vertical-align: middle;
  position: relative; }

#contact_list_search {
  width: 200px;
  margin-top: 0;
  float: right; }

.contact_list,
.aspect_list {
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  height: 300px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #bbbbbb;
  background-color: #fcfcfc; }
  .contact_list .avatar,
  .aspect_list .avatar {
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 10px !important; }
  .contact_list .button.share,
  .aspect_list .button.share {
    padding-right: 20px; }
    .contact_list .button.share .right,
    .aspect_list .button.share .right {
      right: 8px;
      top: 3px; }
  .contact_list > .contacts,
  .aspect_list > .contacts {
    margin: 0;
    padding: 5px;
      padding-right: 0; }
    .contact_list > .contacts > .contact,
    .aspect_list > .contacts > .contact {
      -moz-border-radius: 3px 3px 3px 3px;
      -webkit-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px;
      -webkit-box-shadow: 0 1px 5px #cccccc;
      -moz-box-shadow: 0 1px 5px #cccccc;
      box-shadow: 0 1px 5px #cccccc;
      background-color: white;
      float: left;
      overflow-x: hidden;
      overflow-y: hidden;
      position: relative;
      display: inline-block;
      height: 50px;
      width: 170px;
      margin-bottom: 5px;
      margin-right: 5px;
      padding: 5px;
      border: 1px solid #999999; }
      .contact_list > .contacts > .contact.hidden,
      .aspect_list > .contacts > .contact.hidden {
        display: none; }
      .contact_list > .contacts > .contact > .name,
      .aspect_list > .contacts > .contact > .name {
        white-space: nowrap; }
      .contact_list > .contacts > .contact.remote_friend,
      .aspect_list > .contacts > .contact.remote_friend {
        width: 285px; }
      .contact_list > .contacts > .contact a.button,
      .aspect_list > .contacts > .contact a.button {
        -webkit-box-shadow: 0 0 0 black;
        -moz-box-shadow: 0 0 0 black;
        box-shadow: 0 0 0 black;
        border-bottom: none;
        height: 12px !important;
        width: 12px !important;
        padding-right: 4px;
        padding-left: 4px; }
        .contact_list > .contacts > .contact a.button.added,
        .aspect_list > .contacts > .contact a.button.added {
          background-color: #7de377;
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#9eff99, endColorstr=#5cc756)";
          background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9eff99), to(#5cc756));
          background-image: -moz-linear-gradient(top, #9eff99 0%, #5cc756 100%);
          background-image: -o-linear-gradient(top, #9eff99 0%, #5cc756 100%); }
        .contact_list > .contacts > .contact a.button.added.remove,
        .aspect_list > .contacts > .contact a.button.added.remove {
          background-color: #e37777;
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ff9999, endColorstr=#c75656)";
          background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9999), to(#c75656));
          background-image: -moz-linear-gradient(top, #ff9999 0%, #c75656 100%);
          background-image: -o-linear-gradient(top, #ff9999 0%, #c75656 100%); }
          .contact_list > .contacts > .contact a.button.added.remove:active,
          .aspect_list > .contacts > .contact a.button.added.remove:active {
            background-color: #a45757;
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#c77777, endColorstr=#823737)";
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c77777), to(#823737));
            background-image: -moz-linear-gradient(top, #c77777 0%, #823737 100%);
            background-image: -o-linear-gradient(top, #c77777 0%, #823737 100%); }

.aspect_list {
  height: 300px;
  max-height: 300px; }
  .aspect_list .name {
    left: 1em; }
  .aspect_list ul > li {
    padding: 1em;
    height: 1em; }
    .aspect_list ul > li .right {
      top: 2px;
      right: 1em; }

footer {
  width: 100%;
  left: 0;
  bottom: 0;
  color: #999999; }
  footer .container {
    margin-top: 4em;
    padding: 0;
      padding-top: 0.5em;
    border-top: 1px solid #dddddd; }
  footer img {
    margin-top: 2px; }
  footer ul#footer_nav {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right; }
    footer ul#footer_nav > li {
      display: inline;
      margin-right: 1em; }
      footer ul#footer_nav > li:last-child {
        margin: 0; }
    footer ul#footer_nav a {
      color: #777777; }

ul#landing_nav {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  right: 0; }
  ul#landing_nav > li {
    display: inline;
    margin-right: 0.5em;
    text-shadow: 0 1px 0 black; }
    ul#landing_nav > li:last-child {
      margin-right: 0; }
    ul#landing_nav > li a {
      color: #3f8fba; }
      ul#landing_nav > li a.login {
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        -webkit-box-shadow: 0 1px 1px #666666;
        -moz-box-shadow: 0 1px 1px #666666;
        box-shadow: 0 1px 1px #666666;
        padding: 5px 8px;
        background-color: black;
        border-top: 1px solid black; }
        ul#landing_nav > li a.login:hover {
          background-color: #222222; }

#signup_field {
  margin-top: -200px;
  height: 46px;
  padding: 0;
  width: 400px;
  display: inline; }
  #signup_field div {
    display: inline; }
  #signup_field #mce-responses {
    margin-top: 12px;
    font-size: 12px;
    display: block;
    color: #888888;
    text-shadow: 0 1px 0 white; }
    #signup_field #mce-responses #mce-error-response {
      color: red; }
    #signup_field #mce-responses #mce-success-response {
      color: green; }
  #signup_field input[type='text'] {
    top: -1px;
    margin: 0;
      margin-right: -3px;
    width: 300px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    position: relative;
    display: inline;
    padding: 12px;
    font-size: 18px; }
  #signup_field #big_action_button, #signup_field input[type='submit'] {
    background-color: #2098de;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#41b6fa, endColorstr=#007bc2)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#41b6fa), to(#007bc2));
    background-image: -moz-linear-gradient(top, #41b6fa 0%, #007bc2 100%);
    background-image: -o-linear-gradient(top, #41b6fa 0%, #007bc2 100%);
    height: 47px;
    margin: 0;
    background-color: #3f8fba;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border: 1px solid #cccccc;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #eeeeee;
    text-shadow: 0 1px 0 #333333;
    text-align: center; }
    #signup_field #big_action_button:hover, #signup_field input[type='submit']:hover {
      background-color: #38aae8;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0088d1, endColorstr=#71ccff)";
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0088d1), to(#71ccff));
      background-image: -moz-linear-gradient(top, #0088d1 0%, #71ccff 100%);
      background-image: -o-linear-gradient(top, #0088d1 0%, #71ccff 100%); }

#diaspora_description {
  background-image: url("../images/ball.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 250px;
  margin-top: -200px;
  font-size: 3.3em;
  font-weight: bold;
  text-shadow: 0 1px 3px #999999; }
  #diaspora_description p {
    -webkit-box-shadow: 0 1px 3px #cccccc;
    -moz-box-shadow: 0 1px 3px #cccccc;
    box-shadow: 0 1px 3px #cccccc;
    padding: 12px;
    background-color: white; }

#login_field {
  text-align: left;
  font-style: italic;
  margin-top: 14px;
  margin-left: 540px;
  color: #888888; }

ul#press_logos {
  margin: 0;
    margin-top: 100px;
  padding: 0; }
  ul#press_logos > li {
    display: inline;
    margin-right: 30px; }
    ul#press_logos > li img {
      height: 40px; }
    ul#press_logos > li:last-child {
      margin-right: 0; }

#landing_content {
  margin-top: 100px;
  text-align: center; }

#why {
  margin-bottom: 48px; }
  #why h2 {
    text-shadow: 0 1px white;
    border-bottom: 3px solid #eeeeee; }

#signup {
  margin-bottom: 48px; }

#already_invited_pane {
  color: #666666; }
  #already_invited_pane h4 {
    color: #666666; }

#search_title {
  font-weight: 200; }
  #search_title .term {
    font-weight: bold; }

.aspects {
  position: relative;
  margin-top: 1em; }
  .aspects .right {
    right: 12px; }
  .aspects .contact_list {
    height: auto;
    max-height: auto;
    width: 500px; }

.aspects .aspect_badge {
  font-size: 1em; }

.share_with {
  min-width: 430px; }
  .share_with .avatar {
    width: 50px;
    height: 50px;
    float: left; }
  .share_with h4, .share_with p {
    padding-left: 64px; }
  .share_with p {
    color: #eeeeee; }

#aspects_list {
  height: auto; }

.notifications_for_day .stream_element {
  padding: 0.2em 0.5em;
  width: 500px; }

.day_group {
  min-height: 100px;
  margin-bottom: 10px; }
  .day_group .stream_element:last-child {
    border: none; }

.stream.notifications > li:hover {
  background: none;
  border-bottom: 1px solid #eeeeee; }

.show_comments {
  border-top: 1px solid #dddddd;
  margin-top: 5px; }

.show_comments a,
.likes_container a {
  color: #999999; }

.likes .img {
  margin-top: 3px;
  margin-right: 5px; }
.likes img {
  height: 12px;
  width: 12px; }

.mark_all_read {
  position: relative;
  top: 10px; }

#inner_account_delete {
  width: 810px; }

#aspect_edit_pane {
  width: 810px; }
  #aspect_edit_pane .person_tiles .tile {
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    padding: 6px;
      padding-left: 65px;
    margin: 3px;
      margin-left: 0;
    display: inline-block;
    width: 126px;
    height: 50px;
    border: 1px solid #eeeeee;
    position: relative; }
    #aspect_edit_pane .person_tiles .tile img {
      position: absolute;
      left: 6px; }
  #aspect_edit_pane.larger {
    width: 650px; }

#facebox_header {
  position: relative;
  padding-bottom: 10px; }
  #facebox_header .right {
    z-index: 3;
    right: 1em;
    top: 14px;
    color: #cccccc; }
    #facebox_header .right img {
      vertical-align: top;
      position: relative;
      top: 0px; }
  #facebox_header h3 .description,
  #facebox_header h4 .description {
    margin-top: 0px; }
  #facebox_header .tiny_text {
    font-size: 11px;
    font-weight: normal; }

#aspect_edit_controls {
  margin-top: 8px; }

#home_user_badge {
  position: relative;
  margin-bottom: 54px;
  padding-left: 60px; }
  #home_user_badge img {
    position: absolute;
    left: 0; }
  #home_user_badge h4 {
    position: relative;
    top: 14px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    #home_user_badge h4 a {
      color: inherit; }

#email_invitation input {
  width: 100%; }
#email_invitation textarea {
  width: 100%; }

.share_with .add_aspect {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin-top: 0.5em;
  background-color: #dddddd; }
  .share_with .add_aspect p {
    padding-left: 1em; }
    .share_with .add_aspect p input[type='text'] {
      width: 95%; }
    .share_with .add_aspect p.checkbox_select {
      height: 2em; }
      .share_with .add_aspect p.checkbox_select label {
        padding-left: 15px;
        top: 0; }
  .share_with .add_aspect .right {
    z-index: 5;
    top: 34px;
    right: 1em; }
.share_with .done {
  padding: 1em;
    padding-bottom: 2em; }
  .share_with .done .right {
    right: 1em; }

.invite_friends {
  padding: 1em;
  background-color: #eeeeee;
  border: 1px solid #cccccc; }

#remember_me input[type='checkbox'] {
  display: inline;
  height: auto !important;
  top: 2px !important; }
#remember_me label {
  font-size: inherit !important;
  position: static; }

.public_icon, .service_icon {
  cursor: pointer; }

.stream_element .subject {
  font-size: 13px;
  font-weight: bold;
  color: #444444;
  overflow: hidden;
  white-space: nowrap; }
.stream_element .last_author {
  font-size: 12px;
  color: #777777; }
.stream_element .collapsible {
  overflow: hidden;
  position: relative; }
  .stream_element .collapsible .expander {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    text-align: center;
    line-height: 48px;
    font-size: 0.8em;
    color: #2b2b2b;
    text-shadow: 0 0 7px white;
    cursor: pointer;
    border-bottom: 2px solid #dddddd;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background-color: rgba(238, 238, 238, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=rgba(255, 255, 255, 0), endColorstr=#eeeeee)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0)), to(#eeeeee));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eeeeee 95%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eeeeee 95%);
    background-color: transparent; }
  .stream_element .collapsible .oembed {
    background: url("/images/ajax-loader2.gif") no-repeat center center;
    display: inline-block;
    max-width: 100%; }
    .stream_element .collapsible .oembed .thumb {
      position: relative;
      cursor: pointer; }
      .stream_element .collapsible .oembed .thumb .video-overlay {
        background: url("/images/video-overlay.png") no-repeat center center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

.conversation_participants {
  z-index: 3;
  background-color: white;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 3px -3px #666666;
  -moz-box-shadow: 0 2px 3px -3px #666666;
  box-shadow: 0 2px 3px -3px #666666;
  line-height: 0;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
    padding-top: 101px;
    padding-bottom: 10px;
  width: 560px;
  margin-top: -100px; }
  .conversation_participants .right {
    top: 118px;
    right: 5px; }
  .conversation_participants h3 {
    margin: 0;
      margin-top: 6px;
      margin-bottom: 0px;
    padding-bottom: 10px; }
  .conversation_participants .avatar {
    height: 30px;
    width: 30px; }
  .conversation_participants a img {
    margin-bottom: 4px; }
  .conversation_participants .conversation_controls {
    margin-bottom: 10px; }
    .conversation_participants .conversation_controls a {
      margin-right: 10px; }
  .conversation_participants .avatars {
    text-align: right;
    margin-top: 9px; }

.stream_element.conversation {
  padding: 8px; }
  .stream_element.conversation .message_count {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    float: right;
    right: 0px;
    padding: 0 5px;
    position: relative;
    background-color: #999999;
    color: #eeeeee;
    font-size: 12px;
    font-weight: normal; }
  .stream_element.conversation .unread_message_count {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    float: right;
    right: 5px;
    padding: 0 5px;
    position: relative;
    background-color: #bb1111;
    color: #eeeeee;
    font-size: 12px;
    font-weight: normal; }
  .stream_element.conversation .participant_count {
    font-weight: normal; }
  .stream_element.conversation .timestamp {
    position: relative;
    float: right;
    font-weight: normal;
    color: #3f8fba; }
  .stream_element.conversation .avatar {
    display: inline;
    width: 35px;
    height: 35px;
    margin-right: 10px; }
  .stream_element.conversation:hover:not(.selected) {
    background-color: #fafafa; }
  .stream_element.conversation.selected:hover {
    background-color: #4f9bc3; }
  .stream_element.conversation:hover {
    cursor: pointer; }

.conversation.unread {
  background-color: #f2f2f2; }

.conversation.selected {
  background-color: #3f8fba;
  border-bottom: 1px solid #327294;
  border-top: 1px solid #327294; }
  .conversation.selected .subject {
    color: white; }
  .conversation.selected .last_author {
    color: white; }
  .conversation.selected .timestamp {
    color: #eeeeee; }

#conversation_inbox {
  height: 100%;
  overflow-y: auto;
  overflow-x: none; }
  #conversation_inbox a:hover {
    text-decoration: none; }

#left_pane {
  position: fixed;
  width: 337px; }
  #left_pane h3 {
    padding-bottom: 0;
    margin-bottom: 15px; }
  #left_pane #left_pane_header {
    padding: 10px;
    height: 55px;
    border-bottom: 1px solid #dddddd; }

#no_conversation_text {
  font-size: 20px;
  font-weight: bold;
  color: #cccccc;
  text-align: center;
  margin-top: 100px; }

#no_conversation_controls {
  text-align: center;
  font-size: 12px; }

#contact_visibility_padlock:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

.side_stream .stream_element {
  padding: 10px 0; }
.side_stream .avatar {
  float: left; }

.tag {
  display: inline-block;
  font-weight: bold; }
  .tag:hover {
    text-decoration: underline;
    background-color: #eff6fa; }

h1.tag {
  border-bottom: 2px dotted #3f8fba; }
  h1.tag:hover {
    border-bottom: 2px dotted #3f8fba; }

.info .tag {
  background-color: #efefef;
  color: #999999;
  border-bottom: 1px dotted #999999; }
  .info .tag:hover {
    border-bottom: 1px solid #999999; }

.diaspora_handle {
  font-size: 12px;
  font-weight: normal;
  color: #555555; }

.add_tags {
  font-weight: normal;
  font-size: 11px; }

.hover_edit {
  display: none;
  font-weight: normal;
  font-size: 11px;
  margin-left: 5px; }

.description:hover .hover_edit {
  display: inline; }

#contacts_of_contact .section {
  margin-bottom: 4px; }
#contacts_of_contact .see_all {
  text-align: center; }
#contacts_of_contact .avatar {
  height: 45px;
  width: 45px; }

.date {
  background-color: #e6e6e6;
  border-radius: 8px;
  padding: 5px;
  color: #999999;
  text-align: center; }
  .date .day {
    font-size: 50px;
    font-weight: 200;
    margin-bottom: -15px;
    margin-top: -10px; }
  .date .month {
    font-size: 14px; }

.notification_count {
  background-color: #f0f0f0;
  color: #999999;
  font-weight: normal;
  padding: 0 5px;
    padding-left: 11px;
  margin-right: 5px;
  border-radius: 5px; }
  .notification_count.unread {
    background-color: #bd0902;
    color: #eeeeee !important;
    font-weight: bold; }

.rightBar .title {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 2px 0;
    padding-top: 0;
    padding-left: 22px; }
  .rightBar .title.no_icon {
    padding-left: 8px; }
  .rightBar .title .right {
    right: 4px;
    top: 3px;
    font-size: smaller;
    font-weight: bold;
    color: #777777; }
  .rightBar .title h5 {
    font-size: 12px;
    margin: 0;
    color: #666666; }
  .rightBar .title img {
    position: absolute;
    left: 3px;
    top: 0px; }
.rightBar .section {
  margin-bottom: 25px; }
  .rightBar .section .content {
    padding: 8px;
    color: #999999;
    font-size: 11px; }

.subtle {
  color: #888888;
  font-style: italic; }

.cubbies_steps li {
  margin-bottom: 12px;
  vertical-align: top; }

.cubbies-settings-image {
  -webkit-box-shadow: 3px 3px 15px #333333;
  -moz-box-shadow: 3px 3px 15px #333333;
  box-shadow: 3px 3px 15px #333333;
  margin-bottom: 5px; }

.button.sign_up {
  background-color: #c9f299;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#d9ffa9, endColorstr=#b9e68a)";
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9ffa9), to(#b9e68a));
  background-image: -moz-linear-gradient(top, #d9ffa9 0%, #b9e68a 100%);
  background-image: -o-linear-gradient(top, #d9ffa9 0%, #b9e68a 100%);
  text-shadow: none;
  color: #333333; }
  .button.sign_up:hover {
    background-color: #b1ee6b;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#c2ff76, endColorstr=#a0dd60)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c2ff76), to(#a0dd60));
    background-image: -moz-linear-gradient(top, #c2ff76 0%, #a0dd60 100%);
    background-image: -o-linear-gradient(top, #c2ff76 0%, #a0dd60 100%); }
  .button.sign_up:active {
    background-color: #99e93c;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#acff43, endColorstr=#87d436)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#acff43), to(#87d436));
    background-image: -moz-linear-gradient(top, #acff43 0%, #87d436 100%);
    background-image: -o-linear-gradient(top, #acff43 0%, #87d436 100%); }

#facebox input[type='text'], #facebox input.text {
  width: 98%; }

#client-application-image {
  max-width: 100%; }

#service_stream {
  margin: 0;
  padding: 0; }

#authorize {
  text-align: center; }

#application-description {
  display: inline-block;
  width: 300px;
  padding-bottom: 20px; }

ul#requested-scopes {
  vertical-align: middle; }
  ul#requested-scopes li {
    display: inline-block;
    padding: 5px; }
    ul#requested-scopes li img {
      height: 30px;
      width: 30px; }
    ul#requested-scopes li .scope-description {
      display: none; }

ul.left_nav {
  margin: 0;
    margin-bottom: 15px;
  padding: 0; }
  ul.left_nav.sub {
    padding-left: 6px; }
  ul.left_nav a {
    color: #777777;
    font-weight: bold; }
  ul.left_nav li {
    position: relative;
    width: 100%; }
  ul.left_nav li.active > a.home_selector:not(.sub_selected) {
    font-weight: 700; }
  ul.left_nav li.active > a:not(.sub_selected) {
    color: #333333; }
    ul.left_nav li.active > a:not(.sub_selected) .contact_count {
      font-weight: 700;
      color: #666666; }
  ul.left_nav li.active > a.aspect_selector {
    background-image: url(../images/icons/check_yes_ok.png);
    background-position: 3px 50%;
    background-repeat: no-repeat; }
  ul.left_nav a.aspect_selector:active,
  ul.left_nav a.home_selector:active,
  ul.left_nav a.tag_selector:active,
  ul.left_nav a.element_selector:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }
  ul.left_nav a.aspect_selector,
  ul.left_nav a.home_selector,
  ul.left_nav a.tag_selector,
  ul.left_nav a.element_selector,
  ul.left_nav .root_element {
    display: block;
    width: 100%;
    padding: 3px 7px; }
  ul.left_nav a.aspect_selector:hover,
  ul.left_nav a.home_selector:hover,
  ul.left_nav a.tag_selector:hover,
  ul.left_nav a.element_selector:hover {
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-color: #e7f2f7;
    text-decoration: none; }
  ul.left_nav .edit,
  ul.left_nav .unfollow_icon {
    margin-top: 4px;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    float: right;
    display: none; }
    ul.left_nav .edit:hover,
    ul.left_nav .unfollow_icon:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  ul.left_nav .contact_count {
    float: right;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-top: 1px;
    color: #999999;
    background-color: #eeeeee;
    padding: 0 5px;
    display: inline;
    font-size: 11px; }
  ul.left_nav ul.sub_nav {
    padding: 0;
    margin: 0; }
    ul.left_nav ul.sub_nav li {
      width: 162px; }
    ul.left_nav ul.sub_nav a.aspect_selector,
    ul.left_nav ul.sub_nav a.toggle_selector,
    ul.left_nav ul.sub_nav .new_aspect,
    ul.left_nav ul.sub_nav a.tag_selector {
      padding-left: 25px;
      width: 172px; }

.section .left_nav a.aspect_selector,
.section .left_nav a.home_selector {
  width: 150px; }
.section .left_nav ul.sub_nav {
  width: 140px; }
  .section .left_nav ul.sub_nav a.aspect_selector,
  .section .left_nav ul.sub_nav a.tag_selector {
    width: 140px; }
  .section .left_nav ul.sub_nav li:hover .edit,
  .section .left_nav ul.sub_nav li:hover .unfollow_icon,
  .section .left_nav ul.sub_nav li.hover .edit,
  .section .left_nav ul.sub_nav li.hover .unfollow_icon {
    display: inline-block; }
.section .user_card {
  margin-left: 8px; }

.unread-setter {
  display: none; }

.stream_container {
  min-height: 500px;
  border-left: 1px solid #dddddd;
  padding-left: 10px;
  padding-top: 20px;
  margin-left: -10px;
  margin-top: -20px; }
  .stream_container h3 {
    margin-bottom: 0; }

#aspect_stream_header {
  padding: 0 12px; }

.new_aspect,
a.toggle_selector {
  outline: none;
  color: #999999;
  font-style: italic; }
  .new_aspect:hover,
  a.toggle_selector:hover {
    color: #777777; }

.no_contacts {
  position: relative;
  text-align: center;
  top: 50px; }

#people_stream.contacts .stream_element {
  padding: 10px;
  min-height: 30px; }
  #people_stream.contacts .stream_element .right {
    top: 16px; }
    #people_stream.contacts .stream_element .right a {
      filter: alpha(opacity=30);
      -moz-opacity: 0.3;
      -khtml-opacity: 0.3;
      opacity: 0.3; }
      #people_stream.contacts .stream_element .right a:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
  #people_stream.contacts .stream_element .from {
    position: relative; }
    #people_stream.contacts .stream_element .from a {
      color: #555050; }
  #people_stream.contacts .stream_element .content {
    padding-left: 40px; }
  #people_stream.contacts .stream_element .info {
    margin-top: -2px; }
#people_stream.contacts .avatar {
  height: 30px;
  width: 30px; }

#aspect_controls {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  padding: 10px;
  min-height: 23px; }
  #aspect_controls .conversation_button {
    float: right; }

#selected_aspect_contacts .avatar {
  height: 32px;
  width: 32px;
  margin-bottom: -2px; }

#view_all_contacts_link {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  display: block;
  padding: 5px;
  border: 1px dotted #aaaaaa;
  text-align: center;
  margin: 5px 0; }

.bottom_submit_section {
  display: block;
  position: relative;
  text-align: right; }
  .bottom_submit_section form {
    display: inline-block; }

#no_contacts {
  text-align: center;
  padding: 10px;
  background-color: #eeeeee;
  color: #666666; }

.left {
  position: absolute;
  left: 0; }

#notification_dropdown {
  -webkit-box-shadow: 0 0px 13px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0 0px 13px rgba(20, 20, 20, 0.5);
  box-shadow: 0 0px 13px rgba(20, 20, 20, 0.5);
  background: white;
  border: solid #888888 1px;
  left: 300px;
  width: 380px;
  display: none;
  margin-top: 8px;
  color: #444444; }
  #notification_dropdown .right {
    font-size: smaller;
    display: inline;
    position: relative;
    float: right;
    top: 4px;
    font-weight: bold; }
  #notification_dropdown a {
    color: #3f8fba; }
  #notification_dropdown .header {
    padding: 10px; }
    #notification_dropdown .header h4 {
      padding-bottom: 0;
      margin-bottom: 0; }
  #notification_dropdown .notification_element,
  #notification_dropdown .header {
    border-bottom: 1px solid #dddddd; }
  #notification_dropdown .ajax_loader {
    text-align: center;
    padding: 15px; }
  #notification_dropdown .notification_element {
    padding: 10px;
    min-height: 30px; }
    #notification_dropdown .notification_element:hover {
      background-color: #fafafa; }
    #notification_dropdown .notification_element > img {
      height: 30px;
      width: 30px;
      float: left;
      margin-right: 10px; }
    #notification_dropdown .notification_element.unread {
      background-color: #eeeeee;
      color: black;
      font-weight: bold; }

#notification_badge.active {
  z-index: 10;
  background-color: white;
  border: 1px solid #888888;
    border-bottom: none;
  margin-left: 0px;
  padding-bottom: 10px; }

.cubbies_collage {
  position: absolute;
  right: 50px;
  top: -50px;
  z-index: -1; }

.cubbies_screenshot {
  position: absolute;
  right: -20px;
  z-index: 1; }

.cubbies_infographic {
  height: 450px;
  margin-top: 30px; }

#community_spotlight .avatar {
  height: 140px;
  width: 140px; }

.user_card {
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0 1px 5px #cccccc;
  -moz-box-shadow: 0 1px 5px #cccccc;
  box-shadow: 0 1px 5px #cccccc;
  padding: 10px;
    padding-bottom: 30px;
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
  min-height: 220px;
  vertical-align: top;
  border: 1px solid #cccccc;
  display: inline-block;
  width: 140px; }
  .user_card .tags {
    color: #999999; }
  .user_card h4 {
    margin-bottom: 0;
    padding-bottom: 2px; }
  .user_card .dropdown {
    width: 100%; }

.add_user_to_aspect {
  bottom: 12px;
  right: 5px;
  position: absolute; }

#right_service_icons {
  text-align: center;
  padding: 10px;
    padding-bottom: 0; }

.cubbies_images {
  margin-left: 15px; }

.cubbies_user_page_small {
  position: absolute;
  left: 270px; }

#featured_users_pane {
  padding: 10px 0; }
  #featured_users_pane .featured_user_card_small {
    height: 30px;
    vertical-align: top;
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding: 5px;
    margin-bottom: 5px; }
    #featured_users_pane .featured_user_card_small a {
      font-weight: bold; }
    #featured_users_pane .featured_user_card_small .tags a {
      color: #999999; }
    #featured_users_pane .featured_user_card_small .avatar {
      height: 30px;
      width: 30px;
      margin-right: 5px;
      float: left; }

.action_item {
  padding-right: 5px; }

.accept_invitation_form,
.sign_up_form {
  min-height: 350px;
  font-size: 16px; }
  .accept_invitation_form input[type='text'],
  .accept_invitation_form input[type='password'],
  .accept_invitation_form input[type='email'],
  .sign_up_form input[type='text'],
  .sign_up_form input[type='password'],
  .sign_up_form input[type='email'] {
    font-size: 16px !important;
    width: 378px !important; }
  .accept_invitation_form .diaspora_id_text,
  .sign_up_form .diaspora_id_text {
    font-size: 12px;
    text-align: right;
    color: #999999;
    margin-top: -8px;
    padding: 0; }
  .accept_invitation_form .submit_field,
  .sign_up_form .submit_field {
    text-align: right; }

.accept_invitation_text {
  font-weight: lighter; }

.red {
  color: #a80000; }

.green {
  color: green; }

.resend {
  color: black; }
  .resend:hover {
    text-decoration: none;
    color: black; }
    .resend:hover:hover {
      text-decoration: none; }

#admin_nav {
  font-size: 1em;
  border-bottom: 2px solid #777777;
  margin-bottom: 20px; }
  #admin_nav ul {
    display: inline; }
  #admin_nav li {
    font-size: 0.8em;
    display: inline;
    margin-right: 0.5em; }

#grey_header {
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  background-color: #fafafa;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 80px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #dddddd; }

.mobile_row {
  margin-bottom: 50px; }

.field_with_errors {
  position: relative; }
  .field_with_errors input {
    -webkit-box-shadow: 0 0 8px #ff7777;
    -moz-box-shadow: 0 0 8px #ff7777;
    box-shadow: 0 0 8px #ff7777;
    border: 1px solid #dd0000 !important; }

.field_with_errors .message {
  color: #dd0000;
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 10px;
  left: auto; }

.new_user_form fieldset, .accept_invitation_form fieldset {
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95); }
  .new_user_form fieldset .submit_field, .accept_invitation_form fieldset .submit_field {
    margin-top: 15px; }
  .new_user_form fieldset span.host_uri, .accept_invitation_form fieldset span.host_uri {
    float: right;
    margin-top: -28px;
    color: #999999;
    padding-right: 9px; }

.center {
  text-align: center; }

.nostrap,
.nostrap:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#welcome-to-diaspora {
  -webkit-box-shadow: inset 0 -2px 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 -2px 10px rgba(0, 0, 0, 0.35);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  background: orange; }
  #welcome-to-diaspora h1, #welcome-to-diaspora h3 {
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  #welcome-to-diaspora:hover #gs-skip-x {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear; }
    #welcome-to-diaspora:hover #gs-skip-x:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

#gs-shim {
  position: absolute;
  top: 380px; }

#gs-skip-x {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear; }
  #gs-skip-x img {
    position: relative;
    right: 4px;
    height: 20px; }

.avatar.micro {
  height: 20px;
  width: 20px; }

#gs-name-form-spinner {
  position: absolute;
  top: 24px;
  right: -33px; }

.left_nav #new_tag_following {
  margin-left: 24px; }
  .left_nav #new_tag_following input[type='text'] {
    font-size: 13px; }
.left_nav #tag_following_submit.hidden {
  display: none; }

.popover .close {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  float: right;
  position: relative;
  top: -9px;
  right: -5px; }
.popover:hover .close {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }
  .popover:hover .close:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.nsfw-shield {
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: #eeeeee;
  width: 90%;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  color: #999999; }

#back-to-top {
  display: block;
  color: white;
  position: fixed;
  z-index: 49;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  font-size: 3em;
  padding: 0 11px 0 12px;
  border-radius: 10px;
  background-color: #aaaaaa; }
  #back-to-top:hover {
    opacity: 0.85 !important; }
  #back-to-top:visible {
    opacity: 0.5; }

.float-right {
  float: right;
  margin-top: 5px; }

.nsfw_off {
  font-size: smaller;
  color: #999999; }
  .nsfw_off a {
    color: #666666;
    color: #666666; }
