#tumblr_controls {
    top:100%!important;
    margin-top:-26px!important;
}
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    color:#000;
}
iframe, img, embed, object, video {
    max-width: 100%;
}
img {
    height: auto;
    width: auto;
    vertical-align:middle;
}
#menubar {
    width:100%;
    height:24px;
    background:rgba(255,255,255,0.7);
    box-shadow:0 0 20px 10px rgba(0,0,0,0.3);
    z-index:9999;
    position:fixed;
    top:0;
    left:0;
    right:0;
    line-height:24px;
    font-size:14px;
}
#menubar a {
    color:#000;
    text-decoration:none;
    padding:3px 7px 4px 7px;
    position:relative;
}

#menubar a:hover {
    color:#fff;
    cursor:pointer;
}
#apple-icon img {
    position:absolute;
    left:10px;
    height:19px;
    width:auto;
    padding:2px 5px 3px 5px;
}
#title {
    font-weight:bold;
    margin-left:43px;
}
#volume-icon img {
    position:absolute;
    right:201px;
    height:12px;
    width:auto;
    top:6px;
}
#wifi-icon img {
    position:absolute;
    right:175px;
    height:12px;
    width:auto;
    top:6px;
}
#day {
    position:absolute;
    right:140px;
    font-weight:300;
    top:0;
}
#time {
    position:absolute;
    right:100px;
    font-weight:300;
    top:0;
}
#user-icon img {
    position:absolute;
    right:76px;
    height:12px;
    width:auto;
    top:6px;
}
#search-icon img {
    position:absolute;
    right:54px;
    height:15px;
    width:auto;
    top:4px;
}
#notification-icon img {
    position:absolute;
    right:0;
    top:1px;
}
#tumblr-window {
    width:500px;
    height:85%;
    border-radius:5px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    overflow:hidden;
    top:8%;
    right:5%;
    position:absolute;
    z-index:1;
    border:1px solid #ddd;
}

.titlebar {
    cursor:move;
}
#tumblr-menu {
    height:33px;
    background: -webkit-linear-gradient(#e1e1e1, #c1c1c1); 
    background: -o-linear-gradient(#e1e1e1, #c1c1c1); 
    background: -moz-linear-gradient(#e1e1e1, #c1c1c1); 
    background: linear-gradient(#e1e1e1, #c1c1c1);
    border-radius: 5px 5px 0 0;
    border-top:1px solid #eee;
    width:100%;
}
.close {
    width:9px;
    height:9px;
    border-radius:50%;
    border:1px solid #ce3835;
    background: #f55a56;
    position:absolute;
    top:12px;
    left:12px;
    cursor:pointer;
}
span.close-button {
    font-size:10px;
    position:absolute;
    top:-3px;
    left:2px;
    display:none;
    font-weight:bold;
}
.close:hover span.close-button {
    display:block;
}
.minimise {
    width:9px;
    height:9px;
    border-radius:50%;
    border:1px solid #d29923;
    background: #f3bd4e;
    position:absolute;
    top:12px;
    left:30px;
}
.maximise {
    width:9px;
    height:9px;
    border-radius:50%;
    border:1px solid #19bf41;
    background: #45cc66;
    position:absolute;
    top:12px;
    left:48px;
}
#tumblr-tab {
    font-size:12px;
    height:18px;
    line-height:19px;
    border:1px solid #a0a0a0;
    border-bottom:0;
    width:150px;
    position:relative;
    top:9px;
    padding:3px;
    left:80px;
    background:#e8e8e8;
    z-index:1;
}
#tumblr-tab:after {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0px 10px;
    border-color: transparent transparent transparent #e8e8e8;
    position:absolute;
    right:-10px;
    top:-1px;
}
#faker:after {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0px 10px;
    border-color: transparent transparent transparent #a0a0a0;
    position:absolute;
    right:-11px;
    top:-1px;
}
#tumblr-tab:before {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 10px;
    border-color: transparent transparent #a0a0a0 transparent;
    position:absolute;
    left:-11px;
    top:-1px;
}
#faker:before {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 10px;
    border-color: transparent transparent #e8e8e8 transparent;
    position:absolute;
    left:-10px;
    top:-1px;
}
#tumblr-tab img {
    width:15px;
    height:15px;
    margin-top:2px;
    display:inline;
    float:left;
    margin-right:5px;
    margin-left:3px;
}
#address-bar {
    height:30px;
    width:calc(100% - 20px);
    padding:0 10px;
    background:#e8e8e8;
    border-top:1px solid #a0a0a0;
    position:relative;
    border-bottom:1px solid #a0a0a0;
}
#address-bar .fa {
    font-size:14px;
    line-height:30px;
    color:#888;
    text-shadow:1px 1px 0 2px #444;
    padding:0 4px;
}
#address-bar .fa-reorder {
    float:right;
}
#address {
    width:calc(100% - 128px);
    height:20px;
    background:#fff;
    position:absolute;
    left:85px;
    top:4px;
    font-size:12px;
    line-height:20px;
    padding:0 4px;
    border-radius:3px;
    box-shadow:inset 0 0 3px 0px #888;
    border:1px solid #eee;
}
#address .fa-star {
    float:right;
    font-size:14px;
    line-height:20px;
    color:#f4d34f;
    padding:0;
}

