/*----------------------------------------------------------------*/
/*	© 2009 Hal Lindsey Media Ministries
/*	CSS stylesheet for The Hal Lindsey Report: archives
/*----------------------------------------------------------------*/


.rss {
	margin-right:15px;
	position:relative;
	z-index:999;
}

#archives_tabs {
	background:transparent url(../images/tabs_bg_x.gif) repeat-x left bottom;
	margin-top:-13px;
	position:relative;
	width:956px;
}

#archives_tabs ul {
	height:39px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#archives_tabs ul li {
	float:left;
	padding:0;
}

#archives_tabs ul li a {
	background:transparent none no-repeat scroll 0 0;
	display:block;
	height:39px;
	position:static;
	text-align:left;
	text-indent:-9999px;
	/* left:0;
	position:relative;
	top:0;
	z-index:2; */
}

#archives_tabs #tab_headlines {}

#archives_tabs #tab_news {}

#archives_tabs #tab_headlines a {
	background:transparent url(../images/tab_normal_1.gif) no-repeat scroll 0 0;
	width:213px;
}

#archives_tabs #tab_news a {
	background:transparent url(../images/tab_normal_2.gif) no-repeat scroll 0 0;
	width:245px;
}

/* #archives_tabs #tab_headlines a:hover {
	background-image:transparent url(../images/tab_hover_1.gif) no-repeat scroll 0 0;
}

#archives_tabs #tab_news a:hover {
	background-image:transparent url(../images/tab_hover_2.gif) no-repeat scroll 0 0;
} */

#archives_tabs #tab_headlines a.active {
	background-image:url(../images/tab_active_1.gif);
	cursor:default;
}

#archives_tabs #tab_news a.active {
	background-image:url(../images/tab_active_2.gif);
	cursor:default;
}

#news_filters {
	margin-right:3px;
}

#news_filters a {
	background:transparent none no-repeat scroll left top;
	display:block;
	float:left;
	height:25px;
	text-align:left;
	text-indent:-9999px;
}

#news_filters a.off {
	background-position:left bottom;
}

#news_filters #btn_breaking-news {
	background-image:url(../images/btn_breaking_news.gif);
	width:110px;
}

#news_filters #btn_united-states {
	background-image:url(../images/btn_united_states.gif);
	width:102px;
}

#news_filters #btn_international {
	background-image:url(../images/btn_international.gif);
	width:96px;
}

#news_filters #btn_other-news {
	background-image:url(../images/btn_other_news.gif);
	width:93px;
}

#filters #btn_go {
	margin-top:19px;
}

#loader {
	float:left;
	margin-left:10px;
	margin-top:19px;
}

.paging {
	font-size:11px;
	font-weight:bold;
	margin-left:30px;
}

.paging a {}

.paging span {
	color:#464646;
	margin:0 10px;
}


/* =Headlines
---------------------------------------------------------------------
*/

#archives_headlines {}

.headline {
	border-bottom:1px solid #393836;
	margin:0 30px 20px;
	padding-bottom:10px;
}

.headline .image {
	margin-right:16px;
	width:172px;
}

.headline .info {
	margin-right:20px;
	width:380px;
}

.headline .title {
	color:#464646;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.headline .title a {}

.headline .title .date {
	color:#464646;
	font-size:9px;
	font-weight:bold;
	margin-left:7px;
}

.headline .summary {
	line-height:18px;
	margin-top:10px;
}

.headline .links {
	width:300px;
}

.headline .links ul {}

.headline .links ul li {}

.headline .links ul li a {
	font-size:11px;
	font-weight:bold;
}

.headline .links ul li .meta {
	color:#636363;
	font-size:9px;
	font-style:italic;
}


/* =News
---------------------------------------------------------------------
*/

#archives_news {}

.news {
	border-bottom:1px solid #393836;
	float:left;
	margin:0 30px 20px;
	padding-bottom:15px;
	width:414px;
}

.news .title {}

.news .title a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.news .title .category {
	color:#464646;
	font-size:9px;
	font-weight:bold;
	margin-left:7px;
}

.news .meta {
	color:#464646;
	font-size:9px;
	font-style:italic;
	font-weight:bold;
	margin-top:7px;
}


/* =Browser Fixes
---------------------------------------------------------------------
*/

.ie6 #news_filters {
	width:401px;
}

.ie6 .news {
	margin-left:20px;
	margin-right:20px;
}