﻿/* @override http://newmediacampaigns.com/css/compiled.css */

/* Eric Meyer Reset */


:focus { outline: 0; }


a{ color: #000; }
a:link, a:visited{  }
a:hover, a:active{ text-decoration: none; }
a img{ border: none; }


/* Layout */
.boundingBox{ margin: 0 0; width: 100%;background:#FFFFF;}

/* Content */

#content{ padding: 7px 0;}

/* Content - Portfolio Listing */

ul#portfolio-filter{ margin: -10px 0; padding: 0; height: 64px; padding-left: 0px; line-height: 60px; background:#FFFFF;text-align:center;}
ul#portfolio-filter li{ display: inline; }
ul#portfolio-filter a{ margin-right: 0.5em; padding: 0.5em 1em; background: #FFF; color: #454545; font-weight: bold; text-decoration: none; }
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ color: #E21B23; }
ul#portfolio-filter a.current{ background-color: #FFFFFF; }

ul#portfolio-list{ margin: 20px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li{ width: 100px; height: 125px; display: block; float: left; margin-right: 18px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 163px; height: 58px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
ul#portfolio-list li p{ font-size: 11px; line-height: 15px; margin: 0px 0; }

