
/* right */

div.right {	
	
}

/* filter */

div.right h3 {
	margin-bottom: 15px;
	padding-left: 10px;
}

ul.filter {	
	padding-left: 10px;
	border-left: 1px dotted gray;
	margin-bottom: 50px;
}
	
ul.filter li {
	font-size: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted gray;
}

ul.filter a:hover,
ul.filter a.selected {
	font-weight: bold;
	border: none;
}

/* posts1 */

ul.posts1 li {
	margin-bottom: 30px;
}

ul.posts1 li h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

ul.posts1 li h3 {
	margin-top: 5px;
	font-size: 15px;
	font-weight: normal;
}

ul.posts1 li p {
	font-size: 12px;
}

ul.posts1 li img {
	border: 1px solid black;
	padding: 3px;
}

/* posts2 */

ul.posts2 {
	margin-bottom: 30px;
}

ul.posts2 li.thumbnail {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid black;
}

