#livepress {
    position: relative;
    font-family: "Lucida Grande";
    whitepsace: nowrap;
}

#livepress .lp-bar {
    width: 100%;
    height: 25px;
    border: #dedede 1px solid;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    /*-webkit-box-shadow: #dedede 3px 3px 3px;
    -moz-box-shadow: #dedede 3px 3px 3px;
    box-shadow: #dedede 3px 3px 3px;*/
}

#livepress .lp-status {
    display: inline-block;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background: url(../img/lp-bar.png) no-repeat 5px center;
    height: 23px;
    width: auto;
    float: left;
    border-right: #dedede 1px solid;
}

#livepress .lp-status.lp-on {
    background-color: #92bd8c;
    padding-left: 37px;
}

#livepress .lp-status span {
    margin-right: 5px;
    line-height: 25px;
}

#livepress .lp-status.lp-off span {
    display: none;
}

#livepress .lp-bar .lp-sprite {
    height: 12px;
    width: 15px;
    float: left;
    margin: 7px -3px 7px 5px;
    opacity: 0.6;
    clear: none;
}

#livepress .lp-bar .lp-sprite.updates {
    background: url(../img/lp-ui-sprite.png) right -12px no-repeat;
}

#livepress .lp-bar .lp-sprite.comments {
    background: url(../img/lp-ui-sprite.png) right 1px no-repeat;
}

#livepress .lp-bar .lp-logo {
    margin: 5px 7px 3px -12px;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 20;
}

.lp-credits{
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#livepress .lp-bar a,
.lp-credits a
{
    font-size: 10px;
    float: right;
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
    margin-top: 4px;
    color: #000000;
    word-break: keep-all;
}
.lp-credits a .text,
#livepress .lp-bar a .text{
    color: #2F6FF1;
    font-weight: bold;
}


.lp-credits a.lp-logo-link
{
    float: none;
    font-family: Lucida Grande, Tahoma, sans-serif;
}
#livepress .lp-bar .lp-logo-img,
.lp-credits .lp-logo-img{
    height: 15px;
    display: inline;
    margin: 0 6px -5px 2px;
}


#livepress .lp-updated {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-right: 25px;
    text-align: left;
    z-index: 10;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    float: left;
    padding-left: 10px;
}

#livepress .lp-bar .lp-status-button {
    cursor: pointer;
    background: url(../img/lp-bar-logo.png) left no-repeat;
}

#livepress .lp-bar .lp-counter {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    height: 16px;
    float: left;
    margin: 5px;
    text-align: center;
    padding: 0 3px;
    min-width: 9px;
}

#livepress .lp-bar .lp-counter.lp-off {
    background: #676767;
}

#livepress .lp-bar .lp-counter.lp-on {
    background: #53c74c;
}

#livepress .lp-bar .lp-counter span {
    font-size: 10px;
    display: block;
    color: white;
    height: 16px;
    line-height: 16px;
}

#lp-update-box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc);
    min-height: 29px;
    background: #f9f5b8;
    display: inline-block;
    margin-bottom: 10px;
    display: none;
}

#lp-update-box .lp-more-link {
    display: none;
}

#lp-update-box .update-box-content .lp-update-count {
    line-height: 27px;
    padding: 0 10px;
    display: inline-block;
}

#lp-update-box .update-box-content .lp-update-count .lp-update-new-update {
    margin-right: 5px;
}

#lp-update-box .lp-balloon {
    display: inline-block;
    margin: -50px 10px 0 -30px;
    display: block;
    position: absolute;
    min-width: 400px;
    background: #f9f5b8;
    padding: 7px;
    opacity: 0.95;
    -moz-box-shadow: 2px 2px 10px #333333;
    -webkit-box-shadow: 2px 2px 10px #333333;
    box-shadow: 2px 2px 10px #333333;
    z-index: 99999;
}

#lp-update-box .lp-balloon li {
    list-style: none;
}

#lp-update-box .lp-balloon li:first-child {
    padding-right: 25px;
}

#lp-update-box .lp-balloon .lp-new-posts {
    margin: 0;
}

#lp-update-box .lp-balloon abbr.timeago {
    border-bottom: none;
    margin-right: 5px;
    font-style: italic;
}