.blog-content {
    overflow:auto;
    height:calc(100% - 65px);
}

#header {
    position:relative;
    width:100%;
    max-height:220px;
    overflow: hidden;
}
#header img {
    height:auto;
    width:500px;
}
#avatar {
    position:relative;
    width:96px;
    height:96px;
    text-align:center;
    left:calc(50% - 52px);
    overflow:hidden;
}
.square {
    border-radius:4px;
}
.circle {
    border-radius:50%;
}
.pagination {
    padding:15px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    width:100px;
    margin:0 auto 30px auto;
    text-align:center;
    border-radius:4px;
}
.pagination a {
    color:#444;
    text-decoration:none;
}
#infscr-loading {
    text-align:center;
    width:100%;
}
#infscr-loading img{
    display:none;
}
#text-edit-window {
    width:300px;
    height:200px;
    background:#fff;
    border-radius:5px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    overflow:hidden;
    top:13%;
    left:15%;
    position:absolute;
    display:none;
    z-index:10;
}
#text-edit-menu {
    height:21px;
    background: -webkit-linear-gradient(#e1e1e1, #c1c1c1); 
    background: -o-linear-gradient(#e1e1e1, #c1c1c1); 
    background: -moz-linear-gradient(#e1e1e1, #c1c1c1); 
    background: linear-gradient(#e1e1e1, #c1c1c1);
    border-radius: 5px 5px 0 0;
    border-bottom:1px solid #a0a0a0;
    border-top:1px solid #eee;
    width:100%;
}

.close2 {
    width:9px;
    height:9px;
    border-radius:50%;
    border:1px solid #ce3835;
    background: #f55a56;
    position:absolute;
    top:6px;
    left:12px;
    cursor:pointer;
}
.close2:hover span.close-button {
    display:block;
}
.minimise2 {
    width:9px;
    height:9px;
    border-radius:50%;
    border:1px solid #d29923;
    background: #f3bd4e;
    position:absolute;
    top:6px;
    left:30px;
}
.maximise2 {
    width:9px;
    height:9px;
    border-radius:50%;
    border:1px solid #19bf41;
    background: #45cc66;
    position:absolute;
    top:6px;
    left:48px;
}
#text-edit-title {
    text-align:center;
    line-height:21px;
    font-size:14px;
    color:#444;
}
#text-edit-content {
    font-family:monospace;
    padding:5px;
    overflow:auto;
    height:169px;
}
#menu {
    position:absolute; 
    top:48%; 
    left:5px; 
    display:none;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index:99999999!important;
}
#menu div.jqDock {
    cursor:pointer;
}
.jqDockItem img {
    padding:10px 0!important;
}
.jqDockLabelText {
    position: relative;
    left: 112px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
#archive-window {
    width:800px;
    height:550px;
    background:#fff;
    border-radius:5px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    overflow:hidden;
    bottom:6%;
    left:22%;
    position:absolute;
    z-index:10;
    display:none;
    z-index:15;
}
#archive-menu {
    height:33px;
    background: -webkit-linear-gradient(#e1e1e1, #c1c1c1); 
    background: -o-linear-gradient(#e1e1e1, #c1c1c1); 
    background: -moz-linear-gradient(#e1e1e1, #c1c1c1); 
    background: linear-gradient(#e1e1e1, #c1c1c1);
    border-radius: 5px 5px 0 0;
    border-top:1px solid #eee;
    width:100%;
}
#archive-tab {
    font-size:12px;
    height:18px;
    line-height:19px;
    border:1px solid #a0a0a0;
    border-bottom:0;
    width:150px;
    position:relative;
    top:9px;
    padding:3px;
    left:80px;
    background:#e8e8e8;
    z-index:1;
}
#archive-tab:after {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0px 10px;
    border-color: transparent transparent transparent #e8e8e8;
    position:absolute;
    right:-10px;
    top:-1px;
}
#archive-tab:before {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 10px;
    border-color: transparent transparent #a0a0a0 transparent;
    position:absolute;
    left:-11px;
    top:-1px;
}
#archive-tab img {
    width:15px;
    height:15px;
    margin-top:2px;
    display:inline;
    float:left;
    margin-right:5px;
    margin-left:3px;
}
#photobooth-window {
    width:660px;
    height:522px;
    background:#eee;
    border-radius:5px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    overflow:hidden;
    top:7%;
    left:9%;
    position:absolute;
    display:none;
    z-index:14;
}
#photobooth-menu {
    height:21px;
    background: -webkit-linear-gradient(#e1e1e1, #c1c1c1); 
    background: -o-linear-gradient(#e1e1e1, #c1c1c1); 
    background: -moz-linear-gradient(#e1e1e1, #c1c1c1); 
    background: linear-gradient(#e1e1e1, #c1c1c1);
    border-radius: 5px 5px 0 0;
    border-bottom:1px solid #a0a0a0;
    border-top:1px solid #eee;
    width:100%;
}
#photobooth-title {
    text-align:center;
    line-height:21px;
    font-size:14px;
    color:#444;
}
#photobooth-content {
    width:660px;
}
#blogroll-window {
    width:680px;
    height:522px;
    background:#fff;
    border-radius:5px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    overflow:hidden;
    top:20%;
    right:10%;
    position:absolute;
    border:1px solid #ddd;
    display:none;
    z-index:13;
}
#blogroll-window a {
    color:#444;
    text-decoration:none;
}
#blogroll-menu {
    height:100%;
    border-radius: 5px 0px 0 5px;
    width:180px;
    background:#f6f6f6;
    border-right:1px solid #ddd;
    position:relative;
}

