/*=================================*/
/* NICK's NEW STYLES FOR THE HEADLINE VIEW PAGE */
/*=================================*/
#headline_column {
  float: left;
  padding: 10px 0 0 10px;
}
#headline_inner {
	background: #fff;
  	border: solid 1px #bbb;
  	margin-bottom: 10px;
  	overflow: hidden;
	width: 623px;
}
/*=================================*/
/*        RULES FOR THE TOP SIX STORY SECTION           */
/*=================================*/
#headline-top-stories {
	background: url(http://techdigest.tv/img/top-story-grid-bg.gif) repeat-y;	
}
#headline-top-stories h3 {
	background: url(http://techdigest.tv/img/todays-top-stories.gif);
	height: 42px;
	text-indent: -3333px;
	padding: 0; margin: 0;
        display: none;
}
#headline-top-stories .top-six {
	width: 187px;
	padding: 10px;
	float: left;
}
#headline-top-stories .top-six h2,
#todays-headlines .the-rest h2 {
	font-size: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
}
#headline-top-stories .top-six h2 a,
#todays-headlines .the-rest h2 a{
	text-decoration: underline;
}
#headline-top-stories .top-six h2 a:hover,
#todays-headlines .the-rest h2 a:hover{
	color:#f00;
}
#headline-top-stories .breaker {
	clear: both;
	border-top: 1px solid #bbb;
}
/*=================================*/
/*       RULES FOR THE OTHER LISTED HEADLINES         */
/*=================================*/
#todays-headlines h3#myheader2 {
	background: url(http://techdigest.tv/img/todays-headlines.gif);
	height: 42px;
	text-indent: -3333px;
        display: none;
}
#todays-headlines #inner_adverts {
	float:right;
	font-size: 80%;
	width: 120px;
	padding: 10px;
}
#todays-headlines #inner_adverts .link {
  padding: 10px 0;
  overflow: hidden;
}
#todays-headlines #inner_adverts h3 {
  margin-bottom: 0;
}
#todays-headlines #inner_adverts ul {
  margin: 0 0 10px 0; padding: 0;
}
#todays-headlines #inner_adverts img {
  padding: 3px 0;
}
#shinysites {
	width: 120px;
	height: 23px;
	text-indent: -3333px;
	background: url(http://techdigest.tv/img/shiny-sites.gif);	
}
#todays-headlines .the-rest {
	width: 450px;
	padding: 10px 0 10px 10px;
}
#todays-headlines .head_ad_468 {
	margin-left: 10px;
}
/*=================================*/
/*       TABBED SWITCHES AT TOP-RIGHT OF PAGE        */
/*=================================*/
#tab-blog {
	position: absolute;
	top: 0;
	left: 780px;
	margin: 0; padding: 0;
}
#tab-blog a {
	display: block;
	text-indent: -3333px;
	background: url(http://techdigest.tv/img/tab-blog-new.gif);
	width: 89px;
	height: 20px;
	font-size: 2px;
        text-decoration: none; outline: none;
}
#tab-headline {
	position: absolute;
	top: 0;
	left: 869px;
	margin: 0; padding: 0;
}
#tab-headline a {
	display: block;
	text-indent: -3333px;
	background: url(http://techdigest.tv/img/tab-headline-new.gif);
	width: 97px;
	height: 20px;
	font-size: 2px;
        text-decoration: none; outline: none;
}
#tab-blog a:hover,
#tab-headline a:hover,
#headlinestyle #tab-headline a,
#blogstyle #tab-blog a {
	background-position: 0 -20px;
}
