/*
Stylesheet for update wall addon
*/
@import url(colorbox.css);

#colorbox {
color: #000;
}

/* Use this to set general styling on the page */
#update-wall {
    font-size: 12px;
}

#update-wall .user-box ul {
list-style: none;
}

#update-wall .notification {
    border: 1px solid #D0FEFF;
    background-color: #E1F9F9;
    padding: 4px;
    margin: 0 5px;
    color: #004267;
}

#update-wall a {
    outline: none !important;
}
#update-wall a:link, #update-wall a:visited {
    color: #2848A8;
}

#update-wall a:hover {
    text-decoration: underline;
}

#update-wall .clear {
    clear: both;
}

#update-wall .left {
    float: left;
    margin-right: 5px;
}

#update-wall #more-updates {
    display: block;
    clear: both;
    text-align: center;
    border: 1px solid #DEDEDE;
    padding: 5px;
    margin: 5px;
}

/* Main layout and column styling */
.side-column, .main-column, .ads-column {
    float: left;
    margin: 20px 0;
}

.side-column, .ads-column {
    width: 20%;
}

.side-column .ads-column {
    text-align: center;
    width: 100%;
}

.side-column p,.side-column .user-box  {
    margin-bottom: 10px;
    margin-right: 5px;
    overflow: auto;
}

.main-column {
    width: 57%;
}

.main-column #feed-name {
    margin-bottom: 20px;
}

.main-column + .side-column {
    width: 23%;
}

.ads-column {
    text-align: center;
}

.side-column .actions li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side-column .actions li a {
    display: block;
    line-height: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#update-wall .side-column .actions li a.active,
#update-wall .side-column .actions li a.active:visited,
#update-wall .side-column .actions li a.active:hover,
#update-wall .side-column .actions li a.active:link {
    background-color: #DCE9F5;
    font-weight: bold;
    text-decoration: none;
    border-right: 2px solid #8FA8E2;
}

#update-wall .side-column .actions li a:hover {
    background-color: #F2F6FD;
    text-decoration: none;
}

#update-wall .side-column .actions.personal-actions {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/* update block styling */
.update {
    margin: 5px 5px 20px 5px;
    clear: left;
    overflow: auto;
}

.update .user-box, .update .meta-box {
    float: left;
}

.update .user-box {
    margin-right: 5px;
    width: 10%;
}

.update .main {
    float: left;
    width: 85%;
}

.update .meta-box {
    font-size: 0.9em;
    line-height: 16px;
    color: #5E5E5E;
}

.meta-box .public-update-message {
    display: none;
}


.meta-box .public-update {
    cursor: help;
}

.meta-box .public-update:hover .public-update-message {
    display: inline;
    padding-left: 3px;
}

.update .meta-box .extra-meta {
    margin-left: 4px;
}

.update .content {
    overflow: auto;
}

.update .content h4 {
    font-weight: normal;
    color: #5E5E5E;
    margin-bottom: 4px;
}

.update .content h4 a {
    font-weight: bold;
}

.update .content .thumb {
    display: block;
    float: left;
    padding: 3px;
    border: 1px solid #B3B3B3;
    margin-right: 5px;
    position: relative;
}

/*.update .pl {
    background: transparent url(img/play.png) 0 0 no-repeat;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    left: 4px;
    bottom: 4px;
}*/

.update .content .thumb:hover {
    border-color: gray;
}

.update .meta-box .username {
    margin: 0;
}

/* loader */
#update-wall .actions .loading {
    background: transparent url(img/tab-loading.gif) center right no-repeat;
    display: block;
    width: 20px;
    height: 18px;
    float: right;
    margin-right: 5px;
}

/* icon elements */
.audio-icon, .photo-icon,.video-icon,.main-icon,.settings,.public-icon,.blog-icon,.user-icon {
    padding-left: 25px;
    background-position: 5px center;
    background-repeat: no-repeat;
}
.user-icon {
    background-image: url(img/user.png);
}
.video-icon {
    background-image: url(img/video.png);
}
.audio-icon {
    background-image: url(img/audio.png);
}
.photo-icon {
    background-image: url(img/photo.png);
}
.main-icon {
    background-image: url(img/star.png);
}
.public-icon {
    background-image: url(img/public.png);
}
.blog-icon {
    background-image: url(img/blog.png);
}
.settings {
    background-image: url(img/settings.png);
}

.icon-inline-image {
    border-radius: 8px;
    margin: 0 5px;
    vertical-align: middle;
}

/* Modal boxes */ 
.modal-inside {
    background-color: #FFF;
    padding: 25px 15px;
}

/* Form styling */
form.update-wall-form p {
   margin-bottom: 10px;
}

form.update-wall-form p.submit {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: right;
}

form.update-wall-form span.hint {
    display: block;
    color: #666;
}

form.update-wall-form.admin {
    background-color: #FFF;
}
form.update-wall-form.admin textarea {
    width: 90%;
}

form.update-wall-form .error {
    color: #F00;
}

form.update-wall-form.admin label {
    display: block;
}

form.update-wall-form.admin input, form.update-wall-form.admin textarea {
    border: 1px solid #838383;
    padding: 2px;
    border-radius: 3px;
}

/* Specific template styling */
#update-wall .update .comment-video {
    margin-top: 10px;
    color: #838383;
}

#update-wall .update h5 {
    font-size: 12px;
}

#update-wall .new_photos .image-thumb {
    border: 1px solid rgba(0,0,0,.1);
    padding: 2px;
}

#update-wall .new_photos .image-thumb:hover {
    border-color: rgba(0,0,0,.2);
}

#update-wall .new_photos .image-thumb img {
    vertical-align: top;
    max-width: 142px;
}

#update-wall .new_photos .image-thumb {
    display: inline-block;
}

#update-wall .new_photos .image-thumb.first {
    margin-bottom: 5px;
}

#update-wall .new_photos .image-thumb.first img {
    max-width: 100%;
    max-height: 400px;
}

/* Plugin styling */
#update-wall .plugin-meta-box {
    clear: both;
    padding: 5px;
    background-color: #F5F5F5;
    border-top: 1px solid #E8E8E8;
}

/* Default Comment styling */
#update-wall .plugin-meta-box.comments-meta {    
    padding: 0;
    background-color: #FFF;
}

#update-wall .plugin-meta-box .comment {
    overflow: auto;
    padding: 5px;
    border:  none;
    border-top: 2px solid #FFF;
    width: auto;
    background-color: #F5F5F5;
    margin: 0;
    float: none;
}

#update-wall .description ul,
#update-wall .description ol,
#update-wall .plugin-meta-box .comment ul,
#update-wall .plugin-meta-box .comment ol {
    margin: 20px 0 20px 40px;
}

.update.new_video .content .description {
    float: left;
    width: 280px;
}

#update-wall .plugin-meta-box .comment.comment-reply {
    margin-left: 20px;
    background-color: #FAFAFA;
}

#update-wall .plugin-meta-box .comment .user-box {
    width: 6%;
}

#update-wall .plugin-meta-box .comment .user-comment-link {
    font-weight: bold;
}

.side-column .online-now {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    background: url(img/status_online.png) left center no-repeat;
    padding-left: 22px;
}

.side-column .online-users-list {
    margin: 20px 0;
}

.side-column .online-users-list .user {
    margin-right: 5px;
    margin-bottom: 5px;
}

.side-column .online-now + .ads-column {
    margin-top: 10px;
}