/*
 * jQuery Quicksand
 *
 */
 
.portfolio-grid {
  width: 100%;
}

.portfolio-grid:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.portfolio-grid li {
  width: 265px;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  height: 200px;
  overflow: hidden;
  list-style: none;
}

.portfolio-grid li img {
  display: block;
  margin: 0;
}
 
#portfolio-items {
	clear: both;
}

#portfolio-controls {
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
	*display: none;
}

#portfolio-controls li {
	float: left;
	list-style: none; margin: 0 0 0 10px;
}

#portfolio-controls a {
	background: url(bg-button_dark.png) repeat-x top;
	display: inline-block;
	color: #1e2021;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 25px;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,.15);
	border: 1px solid #282a2c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, .25);
	-mox-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, .25);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, .25);
}

#portfolio-controls li.selected a, 
#portfolio-controls a:hover {
	background-position: 0 -100px;
}

#portfolio-controls a:active,
#portfolio-controls li.selected a:active {
	background-position: bottom;
}
