

#content {
padding: 20px 0;
display:inline-block;
height:100%;
clear:both;}

#content:after{clear: both;content: "";display: block;height: 0;visibility: hidden;}
/* Content - Portfolio Listing */

ul#portfolio-filter {
clear:both;
margin: -20px 0;
padding: 0;
height: 64px;
text-align:center;
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: 10px 19px;
background: #FFF;
color: #565656;
font-weight: bold;
text-decoration: none;
border:2px solid #c3c3c3;

}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current {
color: #7b7b7b;
}
ul#portfolio-filter a.current {
background-color: #a7a7a7;
border:2px solid #a7a7a7;
color:#fff;
}
ul#portfolio-list {
margin: 36px 0 0 0;
padding: 0;
list-style: none;
}
ul#portfolio-list li {
width: 236px;
height: 260px;
display: block;
float: left;
margin-right: 18px;
overflow: hidden;
}
ul#portfolio-list li img{width:236px;
								height:218px;}

ul#portfolio-list li a {
display: block;

height: 216px;
overflow: hidden;
border: 1px solid #CDCDCD;
background: #eee;
}
ul#portfolio-list li p {
font-size: 13px;
line-height: 15px;
color: #333;
margin: 5px 0;
text-align:center;
font-weight:bold;
}
