.feeder-entry {
	width: 90%;
	background: #111;
	padding: 20px 40px;
	border: 2px solid #111;
	border-right: 10px solid #222;
	border-radius: 0 10px 30px 0;
	-moz-border-radius: 0 10px 30px 0;
	-webkit-border-radius: 0 10px 30px 0;
	-khtml-border-radius: 0 10px 30px 0;
	margin: 2px 0;
	overflow: hidden;
}

.feeder-entry-new {
	width: auto !important;
	border-right: 10px solid OrangeRed !important;
	border-radius: 0 10px 100px 0 !important;
	-moz-border-radius: 0 10px 100px 0 !important;
	-webkit-border-radius: 0 10px 100px 0 !important;
	-khtml-border-radius: 0 10px 100px 0 !important;
}

.feeder-entry-old {
	background: #080808 !important;
	border: 0 !important;
}

.feeder-entry-head {
	width: auto !important;
	overflow: hidden;
}

.feeder-entry-title {
	color: #999;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -1px;
	display: inline-block;
	width: 70%;
}
.feeder-entry-title a {	color: #999; }
.feeder-entry-new .feeder-entry-title, .feeder-entry-new .feeder-entry-title a {
	color: #FFF;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1px;
}
.feeder-entry-new:first-child .feeder-entry-title, .feeder-entry-new:first-child .feeder-entry-title a {
	color: OrangeRed !important;
	text-transform: uppercase;
}

.feeder-entry-published {
	float: right;
	width: 30%;
	text-align: right;
	line-height: 22px;
	margin-bottom: 20px;
	color: #333;
	white-space: nowrap;
}
.feeder-entry-new .feeder-entry-published {
	color: #555;
}
.feeder-entry-old .feeder-entry-published {
	color: #191919;
}

.feeder-entry-contents {
	font: normal 13px/15px Verdana,sans-serif;
	color: #777;
}
.feeder-entry-old .feeder-entry-contents {
	color: #555;
}

.feeder-entry-tail {
	margin: 20px 0 0;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

.feeder-entry-author {
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 2px 10px 2px 26px;
	background: #222 url(../images/feeder-author.gif) no-repeat 7px center;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-khtml-border-radius: 10px !important;
	font: normal 13px/18px Verdana,sans-serif;
	color: #777;
}

.feeder-entry-author a {
	vertical-align: top;
	line-height: 16px;
}

.feeder-entry-old .feeder-entry-author {
	opacity: 0.2;
}

.feeder-entry-comments {
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 2px 10px 2px 26px;
	background: #222 url(../images/feeder-comments.png) no-repeat 7px center;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-khtml-border-radius: 10px !important;
	font: normal 13px/18px Verdana,sans-serif;
	color: #777;
}

.feeder-entry-comments a {
	line-height: 16px;
	vertical-align: top;
}

.feeder-entry-old .feeder-entry-comments {
	color: #333;
}

.feeder-entry-tags {
	vertical-align: top;
	display: inline-block;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

.feeder-entry-tag {
	margin: 0 2px 2px 0;
	padding: 2px 6px 2px;
	background: #222;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
}

.feeder-entry-tags .feeder-entry-tag:first-child {
	padding-left: 10px;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	-moz-border-radius-bottomleft: 10px !important;
	-webkit-border-top-left-radius: 10px !important;
	-webkit-border-bottom-left-radius: 10px !important;
	-khtml-border-top-left-radius: 10px !important;
	-khtml-border-bottom-left-radius: 10px !important;
}

.feeder-entry-tags .feeder-entry-tag:last-child {
	padding-right: 10px;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	-moz-border-radius-topright: 10px !important;
	-moz-border-radius-bottomright: 10px !important;
	-webkit-border-top-right-radius: 10px !important;
	-webkit-border-bottom-right-radius: 10px !important;
	-khtml-border-top-right-radius: 10px !important;
	-khtml-border-bottom-right-radius: 10px !important;
}

.feeder-entry-old .feeder-entry-tag {
	opacity: 0.2;
}

/* ========================================================================== */

.pager {
	margin: 0 0;
	overflow: hidden;
	padding: 0 40px;
}
.pager:first-child {
	margin: 0 0 2px;
	float: right;
	align: right;
	padding-right: 100px;
}
.pager:first-child a {
	vertical-align: bottom;
}
.pager:first-child a.pager-current {
	border-radius: 10px 10px 0 0 !important;
	-moz-border-radius: 10px 10px 0 0 !important;
	-webkit-border-radius: 10px 10px 0 0 !important;
	-khtml-border-radius: 10px 10px 0 0 !important;
	border: 1px solid #333;
	border-top: 4px solid OrangeRed;
}

.pager a {
	display: inline-block;
	padding: 4px 4px;
	background: #111;
	text-decoration: none;
	margin: 0 1px;
	text-align: center;
}
.pager a.pager-current {
	font-size: 30px !important;
	color: #FFF !important;
	line-height: 32px !important;
	background: #333 !important;
	min-width: 30px;
}
.pager a.pager-min, .pager a.pager-max {
	font-size: 20px;
	color: #999;
	line-height: 22px;
	background: #222;
}
.pager-outrange-before, .pager-outrange-after {
	background: #090909 !important;
	padding: 4px 10px !important;
	color: #333 !important;
}
.pager-range-before, .pager-range-after {
	font-size: 16px !important;
	color: #666 !important;
	line-height: 18px !important;
	background: #191919 !important;
}

.pager:last-child {
	float: left;
	align: left;
	padding-left: 100px;
}
.pager:last-child a {
	vertical-align: top;
}
.pager:last-child a.pager-current {
	border-radius: 0 0 10px 10px !important;
	-moz-border-radius: 0 0 10px 10px !important;
	-webkit-border-radius: 0 0 10px 10px !important;
	-khtml-border-radius: 0 0 10px 10px !important;
	border: 1px solid #333;
	border-bottom: 4px solid RoyalBlue;
}

