/* @override http://www.pushmedia.no/wp-content/themes/push/css/filter.css */

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/


.section_title ul#filter { 
position: absolute; 
font-size: 16px; 
list-style: none;
margin-left: 0; 
width: 600px; 
right: 0;
top: 24px;
text-align: right;
	padding-right: 70px;
}




.section_title ul#filter li { 
	display: inline;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 6px;
	text-align: right;
	
}
.section_title ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.section_title ul#filter a { color: #999; text-decoration: none; }







.section_title ul#filter li.current a, .section_title ul#filter .section_title a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { 
float: left; 
list-style: none; 
margin-left: 0; 
width: 100%;
	padding-left: 3px;
}
 
ul#portfolio li { 
	float: left; 
	padding: 0px 5px 5px 5px;
	
}
ul#portfolio a { 
display: block; width: 100%; 
}

.work_images{
	float: left;
	margin-top: 10px;
}

ul#portfolio a:hover { 
text-decoration: none; 
}

ul#portfolio img { 
display: block; 
padding-bottom: 5px; }
