
:focus { outline: 0; }

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

/* Content */

#content-box{ padding: 20px 0; }

/* Content - Portfolio Listing */

ul#portfolio-filter{ margin: -10px 15px 0 0; padding: 0; height: 55px; line-height: 55px; text-align:center; border-top: 1px solid #666;border-bottom: 1px solid #666;}
ul#portfolio-filter li{ display: inline; }
ul#portfolio-filter a{ margin-right: 1em; padding: 0.5em 2em; color: #fff; font-weight: bold; border: 1px solid #666; background-color: #707070;text-decoration: none; }
ul#portfolio-filter , ul#portfolio-filter a.current{ color: #b6b6b6; }
ul#portfolio-filter a.current{ color: #000;  background-color: #ff727c; }

ul#portfolio-list{ margin: 36px 0; padding: 0; list-style: none; }
ul#portfolio-list li{ width: 190px; height: 120px; display: block; float: left; margin: 0 30px 20px 0; overflow: hidden;  }
ul#portfolio-list li a{ display: block; width: 150px; height: 70px; color: #999;}
ul#portfolio-list li a:hover {color: #fff;}
ul#portfolio-list li p{ font-size: 11px; line-height: 15px; color: #999; margin: 25px 0 0 0; }


