/*  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

    */
#profile-facelift-msg {
    width: 615px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
}
#profile-facelift-msg .facelift-close-btn {
    position: absolute;
    cursor: pointer;
    bottom: 10px;
    right: 15px;
    color: #999;
    font-size: 10px;
}
#profile-facelift-msg .learn-more-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
}

#extramenu {
    float: right;
    margin: -10px 20px 0 0;
    width: fit-content;
    padding: 5px;
    background-color: white;
    border: 1px solid darkred;
    border-radius: 8px;
}
#extramenu a {
    padding: 0 8px;
}


#content-container {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
}


#left {
    clear: both;
    float: left;
    width: 370px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#right {
    float: right;
    width: 590px;
    margin-right: 20px;
    margin-bottom: 0;
}

#meta h1 {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    overflow: hidden;
}


#user-details {
    float: left;
    width: 370px;
    padding: 0;
    min-height: 125px;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}
#user-details .icon {
    float: left;
    position: relative;
    margin-bottom: 20px;
}
#user-details .icon .icon-a {
    display: inline-block;
    width: 125px;
    height: 125px;
}
#user-details .icon .user-image {
    border-radius: 7px;
}

#change-headshot-btn {
    position: absolute;
    top: 105px;
    text-align: center;
    width: 100%;
    line-height: 20px;
    height: 20px;
    background: rgba(255,255,255,.7);
    display: none;
}
#user-details .icon:hover #change-headshot-btn {
    display: block;
}

#online-badge {
    background: green;
}
#meta {
    margin-left: 135px;
}

#meta ul {
    color: #777;
    line-height: 18px;
    margin: 0;
}
#meta li {
    display: block;
    padding: 4px 0 3px;

}
#meta li + li + li {
    border-top: 1px solid #e5e5e5;
}
#meta li:last-child {
    padding-bottom: 0;
}
#meta li.location img {
    position: relative;
    top: 2px;
}
#meta li.followers a {
    font-weight: bold;
}
.followers-text {
    color: #888;
    font-weight: normal;
}
a:hover .followers-text {
    color: #000033;
}

#meta li.badges {
    padding: 0;
    line-height: 18px;
}
#meta li .badge {
    font-size: 9px;
    padding: 1px 4px;
}
#meta li .badge:last-child {
    margin-right: -10px;
}
#meta .date-joined {
    text-align: left;
    color: #aaa;
    display: inline-block;
    font-size: 10px;
    top: -2px;
    position: relative;
    margin-left: 1px;
    margin-right: 4px;
}

#aboutme {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
    clear: both;
    text-align: center;
    overflow: hidden;
    width: 370px;
}
#aboutme:before {
    content: "\201c";
    display: inline-block;
    font-size: 57px;
    font-family: 'Times', 'Times New Roman', serif;
    line-height: 20px;
    margin: -5px 5px 0 0;
    position: relative;
    top: 15px;
}
#aboutme:after {
    content: "\201d";
    display: inline-block;
    font-size: 57px;
    font-family: 'Times', 'Times New Roman', serif;
    line-height: 20px;
    margin: -5px 0 0 5px;
    position: relative;
    top: 15px;
}

#user-actions {
    margin: 20px 0 12px;
    clear: both;
}

h2 {
    background: #e5e5e5;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0 10px;
}
h2 a {
    color: #000;
}

h3 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
}
h3 a:link ,
h3 a:visited {
    color: #000;
}

#activity-container {
    float: left;
    width: 370px;
}
#activity-container .activities {
    border: 1px solid #e5e5e5;
}
#activity-container h2 {
    margin-bottom: 0px;
}


#featured, #membershipbox {
    background: #e5e5e5;
    color: #000;
    padding: 0px 14px 8px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}
#featured h2, #membershipbox h2 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    padding: 6px 0 4px;
    text-align: left;
}
#featured p {
    font-size: 12px;
    margin-top: 8px;
    text-align: right;
}
#featured a:hover {
    color: #105CFF;
}
#remove-feature-btn, #close-membershipbox-btn {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 10px;
    text-indent: -3000px;
    top: 10px;
    width: 20px;
    background: #999;
    border-radius: 9px;
}
#remove-feature-btn:before, #close-membershipbox-btn:before {
    color: #ccc;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f00d";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    text-indent: 0;
    width: 21px;
    line-height: 21px;
    text-align: center;
}
#featured:hover #remove-feature-btn, #membershipbox:hover #close-membershipbox-btn  {
    display: block;
}

#user-content {
    padding: 0;
}

.items-list {
    padding: 0;
    margin: 20px 0 30px;
}
.items-list h2 {
    border-bottom: none;
}

.items-list + .items-list {
    margin-top: 25px;
}

