/* Layout */
.boundingBox {
margin: 0 auto;
/*width: 916px;*/
}
/* Content */

#content {
padding: 20px 0;
}
/* Content - Portfolio Listing */

ul#portfolio-filter {
margin: -20px 0;
padding: 0;
height: 64px;
padding-left: 70px;
line-height: 64px;
background: transparent url(../images/icon-tag-green.png) left no-repeat;
}
ul#portfolio-filter li {
display: inline;
}
ul#portfolio-filter a {
margin-right: 0.5em;
padding: 0.5em 1em;
background: #FFF;
color: #AAA;
font-weight: bold;
text-decoration: none;
    font-family: 'Raleway',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current {
color: #888;
}
ul#portfolio-filter a.current {
background-color: #DDD;
}
ul#portfolio-list {
margin: 36px 0 0 0;
padding: 0;
list-style: none;
}
ul#portfolio-list li {
width: 262px;
height: 270px;
display: block;
float: left;
margin-right: 18px;
overflow: hidden;
margin-bottom: 18px

}
ul#portfolio-list li a {
display: block;
width: 262px;
height: 270px;
overflow: hidden;
background: #eee;
}
ul#portfolio-list li p {
font-family: 'Raleway',sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 25.2px;
color: #AAA;
margin: 5px 0;
}