@charset "utf-8";
/* CSS Document */
/* posts */

div.filter_posts {
	text-transform:uppercase;
	font-size:30px;
	font-family:AP;
	width:694px;
	height:45px;
	float:left;
	background-image:url(bottom_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
}

div.filter_posts p {
	float:left;	
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-right:22px;
}

ul.filter_posts {
	font-size:16px;
	width:300px;
	position:absolute;
	left:440px;
}

ul.filter_posts li {
	margin-top:12px;
	margin-left:7px;
	padding-right:10px;
	float:left;
	background-image:url(filter_devide.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

ul.filter_posts li:last-child {
	background-image:none;	
}


div.social_media {
	font-family:AP;
	font-size: 16px;
	float:left;
	width:221px;
	height:45px;
	margin-left:15px;
	background-image:url(bottom_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
	z-index:15;
}

ul.social_media {
	margin-left:-2px;
	text-transform:uppercase;
}

ul.social_media li {
	margin-top:12px;
	float:left;
	background-image:url(filter_devide.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-left:7px;
	padding-right:7px;
	padding-bottom:2px;
}

a {
	color:inherit;
	text-decoration:none;
}

ul.social_media li:last-child {
	background-image:none;	
}


div.filter_videos p {
	float:left;		
	margin:0px;
	padding:0px;
	margin-top:4px;
	margin-right:22px;	
	font-size:30px;
}

div.filter_videos {
	font-family:AP;
	font-size: 16px;		
	text-transform:uppercase;
	width: 458px;
	height:45px;
	float:left;
	background-image:url(bottom_line.jpg);	
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
	margin-bottom:10px;
}

div.filter_videos ul {
	width:450px;
	position:absolute;
	left:165px;
}

ul.filter_videos li {
	float:left;
	background-image:url(filter_devide.jpg);
	background-repeat:no-repeat;
	background-position:right;	
	margin-left:8px;
	padding-right:10px;	
	margin-top:12px;
}

ul.filter_videos li:last-child {
	background-image:none;	
}

div.art_filter {
	font-family:AP;
	font-size: 16px;	
	text-transform:uppercase;	
	width: 457px;
	float:right;
	background-image:url(bottom_line.jpg);	
	background-repeat:repeat-x;
	background-position:bottom;
	height:45px;	
	margin-left:15px;
	position:relative;
}

div.art_filter p {
	float:left;		
	margin:0px;
	padding:0px;
	margin-top:4px;
	margin-right:22px;	
	font-size:30px;
}

div.art_filter ul {
	width:500px;
	position:absolute;
	left:126px;
}


ul.art li {
	float:left;	
	background-image:url(filter_devide.jpg);
	background-repeat:no-repeat;
	background-position:right;	
	margin-left:6px;
	padding-right:8px;	
	margin-top:12px;	
}

ul.art li:last-child {
	background-image:none;	
}

li.selected {
	color: #666666;	
}