/* CSS Document */
.postf2 {
	padding: 10px;
	/*overflow: auto;*/
	position: absolute;
	/*height: 470px;*/
	min-width:450px;
	width: 95%;
	left: 10px;
	top: 0px;	/*right: 500px;*/	/*bottom: 408px;*/	/*background: url(images/img08.gif) repeat-y;*/
}

.postf2 h2 {
	margin: 0;
	border-bottom: 2px solid #F2EAB8;
}

.postf2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.postf2 li {
	padding-bottom: 1px;
}

.postf2 .title {
	margin: 30px 0 0 0;
	border-bottom: 2px solid #F2EAB8;
}

.postf2 .title a {
	border: none;
}

.postf2 .meta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #F2EAB8;
	line-height: normal;
	font: bold 1.0em 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;;
	color: #C5C3BC;
}

.postf2 .meta .author {
	float: left;
	font: bold 1.1em 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;;
	color: #000000;
}

.postf2 .meta .date {
	float: right;
	color: #000000;
}

.postf2 .meta a {
	border: none;
}

