/*
Frontfeature Column CSS
*/
#frontfeature {
	width: 980px;
	background: #FFF;
	border-bottom: 1px solid #ccc;
}

#frontfeatureleft {
	float: left;
	width: 320px;
	margin-left: 3px;
	margin-right: 3px;
	display: inline;
}

#frontfeaturecenter {
	float: left;
	width: 320px;
	margin-left: 3px;
	margin-right: 3px;
	display: inline;
}

#frontfeatureright {
	float: left;
	width: 320px;
	margin-left: 3px;
	margin-right: 3px;
	display: inline;
}

/*
Frontfeature Posts CSS
*/
.frontfeatureposts {
	width: 320px;
}

.frontfeatureposts li {
	float: left;
	display: inline;
	text-align: center;
}

.frontfeatureposts li a {
	float: left;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 38px;
	height: 38px;
	font-size: 0.7em;
	font-weight: bold;
	color: #aaa;
}

.frontfeatureposts li a:hover {
	background: url(tabmover.gif) no-repeat top center;
	color: #ff9000;
}

.frontfeatureposts li a.selected {
	background: url(tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.frontfeatureposts li a.selected:hover {
	background: url(tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.frontfeatureposts_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 620px;
}

@media print {
	.frontfeatureposts_content {
	display: block !important;
	}
}

.frontfeatureposts_content .thumb img {
	float: left;
	display: inline;
	margin-right: 15px;
	border: 3px solid #dcebf1;
}

.frontfeatureposts_content .post {
	display: inline;
}

.frontfeatureposts_content .post h1 a {
	font-size: 1.1em;
	letter-spacing: -1px;
	font-weight: bold;
}

.frontfeatureposts_content .post h1 a:hover {
	color: #4e74f2;
}

.frontfeatureposts_content .post .time {
	color: #999;
	font-size: 0.7em;
	line-height: 2em;
}

.frontfeatureposts_content .post .entry {
	padding-top: 5px;
	text-align: justify;
	border-bottom: 1px solid #ddd;
}

.frontfeatureposts_content .post .entry p {
	margin: 0px 0px 7px 0px;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #666;
}

.frontfeatureposts_content .post .endpost {
	padding-top: 5px;
}

.frontfeatureposts_content .post .cat a {
	float: left;
	display: block;
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
	line-height: 1.1em;
}

.frontfeatureposts_content .post .cat a:hover {
	background: #ff9000;
}

.extra {
	float: right;
}

.extra li {
	display: inline;
	float: left;
	margin-left: 10px;
}

.extra li a {
	font-size: 0.7em;
	font-weight: bold;
}

.extra li.comments a {
	background: url(comments.gif) no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
	color: #ff9000;
}

.extra li.comments a:hover {
	text-decoration: underline;
}
