/* CSS for Home Page */


#content.home {
	margin-bottom: 0;
	width: 942px;
}

#content.home a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.home a:hover {
	text-decoration: underline;
}

h3 {
	margin-bottom: 7px;
	color: #FFFF00;
	font-weight: normal;
}

div.feature {
	margin: 0 0 14px;
	padding: 0;
	float: left;
	width: 614px;
	height: 250px;
	background: #FF00CC;
}

.home .feature .content {
	margin-left: 300px;
	margin-bottom: 0;
	padding: 14px;
	height: 222px;
	width: 286px;
	overflow: hidden;
	background: #FF00CC;
}

.feature h1 {
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 0;
}

.feature h2 {
	margin-bottom: 10px;
	padding: 0 0 4px;
}

.feature img {
	float: left;
}

#content #box_ad {
	float: right;
}

.post_link {
	margin: 0 14px 14px 0;
	position: relative;
	float: left;
}

.post_link .person {
	margin: 0;
}

#content .post_link .person dt a {
	margin: 0 10px;
	padding-top: 30px;
	width: 123px;
	font-size: 13px;
	color: #FFFF00;
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	text-decoration: none;
}

dd.category li {
	margin: 10px;
	font-weight: bold;
	width: 123px;
	text-transform: uppercase;
	color: #FFF;
	list-style-type: none;
	border-bottom: 1px solid #FF66CC;
	font-size: 11px;
}

.post_link_info {
	padding: 7px 0;
	clear: both;
	width: 143px;
	border-top: 1px solid #FFF;
	background: #FF00CC;
}

.post_link_info p {
	display: inline;
	color: #FFF;
	line-height: 1;
}

.post_link_info p.comment_count {
	padding: 7px 7px 7px 28px;
	background: #0066FF url('../img/hp_comment.gif') no-repeat 10px 10px;
	border-right: 1px solid #FFF;
}

.post_link_info p.info {
	padding: 7px;
	background: #FF00CC;
}