#blogroll-label {
    width:calc(100% - 20px);
    padding:5px 10px;
    font-size:12px;
    position:relative;
    top:24px;
    color:#fff;
    letter-spacing:1px;
}
ul#blogroll-content {
    margin:0;
    list-style-type:none;
    padding:0 0 20px 0;
    height:calc(100% - 20px);
    width:calc(100% - 201px);
    position:absolute;
    top:0;
    left:201px;
    overflow:auto;
}
ul#blogroll-content li {
    display:inline-block;
    width:202px;
    vertical-align:top;
    margin:20px 20px 0 0px;
}
.follows img {
    border-radius:50%;
    float:left;
    margin-right:10px;
    position:relative;
    border:1px solid #ddd;
}
.follows .follow-info {
    margin-top:10px;
    line-height:1.2;
}
.follows .follow-url {
    display:block;
    font-size:18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.follows .follow-title {
    font-size:12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display:block;
}
.follows .follow-title:before {
    content:'"';
}
.follows .follow-title:after {
    content:'"';
}
#messages-window {
    width:690px;
    height:370px;
    background:#fff;
    border-radius:5px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    overflow:hidden;
    top:13%;
    left:30%;
    position:absolute;
    border:1px solid #ddd;
    z-index:11;
    display:none;
}
#messages-menu {
    height:100%;
    border-radius: 5px 0px 0 5px;
    width:220px;
    background:#eee;
    border-right:1px solid #ddd;
    position:relative;
}
#messages-questions {
    width:calc(100% - 20px);
    height:calc(100% - 30px);
    padding:0 10px;
    position:relative;
    top:30px;
}
.individual-faq {
    display:block;
    border-bottom:1px solid #ddd;
    width:100%;
    min-height:50px;
    font-size:12px;
    margin-bottom:8px;
    padding-bottom:8px;
}
.question-mark {
    display:inline-block;
    float:left;
    background:#ccc;
    color:#eee;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:50%;
    margin-right:10px;
    font-size:20px;
}
.query {
    display:block;
    font-weight:bold;
}
.response {
    display:block;
}
#messages-content {
    margin:0;
    list-style-type:none;
    height:100%;
    width:calc(100% - 221px);
    position:absolute;
    top:0;
    left:221px;
}
#messages-header {
    background:#f6f6f6;
    padding:10px;
    font-size:14px;
    border-bottom:1px solid #ddd;
}
#messages-ask {
    padding:20px;
}
#mail-window {
    width:600px;
    height:400px;
    background:#fff;
    border-radius:5px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    overflow:hidden;
    top:10%;
    right:30%;
    position:absolute;
    z-index:12;
    display:none;
}
#mail-menu {
    height:51px;
    background: -webkit-linear-gradient(#e1e1e1, #c1c1c1); 
    background: -o-linear-gradient(#e1e1e1, #c1c1c1); 
    background: -moz-linear-gradient(#e1e1e1, #c1c1c1); 
    background: linear-gradient(#e1e1e1, #c1c1c1);
    border-radius: 5px 5px 0 0;
    border-bottom:1px solid #a0a0a0;
    border-top:1px solid #eee;
    width:100%;
}
#mail-title {
    text-align:center;
    line-height:21px;
    font-size:14px;
    color:#444;
}
#mail-menu .fa {
    color:#666;
    background:#fff;
    padding:3px 8px;
    border-radius:3px;
    margin:2px;
    border:1px solid #aaa;
    font-size:14px;
}
#mail-menu .fa-paper-plane-o {
    margin-left:10px;
}
#mail-menu .fa-file-text-o {
    position:absolute;
    right:8px;
}
#mail-menu .fa-clone {
    position:absolute;
    right:48px;
}
#mail-menu .fa-font {
    position:absolute;
    right:88px;
}
#mail-menu .fa-paperclip {
    position:absolute;
    right:128px;
}
#mail-content {
    padding:20px;
    overflow:auto;
    height:308px;
}
#mail-content #adressee {
    display:block;
    border-bottom:1px solid #eee;
    font-size:14px;
    color:#a0a0a0;
    line-height:180%;
    margin-bottom:5px;
}
#mail-content #guidelines {
    display:block;
    border-bottom:1px solid #eee;
    font-size:14px;
    color:#a0a0a0;
    margin-bottom:20px;
    line-height:180%;
}
#spotlight-search {
    width:600px;
    background:rgba(240,240,240,0.9);
    height:40px;
    z-index:100000000000000000000;
    margin:0 auto;
    position:absolute;
    left:0;
    right:0;
    top:150px;
    border:1px solid #ddd;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    padding:10px;
    display:none;
}
#spotlight-search img {
    height:40px;
    width:auto;
    -webkit-filter: opacity(0.6);
    margin-right:10px;
    display:inline-block;
    position:relative;
    top:-5px;
}
input[type=text] {
    width:520px;
    background:transparent;
    color:#a0a0a0;
    line-height:40px;
    border:none;
    font-size:25px;
}
input[type=text]:focus{outline:none;}
ol.notes {padding:0;}
a:focus {
    outline:none;
}