/* ***** portfolio, updated ***** */


.portfolio .linkLead {
float: left;
width: 45%;
margin: 0% 1% 0% 1%;
padding: 0% 1%;
background-color: #fff;
color: #000;
font-weight: 700;
font-style: italic;
line-height: 1.4em;
font-size: 1em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.rule {
clear: both;
width: 90%;
text-align: center;
margin: .5% auto;
padding: 0%;
border-top: 2px solid #ffcc00;
}

a.see {
margin: 0em;
padding: 0em .1em;
text-decoration: none;
font-weight: 600;
color: #336699;
border-bottom: 1px solid #eedd77;
}

a.see:hover {
margin: 0em;
padding: 0em .1em;
text-decoration: none;
font-weight: 600;
color: #ee2200;
background-color: #ffffdd;
}

a.visit {
margin: 0em;
padding: 0em;
text-decoration: none;
font-weight: 600;
color: #336699;
border-bottom: 1px solid #eedd77;
}

a.visit:hover {
margin: 0em;
padding: 0em;
text-decoration: none;
font-weight: 600;
color: #ee2200;
background-color: #ffffdd;
}


.portfolio {
clear: both;
display: block;
width: 96%;
margin: .5% 2%;
padding: .5% 0%;
border-top: 2px solid #ffcc00;
}

.portfolio img {
float: right;
width: 400px;
margin: .5% 0% .5% .5%;
padding: 0% .5%;
background-color: #fff;
color: #000;
border: 1px solid #ccc;
}

.portfolio p {
float: left;
width: 20%;
margin:  1% .3% 0% 1%;
padding: 0%;
background-color: #fff;
color: #000;
font-weight: 700;
font-style: italic;
line-height: 1.3em;
font-size: 1em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.portfolio p.listlead {
float: left;
width: 25%;
margin:  0% .3% 0% 1%;
padding: 0%;
background-color: #fff;
color: #000;
font-weight: 700;
font-style: italic;
line-height: 1em;
font-size: 1em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.portfolio h3 {
float: left;
margin: .5em 1em .2em 1.6em;
padding: 0em;
font-weight: 700;
line-height: 1.1em;
font-size:	1em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
border: none;
}

.portfolio h4 { 
display: block;
text-align: left;
margin: 2%;
padding: 3% .5% 0% .5%;
color: #555;
font-weight: 600;
font-style: italic;
line-height: 1.1em;
font-size: 1em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.portfolio ul {
clear: left;
list-style-type: disc;
list-style-position: outside;
text-align: left;
margin: 0% 1% 0% 4%;
padding: 0%;
}

.portfolio ul li {
margin: 0% 1% 0% 4%;
padding: .5% 0%;
background-color: #fff;
color: #555;
font-weight: 600;
font-style: italic;
line-height: 1.1em;
font-size: 1em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

