﻿/********** These styles deal with the content area being removed **********/
/********** In other words, they re-establish the padding and font styles that were lost **********/

.profile-content
{
    margin: 8px 4px 0px 0px;
    padding: 2px 2px 10px 4px;
    float: left;
    width: 527px;
}

.profile-content h3 {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    width: 220px;
}

/********** These styles make up the profile boxes (with the gradient darkening to the right) **********/
/********** It's called left because the copy describing the project is on the left **********/

.profile-left 
{
    background: #0D1B44;
    border: 8px solid #0D1B44;
    float: left;
    height: 203px;
    width: 522px;
    margin-bottom: 25px;
    margin-left: 2px;
}

.profile-left-content
{
    height: 149px;
    overflow: hidden;
    margin: 0px;
    color: #FFFFFF;
    font-size: 11px;
    font-family: Tahoma;
    padding: 0px 15px 5px 7px;
    line-height: 1.4em;
}

.profile-left-content a
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    float: left;
    display: block;
}

.images-left
{
    border: 1px solid #5166A0;
    float: right;
    margin:0px;
    padding: 0px;
}

.thumbs-left
{
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

.thumbs-left input
{
    border: 1px solid #5166A0 !important;
    margin-right: 13px;
    padding: 0px;
}

/*-------------------------*/

.profile-right 
{
    background: #0D1B44;
    border: 8px solid #0D1B44;
    float: left;
    height: 203px;
    width: 522px;
    margin-bottom: 25px;
}

.profile-right-content
{
    height: 149px;
    overflow: hidden;
    margin: 0px;
    color: #FFFFFF;
    font-size: 11px;
    font-family: Tahoma;
    padding: 0px 15px 5px 16px;
    line-height: 1.4em;
}

.profile-right-content a
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-left: 11px;
    float: left;
    display: block;
}

.images-right 
{
    border: 1px solid #5166A0;
    float: left;
    margin-top:0px;
}

.thumbs-right
{
    float: left;
    margin-top: 2px;
    margin-left: 2px;
}

.thumbs-right input
{
    border: 1px solid #5166A0 !important;
    margin-left: 13px;
    padding: 0px;
}

/*-------------------------*/

.profile-links 
{
    padding-top: 5px;
}