body
{
    background-color: #bfbfbf;
}

#wrapper
{
    width: 900px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e2efda;
}

#splash
{
    background-color: #e2efda;
}

#logo
{
    width: 240px;
    height: 50px;
    background: url("images/logo.png") no-repeat center center;
    background-size: contain;
    float: left;
}

#title
{
    width: 420px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    float: left;
}

#summary
{
    margin: 30px 20px;
    line-height: 20px;
}

.docList
{
    width: 800px;
    margin: auto;
}
.docHeader, #groupHeader
{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.docItem
{
    border: 1px solid #aaa;
    padding: 20px 15px;
    margin-right: 10px;
    float: left;
    width: 220px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: rgb(236, 233, 233);
}

.docItem a
{
    text-decoration: none;
    font-size: 16px;
    color: #04421f;
}
.docItem a:hover, .docItem a:visited:hover
{
    text-decoration: none;
    color: #70ad47;
}
.docItem a:visited
{
    text-decoration: none;
    color: #089a47;
}

#placeHolder
{
    background: url("images/board.png") no-repeat center center;
    background-size: cover;    
}

#ucfImage
{
	background: url("images/TabLockup_horizontal_KGrgb_300ppi.png") no-repeat center center;
	background-size: contain;
	background-color: rgb(236, 233, 233);
}

.bioList
{
    margin: 30px 0;
}
#groupHeader
{
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
}

#chan
{
    text-align: center;
    font-size: 20px;
}

.bio
{
    width: 160px;
    float: left;
    margin: 10px;
}

.bioPic
{
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 10px auto;
    cursor: pointer;
}

.name
{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.blurb
{
    display: none;
    width: 0px;
    height: 95px;
    border-radius: 5%;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    margin: 10px auto;
    cursor: pointer;
    color: #fff;
}

#carla
{
    background: url("images/Carla_headshot.jpg") no-repeat center center;
    background-size: contain;
}
#hector
{
    background: url("images/Hector_headshot.jpg") no-repeat center center;
    background-size: contain;
}
#will
{
    background: url("images/Will_headshot.jpg") no-repeat center center;
    background-size: contain;
}
#michael
{
    background: url("images/Michael_headshot.jpg") no-repeat center center;
    background-size: contain;
}
#david
{
    background: url("images/David_headshot.jpg") no-repeat center center;
    background-size: contain;
}

#front
{
    height: 300px;
    width: 425px;
    background: url("images/team_front.jpg") no-repeat center center;
    background-size: contain;
    float: left;
    margin: 10px;
}
#back
{
    height: 300px;
    width: 425px;
    background: url("images/team_back.jpg") no-repeat center center;
    background-size: contain;
    float: left;
    margin: 10px;
}

.spacer
{
	clear: both;
}