#lp-update-box .lp-balloon a {
    text-decoration: none;
}

#lp-update-box .lp-balloon .lp-balloon-tail {
    position: absolute;
    height: 15px;
    width: 20px;
    margin: 7px 0 0 40px;
    background: url(../img/lp-balloon-tail.png) no-repeat;
}

#lp-update-box .lp-balloon .lp-close-button {
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 5px;
}

.livepress-update .lp-borders {
    background: none repeat scroll 0 0 #ffffe5;
}

.lp-share-btn {
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none !important;
}

.lp-share-btn span {
    display: inline-block;
    margin-right: 10px;
}

.lp-share {
    position: absolute;
    right: 0;
    color:#ccc;
}
.livepress-update:hover .lp-share {
    color:#000;
}
.livepress-update:hover .lp-share .lp-pu-ico:hover {
    color:#ccc;
}

.lp-pre-update-ui {
    text-align: center;
    font-family: Helvetica;
    font-size: 20px;
}

.lp-pre-update-ui .lp-pu-ui-feature {
    display: inline;
    padding: 0 5px;
}

.lp-pre-update-ui .lp-pu-ui-feature .lp-pu-ico {
    float: inherit;
    padding: 0;
    margin-left: 0;
    cursor: pointer;
    border-radius: 2px;
    background: transparent;
    font-size: .8em;
}

.lp-pre-update-ui .lp-pu-ui-feature .lp-pu-ico:hover{
    color: #B1B1B1;
}

.lp-permalink-meta {
    position: absolute;
    right: 0;
    width: 269px;
    z-index: 999999999;
    background-color: whitesmoke;
    top:-28px;
}

.lp-permalink-meta span {
    font-size: 0.6em;
}

.lp-permalink-meta input {
    height: 30px;
    width: 140px;
    padding: 0 0.5em;
    font-size: 0.6em;
    float: right;
}

/* Icomoon icons */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?-ybdxcw');
    src: url('../fonts/icomoon.eot?#iefix-ybdxcw') format('embedded-opentype'),
    url('../fonts/icomoon.woff?-ybdxcw') format('woff'),
    url('../fonts/icomoon.ttf?-ybdxcw') format('truetype'),
    url('../fonts/icomoon.svg?-ybdxcw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*="lp-icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lp-icon-share:before {
    content: "\e600";
}

.lp-icon-facebook:before {
    content: "\e601";
}

.lp-icon-twitter:before {
    content: "\e602";
}

.lp-icon-hyperlink:before {
    content: "\e603";
}

#gritter-notice-wrapper {
    position: absolute;
}

/*#gritter-notice-wrapper .gritter-close {*/
    /*background: url(../images/cross-gritter-ie6.gif);*/
/*}*/

#gritter-notice-wrapper {
    bottom: 3px;
    float: right;
    font-family: Lucida Grande, Tahoma, sans-serif;
    left: 8px;
    line-height: 13px;
    position: fixed;
    text-align: left;
    width: 1px;
    z-index: 99999;
}

#gritter-notice-wrapper .gritter-item {
    color: #777777;
    display: block;
    float: left;
    font-size: 10px;
    margin: 0 0 3px;
    padding-top: 0;
    position: relative;
    width: 337px;
}

#gritter-notice-wrapper .gritter-item a {
    color: #008d00;
}

#gritter-notice-wrapper .gritter-item p {
    clear: both;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    line-height: 150%;
    margin: 5px 0 0;
    padding: 0;
}

#gritter-notice-wrapper .gritter-item.new-post .gritter-top {
    background: url(../img/lp-sprite.png) -1465px top no-repeat;
    height: 18px;
}

#gritter-notice-wrapper .gritter-item.new-post .gritter-bot {
    background: url(../img/lp-sprite.png) -1465px -20px no-repeat;
    height: 32px;
}

#gritter-notice-wrapper .gritter-item.new-post .gritter-inner {
    background: url(../img/lp-sprite.png) -2146px repeat-y;
    color: #777777;
    padding: 0 15px;
}

#gritter-notice-wrapper .gritter-item.new-post p {
    margin: 0;
}

#gritter-notice-wrapper .gritter-item.new-post .gritter-scroll {
    display: none;
}

