/* This CSS sheet is to be used with the portfolio page */
.port{
    padding-bottom:20px;
    position:relative;
    float:left;
    clear:left;
    width:610px;
    border-top: 3px solid #000;
}
.port H4{
    font-size:160%;
    font-style:italic;
    text-align:right;
    margin-right:15px;
    text-decoration:underline;
}
.port p{
    margin-left:10px;
    margin-right:10px;
    text-align:left;
    font-size:100%;
    color:#000;
    float:left;
    clear:left;
}
.port img{
    width:200px;
    height:100px;
    border:1px solid black;
    text-align:left;
    position:relative;
    float:left;
    clear:left;
}
.portDesc {
    position:relative;
    float:left;
    clear:right;
    width:408px;
    padding-top:5px;
    padding-bottom:5px;
    text-align: left;
}
.portDescLink{
    position:relative;
    float:left;
    clear:right;
    width:408px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align:right;
    font-size:12px;
    margin-right:15px;
}
.portDescLink a{
    font-style:italic;
    color:#336699;
    text-decoration:none;
    text-align:right;
}
.portDescYear {
    float:left;
    clear:both;
    font-style:oblique;
    color:blue;
    text-decoration:none;
    text-align:center;
    font-size:75%;
    width:406px;
    margin-bottom:5px;
}

.port li {margin-left: 15px;}
