/* @group Tag Styles */

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #fff;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 69%;
	min-width: 800px;
}

/* because IE/win can't resize, we hide the real font size from it. */
html>body
{
	font-size: 12px;
}

img
{
	border: none;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.dnarr {
	padding-left: 2px;
	padding-bottom: 1px;
}


/* some browsers never heard of inheritance! */
table, tr, td, div, p, blockquote, ol, ul, dl, li, dt, dd
{
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Geneva, sans-serif;
}

table
{
	position: relative;
}

p
{
	margin: 0em 0em 1em 0em;
	padding: 0em;
}



a:hover
{
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6
{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	clear:both;
}

h1, h2, h3
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

acronym
{
	font: inherit;
}

p.highlight 
	{
		padding:5px 3px 5px 5px;
		font-weight: bold;
		border:1px solid #BBBBDD;
	}

.center
{
    display: block;
    margin-left: auto;
    margin-right: auto
}

.botp
{
padding-bottom: 5px;
}

.topp
{
padding-top: 5px;
}

/* @end */

/* @group Site Layout Elements */

.headlines
{
	margin-left: 15px;
	text-align: left;
	line-height: 150%;
	padding-bottom: 2em;
	position: relative; 
}

div.padder
{
	/* padding the REAL container div can cause issues with the math */
	margin-bottom: 24px;
	line-height: 150%;
}

/* fun with floats: these lay out the big elements in the page. */
div#topbanner
{
	
	position: relative;
	padding: 9px 0px 13px 10px;
	color: #123;
	font-weight: bold;
	font-size: 10px;
	height: 90px;
}

p#whammy
{
	position: absolute;
	bottom: 13px;
	left: 240px;
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
}

p#topbanneradvert
{
	position: absolute;
	bottom: 13px;
	left: 210px;
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
}

div.navcontainer
{
	clear: both;
	margin-top: 0px;
	padding: 4px 10px;
	font-size: 10px;
	height: 15px;
	white-space: nowrap;
}



div#news
{
	/* note that margin-right is minimum 315px.  Extra 10 for whitespace */
	margin-left: 15px;
	text-align: left;
	line-height: 150%;
	position: relative; 
}


#sidebarz
{
	text-align: left;
	position: relative; 
	background-color: #fff;
}

#td-adbar
{
width: 350px;
}

div#footer
{
	clear: both;
	display: block;
	padding: 5px 20px;
	font-size: 10px;
	z-index: 100;
}

#news div.padder
{
	padding-right: 0em;
}

/* NFC What Extras is */

.extras
{
	position: relative; 
	text-align: justify;
}

div.extras p 
{
	margin: 0em;
}

.extras div.padder {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

form#tmosearch
{
	margin: 0px 0px 5px 0px;
	padding: 0em;
}

/* @end */

/* @group Navbar */

/* Navigation area styles. */

ul.navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.navlist a:link, .navlist a:visited
{
	/* line-height: 14px; */
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	white-space: nowrap;
}

ul.navlist
{
	margin: 0px;
	padding: 1px 0px;
	text-transform: lowercase;
	display: inline;
	float: left;
	width: 83%;
	min-width: 61em;
}

div.navcontainer p img 
{
	vertical-align: middle;
}

div.navcontainer p
{
	margin: 0px;
	padding: 1px 0px;
	float: right;
	text-align: right;
	width: 13%;
	display: inline;
	white-space: nowrap;
}

/* @end */

/* @group Footer */

.footernavlist a:link, .footernavlist a:visited
{
	/* line-height: 14px; */
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	white-space: nowrap;
}

.footernavlist a:link#current, .footernavlist a:visited#current, .footernavlist a:hover
{
	color: #000;
}

.footernavlist a:hover
{
	color: #000;
}

ul.footernavlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div#footer ul.footernavlist
{
	text-align: center;
}

ul.footernavlist
{
	margin: 0px 0px 6px 0px;
	padding: 1px 0px;
	text-transform: lowercase;
	display: inline;
	float: left;
	width: 100%;
}

div#footer img
{
	margin: 4px;
	float: right;
}

/* @end */

/* @group Ad Bar I Think */

div.rightbox {
	background: transparent;
	margin: 0em 0em 2em 0em;
}

div.rightbox p, form {
	background:#f4f4f4;
	padding: 0.3em 1em 0.3em 1em;
	margin: 0em 0em;
}

#stock-list {
 background: #f1f1f1;
 list-style-type: none;
 padding: 0 10px 0 12px;
 margin: 0;
}

#stock-list li {
 background-repeat: no-repeat;
 background-position: 110px 3px;
 padding: 3px 12px 3px 3px;
 text-align: left;
}

div#sidebarz #stock-list {
	margin-bottom: 16px;
	border: 1px solid #689;
	line-height: 130%;
	margin: 0em 1em 0em 1em;
	padding: 10px;
}



