﻿/***** News Articles *****/

.hrn-news-body {
	padding-top: 12px;
	font-size: 13px;
	color: #333333;
	padding-bottom: 3px;
}
.hrn-news-body img {
	padding: 5px;
}
.hrdb-news-summary, .hrdb-news-full, .news-full-confirm {
    padding: 0.7em 0 2.5em 0;
    position: relative;
    clear: left;
    min-height: 55px;
}

.news-body {
    padding-left: 60px;
}

.news-wrapping img
{
	padding: 5px;
}
.hrdb-news-full h3 {
    padding-top: 6px;
}

.news-body strong {
    font-size: 85%;
    color: #666;
}

.news-body strong.inaccurate {
    display: block;
}

.news-whip {
    position: absolute;
    top: 0.8em;
    left: 0;
    text-align: center;
    font-size: 85%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../../images/news-bg.gif) no-repeat;
}

.news-whip li {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.whip-count a,
.whip-count span,
.whip-count-s a,
.whip-count-s span {
    display: block;
    padding: 10px 0 4px 0;
    text-decoration: none;
    width: 50px;
    min-height: 40px;
    color: #93883F;
    text-align: center;
}

.hrdb-news-summary .whip-count strong,
.hrdb-news-full .whip-count strong,
.hrdb-news-summary .whip-count-s strong,
.hrdb-news-full .whip-count-s strong {
    font-size: 160%;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1;
    display: block;
    color: #736926;
}

.hrdb-news-summary .whip-count-s strong,
.hrdb-news-full .whip-count-s strong {
    font-size: 160%;
}

.whip-count img,
.whip-count-s img {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.whip-count a:hover,
.whip-count-s a:hover,
.whip-count a:hover strong,
.whip-count-s a:hover strong {
    color: #998D43;
}

li.whip-it,
li.unwhip-it,
li.whipped-it,
li.buried-it {
    margin-top: 1px;
    padding: 0 0 5px 0;
    background: url(../../images/whip-border.gif) 0 100%;
    float: left;
} /*IE6*/

.whip-it a,
.whip-it span,
.unwhip-it a,
.unwhip-it span,
.whipped-it a,
.whipped-it span,
.buried-it a,
.buried-it span {
    font-weight: bold;
    display: block;
    margin-bottom: -5px;
    padding: 4px 1px 5px 1px;
    background: url(../../images/whip-border.gif) 0 0;
    width: 51px;
    text-decoration: none;
    text-align: center;
}

/*
li.whip-it:hover {
    background-position: -300px 100%;
}

li.whip-it:hover a {
    background-position: -300px 0;
}
*/

.whip-it span,
.whipped-it span,
.buried-it span {
    color: #999;
}

.news-body h3 {
    margin: 2px 0 0 0;
    font-size: 123%;
    letter-spacing: -0.01em;
    font-weight: bold;
    line-height: 1.1;
}

.news-body p {
    margin: 0.2em 0 0.1em 0;
    line-height: 1.3;
}

.news-body em {
    font-style: normal;
    font-size: 85%;
    color: #666;
}

.news-photo {
    display: block;
    float: right;
    background: #fff;
    padding: 2px;
    border: 1px solid #A5C2E3;
    margin: 0 15px 3px 10px;
    text-decoration: none;
}

.d {
    color: #a12a2a;
    font-weight: bold;
    white-space: nowrap;
    word-spacing: -0.1em;
}

.news-buried {
    opacity: 0.6;
    min-height: 1px;
} /*ie6, ie7*/

.news-buried {
    margin: 1em 0;
}

.news-buried p,
.news-buried .whip-count,
.news-buried .news-img,
.news-buried .bury,
.news-buried .news-photo {
    display: none;
}

.news-buried ul {
    background: none;
}

.news-buried h3 {
    padding-top: 0;
    font-size: 100% !important;
}

.news-buried h3, .news-buried span.d {
    font-weight: normal;
}

.news-buried .buried-it {
    margin-top: 8px;
    color: #000 !important;
}

.news-buried.hrdb-news-summary.v .buried-it {
    margin-top: 20px;
}

.news-buried .news-body {
    padding-left: 60px !important;
    min-height: 1px !important;
}
 
a.news-label {
    background: none;
}
 
.news-label img {
    vertical-align: middle;
}


.hrdb-news-footer
{
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
}
.hrdb-news-footer .date
{
	background: url(../../images/clock.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.hrdb-news-footer .comments
{
	background: url(../../images/comment.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.hrdb-news-footer .readmore
{
	background: url(../../images/page.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.hrdb-news-comment 
{
	margin: 10px;
	margin-right: 0px;
}
.hrdb-news-wrapper 
{
	border-bottom: solid 1px #cccccc;
	position: relative;
}
.hrdb-news-tags 
{
	border: solid 1px #cccccc;
	background-color: #eeeeee;
}

.comment-vitals 
{
	float: left;
	padding-right: 10px;
	width: 120px;
}
.comment-body 
{
	/* float: left; */
	/* width: 70%;*/
	padding-right: 85px;
	/* border-left: solid 1px #cccccc;*/
	min-height: 30px;
}
.comment-reply-link
{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: center;
}

.news-headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}

.news-headline a {
	text-decoration: none;
	color: #000000;
}
.news-headline a:hover {
	text-decoration: underline;
}

.news-summary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-bottom: 3px;
}

.news-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#news-footer a {}
#news-footer a:hover {}


/* Feature Top Story */

.feature-top-story {
	height: 350px;
	width: 642px;
	/*background-image: url(images/feature-top-story.jpg);*/
	background-repeat: no-repeat;
	margin-bottom: 5px;
	position: relative;
}

.feature-top-story .caption-box {
	/*opacity: .85;
	filter:alpha(opacity=85);*/
	background-image: url(images/caption-box-bg.png);
	background-repeat: repeat;
	position: absolute;
	bottom: 0;
	width: 100%;
}


.feature-top-story .innertube {
	margin: 3px;
}

.feature-top-story .ftp-credit,
.feature-top-story .ftp-credit a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature-top-story .ftp-headline a,
.feature-top-story .ftp-headline {
	-x-system-font:none;
	font-family:arial, sans-serif;
	font-size:26px;
	font-weight:700;
	padding-bottom:0px;
	margin:0;
	color: #FFFFFF;
	padding-top: 0px;
	line-height: 26px;
}

.feature-top-story .ftp-caption,
.feature-top-story .ftp-caption a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 600;
}

.feature-top-story .ftp-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-decoration:none;
	padding-top: 3px;
	color: #0099FF;
}

.feature-top-story .ftp-links a {
	color: #FFFFCC;
	text-decoration:none;
	padding-top: 3px;
	font-weight: bold;
}

.feature-top-story .ftp-links a:hover {
	text-decoration: underline;
}

ul.news_submenu 
{
width: 642px;
}
ul.news_submenu li.item {
margin-bottom: 5px;
}


/*  HRN Flash */
.flash-item 
{
	margin: 5px 10px 3px 3px;
	padding-bottom: 3px;
}
.flash-time 
{
	display: inline;
	font-weight: bold;
}
.flash-text 
{
	display:inline;
}
.flash-footer 
{
	display: inline;
}
.flash-date 
{
	font-size: 13pt;
	font-weight: bold;
	padding-bottom: 5px;
}
.feed-box-side .flash-date 
{
	color: #003399;
	font-weight: bold;
	font-size: 13px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
.et-msg
{
	float: right;
	text-align: right;
	width: 100px;
}
.flash-footer 
{
	display: inline;
}

.blog-body a 
{
    font-size: inherit;
}

