﻿.wallSection
{
    margin: 20px;
}

    .wallSection > .header, .wallSection .footer
    {
        margin: 25px 0px 40px 0px;
    }

        .wallSection > .header > a, .wallSection .footer
        {
            float: right;
            padding-left: 10px;
            padding-right: 10px;
        }

        .wallSection > .header span.desc
        {
            display: block;
            margin: 3px 0px;
        }

.wallSidebar > div
{
    clear: both;
}

.user
{
    height: 85px;
    margin: 20px 0px 15px 0px;
}

    .user img
    {
        max-height: 74px;
        max-width: 74px;
        display: block;
        float: left;
        margin: 10px 10px 0px 0px;
    }

    .user div
    {
        color: #333333;
        width: 100px;
        float: left;
        margin: 20px 0px 0px 0px;
    }

        .user div a
        {
            color: #333333;
            text-decoration: none;
        }

            .user div a:hover
            {
                background-color: #dddddd;
            }

.nav
{
    margin: 20px 0px 40px 0px;
}

    .nav ul
    {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .nav ul li
        {
            display: block;
            clear: both;
        }

            .nav ul li > a
            {
                color: #666666;
                font-size: 14px;
                display: block;
                min-height: 26px;
                line-height: 26px;
                text-decoration: none;
                padding: 0px 5px;
                margin: 4px 0px;
            }

                .nav ul li > a:hover, .nav ul li.selected > a
                {
                    background-color: #dddddd;
                }

                .nav ul li > a span
                {
                    color: #bcbcbc;
                    padding: 0px 10px 0px 10px;
                    font-size: 12px;
                }

    .nav .hl
    {
        color: #3399cc;
    }

.mypets
{
    width: 170px;
    margin-left: 15px;
}

    .mypets > div
    {
        width: 55px;
        float: left;
    }

    .mypets a
    {
        padding: 0px;
        display: block;
        color: #666666;
        text-decoration: none;
        /*border: 1px solid white;*/
    }

        .mypets a:hover, .mypets a.selected
        {
            /*border: 1px solid #cccccc;*/
        }

.navGroup
{
    margin-bottom: 5px !important;
}

    .navGroup .mypets
    {
        margin-top: 5px;
    }

    .navGroup > div:first-child
    {
        color: #9b9b9b;
        font-size: 11px;
    }

ul.subNav > li > a
{
    clear: both;
    font-size: 12px;
    padding: 0px 15px;
}


.navCollapsible
{
    margin-top: 3px !important;
}

    .navCollapsible a
    {
        display: block;
        padding: 5px;
        color: inherit;
    }

    .navCollapsible > div > a:hover:after
    {
        content: " +";
    }

    .navCollapsible > div > a.expanded:after
    {
        content: " -";
    }

    .navCollapsible .collapsible
    {
        margin-bottom: 20px;
        margin-left: 3px;
    }

#wall
{
    padding: 20px 0px;
}

    #wall > div
    {
        padding: 0px 15px;
    }



/*post form*/
.post
{
    color: #0a0a0a;
}

.postForm
{
    border: 1px solid #cccccc;
    margin: 10px 0px;
    padding: 0px;
}

    .postForm > div,
    .postForm > form > div
    {
        padding: 12px;
    }

.postFormUnactive
{
    font-style: italic;
}

.postFormActive
{
    border: 1px solid #9b9b9b;
    color: #666666;
}

.postForm textarea
{
    border: none;
    background: none;
    width: 496px;
    vertical-align: top;
    overflow: hidden;
    min-height: 55px;
    margin: 12px 12px 0px 12px;
    padding: 0px;
    outline: none;
    font-size: 12px;
}

.postForm .postTypeBar
{
    background-color: #f0f0f0;
    padding: -10px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0px 0px 0px 12px;
}

    .postForm .postTypeBar ul
    {
        display: block;
        float: left;
    }

        .postForm .postTypeBar ul li a
        {
            text-align: center;
            display: block;
            color: #9b9b9b;
            text-decoration: none;
            height: 35px;
            width: 65px;
            line-height: 35px;
        }

        .postForm .postTypeBar ul li.selected a
        {
            font-weight: bold;
            background: url("swad.png") no-repeat top;
        }

    .postForm .postTypeBar input[type="submit"]
    {
        display: block;
        float: right;
        margin: 3px;
        width: 80px;
    }


.postFormPhoto, .postFormLink
{
    border-top: 1px solid #f3f3f3;
}

    .postFormPhoto span, .postFormLink span
    {
        color: #cccccc;
        font-size: 12px;
        padding: 0px 5px;
    }

.postFormLink
{
    padding-top: 3px !important;
}

    .postFormLink span
    {
        margin: 0px;
        display: block;
        padding: 0px 0px 3px 0px;
    }

    .postFormLink input
    {
        width: 393px;
        background: white url("input-l-bg.png") no-repeat !important;
    }



/*post list*/
ol.wallPostList
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-bottom: 20px;
}
    /* Antonio 20130305 */
    .postAlbum
    {
        width: 610px !important;
        padding: 20px 15px 0px 0px !important;
    }

    ol.wallPostList > li, div.post
    {
        width: 525px;
        display: block;
        clear: both;
        border-bottom: 1px solid #f2f2f2;
        padding: 20px 15px 0px;/* Antonio 20130305 */
    }


    ol.wallPostList a
    {
        text-decoration: none;
    }

