﻿body {
}

#ColumnsWrapper {
    overflow: auto;
}

#LeftColumn, #RightColumn
{
    float: left;
    min-height:500px;
}

#LeftColumn
{
    width: 355px;
}

#RightColumn
{
    margin-left: 30px;
    width:574px;
    background-color:white;
    color:rgb(80,80,80);
    padding:20px;
}

#RightColumnContent {
    padding:20px;
}

#DisplayImage
{
    width: 355px;
    height: 355px;
    margin-bottom:20px;
    background: no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contactDetailWrapper {
    height:30px;
    line-height:30px;
    font-size:18px;
}

    #DetailsWrapper > div{
        margin-bottom:10px;
    }

.whiteBackground {
    background-color:white;
}

#SocialBar {
    overflow:auto;
    background-color:white;
    padding:10px;
}

#SocialBar > div{
    float:left;
}

.socialIcon {
    width: 35px;
    height: 35px;
    margin-right:10px;
}

.mediaItem
{
    float:left;
    margin:10px 1% 20px 0px;
    width:18%;
}

.thumbnailWrapper {
    width: 100px;
    height:100px;
    overflow: hidden;
    margin:0 auto;
    background: no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.thumbnailLink {
    display: block;
    width: 100%;
    height: 100%;
}

.mediaTitleWrapper
{
    text-align: center;
    font-size:0.8rem;
    font-weight:bold;
    height:30px;
}

.descriptionWrapper,.keywordList
{
    border: 1px solid rgb(180,180,180);
    padding:5px;
    margin-top:20px;
}

.descriptionWrapper {
    height:75px;
    overflow:hidden;
}

.descriptionWrapper > h5,.keywordList > h5
{
    padding:0;
    margin:0px 0px 10px 0px;
}

.classificationList {
    font-size: 0.8rem;
}

#UploadedMediaWrapper {
    clear:both;
}

td
{
    padding: 5px;
    font-size:0.8em;
}

h4 {
    margin: 15px 0px 5px 0px;
}

p.biography {
    text-align: justify;
    font-size:1em;
    line-height:1.4em;
    min-height:500px;
    font-size:0.8rem;
}

#CommentListWrapper {
    clear: both;
}

#NewCommentWrapper, .comment {
    clear: both;
    width: 75%;
    border:1px solid rgb(180,180,180);
    margin-bottom:5px;
    padding: 5px;
}

.comment {
    position: relative;
}

    .comment.flagged {
        background-color:rgb(255,0,0);
        color:white;
    }

#Comment {
    width: 98%;
    padding: 5px;
    position:relative;
}

.flagCommentButton {
    position:absolute;
    top:5px;
    right:5px;
    padding:3px;
    background-color:rgb(220,220,220);
    color:red;
    font-size:0.8rem;
    cursor:pointer;
    transition:all 200ms;
}

.flagCommentButton:hover {
    color:white;
    background-color:red;
}

.commentText {
    padding: 5px;
    margin-right:50px;
}

.commentDetails {
    overflow: auto;
    color:rgb(180,180,180);
    font-size:0.8rem;
}

.datePosted {
    float: left;
    width:40%;
    padding: 5px;
}

.username {
    float: right;
    width:40%;
    text-align:right;
    padding: 5px;
}

@media screen and (max-width: 1250px) {

    #LeftColumn, #RightColumn {
        clear: both;
        min-height: inherit;
        margin:0px;
        padding:0px;
        width:100%;
    }

    #DisplayImageWrapper {
        float:left;
        width:45%;
    }

    #DetailsWrapper {
        float:left;
        margin-left:2%;
        width:48%;
    }
}