
/* 
    Document   : lees2CSS
    Created on : Jan 19, 2011, 4:48:31 PM
    Author     : alexmiller
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body
{
    height:100%;
    background-color:#1E5757;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif
}

.wrapper
{
    margin:auto;
    width:950px;
}


.banner
{
    background-color: #0A0A1E;
    color: white;
    font-size: 30px;
    font-family: arial;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    height:100px;
}

.UNC
{
    color:#539DC2;
    float:left;
    font-size:40px;
    padding-top:8px;
    padding-left:15px;
}

.lees
{
    color:#539DC2;
    float:left;
    font-size:40px;

}

.projects
{
    color:#539DC2;
    float:left;
    font-size:23px;
}

.banner_text
{
    float:right;
    width:300px;
    font-size:40px;
    padding-top:18px;
    padding-right:0px;
}

#unc_logo
{
    width:70px;
    float:left;
    padding-left:8px;
}

.content
{
    background-color:#c2c2c2;
    
}

.topnav
{

    width:100%;
    background-color:#2E8584;
    height:auto;
}

.ul_1
{
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
}

.li_1
{
    float:left;
    width:20%;
}

.a_1:link,.a_1:visited
{
    display:block;
    width:175px;
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
    background-color:#2E8584;
    text-align:center;
    padding-top:8px;
    height:40px;
    text-decoration:none;
    text-transform:uppercase;
}


.a_1:hover,.a_1:active
{
    background-color:#1E5757;
}

.project_content
{
    width:100%;
  /*  min-height:400px; */
    overflow:hidden;
}

.slideshow
{
    float:right;
    padding-right:470px;
    padding-top:25px;
    margin-top:15px;
    height:390px;
    %%height:100%
}

.slide_img
{
   width:450px;
   max-height:100%
   %% height:337.5;
   %%  vertical-align: text-top;
    %% height: 100%;
    
    
}
.slide_img_portrait
{
    height:337.5;
   %%  vertical-align: text-top;
    %% height: 100%;
    
    
}

.caption{
    padding:10px;
    width:450px;
    float:right;
    overflow:hidden;
}

.text
{
    width:45%;
    float:left;
    padding:10px;
    margin:10px;
    margin-top:15px;
    line-height:140%;
    text-align:left;
    font-size:12px;

}

.other_projects_text
{
float:left;
font-size:20px;
padding-left:12px;
width:250px;
}

.other_projects
{
    padding:10px;
}

.project_links
{
    padding-left:30px;
    padding-right:30px;
    width:100%;
}

.project_links:link,.project_links:visited
{

    font-size:15px;
    text-decoration:none;
    text-transform:uppercase;
}

.project_links:hover,.project_links:active
{
   color:#FFFFFF;
}