.postContextMenu
{
    float: right;
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: none;
}

    .postContextMenu > a /*the handle*/
    {
        position: absolute;
        z-index: 999;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: transparent url("postContext.png") left 0%;
    }

.postContextMenuOpened > a
{
    background: white url("postContext.png") left 100%;
}

.postContextMenu > ul
{
    background: white;
    position: absolute;
    z-index: 996;
    margin: 19px 0px 0px -117px;
    padding: 10px;
    list-style: none;
    width: 115px;
    min-height: 50px;
    border: 1px solid #3399cc;
    display: none;
    font-size: 11px;
}

.postContextMenuOpened > ul
{
    display: block;
}


/*context menu positioning*/
ol.wallPostList > li .postContextMenu
{
    margin: -15px 5px 0px 0px;
}

.uiListItem .postContextMenu
{
    margin: -20px 5px 0px 0px;
}

/*context menu visibility*/
ol.wallPostList > li:hover .postContextMenu,
.uiListItem:hover .postContextMenu
{
    display: block;
}



.authorPict
{
    float: left;
    width: 60px;
    height: 60px;
    margin: 0px 10px 0px 0px;
}

    .authorPict img
    {
        display: block;
        margin: 0px auto 5px auto;
    }

.postAlbumContent
{
    width: 530px !important;
}

.postContent
{
    float: left;
    width: 455px;
}

.postHeader
{
    height: 26px;
    line-height: 26px;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
    white-space: nowrap;
}

    .postHeader span
    {
        color: #b0b0b0;
        font-size: 11px;
        float: right;
    }

.postText
{
    min-height: 30px;
    line-height: 18px;
}

    .postText > div
    {
        margin: 10px 0px 10px 0px;
    }

.postActions
{
    font-size: 11px;
    color: #cccccc;
}

    .postActions span
    {
        padding: 0px 5px;
        font-weight: bold;
    }

    .postActions strong
    {
        color: #9b9b9b;
        font-weight: normal;
    }

        .postActions strong a
        {
            color: #9b9b9b;
        }

    .postActions .contextualAction
    {
        display:none;
    }

