/* Portfolio Filter Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
/*body { color: #333; font: 12px/18px Verdana, Helvetica, Arial, sans-serif; }
h1 { font-size: 1.667em; }
h2 { font-size: 1.5em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }

a { color: #333; }
a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }*/

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/
div#container { margin: 20px auto 0; overflow: hidden;  }

ul#filter { float: left; font-size: 12px; list-style: none; margin-left: 0; width: 100%; padding-bottom: 25px; }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom:5px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: black; text-decoration: none;}
ul#filter a:hover {color: white;}
ul#filter li.current a, ul#filter a:hover { text-decoration: none; }
ul#filter li.current a { color: white; font-weight: 300; background-color: #3399cc; }

ul#portfolio-filter { float: left; list-style: none; margin-left: 0; width: 960px; margin-bottom: 10px; min-height: 500px; margin-top:35px; }
ul#portfolio-filter li { 
	float: left; 
	width: 225px;
	height: 240px;
	/*border:6px solid #ffffff;*/
	margin-bottom: 30px;
	margin-right:30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
ul#portfolio-filter a { font-family: "ff-meta-web-pro", Helvetica Neue, Helvetica; font-size: 14px; display: block; width: 100%; text-decoration: none; }
ul#portfolio-filter a:hover { text-decoration: none; }




/*PORTFOLIO SECTION*/

.url a {
	color: #8daba7; 
	font-weight: 600;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dddddd;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 25px;
}
.url a:hover{
	color: #ba394b; 
}
.url {
	margin-top: 35px;
	margin-bottom: 35px;
	}
	

#portfolio-content {
	margin: 0 auto;
	width: 960px;
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#suggested-work img {
	border: 6px solid #ffffff;
	margin-bottom: 20px;
	margin-top: 15px;
}
.navi {
	margin-bottom: 45px;
}
.navi img {
	padding-right: 20px;
}
.tag {
	float: left;
	margin-right: 12px;
	margin-top: 22px;
}
.tag a {
	font-family: "ff-meta-web-pro";, Helvetica Neue, Helvetica, Arial;
	font-size: 14px;
	color: black; 
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border: 1px solid #dddddd;*/
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	text-decoration: none;
}
.tag a:hover {
		background-color: #3399cc;
		color: white; 
}


/*PORTFOLIO SECTION FILTER */

#portfoliocontent {
	width: 960px;
	/*padding-top: 10px;*/
	margin: 0 auto;
	padding-bottom: 35px;
}

.portfolio-logo {
	padding-bottom: 50px;
	padding-top: 0px;
}

.portfolio-noborder {
	margin-bottom: 15px;
}

.portfolio-screenshots {
	margin-bottom: 15px;
}
