﻿/* Portfolio Filter Stylesheet */
/*****Reset*****/
html, body, 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*****/
#portdiv {
	color: #333;
	font: 10px/18px Tahoma, Helvetica, Arial, sans-serif;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
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;
}
p, ul, ol, dl, table {
	margin-bottom: 18px;
}
ul, ol, dd {
	margin-right: 36px;
}
/*****Custom Classes*****/
.clearing {
	clear: both;
}
.last {
	margin-bottom: 0;
}
.screenReader {
	right: -9999px;
	position: absolute;
	top: -9999px;
}
/*****Basic Layout*****/
ul#filter {
	float: right;
	font-size: 12px;
	list-style: none;
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	width: 95%;
	margin: 3px 20px;
	padding: 2px;
	text-align:center;
}
ul#filter li {
	border-left: 0px solid #dedede;
	float: right;
	line-height: 12px;
	margin-left: 10px;
	padding-left: 10px;
	text-align:center;
}
ul#filter li:last-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
ul#filter a {
	color: #999;
	text-decoration: none;
}
ul#filter li.current a, ul#filter a:hover {
	text-decoration: none;
}
ul#filter li.current a {
	color: #333;
	font-weight: bold;
}
ul#portfolio {
	float: right;
	list-style: none;
	margin-right: 0;
	width: 100%;
}
ul#portfolio li {
	border: 1px solid #dedede;
	float: right;
	margin: 0 1% 1% 0;
	padding: 3px;
	width: 30%;
}
ul#portfolio a {
	display: block;
	width: 100%;
}
ul#portfolio a:hover {
	text-decoration: none;
}
ul#portfolio img {
	border: 1px solid #dedede;
	display: block;
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
}
