body {
	margin: 3.5em 0;
	background: #a8b8db url(i/header_left.jpg) no-repeat -100px top;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
a {
	color: #fff;
}
a:visited {
	color: #cbd4e9;
}
a:hover {
	text-decoration: none;
	color: #ff9;
}

.home {
	position: absolute;
	left: 250px;
	top: 60px;
	white-space: nowrap;
}
.home a {
	color: #98c;
}

.posts {
	float: left;
	width: 45%;
	margin: 100px 0 0 10%;
	padding: 1px 0;
}
.posts li {
	margin: 1.5em 0;
	line-height: 1.33em;
	font-size: 118.75%;
	list-style: none;
}
.posts li a {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
.posts li a:hover {
	border-bottom: none;
}
.posts li a:visited {
	border-color: #cbd4e9;
}
.posts li small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #7e8aa4;
}

.tags {
	width: 35%;
	margin-left: 60%;
	text-align: right;
	padding: 1px 0;
	line-height: 3em;
}
.tags a {
	text-transform: lowercase;
	color: #d4dced;
	margin: 0 0.1em;
}
.tags a:visited {
	color: #f2f4fa;
}
.tags a:hover {
	color: #ffc;
}

.tag-link-100 {
	font-size: 300% !important;
}

#select_category {
	margin: 0.5em 0 1.5em 0;
	position: absolute;
	left: 250px;
	top: 100px;
}
#select_category select {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}