div#sidebarz .specials {
	margin: 0em 1em 0em 1em;
}


.sideadvert {
	background: transparent url(/imgs/site_images/tmo/site2004/adpop.gif) top center no-repeat;
	padding-top: 10px;
	margin-top: 15px;
	text-align: center;
}

.sidebyside {
	padding: 10px;
}

.tilead 
{
	width: 125px;
	height: 125px;
	float: left;
	margin: 7px;
	display: inline;
}

h3.stockquote
{
	background: transparent url(/imgs/site_images/tmo/site2004/dollars.gif) center left no-repeat;
	padding-left: 18px;
}

h3.dealsontheweb
{
	background: transparent url(/imgs/site_images/tmo/site2004/deals.gif) center left no-repeat;
	padding-left: 18px;
}

div.padder
{
	margin: 0px 6px;
}

div.dotw
{
	margin: 2px 6px;
}

/* @end */

/* @group Ad Styles */

/* Styles to control the ad. */
/* places the 'advertisement' graphic above ads */
.advert, div.storytile
{
	background: transparent url(/imgs/site_images/tmo/site2004/adpop.gif) top center no-repeat;
	padding-top: 10px;
	margin-top: 5px;
}

.advert img
{
	margin-bottom: 14px;
	display: block;
}

div#banneradvert {
	text-align: center;
	padding:0px 0px 10px 0px;
	margin:11px 0px;
}

div#banneradvert img {
	border:1px solid #eee;
}

/* @end */

/* @group Headers and Titles */

/* these are the header styles; i'm still trying to figure out why IE won't paint text */
div#topbanner h1
{
	width: 220px;
	text-align: left;
}

/* i'll name these little guys properly one day */
.extras h3, .headlines h2, #sidebarz h2, h2.forums, .sidebarz h3
{
	margin: 0px 0px 10px 06px;
	padding: 4px 0px 3px 0px;
	text-transform: lowercase;
	color: #333;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.headlines h2 
{
	margin-left: 0px;
}

h2.todays, h2.headline, h3.headline
{
	background: transparent url(/imgs/site_images/tmo/site2004/news.gif) center left no-repeat;
	padding-left: 18px;
}

h2.todays {
	padding-top: .7em;
	background-position: 0 .9em;
	text-transform: none;
}

h3.topics, h3.comments, h3.forums, h2.forums
{
	background: transparent url(/imgs/site_images/tmo/site2004/hotstuff.gif) center left no-repeat;
	padding-left: 18px;
}

h2.column, h2.headline, h3.thespin, h3.comments
{
	color: #333;
	font-size: 1.2em;
}

.timestamp
{
	margin-right: 0.5em;
	color: #444;
	font-weight: bold;
}

/* @end */

/* @group Homepage Headlines and Briefs Listing */

#header-main-td
{min-width:660px;}

div.headline_home .timestamp_home
{
	width: 80px;
	font-size:10px;
	float: left;
	color: #333;
	font-weight: normal;
	text-align: right;

}

div.headline_home {
position: relative;
	padding-top: .3em;
	padding-bottom: .3em;
	border-bottom: 1px dotted #ccc;
}

div.headline_home .title_home
{
	text-align: left;
	padding-left: 95px;
	padding-right: 50px;
}

div.brief_home {
	border-bottom: 1px dotted #bec2bd;
	position: relative;
	border-left-style: none;
	border-right-style: none;
	padding-top: .3em;
	padding-bottom: .3em;
}

div.brief_home .teaser_home {
	padding-left: 95px;
	max-width: 800px;
}


div.brief_home .teaser_image_home {
	width: 90px;
	text-align: center;
	vertical-align: middle;
	float: left;
	display: table-cell;
}

/* the drop down news briefs setting */
span.briefs_pref {
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}

div#headlines .spacia {
	margin:50em;
	clear:both;
}

