body {
  font-family: "Quattrocento Sans", "Myriad Pro", sans-serif;
  font-size: 14px;
  letter-spacing: -0.1px;
  line-height: 20px;
  color: #eeeeec;
  background-color: #222222; }

#outerwrapper {
  background-color: #eeeeec; }

#header {
  height: 34px;
  padding: 1em;
  background: url("../images/sparkleshare-logo.png") no-repeat 1em center;
  background-color: #eeeeec; }
  #header #toplinks {
    float: right;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #555753;
    text-shadow: 0 2px 0px white; }
    #header #toplinks a {
      text-shadow: 0 2px 0 white; }
  #header #homelink {
    display: block;
    float: left;
    height: 34px;
    width: 280px; }
    #header #homelink span {
      display: none; }

#footer {
  clear: both;
  color: white;
  font-size: 14px;
  height: auto;
  margin: 0 auto;
  padding: 48px;
  text-align: center; }

#wrapper {
  border-radius: 7px 7px 0 0;
  box-shadow: 2px -4px 3px #bbbbbb;
  background-color: #222222;
  height: 100%; }

#content {
  padding: 32px; }
  #content a:visited {
    color: #eeeeec; }
  #content a {
    color: #eeeeec; }
    #content a:hover {
      color: #f57900; }

.loginscreen {
  width: 440px;
  margin: 0 auto; }
  .loginscreen .iwrapper {
    width: 200px;
    height: 35px;
    position: relative;
    float: left;
    margin: 0 5px 0 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bcbcbe), to(white));
    background-image: -moz-linear-gradient(top, #bcbcbe, white);
    border: 1px solid #717171;
    border-radius: 3px; }
    .loginscreen .iwrapper label {
      position: absolute;
      top: 0;
      left: 5px;
      margin: 0;
      padding: 0;
      width: 200px;
      height: 35px;
      display: block;
      z-index: 1;
      line-height: 35px;
      font-weight: bold;
      color: #999999; }
    .loginscreen .iwrapper input {
      position: absolute;
      top: 0;
      left: 5px;
      margin: 0;
      padding: 0;
      width: 190px;
      height: 35px;
      z-index: 2;
      background: transparent;
      border: none;
      border-radius: 0; }
  .loginscreen input.login {
    width: 80px;
    height: 35px;
    margin: 1em 5px; }
  .loginscreen h1 {
    text-align: center;
    margin-bottom: 4em; }
  .loginscreen .r {
    float: none;
    margin: 0.5em; }
  .loginscreen input.register {
    width: 150px;
    height: 35px;
    margin: 1em 35px; }

.regscreen {
  width: 220px; }

a, a:visited {
  color: #555753; }

a {
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    color: #f57900; }

h1 {
  color: white;
  font-size: 18px;
  margin-bottom: 16px; }

label {
  display: block;
  margin-top: 1em; }

input {
  margin-left: 2em;
  margin-top: 0.5em;
  width: 200px;
  height: 25px;
  padding: 5px;
  background-color: #eeeeec;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #717171;
  border-radius: 3px;
  text-shadow: 0px 1px 0px white;
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe), to(white));
  background-image: -moz-linear-gradient(top, #bcbcbe, white); }

ul.folders {
  list-style: none; }
  ul.folders li {
    padding-left: 42px;
    line-height: 32px; }
    ul.folders li.git {
      background: url("../images/folder-git.png") no-repeat left center; }
    ul.folders li.dir {
      background: url("../images/folder.png") no-repeat left center; }
    ul.folders li.file {
      background: url("../images/file.png") no-repeat left center; }
    ul.folders li a {
      padding: 0.2em 0.5em; }
      ul.folders li a:hover {
        background-color: #333333; }

.path {
  font-size: 12px;
  font-weight: bold;
  margin-top: 2em; }

ul.folder-links {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0; }
  ul.folder-links li {
    display: inline-block;
    padding: 0 10px;
    border-left: 12px solid white; }

ul.tools {
  float: right;
  border: 1px solid white;
  border-radius: 5px;
  padding: 0.5em;
  list-style: none; }
  ul.tools li {
    padding-left: 16px;
    line-height: 20px; }
  ul.tools .link {
    background: url("../images/phone.png") no-repeat left center; }
  ul.tools .chpass {
    background: url("../images/key.png") no-repeat left center; }
  ul.tools .mngusers {
    background: url("../images/users.png") no-repeat left center; }

#qrpart {
  margin-top: 1em; }

#qrborder {
  padding: 2em;
  background-color: white;
  float: left;
  margin-right: 1em; }

#linkqr {
  min-width: 132px;
  min-height: 132px;
  text-align: center; }

table {
  border-collapse: collapse;
  border: 1px solid #666666;
  margin: 1em; }
  table tr {
    border: 1px solid #666666; }
  table td {
    padding: 0.4em;
    border: 1px solid #666666; }
  table th {
    padding: 0.4em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #666666; }

#timeleft {
  font-weight: bold; }
  #timeleft:before {
    content: " "; }
  #timeleft:after {
    content: " "; }

ul.changesets {
  width: 80%; }

li.changeset {
  border: 1px solid #eeeeec;
  padding: 5px;
  margin: 8px; }

ul.change {
  padding: 0.5em; }
  ul.change li {
    padding: 3px 3px 3px 19px;
    line-height: 18px; }
  ul.change .added {
    background: url("../images/document-added-12.png") no-repeat left center; }
  ul.change .edited {
    background: url("../images/document-edited-12.png") no-repeat left center; }
  ul.change .deleted {
    background: url("../images/document-deleted-12.png") no-repeat left center; }
  ul.change .renamed {
    background: url("../images/document-moved-12.png") no-repeat left center; }

