@charset "UTF-8";
#indexPage {
	display: inline-block;
	_display:inline;
	_zoom:1;;
}
.post {
	cursor : pointer;
	border: dotted 1px #333333;
	width: 250px;
	float: left;
	display: block;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 13px;
	margin-top:-1px;
	margin-left:-1px;
	position: relative;
	min-height: 290px;
}
.post:hover, .postHover {
	background-color: #E6E6E6;
}
.post ul{
	list-style: none;
	padding-top: 10px;
}
.post li{
	font-size: 0.8em;
	line-height: 140%;
}
.post li b{
	font-size: 1.3em;
	padding-bottom: 10px;
	display: block;
}
.post .title{
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	margin-top: 100px;
}
.post .date{
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 0.7em;
	line-height: 1em;
	display: block;
}
.tags {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 230px;
}
.tags a {
	display: block;
	float: left;
	padding-right: 1px;
	padding-bottom: 1px;
}


#indexPage .copy p{
	display: none;
}
#indexPage .media{
	width: 250px;
	display: block;
	overflow: hidden;
}

.readMore {
}
.readMore a, .read_more {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 275px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}