@import url("http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");

.sissycomments a {
    color: inherit;
    text-decoration: underline;
}
.sissycomments a:hover {
    opacity: 0.8;
}

.admin{
    background-color: #FFE6DB;
}

button, a.button {
    margin: 0;
    border: none;
    font-size: inherit;
    font-family: inherit;
    color: #111;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 1);
}

button:hover, a.button:hover{
    color: #000;
    background-color: #f6f6f6;
}
input[type="text"] {
    padding: 4px;
    font-size: inherit;
    font-family: inherit;
}
#add-comment ::-webkit-input-placeholder {
    color: #000;
}
#add-comment input#comment-author , 
#add-comment textarea#comment-text {
    border: 1px solid rgba(0, 0, 0, .05);
}
#add-comment textarea#comment-text{
    border-bottom: 1px solid #000!important;
}
#add-comment input#comment-author:focus , 
#add-comment textarea#comment-text:focus {
    border: 1px solid rgba(0, 0, 0, .4);
}
#add-video {
    padding: 5px;
}

#video-container {
    margin-bottom: 20px;
}

.video-container{
    position: relative;
    overflow: hidden;
}

.video-container:after{
    display: block;
    content: "";
    padding-top: 30px;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1 button {
    position: relative;
    top: -4px;
    margin-right: 5px;
    font-size: 0.5em;
    opacity: 0.4;
}

#editorial-comments {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

.comments-button {
    margin-bottom: 10px;
    padding: 5px 10px;
}

.comment {
    opacity: 0;
    display: none;
    position: relative;
    padding: 10px 60px 10px 10px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.comment.director {
    background-color: #000  ;
    border: 4px solid #fff;
    color: #f6f6f6;
}
.comment.editorial {
    background-color: #ccc;
    border: 4px solid #ccc;
}

.comment:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 74px;
    text-align: center;
    font-size: 20px;
    content: attr(data-dg-upvotes);
    font-weight: 700;
}

.comment button[data-dg-type*=vote]{
    display: block;
    position: absolute;
    right: 5px;
    width: 40px;
    padding: 5px;
    text-align: center;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    opacity: 0.3;
}

.comment.upvoted button[data-dg-type=downvote]{
    opacity: 0;
}

.comment.downvoted button[data-dg-type=upvote]{
    opacity: 0;
}

.comment button[data-dg-type*=vote]:hover{
    opacity: 0.8;
}

.comment button[data-dg-type*=vote]:active{
    opacity: 1;
}

.comment.upvoted button[data-dg-type=upvote]{
    opacity: 0.9;
    cursor: default;
}

.comment.downvoted button[data-dg-type=downvote]{
    opacity: 0.9;
    cursor: default;
}

.comment button[data-dg-type=upvote]{
    top: 2px;
}

.comment button[data-dg-type=downvote]{
    top: 42px;
}

.comment .author {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    z-index: 1;
}
.comment:after {
    position: relative;
    display: block;
    margin-top: 10px;
    padding-top: 5px;
    content: attr(data-dg-time);
    border-top: 1px solid #000;
    font-weight: 700;
    text-align: right;
    cursor: pointer;
}
.comment.director:after {
    border-top: 1px solid #fff;
}


.comment:hover:after {
    text-decoration: underline;
}

.admin .comment:after {
    padding-right: 35px;
}

.admin #add-comment:after{
    padding-right: 0;
}

.comment button[data-dg-type=remove]{
    width: 1.6em;
    height: 1.4em;
    position: absolute;
    font-size: 14px;
    bottom: 8px;
    right: 60px;
    z-index: 3;
}

.comment .video-container {
    margin: 10px 0;
    width: 570px;
}

.comment img {
    width: 100%;
}

#add-comment {
    display: block;
    opacity: 1;
    background-color: #fff;
    border:4px solid #757575;
    color: #000;
    cursor: default;
}

#add-comment.editorial{
    background-color: #757575;
    border: 4px solid #fff;
    color: #f6f6f6;
}

#add-comment.file-hover{
    box-shadow: 0 0 0.5em #0f0;
}

#add-comment #comment-text {
    position: relative;
    display: block;
    margin: -6px -6px -11px -6px;
    padding: 5px 5px;
    border: none;
    color: inherit;
    width: 100%;
    font-family: inherit;
    font-size: .8em;
    z-index: 2;
}
#add-comment #comment-author {
    position: absolute;
    left: 4px;
    bottom: 4px;
    margin: 0;
    padding: 4px 5px;
    font-family: inherit;
    font-size: 14px;
    color: inherit;
    width: 50%;
    z-index: 2;
    border: none;
}

#add-comment [data-dg-type=submit]{
    font-size: 30px;
    position: absolute;
    width: 50px;
    color: #000;
    background-color: transparent;
    color: #000;
    top: -12x;
    right: 0;
    font-size: 0.95em;
}

#add-comment [data-dg-type=submit]:hover{
    color: rgba(0, 0, 0, 0.5);
    background-color: #fff;
}
#add-comment [data-dg-type=submit] i{
    top: 14px;
    position: absolute;
    right: 10px;
}

#add-comment [data-dg-type=image]{
    position: absolute;
    bottom: 6px;
    left: 170px;
    z-index: 3;
}

#add-comment [data-dg-type=image-picker]{
    display: none;
}
#add-comment [data-dg-type=is-background]{
    position: absolute;
    bottom: 6px;
    left: 210px;
    z-index: 3;
    cursor: pointer;
}

#add-comment img{
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.5s;
}

.background.current {
    opacity: 0.3;
}