#gritter-notice-wrapper .gritter-top {
    background: url(../img/lp-sprite.png) -1124px top no-repeat;
    height: 18px;
}

#gritter-notice-wrapper .gritter-bot {
    background: url(../img/lp-sprite.png) -1124px -20px no-repeat;
    height: 32px;
}

#gritter-notice-wrapper .gritter-inner {
    background: url(../img/lp-sprite.png) -1804px repeat-y;
    padding: 0 15px;
    position: relative;
}

#gritter-notice-wrapper .gritter-image {
    float: left;
    margin: 0 7px 0 0;
    height: 30px;
    width: 30px;
}

#gritter-notice-wrapper .gritter-title {
    color: #222222;
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 5px;
    padding: 0;
}

#gritter-notice-wrapper .gritter-title em, #gritter-notice-wrapper .gritter-title em a {
    color: black;
}

#gritter-notice-wrapper .gritter-comments {
    background: black;
    display: block;
    margin: 10px 0 0;
    padding: 5px 10px;
}

#gritter-notice-wrapper .gritter-comments span.comments-text {
    float: right;
}

#gritter-notice-wrapper .gritter-comments a {
    color: #cccccc;
}

#gritter-notice-wrapper .gritter-control {
    display: none;
    position: absolute;
    right: 22px;
    top: -1px;
}

#gritter-notice-wrapper .gritter-control div {
    cursor: pointer;
    float: left;
}

#gritter-notice-wrapper .gritter-scroll {
    background: url(../img/lp-sprite.png) -1197px -56px;
    line-height: 15px;
    margin-right: 4px;
    padding-left: 12px;
}

#gritter-notice-wrapper .gritter-settings {
    background: url(../img/lp-sprite.png) -1172px -57px no-repeat;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    height: 16px;
    padding: 0 4px;
    width: 16px;
}

#gritter-notice-wrapper .gritter-close {
    background: url(../img/lp-sprite.png) -8px -60px no-repeat;
    cursor: pointer;
    height: 10px;
    margin-left: 6px;
    margin-top: 4px;
    width: 10px;
}

#oortle-comment-status {
    margin: 0 5px;
}

.view-new-button-container {
    position: relative;
    margin: 0;
    padding: 0 40px 0 0;
    text-align: center;
    top: -1px;
    border-top: 1px solid white;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .8s opacity ease-in;
}
body.lp-pause-new-updates-float .view-new-button-container{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999999;
    padding: 0;
    border:none;
}
body.admin-bar .view-new-button-container{
    top: 34px;
}

body.lp-pause-new-updates-float.lp-update-order-bottom .view-new-button-container{
    bottom: 0;
    top: inherit;
    margin-bottom: 2px;
}

/*body.lp-pause-new-updates-float .view-new-button-container{*/
    /*bottom: 0;*/
    /*top: auto;*/
    /*margin-bottom: 0;*/
/*}*/

body.lp-pause-new-updates-float .view-new-button-container>.button{
    bottom: 0;
    width: 100%;
}

.view-new-button-container.-visible {
    max-height: none;
    padding-bottom:10px;
    margin-bottom: 45px;
    opacity: 1;
    border-bottom: 1px solid #d1d3d4;
}

.view-new-button-container>.button {
    font-size: 14px;
    padding: .8em 2em;
}

.livepress-update.-new {
    display: none !important
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #livepress .lp-status {
        background-image: url(../img/lp-bar-2x.png);
        background-size: 27px auto;
    }

    #livepress .lp-bar .lp-settings-button {
        background-image: url(../img/gear-2x.png);
        background-size: 20px auto;
    }
}


@media only screen and ( max-width: 600px) {
    .lp-share{
        top: 50px;
        right: 3px;
    }
    .livepress-update:first-child .lp-share, .livepress-old-update:first-child .lp-share{
        top: 30px;
    }

    .lp-share .lp-pre-update-ui{
        height: auto;
        min-width: 20px;
        width: 20px;
    }
    .lp-share .lp-pre-update-ui .lp-pu-ui-feature{
        display: inline-block;
    }
    div.livepress-update-inner-wrapper{
        margin-right: 20px;
    }
}
