/* Portfolio Page CSS */
body {
background: url("../../images/backgrounds/portfolioMain.jpg") #172941 repeat-x;
}

h1 { 
width: 331px; 
height: 46px; 
background: url("../../images/pages/portfolio/stuff-we-did.gif"); 
text-indent: -9999px;
}

p {
font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #515151; line-height: 20px;
}
p.desc {
margin-top: 5px;
}

#portfolio-images {
margin-top: 28px;
}

#portfolio-images .nospace {
margin-left: 0px;
}

#portfolio-images img { 
margin-left: 20px; margin-bottom: 20px; float: left;
}

#portfolio-main {
margin-top: 28px; width: 100%; float: left;
}

#portfolio-main a:link, a:visited {
color: #000; text-decoration: underline;
}

#portfolio-main a:hover {
color: #444; text-decoration: underline;
}

#portfolio-main .item {
width: 458px; min-height: 241px; border: 1px solid #96a1a1; float: left; 
background: url("../../images/pages/portfolio/item-main-bg.jpg") #e4e4e4 repeat-x;
padding: 4px; padding-top: 5px 
}

#portfolio-main p {
font-size: 11px; line-height: 18px; margin-top: 5px
}

#portfolio-main .right {float: right}

