/* Portfolio Filter Stylesheet */

/*****Reset*****/

/*

body {
	background-color: #e8f6fe;
}

html, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, 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;
}

h3 {
	font-size: 1.333em;
}

h4 {
	font-size: 1.167em;
}

h5, h6 {
	font-size: 1em;
}

a {
	color: #333;
}

a:visited {
	
}

a:hover {
	text-decoration: none;
}

p, ol, dl,{
	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 {
	overflow: hidden;
	width: 740px;
	margin-bottom: 0;
}

ul#filter {
	float: left;
	font-size: 12px;
	list-style: none;
	margin-left: -30px;
	width: 100%;
	

}

ul#filter li {

	float: left;
	line-height: 16px;
	margin-right: 5px;
}

ul#filter li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

ul#filter a {
	color: white;
	text-decoration: none;
	background-color: #39a6fe;
	padding: 4px;
	font-weight: bold;

}

ul#filter li.current a {
	text-decoration: none;
	background-color: #ec008b;
		font-weight: bold;

}

ul#filter a:hover {
	text-decoration: none;
		font-weight: bold;


}


ul#filter li.current a {
	color: white;
	font-weight: bold;

}

ul#portfolio {
	float: left;
	list-style: none;
	margin-left: -30px;
	width: 740px;
	font-size: 10px;
	
}

ul#portfolio li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
/* width: 110px;  */	
	background-color: #ececec;
	text-align: center;
	text-transform: uppercase;
}



ul#portfolio a {
	display: block;
	width: 100%;
	color: #888;
}

ul#portfolio a:hover {
	text-decoration: none;
	color: #888;
}

ul#portfolio img {
	border: 1px solid #c4c6ca;
	display: block;
	padding-bottom: 5px;
	background-color: white;
	margin-bottom: 5px;
}




ul#portfolio img:hover {
	border: 1px solid #00b5ff;
	display: block;
	padding-bottom: 5px;
	background-color: white;
	margin-bottom: 5px;
}