.chicklet {
-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

/* @end */

/* @group Recent Headlines  */
/* Was old headlines homepage view */
.shortheadline dl
{
	padding-bottom:5em;
	clear:both;
}

dl.shortheadline dd
{
	width:80%;
	float:left;
	text-align: left;
	margin: 0em 0em 0.5em 0em;
	padding: 0em 0em 0em 0.8em;
}

dl.featureslist dt
{
	border 1px solid black;
	padding: 0.5em 1em 0em 1em;
}

dl.featureslist dd
{
	padding: 0em 1em 0.5em 1em;
}

.featureslist img {
	height: auto;
	max-width: 128px;
	clear:both;	
}

.headlinelist img {
	height: auto;
	max-width: 80px; 
}

span.teas_img_wrap {
	width: 90px;
	text-align: center;
	vertical-align: middle;
	float: left;
	display: table-cell;
}



dl.headlinelist dt strong
{
	padding-top: 2px;
	padding-bottom: 2px;
	/* hide from IE mac \*/
	padding-left: 18px;	
	background: transparent url(/imgs/site_images/tmo/site2004/breakingnews.gif) no-repeat center left;
	/* end hiding from IE5 mac */
	color: #357;
	clear: none;
}

dl.headlinelist dd p
{
display: inline;
margin: 0px;
padding: 0px;
}

/* homepage listings of today's headlines, etc */
dl.headlinelist, dl.featureslist
/* the container that holds a set of headlines. */
{

	line-height: 150%;
}

dl.headlinelist dt
{
	font-size: 1.1em;
	font-weight: bold;
}


dl.headlinelist dt, dl.featureslist dt
{
	color: #777;
	text-align: left;
	padding-top: 8px;
	clear: both;
}

dl.headlinelist dd, dl.featureslist dd
{
	margin: 0em 0em 1.5em 0em;
}

dl.shortheadline dt 
{
	width:14%;
	min-width:60px;
	font-size:10px;
	float: left;
	color: #333;
	text-align: right;
	padding-top: 0px;
}


/* @end */

/* @group Reader Specials */

/* .specials controls the Reader Specials and DOTW boxen */
div.specials
{
	margin-bottom: 16px;
	font-size: 0.9em;
	line-height: 130%;
}

div.specials h3
{
	padding: 0.4em;
}

div.specials ul
{
	list-style: none;
	padding: 0em;
	margin: 0.8em;
}

div.specials ul li
{
	margin: 0em 0em 0.4em 0em;
	padding: 0.4em;
	background: #ddd;
}

.reader
{
	float: left;
	width: 58%;
}

.deals
{
	float: right;
}

/* @end */

/* @group Entry Header */

#entry_head .teas_thumb {
	border-style: none;
	margin: 5px;
	float: left;
}

#entry_head h3 {
	font-size: 150%;
	padding: 10px 10px 0;
}

#head_list hr {
	height: 1px;
	clear: both;
	position: relative;
	margin-left: 0px;
}

#entry_head ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	white-space: nowrap;
}

#entry_head #head_list {
	float: left;
	position: absolute;
	left: 7em;
	height: 9em;
	margin-right: 8em;
	padding-left: 1em;
	width: 85%;
}

#entry_head {
	position: relative;
	height: 8.6em;
	margin-bottom: .4em;
	padding-bottom: 1em;
}

#entry_head #head_name {
	position: relative;
	clear: left;
}

p.cat_description {
	min-width: 40em;
	max-width: 80em;
	margin-right: 2em;
}

/* @end */



/* @group Spread The Word & Entry End Bar */

/* Spread the word */

#spreadwordbox {
	width: 150px;
	float: right;
	margin: 6px;
	text-align: center;
	position: relative;
}

#spreadwordbox p.spreadword {
	
	text-align: center;
	margin: 0px 0px 3px;
	padding: 3px;
	font-weight: bold;
	font-size: 100%;
}

#spreadwordbox p {
	margin: 2px;
	font-size: 80%;
}

li.spread_item {
	list-style-type: none;
	display: inline;
}

ul.spread {
	width: 6em;
	padding: 0px;
	margin: 8px auto;
}

#entry_end_bar {
padding: 0;
margin: 10px 0px 10px 20px;
height: 2em;
display: inline-block;
}

div#entry_end_wrap {
	margin-left: auto;
    margin-right: auto;
    width: 50%;
    min-width: 50em;
}

#entry_end_bar li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;	
}

#entry_end_bar ul {
border: 0;
margin: 0 auto;
padding: 0;
list-style-type: none;
text-align: center;
}

