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

/* Eric Meyer Reset */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	vertical-align: baseline;
	
}


/* 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; 
}*/

ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ 
color: #fdb82d; 
}

ul#portfolio-filter a.current{ 
background-color: black; 
}

.boundingBox{ 
margin: 0 auto; 
width: 900px; 
clear:both;
font-size:11px;
}

/*ul#portfolio-list{ 
margin: 36px 0 0 0; 
padding: 0; 
list-style: none; 
}*/

ul#portfolio-list li{
	width: 190px;
	height: 155px;
	display: block;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	border-top:10px solid #fff;
	padding:10px;
	/*background-color:#F6F6F6;*/
	background-image:url(../images/folio_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
ul#portfolio-list li:hover{ 
width: 190px; 
height: 155px; 
display: block; 
float: left; 
margin-right: 15px; 
overflow: hidden;
padding:10px;
/*background-color:#ffba00;*/
background-image:url(../images/folio_bg_h.gif);
	background-position:center top;
	background-repeat:no-repeat;
}


/*ul#portfolio-list li a{ 
display: block; 
width: 163px; 
height: 120px; 
overflow: hidden; 
border: 1px solid #CDCDCD; 
background: #eee; 
}*/

ul#portfolio-list li p{ 
line-height: 15px; 
margin: 5px 0; 
text-align:center;
}

