@import url("0,24908,,00.css");
@import url("0,24911,,00.css");
@import url("0,24913,,00.css");
@import url('0,24910,,00.css');
/* homepage page overrides only, use sparingly if at all */

/* this stylesheet overrides the original homepage. it should be merged with
   the standard css files when the new grid is rolled out sitewide. */
/* ------------------------------ LAYOUT ------------------------------ */

/* major layout */
.homepage #content {
padding: 0;
}
.homepage #primary {
float: left;
width: 667px !important;
}
.homepage #secondary {
width: 333px !important;
float: left;
padding: 22px 0 0 0;
}
.homepage #tertiary {
width: 1000px;
overflow: hidden;
padding: 0;
margin: 0;
}

/* group and module defaults */
.homepage #primary .group.stories {
margin: 0; /* modules supply bottom spacing */
}
.homepage #primary .group .item {
float: left;
width: 316px;
}
.homepage #primary .group .item.first {
margin: 0 0 0 8px;
}
* html .homepage #primary .group .item.first {
margin: 0 0 0 4px; /* IE6 doubles the margin. I care not why... */
}
.homepage #primary .group .item.second {
margin: 0 0 0 18px;
}
.homepage #primary .module {
width: 316px;
margin: 0 0 20px 0;
}
.homepage #secondary .module {
width: 316px;
margin: 0 0 20px 8px;
}


/* main image controls */
.homepage .lead-image .controls {
top:233px !important;
right:1px;
}

/* video module */
.homepage #primary .video .module-heading {
margin: 0 0 2px 0;
}

/* spotlight module */
.homepage #secondary .highlights,
.homepage #secondary .highlights .module-heading,
.homepage #secondary .highlights .module-header,
.homepage #secondary .highlights .module-item {
width:316px;
}
.homepage #secondary .highlights .module-item .more-link {
width:314px;
}

/* tertiary */
.homepage #tertiary .group {
width: 984px;
margin: 0 8px 20px 8px;
padding: 0;
}
.homepage #tertiary .theaustralian  {
background: #fff url("secondary-wide-bg.gif") 660px 0 repeat-y !important;
}
.homepage #tertiary .theaustralian .item {
background: #fff;
}
.homepage #tertiary .leaderboard-ad {
width: 984px;
margin: 0 0 20px 0;
text-align: center;
}



/* feeds module ---------- */

.feed-list {
width: 100%; /* for opera */
}
.homepage .feed-list li,
.homepage .feed-list dd {
float: left;
min-width: 26%;
}
* html .homepage .feed-list li,
* html .homepage .feed-list dd {
width: 26%;
}


/* ------------------------------ SKIN ------------------------------ */

.homepage #page {
color: #000;
background: #fff url("secondary-wide-bg.gif") 668px 0 repeat-y !important;
}

.homepage #primary .section-links .module-content li {
list-style-type: none;
background: transparent url("iconset-related-links.gif") 0 0.4em no-repeat;
margin: 0.1em 0 0 0;
padding: 0 0 0 13px;
line-height: 1.4;
}

/* top stories heading */
.homepage .top-stories .topstories {
margin: 0 0 12px 0 !important;
}

/* lead story is lead-story, others in top stories area are top-story */
.homepage #primary .top-stories .lead-story {
margin: 0 0 12px 0;
}

.homepage .top-story .module-header, .homepage .top-story .module-heading {
border: 0;
background: #fff;
}

.homepage #primary .top-stories,
.homepage #primary .top-stories .section-links,
.homepage #breaking-news {
margin: 0;
}

.homepage #primary .opinion .module-header .module-heading {
text-indent: -9999px;
background: #fff url("heading-opinion.gif") bottom left no-repeat;
margin: 0 0 1px 0;
min-height: 17px;
}
* html .homepage #primary .group-header .opinion {
height: 17px;
}
.homepage #primary .group-header .heading .more-link {
text-indent: 0;
}


/* section-links is for all modules containing links to another section
   section-links + subsections is for modules with subsection headings */

.homepage #primary .section-links .content-item .heading {
text-transform: uppercase;
border-left: 4px solid #86a0b6;
background: #d5dee6 url("triple-subheader-bg.gif") bottom right no-repeat;
padding: 0.1em 0.4em 0 0.4em;
min-height: 15px;
}
.homepage #primary .section-links .module-header {
margin: 0 0 1px 0;
position: relative;
}
.homepage #primary .section-links .module-header .more-link {
text-indent: 0 !important;
position: absolute;
top: 2px;
right: 0;
}