#entry_end_bar ul li a
{
/* width: 78px;
height: 18px; */
border-right: none;
margin: 0 0 1em 0;
text-decoration: none;
display: block;
text-align: center;
font: normal 0.8em/1.8em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
padding: .4em .6em;
}

#entry_end_bar span.stbuttontext {
	padding-left: 1.8em;
}

#entry_end_bar a.stbutton.stico_rotate {
	background-position: .4em .4em !important;
}

input#short_url {
width: 10em;
text-decoration: none;
text-align: center;
font: normal 0.8em/1.8em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
margin: .22em .6em;
padding: 0;
}

/* @end */

/* @group Podcast */

/* Podcast Styles */

#podcast_data td,th {
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

#podcast_data .align_override {
	text-align: left;
	padding-left: 5px;
	vertical-align: text-top;
}

#show_notes_search {
	background: #fff;
	float:right;
	padding: 3px;
	text-align: center;
	clear: right;
}
#show_notes_search .input {
	width: 140px;
	margin: 5px;
}

h3.show_notes {
	clear: left;
}

/* @end */

/* @group Contact Page Tabs */

/*  CONTACT PAGE NAV TABS */

#contact_nav {
  float:left;
min-width:620px;
  font-size:93%;
  line-height:normal;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-bottom:10px;
  clear:both;
  }
#contact_nav ul {
  margin:0;
  padding:5px 5px 0;
  list-style:none;
  }
#contact_nav li {
  float:left;
  background:url("/imgs/site_images/tmo/tab_off_l.png") no-repeat left top;
  margin-right:5px;
  padding:0 0 0 9px;
  }
#contact_nav a {
  float:left;
  display:block;
  background:url("/imgs/site_images/tmo/tab_off_r.png") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
#contact_nav a:hover {color:#333;}
#contact_nav .current {background-image:url("/imgs/site_images/tmo/tab_on_l.png");}
#contact_nav .current a {
  background-image:url("/imgs/site_images/tmo/tab_on_r.png");
  color:#333;
  padding-bottom:5px;
  }

/* @end */

/* @group TMO Store */

p.tmostore, p.textad
{
	padding: 0em 0.8em;
}

p.tmostore
{
	padding: 0.8em 9.3em 0.8em 0.8em;
	border: 1px solid #bbd;
	background: #fff url(/imgs/site_images/tmo/site2004/shirt2.gif) bottom right no-repeat;
}

/* @end */

/* @group Perhaps Depreciated? */

.KonaBody .teas_thumb
{
	float:left;
position: relative;
text-align: center;
margin-left: 15px;
margin-right: 15px;
border: none;
clear: both;
}

.headlinelist .teas_thumb
{
float: left;
margin-right: 7px;
margin-bottom: 7px;
border: none;
padding: 2px;
clear: both;
}

/* @group Gavin's Menus? */

/* new things from Gavin */

ul.navlist li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
    
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	
}

li>ul {
	top: auto;
	left: auto;
}


li:hover ul {
   
	display: block;
	 
}

 li.over ul {
	display: block;
	margin-top:-8px;
	
}
li.over-mac ul {
    
    margin-left: -55px;
    display: block;
   
}

.dropdown-div {
	line-height:15px;
    padding: 5px;
    width:150px;
}

.dropdown-div a hover {
 background-color: #ffffff;
}

/* @end */

/* @group Perhaps Old Forum?  Don't Know. */

/* forumthings */

table#forumwrapper {
border-style: solid;
border-width: 1px 1px 4px 1px;
}

table#forumwrapper th {
text-align: left;
}

ul.forummenu, p.greeting {
margin: 0em;
padding: 0em;
}

ul.forummenu li {
display: inline;
list-style-type: none;
padding: 0em 1.5em 0em 0em;
}

/* @end */

/* @group Old Features & Tools Sidebar I think */

div#sidebarz ul {
	list-style:none;
	text-align:left;
	margin: 0em;
	padding: 1.8em 0em 0em 0em;
}

div#sidebarz .specials ul {
	padding-top: 0em;
}

div#sidebarz li {
	padding: 0em 0em 0.2em 0.5em;
}

div#sidebarz .rightbox li {
	padding: 0em 0em 0.0em 0em;
	font-size:95%;
	line-height: normal;
}



ul.items
{
	list-style: none;
	margin: 0em;
	padding: 0em;
}