.postComments
{
    width: 90%;
    border-top: 1px solid #cccccc;
    margin-top: 10px;
}

    .noComments
    {
        border-top:none;
    }

    .postComments .commentCount
    {
        font-size: 11px;
        text-align: left;
        color: #cccccc;
        height: 30px;
        line-height: 30px;
        margin-bottom: 3px;
    }

        .postComments .commentCount a
        {
            padding: 0px 8px;
        }

    .postComments > ul
    {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .postComments > ul > li
        {
            clear: both;
            min-height: 35px;
        }

            .postComments > ul > li > img
            {
                float: left;
                width: 30px;
                height: 30px;
                margin: 0px 10px 0px 0px;
            }


            .postComments > ul > li > div
            {
                float: left;
                width: 365px;
                margin: 0px 0px 10px 0px;
            }

                .postComments > ul > li > div > a:first-child
                {
                    padding-right: 5px;
                }

                .postComments > ul > li > div .postActions
                {
                    line-height:16px;
                }

                .postComments > ul > li > div .postActions > strong
                {
                    color: #cccccc;
                }

                .postComments > ul > li > div:hover .postActions .contextualAction
                {
                    display:inline;
                }

                .postComments > ul > li > div:hover .postActions > strong
                {
                    color: #9b9b9b;
                }

.makeComment textarea
{
    width: 100%;
    overflow: hidden;
    outline: none;
    border: 1px solid #cccccc;
    color: #cccccc;
    font-style: italic;
    /*min-height: 30px;*/
    min-height: 24px;
    width: 360px;
}

    .makeComment textarea:focus
    {
        border: 1px solid #666666;
        color: #666666;
        font-style: normal;
        min-height: 80px;
    }


.postLinkPreview
{
    
}

    .postLinkPreview img
    {
        float: left;
        max-width: 105px;
        max-height: 75px;
        margin: 0px 8px 0px 0px;
    }

    .postLinkPreview a
    {
        display: block;
        font-size: 14px;
        font-weight: bold;
    }

.postLinkPreviewPictureContainer
{
    width:105px;
    height:75px;
    line-height:75px;
    float:left;
    margin:0px 8px 8px 0px;
    text-align:center;
    border:1px solid #f3f3f3;
}

    .postLinkPreviewPictureContainer img
    {
        float:none;
        margin:0px auto;
        vertical-align:middle;
    }

.postLinkPictTool
{
    display:block;
    background-color:#dddddd;
    opacity: 0.5;
    width:20px;
    height:20px;
    line-height:20px;
    margin:0px;
    padding:0px;
    text-align:center;
    position:absolute;
    margin-top:25px;
}

a.postLinkPictTool:hover
{
    opacity: 1;
}

.postLingPictToolNext
{
    margin-left:85px;
}

.postPhotoPreview
{
    height: 135px;
    overflow: hidden;
}

.postEvent
{
    display: inline-block;
    margin-left: 15px;
}

ol.wallPostList li.pm
{
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe0f8), to(#ffffff));
    background: -moz-linear-gradient(top, #ffe0f8, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0f8', endColorstr='#ffffff');
}

ol.wallPostList li.pd
{
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#ffffff));
    background: -moz-linear-gradient(top, #e0e0e0, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff');
}

ol.wallPostList li.pc
{
    background: -webkit-gradient(linear, left top, left bottom, from(#e2ffe9), to(#ffffff));
    background: -moz-linear-gradient(top, #e2ffe9, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2ffe9', endColorstr='#ffffff');
}


.aside
{
    padding-top: 10px;
}

    .aside .win
    {
    }

    .aside .winDarkTitle h2
    {
        color: #3399cc;
        font-size: 14px;
        font-weight: bold;
        margin: 2px 0px 10px 0px;
    }

    .aside .winLightTitle h2
    {
        font-size: 12px;
        margin: 2px 0px 10px 0px;
    }

    .aside .winPT /*padding top*/
    {
        margin-top: 40px;
    }

    .aside .winBT /*border top*/
    {
        border-top: 1px solid #cccccc;
    }

    .aside .winBB /*border bottom*/
    {
        border-top: 1px solid #cccccc;
    }

    .aside .winCN /*win content*/
    {
        padding: 15px;
    }

    .aside .winTools
    {
        padding: 15px;
    }

        .aside .winTools .tool
        {
            float: right;
        }

    .aside .winNarrowed
    {
        margin-bottom: 5px;
    }

    .aside .win .winTltLight
    {
        font-weight: bold;
        margin-bottom: 10px;
    }



.profileCompletness
{
    background: #2896e0 url("hdrbg.png");
    color: White;
}

.profileProgressBar
{
    height: 22px;
    background-color: #3b87ba;
    margin: 20px 0px 10px 0px;
}

    .profileProgressBar > div
    {
        height: 22px;
        background-color: white;
    }

.profileProgressStatus
{
    text-align: center;
}

.profileCompletness .steps
{
    margin: 20px 0px;
    padding: 0px 15px;
    color: #3b87ba;
    list-style-type: disc;
}

    .profileCompletness .steps li.complete
    {
        color: white;
        list-style-type: disc;
    }

    .profileCompletness .steps li a
    {
        font-size: 12px;
        color: white;
    }

    .profileCompletness .steps li span
    {
        color: #dddddd;
    }




.peopleYouMayKnow ul li
{
    width: 105px;
    float: left;
    margin-right:5px;
}

    .peopleYouMayKnow ul li img
    {
        display:block;
        margin-bottom:2px;
    }

.invite
{
    font-size:11px;
}


#pickPictureWindow
{
    width:520px;
}

.selectPicts ul
{
    margin:5px 0px;
}

.selectPicts ul li
{
    float:left;
}

    .selectPicts ul li a
    {
        display:block;
        border:1px solid white;
        padding:3px;
    }

    .selectPicts ul li a:hover,
    .selectPicts ul li.selected
    {
        border: 1px solid #cccccc;
    }

.browsePicts
{
    margin:10px 0px;
}

/* this is deprecated see new dialog */
/*.optionsOR
{
    padding:10px 20px; 
}*/

/* infinte loader */
#infscr-loading
{
    text-align: center;
}


/*invite*/
#inviteFriendWindow .wzbody > div
{
    margin-top:4px;
}

#friendsAutocomplete
{
    margin-top:-4px !important;
    margin-left:3px;
}

/*like popup*/

.likeActivity
{
    width:480px;
    height:300px;
    border:1px solid #3399cc;
    overflow:scroll;
    overflow-x:hidden;
}

    .likeActivity > div
    {
        padding:2px;
        width:225px;
        float:left;
    }

    .likeActivity > div > div
    {
        margin:10px 5px;
    }

    .likeActivity ul li
    {
        height:33px;
        overflow:hidden;
        line-height: 33px;
        margin:5px 0px;
        padding:2px;
    }

        .likeActivity ul li a
        {
            display:block;
            border:1px solid transparent;
        }

        .likeActivity ul li a:hover
        {
            display:block;
            border:1px solid #cccccc;
        }

        .likeActivity ul li img
        {
            float:left;
            margin:2px 5px 0px 2px;
        }

.loadlikers 
{
    cursor: pointer;
}

.loadlikers:hover 
{
    background-color: #f0f0f0;
}
