


/* 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: 0px; 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: #333; font-weight: bold; text-decoration: none; }
ul#portfolio-filter a.current{ color: #fff; }
ul#portfolio-filter a:hover{ color:#AAA; }
ul#portfolio-filter a.current{ background-color: #0066CC; }

ul#portfolio-list{ margin: 25px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li{ width: 263px; height: 195px; display: block; float: left; margin-right: 40px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 260px; height: 180px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
ul#portfolio-list li p{ font-size: 11px; line-height: 15px; color: #333; margin: 5px 0; }