ul.items li
{
	background: #f1f1f1;
	border-top:3px solid #fff;
	padding: 0.6em 1em 0.6em 1.3em;
	margin: 0em 0em;
	color: #333;
}

ul.items li.odd
{
	background: #f8f8f8;
	border-top:3px solid #fff;
	padding: 0.6em 1em 0.6em 1.3em;
	margin: 0em 0em;
	color: #333;
}

ul.items a
{
	display: inline;
}

#sidebarz ul
{
	list-style-type: none;
	text-align: left;
	margin: 0em 0.5em 1em 0.5em;
	padding: 0em;
}

div#sidebarz h3
{
	padding-top: 15px;
}

h3.features, h2.column
{
	background: transparent url(/imgs/site_images/tmo/site2004/features.gif) center left no-repeat;
	padding-left: 18px;
	margin-top: 0.6em;
}

h3.dotmac
{
	background: transparent url(/imgs/site_images/tmo/site2004/dotmac.gif) center left no-repeat;
	padding-left: 18px;
}

p.bombshelter
{
	padding: 0.8em 3.2em 0.8em 0.8em;
}

/* @end */

h3.thespin
{
	background: transparent url(/imgs/site_images/tmo/site2004/thespin.gif) center left no-repeat;
	padding-left: 18px;
}

/* @group Dot Mac Status */

div.dotmac {
	text-align: left;
}

#dotmac-list {
 background: #f1f1f1;
 list-style-type: none;
 padding: 0 12px 0 12px;
 margin: 0;
 }

#dotmac-list li {
 background-repeat: no-repeat;
 background-position: 110px 3px;
 padding: 5px;
 }

h3.dotmac-history
{
	background: transparent url(/imgs/site_images/tmo/site2004/dotmac.gif) center left no-repeat;
	padding-left: 18px;
}
 
#dotmac-history {
 background: #f1f1f1;
 list-style-type: none;
 padding: 0 0 0 12px;
 margin: 0;
}
 
 #dotmac-history li {
 background-repeat: no-repeat;
 background-position: 110px 3px;
 padding: 3px 12px 3px 3px;
 }

.dotmac h2
{
	margin-left: 6px;
}

/* @end */

/* @end */

/* @group Fuck if I Know */

/* This appears to be poorly named misc styles.

Some are redudant (a lot of oddball pads and clears)

Some refer to markup I have no idea about

*/

p.bombshelter, p.textad
{
	padding: 0em 0.8em;
}

.claude
{
	/* this is our 'hidden text' style */
	position: absolute;
	top: -1000em;
	left: -1000em;
}

/* spacer divs and extra bumpers make for friction-free floats and footers that stay where they're told. */
div.entry
{
	clear: both;
}

/* Used at least in the recent headlines */
.spacia {clear:both;}

/* generic stuff */

p.topmostads
{
	margin: 0px 0px 5px 0px;
}

p.topmostads a
{
	color: #234;
	white-space: nowrap;
}

p.storylink
{
	text-align: center;
}

/* the tile in the right of articles */

div.storytile
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 310px;
}

p.abouttheauthor
{
	margin-left: 5em;
	margin-right: 5em;
	padding: 1.5em;
	border-top: 1px solid #cca;
	font-style: italic;
}

div#colophon {
	padding-top: 1em;
}

div#colophon img {
	float: right;
}

div#colophon p {
	float: left;
	display:block;
	clear: both;
}

div#sponsors {
	float: right;
}

/* archive page, perhaps navbar too? */
.year99 {display:none;}

/* @group NFC Mac Products */

div.macproducts
{
	text-align: left;
	width: 135px;
	margin: auto;
	margin-top:10px;
}

div.macproducts h3
{
	background: #eee;
	padding: 0.4em;
	border-bottom: 1px solid #999;
}

div.macproducts dl
{
	margin: 0.5em 1em;
	padding: 0em;
}

div.macproducts dt
{
	font-weight: bold;
}

div.macproducts dd
{
	margin: 0em 0em 1em 0em;
	padding: 0em;
}

/* @end */

/* @end */

/* @group Comment Styles SHOULD BE IN COMMENTS.css */

div.comment
{
	margin: 0.5em 0em 1em 0em;
	max-width: 60em;
}

p.commentdetail
{
	padding: 0.4em 0.8em;
	margin: 0em;
}

div.commentbody
{
	padding: 0.8em;
	background: #fff;
}

div.comment form
{
	margin: 0.4em 0.8em;
}

/* @end */