.items-list ul {
    font-size: 0;
    margin-right: -15px;
}
.items-list li {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 15px 0 0;
}

.items-list .horizontal {
    margin-top: -8px;
}

.items-list .horizontal li {
    display: block;
    margin-bottom: 10px;
}

.items-list li a {
    display: block;
    overflow: hidden;
}

.stats {
    float: right;
    color: #999;
    margin: 5px 5px 0 0;
    padding-right: 30px;
    position: relative;
}
.stats:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    content: "\f080";
    position: absolute;
    top: -1px;
    right: 0;
}

.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;
}

.items-list .horizontal .thumbnail-container {
    float: left;
    margin-right: 10px;
}

.items-list .item-name {
    color: #222;
    font-size: 1.15em;
    display: block;
    margin: 8px 4px 3px;
}

.items-list a:hover .item-name {
    color: #105CFF;
}
.items-list .item-cat {
    color: #aaa;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    margin: 3px 4px;
}
.items-list .item-time {
    color: #777;
    display: block;
    margin: 3px 4px 0;
}
.items-list .horizontal .item-name ,
.items-list .horizontal .item-cat ,
.items-list .horizontal .item-time {
    margin-left: 0;
}


.locked {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 5px;
    left: 31px;
    margin: 0;
    background: url(../i/lock-badge.png) no-repeat;
}

.mplay {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    bottom: -5px;
    left: 5px;
    margin: 0;
    background: url(../i/play.png) no-repeat;
}

.duration {
    display: block;
    position: absolute;
    font-size: .9em;
    color: #CCC;
    background: #222;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    bottom: 0;
    right: 0;
    margin: 0;
}

.trans .mplay {
    background: url(../i/play_no.png) no-repeat;
}

.delete-div {
    visibility: hidden;
    float: right;
}

.favs-list {
    padding: 9px 11px 11px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    background: #E5E5E5;
}
.items-list + .favs-list {
    margin-top: 5px !important;
}
.favs-list + .favs-list {
    margin-top: 20px !important;
}
.favs-list h3 {
    color: #000;
    display: block;
    font-size: 11px;
    margin: 0 0 5px;
    line-height: 13px;
}
.favs-list h3 a:visited ,
.favs-list h3 a:link {
    color: #000;
}
.favs-list li {
    margin-right: 8px;
    margin-bottom: 0;
    margin-top: 0;
}
.favs-list ul {
    margin-right: -10px;
}
.favs-list .thumbnail-container {
    padding: 2px;
}

#post-profilenote-form {
    margin: -4px -4px -16px;
    padding: 0 4px;
    text-align: right;
    overflow: hidden;
}
#notecomment {
    display: block;
    font-size: 14px;
    height: 54px;
    line-height: 18px;
    margin: 4px 0 3px;
    overflow: hidden;
    padding: 4px 3px 4px 7px;
    resize: none;
    width: 358px;
    z-index: 1;
}
#post-profilenote-btn {
    display: inline-block;
    margin-bottom: 16px;
}

#content-container.unactivated {
    width: 820px;
    padding-bottom: 10px;
}
#content-container.unactivated h1 {
    padding: 15px 20px 10px;
}
#content-container.unactivated h2 {
    padding: 0 10px;
    margin: 0 20px;
}
#content-container.unactivated p, #content-container.unactivated ul {
    padding: 0 20px;
    margin: 10px 0;
    line-height: 1.4em;
}

#checklist {
    padding-top: 20px;
    position: relative;
}
#checklist .hide {
    position: absolute;
    top: 25px;
    right: 0;
    text-transform: uppercase;
    color: #666;
    font-size: 11px;
}
#checklist p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 10px 0;
}
#checklist ol {
    margin: 20px 0;
}
#checklist li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
#checklist li .number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    line-height: 25px;
    font-family: FontAwesome;
}
#checklist li .number:before {
    content: "\f096";
}
#checklist li.done .number:before {
    content: "\f046";
}
#checklist li.done {
    opacity: .4;
}
#checklist li .title {
    color: #B40000;
    display: block;
    font-size: 1.3em;
}
#checklist li.done .title {
    text-decoration: line-through;
}
#checklist li .description {
    display: block;
    color: #555;
    line-height: 1.4em;
    margin-top: 5px;
}
#checklist li .instructions {
    background: #e5e5e5;
    display: block;
    padding: 10px;
    margin-top: 10px;
}
#checklist .user-image {
    vertical-align: top;
    display: block;
    margin-top: 6px;
    border-radius: 5px;
}
#checklist .user-action {
    margin-top: 6px;
}
#got-it {
    text-align: center;
    padding-bottom: 20px;
}
