/* @override http://newmediacampaigns.com/css/compiled.css */

/* Eric Meyer Reset */

/*ul,img,i took it out
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}*/
body { font: 12px/20px arial, verdana, sans-serif; color:#AAA;}

:focus { outline: 0; }


a{ }
a:link, a:visited{ text-decoration: underline; }
a:hover, a:active{ text-decoration: none; }
a img{ border: none; }


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


/* Content - Portfolio Listing */

div#portfolio-filter{ 
	padding-top:10px;
	width:800px;
	height:50px;
}

div#portfolio-filter li{ display: inline; }
div#portfolio-filter a{  color:#AAA; text-decoration: none; }
div#portfolio-filter a:hover, ul#portfolio-filter a.current{ color:#CC006B; }
div#portfolio-filter a.current{ color:#CC006B; }

ul#portfolio-list{ margin: -10px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li{ width: 252px; height: 252px; display: block; float: left; margin-right: 18px; margin-bottom:18px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 252px; height: 252px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
ul#portfolio-list li p{ font-size: 11px; line-height: 15px; color: #AAA; margin: 5px 0; }