.homepage #primary .section-links .content-item {
margin: 0 0 10px 0;
}
.homepage #primary .section-links .content-item .heading {
margin: 0 0 5px 0;
}
.homepage #primary .section-links .content-item .content-item .heading {
text-transform: none;
border: 0;
background: #fff;
}
.homepage #primary .section-links .module-content img {
float: left;
margin: 0 5px 5px 0;
border: 1px solid #aaa;
}
/* reset heading margin/padding */
.homepage #primary .section-links .module-content .heading {
margin: 0;
}
.homepage #primary .section-links .content-item .content-item .heading {
margin: 0;
padding: 0;
}
/* set consistent top margin */
.homepage #primary .section-links .module-content,
.homepage #primary .section-links .content-item .content-item {
margin-top: 7px;
}
.homepage #primary .section-links.subsections .module-content {
margin-top: 0 !important;
}

/* end set consistent top margin */

.homepage #primary .section-links .content-item {
clear: both;
}
.homepage #primary .module-content ul,
.module-related {
clear: both !important;
}
.homepage #primary .section-links .content-item .content-item {
clear: none !important;
}






/* ---------- tabs ---------- */
.homepage ul.breaking-news-tab-list {
width: 316px;
}

/* tab states */
/* set up basic tab sizes */
.homepage #topstories-tab {
width: 91px;
height: 22px;
}
.homepage #mostread-tab {
width: 225px;
height: 22px;
}
/* swap in backgrounds according to state */
a#topstories-tab:link, a#topstories-tab:visited {
background: #003366 url("homepage-tab-sprite-316px-wide.gif") 0 -100px no-repeat;
text-indent: -9999px;
}
a#topstories-tab:focus, a#topstories-tab:hover, a#topstories-tab:active {
background: #003366 url("homepage-tab-sprite-316px-wide.gif") 0 -50px no-repeat;
text-indent: -9999px;
}
.topstories-tab a#topstories-tab {
background: #003366 url("homepage-tab-sprite-316px-wide.gif") 0 0 no-repeat !important;
text-indent: -9999px;
cursor: default;
}

a#mostread-tab:link, a#mostread-tab:visited {
background: #003366 url("homepage-tab-sprite-316px-wide.gif") -91px 0 no-repeat;
text-indent: -9999px;
}
a#mostread-tab:focus, a#mostread-tab:hover, a#mostread-tab:active {
background: #003366 url("homepage-tab-sprite-316px-wide.gif") -91px -100px no-repeat;
text-indent: -9999px;
}
.mostread-tab a#mostread-tab {
background: #003366 url("homepage-tab-sprite-316px-wide.gif") -91px -50px no-repeat !important;
text-indent: -9999px;
cursor: default;
}


/* highlights headers/dinkus images */

.homepage #secondary .module.highlights .module-header {
background: #F4F4F4 url("secondary-wide-bg.gif") -10px 0 repeat-y;
}

/* default/fallback */
/* standard default - sets line on wide version, so existing dinks can be reused */
.homepage #secondary .module.highlights .module-subheading {
background: transparent url("highlight-header-default-wide.gif") 0 0 no-repeat;
text-indent: -9999px;
width: 316px;
height: auto;
}

.homepage #secondary .module-subheading.spotlight {
background: transparent url("highlight-header-spotlight-wide.gif") 0 0 no-repeat !important;
}

.homepage #secondary .module-subheading.exec-tech {
background: transparent url("highlight-header-exectech-wide.gif") 0 0 no-repeat !important;
}

.homepage #secondary .module-subheading.it-news {
background: transparent url("highlight-header-itnews-wide.gif") 0 0 no-repeat !important;
}

.homepage #secondary .module-subheading.it-business {
background: transparent url("highlight-header-itbusiness-wide.gif") 0 0 no-repeat !important;
}

.homepage #secondary .module-subheading.reviews {
background: transparent url("highlight-header-reviews-wide.gif") 0 0 no-repeat !important;
}

.homepage #secondary .module-subheading.opinion {
background: transparent url("highlight-header-opinion-wide.gif") 0 0 no-repeat !important;
}


/* ping */
.homepage #secondary .module-heading.ping {
text-indent: -9999px;
background: #fff url("ping-header-wide1.gif") 0 0 no-repeat !important;
width: 316px;
height: 55px;
}

/* ------------------------------ BASE ------------------------------ */

.homepage .top-stories .top-story .module-heading,
.homepage #primary .top-stories .top-story .module-heading a {
font-size: 1em;
}

.homepage #primary .section-links .content-item .heading,
.homepage #primary .section-links .content-item .heading a {
font-weight: normal;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.homepage #primary .section-links .module-header,
.homepage #primary .section-links .module-header .more-link,
.homepage #primary .section-links .module-header .more-link a {
font-size: 1em;
font-weight: normal;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.homepage #primary .section-links .content-item .content-item .heading a,
.homepage #primary .section-links .content-item .content-item .heading {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}

