/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: "FontAwesome";
  src: url('../i/font-awesome/font-awesome.eot');
  src: url('../i/font-awesome/font-awesome.eot?#iefix') format('eot'), url('../i/font-awesome/font-awesome.woff') format('woff'), url('../i/font-awesome/font-awesome.ttf') format('truetype'), url('../i/font-awesome/font-awesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

.activity {
    border-top: 1px solid #e5e5e5;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}
.activity .remove-btn {
    cursor: pointer;
    display: none;
    height: 16px;
    position: absolute;
    right: 7px;
    text-indent: -3000px;
    top: 10px;
    width: 16px;
    background: white;
}
.activity .remove-btn:before {
    color: #bbb;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f00d";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    text-indent: 0;
    width: 16px;
    line-height: 20px;
    text-align: center;
}
.activity:hover .remove-btn { display: block; }
.activity .icon {
    position: absolute;
    top: 15px;
}
.activity .icon img {
    border-radius: 3px;
}
.activity .title {
    margin-left: 38px;
    font-size: 14px;
    color: #000;
    padding-top: 15px;
}
.activity .date {
    font-weight: normal;
    color:#999;
    margin: 2px 0 15px 38px;
    font-size: 10px;
    display: inline-block;
}
.activity .date .full {
    display: none;
}
.activity .date:hover .full {
    display: inline;
}
.activity .date:hover .short {
    display: none;
}
.activity .arrow {
    font-size: 20px;
    position: relative;
    line-height: 14px;
    top: 1px;
    margin: 0 1px;
}
.activity .commentbubble {
    margin: 0 2px;
}
.activity .commentbubble:before {
    content: "\f075";
    font-family: 'FontAwesome';
}
.activity .main {
    color: #111;
    font-size: 13px;
    margin: 0 0 15px;
    line-height: 16px;
 }
.activity:hover .delete-div {
    visibility: visible;
}


#morelink {
    background: #3264c8;
    color: #ffffff;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin: 10px 0 0;
}

.num-photos-1 a {
    display: block;
    text-align: center;
    width: 338px;
}

.num-photos-2 a ,
.num-photos-3 a ,
.num-photos-4 a ,
.num-photos-5 a ,
.num-photos-lots a {
    display: inline-block;
    text-align: center;
    margin-left: 3px;
    vertical-align: middle;
}
.num-photos-2 a:first-child ,
.num-photos-3 a:first-child ,
.num-photos-4 a:first-child ,
.num-photos-5 a:first-child {
    margin-left: 0;
}

.num-photos-2 a { width: 165px; }

.num-photos-3 a { width: 108px; }

.num-photos-4 a { width: 79px; }
.num-photos-4 a .thumbnail-container { padding: 2px; }

.num-photos-lots {
    margin-bottom: -6px;
}
.num-photos-lots a {
    width: 64px;
    margin-bottom: 6px;
    margin-left: 0;
}
.num-photos-lots a .thumbnail-container { padding: 2px; }

.activity-image {
    float: left;
    margin-right: 10px;
    position: relative;
}
.activity-image a {
    display: inline-block;
}
.activity-image .play {
    position: absolute;
    top: auto;
    bottom: -4px;
    left: 0;
}

.activity .show-comments-btn {
    background: #efefef;
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 15px 0 0;
    padding: 5px 0;
    text-align: center;
    position: relative;
}
.activity .show-comments-btn:hover ,
.activity .show-comments-btn.open {
    background: #bbb;
    color: #f8f8f8;
}

.comments {
    nbackground: #efefef;
    margin: -2px 0 15px;
    padding: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    border: 1px solid #efefef;
}
.comments.open {
    border: 1px solid #bbb;
}
.comments.scrolling {
    overflow-y: auto;
}
.comments li {
    padding: 0 5px;
    border-top: 1px solid #ddd;
    nborder-bottom: 1px solid #efefef;
    line-height: 16px;

    background: #fff;
    border-bottom: 1px solid #fff;
}
.comments li:nth-child(2n) {
    background: #efefef;
    border-bottom: 1px solid #efefef;
}
.comments li:first-child {
    margin-top: 2px;
    border-top: none;
}
.comments li.commentreply {
    margin-left: 20px;
}
.comments li a.name {
    display: inline-block;
    margin-top: 6px;
}
.comments li .date {
    margin-left: 0;
    margin-bottom: 0;
    display: block;
}
.comments .comment-form textarea {
    padding: 4px 5px;
    line-height: 17px;
    height: 17px;
    resize: none;
    margin: 10px 5px 5px;
    width: 305px;
    overflow: hidden;
}

.comments li .bottom {
    line-height: 14px;
    margin-bottom:7px;
}

.comment-actions {
    float: right;
    font-size: 0;
    margin: -3px 0 0;
    height: 15px;
    line-height: 15px;
}
.comment-actions .pcp {
    color: #888;
    font-weight: bold;
    font-size: 11px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.comments li:hover .pcp {
    color: #333;
}
.comment-actions .thumbup, .comment-actions .thumbdown {
    background: #aaa;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    position: relative;
    text-indent: -3000px;
    width: 15px;
    text-align: center;
    vertical-align: top;
}
.comment-actions .thumbup {
    margin-right: 5px;
}
.comments li:hover .thumbup {
    background: green;
    background-image: linear-gradient(top, #52a93c 0, #1b7307 100%);
    background-image: -o-linear-gradient(top, #52a93c 0, #1b7307 100%);
    background-image: -moz-linear-gradient(top, #52a93c 0, #1b7307 100%);
    background-image: -webkit-linear-gradient(top, #52a93c 0, #1b7307 100%);
    background-image: -ms-linear-gradient(top, #52a93c 0, #1b7307 100%);
    background-image: linear-gradient(top, #52a93c 0, #1b7307 100%);
}
.comments li:hover .thumbdown {
    background: red;
    background-image: linear-gradient(top, #c14040 0, #8c0c0c 100%);
    background-image: -o-linear-gradient(top, #c14040 0, #8c0c0c 100%);
    background-image: -moz-linear-gradient(top, #c14040 0, #8c0c0c 100%);
    background-image: -webkit-linear-gradient(top, #c14040 0, #8c0c0c 100%);
    background-image: -ms-linear-gradient(top, #c14040 0, #8c0c0c 100%);
    background-image: linear-gradient(top, #c14040 0, #8c0c0c 100%);
}
.comment-actions .thumbup:before, .comment-actions .thumbdown:before {
    color: #efefef;
    display: block;
    height: 15px;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 2px;
    text-indent: 0;
    line-height: 15px;
    width: 15px;
}
.comment-actions .thumbup:before { content: "\f062"; }
.comment-actions .thumbdown:before { content: "\f063"; }

.own-note {
    border: 3px solid #ccc;
    margin: -1px;
}
.own-note .main {
    font-size: 15px;
    line-height: 18px;
}

.crop-thumbnail {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
.crop-thumbnail img {
    border: 0;
    position: absolute;
}

.thumbnail-container-parent {
    border: 1px solid #aaa;
    display: inline-block;
    padding: 4px;
    position: relative;
}

.thumbnail-container-child {
    border: 1px solid #aaa;
    display: inline-block;
    padding: 4px;
    position: absolute;
    background-color: #fff;
}

.thumbnail-container {
    border: 1px solid #aaa;
    display: inline-block;
    padding: 4px;
    position: relative;
}

.thumbnail-container-fav {
    display: inline-block;
    position: relative;
    margin:2px;
}


.activity-type-bikeshopadd li {
    margin: 0 0 5px;
}
.activity-type-bikeshopadd li img {
    margin-right: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.activity-type-bikeshopadd ul {
    margin-bottom: 15px;
}

.activity-type-videocommentreply .thumbnail-container ,
.activity-type-videocomment .thumbnail-container ,
.activity-type-photofavoriteadd .thumbnail-container ,
.activity-type-buyselladd .thumbnail-container ,
.activity-type-blogadd .thumbnail-container ,
.content-reply-container .thumbnail-container {
    float: left;
    margin-right: 10px;
}
.activity-type-buyselladd h3 ,
.activity-type-blogadd h2 {
    font-size: 1.1em;
    line-height: 1.4em;
}

.activity-type-videoadd .uImage {
    position: relative;
    display: inline-block;
}

.dashboard-video {
    position: relative;
}

.activity-type-videocommentreply .thumbnail-container .play ,
.activity-type-videocomment .thumbnail-container .play ,
.dashboard-video .play {
    position: absolute;
    bottom: -5px;
    left: 5px;
}
