/*
colours, borders, texture/backgrounds, padding/margin refinement
*/

/* basics */

body {
background: #535353 url("http://www.theaustralian.news.com.au/images/body-bg.gif") 50% 50% repeat-y;
}

a:link, a:visited {
text-decoration: none;
color: #003366;
}
a:focus, a:hover, a:active {
text-decoration: none;
color: #CC0A17;
outline:none;
}

fieldset, #secondary abbr, #nav abbr {border:none;}

/* header --------------------------------------------------------------------- */

#date {
color: #003366;
background: #fff;
}

.homepage #header h1 {
text-indent: -9999px;
height: 55px;
width: 429px;
background: #fff url("http://www.theaustralian.news.com.au/images/h1-theaustralian-logo.gif") top left no-repeat;
}

.logo-wrap {
text-indent: -99999px;
height: 37px;
width: 244px;
background: #fff url("http://www.theaustralian.news.com.au/images/theaustralian-logo-wrap-default.gif") 0 10px no-repeat;
}

/* page ----------------------------------------------------------------------- */

#page {
color: #000;
background: #fff url("http://www.theaustralian.news.com.au/images/secondary-wide-bg.gif") 100% 0 repeat-y;
}

.homepage #page, .section #page, .super-section #page {
background: #fff url("http://www.theaustralian.news.com.au/images/secondary-bg.gif") right 0 repeat-y;

}

/* nav ------------------------------------------------------------------------ */
#header,
#nav {background:#fff;}


.homepage #navigation dl, .static #navigation dl, .search-results #navigation dl, .super-section #navigation dl {
border-bottom-color:#fff;
}

/* navigation globals & first tier */

/* note active class not active state */
#navigation dt a:focus,
#navigation dt a:hover,
#navigation dt a:active,
#navigation dt a.active {
border-bottom:2px solid #aaa;
}

/* second tier & third tier */
#navigation dt {
font-weight:bold;
}

#navigation dd {
border-top:1px solid #aaaaaa;
}

#navigation dl {
border-top:2px solid #dbdada; background:#e8e8e8;
border-bottom: 1px solid #86a0b6;
}

#navigation2  dl dt a {
color:#003366;
font-weight:normal;
}
#navigation  dl dt a:hover {
background:#fafafa; color:#cc0a17; border:none;
}
#navigation dl dt.active {
color:#3C6C95;
background:#fff;
border:1px solid #86a0b6;
border-width:1px 1px 0 1px;
}

#navigation dl dt.active a {
color:#3C6C95;
font-weight:bold;
padding:0;
}

/* third tier */

#navigation dl dd {
border:none;
}
#navigation dl dd  dl {
border:none; background:#fff;
}
#navigation dl dd  dl dt.active a {
color: #447299;
font-weight:normal;
}
#navigation dl dd  dl dt a:hover {
background:none;
}


/* content -------------------------------------------------------------------- */

#primary {
padding-bottom:20px;
}

/* widgets ------------------------- */

.widget-tabadabado .tab-list {
	border-bottom:1px solid #86a0b6;
}

.widget-tabadabado .tab-list li a {
	background:#d5dee6;
	padding:0 15px;
}

.widget-tabadabado .tab-list li a:hover {
	background:#003366;
	color:#fff;
}

.widget-tabadabado .tab-list li.active {
	font-weight:bold;
}

.widget-tabadabado .tab-list li.active a,
.widget-tabadabado .tab-list li.active a:hover {
	background:#fff;
	color:#003366;
}


/* secondary variant */
#secondary .widget-tabadabado .tab-list {
border-bottom-color:#cfcfcf;
}

#secondary .widget-tabadabado .tab-list li.active {
border-color:#cfcfcf;
}

#secondary .widget-tabadabado .tab-list li.active a,
#secondary .widget-tabadabado .tab-list li.active a:hover {
background:#fff;
color:#003366;
}

#secondary .widget-tabadabado .tab-list li,
#secondary .widget-tabadabado .tab-list li a {
text-transform:none!important;
}

#secondary .widget-tabadabado .tab-list li a  {
background:#e8e8e8;

}

#secondary .widget-tabadabado .tab-list li a:hover {
background:#003366;
color:#fff;
}

#secondary .widget-tabadabado .module-header {
background-position:0 5px;
margin:0;
padding:0;
}

#secondary .widget-tabadabado .tab-list li.last a {
width:39px;
text-align:center;
font-weight:normal;
}

#secondary .widget-tabadabado .module-header li {
font-weight:bold;
cursor:default;
text-transform:uppercase!important;
}

#secondary .widget-tabadabado .module-header li.tab {
font-weight:normal;
}

#secondary .widget-tabadabado .module-subheader {
position:absolute;
left:-99999px;
}

#secondary .widget-tabadabado .module-content {
border-top:none;
}

/* forms ------------------------------------------------------------------------ */
/* fields */
form.generic .field-text,
#tools-comments form .field-text,
#tools-email form .field-text{
border:1px solid #9db7cc;
text-indent:3px;
}
form.generic select,
#tools-comments form select,
#tools-email form select {
border:1px solid #9db7cc;
}

.field-submit,
#field-submit {
background:url("http://www.theaustralian.news.com.au/images/btn-grey.gif") 100% 100% no-repeat;
border:1px solid #f2f2f2;
border-width:1px 0 0 1px;
border:none;
padding:2px 20px 2px 10px;
cursor:pointer;
color:#003366;
clear:both;
text-indent:0;
margin:0;
text-align:right;
}

* html .field-submit,
* html #field-submit {
height:1.5em;
}

#tools-comments .field-submit,
#tools-email .field-submit{
width:118px;
}

#tools-email .field-submit {
width: 90px;
}

#tools-email .message-wrap .field-submit {
width:118px;
}

.form.generic.search .field-submit {
width:100px;
}


a.field-submit {padding-top:2px;}

form.generic label .required,
#tools-comments form label .required,
#tools-email form label .required {
text-indent:-9999px;
display:inline-block;
width:1px;
letter-spacing:-9999px;
background:url("http://www.theaustralian.news.com.au/images/icon-required.gif") 0 30% no-repeat;
padding:3px;
}



form.generic .key-required span,
form.generic label span,
#tools-comments form label span,
#tools-comments form .key-required span,
#tools-email form label span,
#tools-email form .key-required span {
color:#447299;
}

form.generic textarea,
#tools-comments textarea,
#tools-email textarea {
border:1px solid #9db7cc;
}


/* errors */
#content form.generic ul li ul.errors li,
#content form.generic.search ul.errors li,
#tools-comments form ul li ul.errors li {
color:#fff; background:#990000 url("http://www.theaustralian.news.com.au/images/bg-error.gif") 0 0 no-repeat; padding:5px 3px 2px;
width:auto;
}

#content form.generic.search ul.errors {
clear:none;
}

/* common */


 #content form.generic ul li label,
 #tools-comments form ul li label {
 cursor:pointer;
 }

/* primary module defaults ---------- */

#primary .module-heading {
border-bottom: 1px solid #aaa;
padding: 0 0 3px 0;
text-transform: uppercase;
}

#primary .module-heading a {
color: #666666;
border-bottom: 1px solid #aaa;
padding: 0 0 2px 19px;
}
#primary .module-heading a:link, #primary .module-heading a:visited {
background: transparent url("http://www.theaustralian.news.com.au/images/h2-theaustralian-device-hover.gif") 2px 1px no-repeat;
}
#primary .module-heading a:focus, #primary .module-heading a:hover, #primary .module-heading a:active {
background: transparent url("http://www.theaustralian.news.com.au/images/h2-theaustralian-device.gif") 2px 1px no-repeat;
}

#primary .module-content {
clear: both;
}

#primary .module-content .heading {
margin: 7px 0 2px 0;
}

#primary  .more-link a {
background-image: none !important;
text-transform: none;
}
#primary  .more-link a:link, #primary .more-link a:visited {
text-transform: none;
color: #003366;
}
#primary  .more-link a:focus, #primary .more-link a:hover, #primary .more-link a:active {
text-transform: none;
color: #CC0A17;
}

#primary .module-heading .more-link a:link, #primary .module-heading .more-link a:visited {
color: #003366;
border-bottom: 0;
}

#primary .module-heading .more-link a:focus, #primary .module-heading .more-link a:hover, #primary .module-heading .more-link a:active {
color: #CC0A17;
}

#primary .module-content p {
line-height: 1.35; /* provisional change - ref 2 */
}

#primary .module-footer {
padding: 0.4em 0;
}

#primary .footnote {
margin: 1em 0;
}

/* .split groups have two items/columns ---------- */

#primary .split .second .module-content {
margin: 2px 0 0 0;
}

#primary .split .second .module-heading {
color: #666666;
padding: 0;
}

#primary .split .second .module-heading a {
background-image: none;
color: #666666;
padding: 0;
border-bottom: 0;
}

/* triple modules */
#primary .triple .module-heading {
color:#003366;
}

#primary .triple .module-heading a:link,
#primary .triple .module-heading a:visited,
#primary .triple .module-heading a:focus,
#primary .triple .module-heading a:hover,
#primary .triple .module-heading a:active {
background:none!important;
border:none;
padding:0;
color:#003366;
}

#primary .triple .module-heading a:hover,
#primary .triple .group-header .heading a:hover {
color: #cc0a17;
}

/* triple modules */
#primary .triple .group-header .heading {
margin: 0;
color:#666666;
}

#primary .triple .group-header .heading a {
color:#666666;
}

#primary .triple .group-header .heading .more-link {
text-indent: 0;
}
#primary .triple .group-header .more-link a {
color:#003366;
}

#primary .triple .group-header {
background: url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
padding: 0 0 2px 0;
margin: 0 20px 1px 0;
}

#primary .triple .module .module-heading {
text-transform: uppercase;
border-left: 4px solid #cfcfcf !important;
background: #e8e8e8 url("http://www.theaustralian.news.com.au/images/triple-subheader-bg.gif") bottom right no-repeat;
padding: 0 20px 0 4px;
min-height: 15px;
border-bottom:none;
}

/* double modules */
#primary .double .module-heading a:hover,
#primary .double .group-header .heading a:hover {
color: #cc0a17;
}

/* triple modules */
#primary .double .group-header .heading {
margin: 0;
color:#666666;
}

#primary .double .group-header .heading a {
color:#666666;
}

#primary .double .group-header .heading .more-link {
text-indent: 0;
}
#primary .double .group-header .more-link a {
color:#003366;
}

#primary .double .group-header {
background: url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
padding: 0 0 2px 0;
margin: 0 0 1px 0;
}

#primary .group.double .group-header .heading {
border:none;
}

/* thumbnails */

#primary .thumbnail {
border: 1px solid #aaaaaa;
margin: 4px 8px 0 0;
}

#primary .module.thumbnails .heading {
margin-top: 7px;
}

#primary .module.thumbnails .module-content {
margin-top:3px;
}

.module.promotion .thumbnail {
border: 1px solid #aaaaaa;
margin: 0 0 0 8px;
}

.module.lightbox .controls {
background:#313131;
text-align:right;
border-top:1px solid #4c4c4c;
}

.module.lightbox .controls button {
background:none;
border:none;
color:#fff;
cursor:pointer;
}

/* author taglines */

.module-heading .tagline {
font-weight: normal;
}

/* more links */

.more-link {
background: transparent url("http://www.theaustralian.news.com.au/images/icon-more-link-bg.gif") right 0.45em no-repeat;
padding: 0 8px 0 0;
margin-right: 2px;
}
.more-link a {
background-image: none;
}
.more-link a:link, .more-link a:visited {
color: #003366;
}
.more-link a:focus, .more-link a:hover, .more-link a:active {
color: #CC0A17;
}


/* related link lists */

#primary .module-related,
#primary .section-stories,
#tertiary .module-related {
padding-top: 0.35em;
}

.module-related li, .section-stories li {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 0.4em no-repeat;
margin: 0;
padding: 0 0 0 13px;
line-height: 1.4;
}

a.new {
background: transparent url("http://www.theaustralian.news.com.au/images/icon-new-flag.gif") center right no-repeat;
padding-right: 35px;
}



/* nav ------------------------------------------------------------------------ */

#nav {
clear: both;
padding: 0 0 0 10px;
}

/* specific modules - primary ----------------------------------------------------------- */

/* lead image ----------
cyclomatic styles are in layout.css
old

.lead-image .main-image {
border: 1px solid #aaaaaa;
margin: 0;
}
.lead-image .caption {
background: #e8e8e8;
border-top: 2px solid #dbdada;
padding: 2px 6px 4px 6px;
margin: 0;

}
.image-and-controls .controls {
color: #fff;
background: #003366;
}
.lead-image a {
border: 1px solid #aaaaaa;
}
.lead-image .caption a {
border:none;
}
*/

/* lead image ----------
ramonomatic styles are in layout.css */

.lead-image .module-item img {
border:1px solid #aaa;
margin:0;
}

.lead-image .module-item .photo {
border:1px solid #aaa;
}
.lead-image .photo img {
border:none;
}

.lead-image .module-item {
display:none;
}

.lead-image .module-item.active {
display:block;
}

.lead-image .module-item p {
background:#e8e8e8;
border-top:2px solid #dbdada;
}

.lead-image .caption .more-link {
font-weight: bold;
}

.lead-image .controls {
background:#003366;
color:#fff;
}
.lead-image .controls img {
cursor:pointer;
}

/* lead story ---------- */
#primary .lead-story .module-header {
margin: -2px 0 0 0;
padding: 0;
background: none !important;
}
#primary .lead-story .module-heading {
border: 0;
background: none !important;
}
#primary .lead-story .module-heading a {
background: none !important;
text-transform: none;
margin: 0;
padding: 0;
border: 0;
color: #003366;
float: none;
}
#primary .lead-story .module-heading a:link, #primary .lead-story .module-heading a:visited {
background: none !important;
}
#primary .lead-story .module-heading a:focus, #primary .lead-story .module-heading a:hover, #primary .lead-story .module-heading a:active {
color: #CC0A17;
background: none !important;
}

#primary .lead-story .module-content {
padding: 4px 0 0 0;
line-height: 1.35;
}
#primary .lead-story .module-content p {
margin: 0 0 5px 0;

	margin: 0; /* provisional change - ref 1 */

}
#primary .lead-story .module-content .more-link {
padding: 0 10px 0 0;
}

#primary .lead-story .module-related {
margin: 5px 0 0 0;
}

/* latest news ---------- */

#breaking-news {
border-bottom: 1px solid #86a0b6;
}

#breaking-news .module-header {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
margin: 0 0 7px  0;
padding: 0 0 1px 0;
}
#breaking-news .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-latestnews.gif") top left no-repeat;
border: 0;
}

* html #breaking-news .module-heading {
width: 234px;
}

#breaking-news .module-heading a {
background-image: none !important;
border: 0;
}

/* top stories tab module - "breaking news first" version ---------- */


#breaking-news .tab-list a {
border:0;
padding:0;
margin:0;
top:0;
height:22px;
}

#breaking-news .tab-list {
height:22px;
padding:0;
}

#breaking-news .tab-list li {
border:0;
height:22px;
margin:0;
top:1px;
}

/* set up basic tab sizes */

#breakingnews-tab {
width: 91px;
}
#topstories-tab {
width: 74px;
}
#mostread-tab {
width: 69px;
}

/* swap in backgrounds according to state */

a#breakingnews-tab:link, a#breakingnews-tab:visited {
background: #003366 url("http://www.theaustralian.news.com.au/images/homepage-latestnews-tab-sprite.gif") 0 -100px no-repeat;
text-indent: -9999px;
}
a#breakingnews-tab:focus, a#breakingnews-tab:hover, a#breakingnews-tab:active {
background: #003366 url("http://www.theaustralian.news.com.au/images/homepage-latestnews-tab-sprite.gif") 0 -50px no-repeat;
text-indent: -9999px;
}
.active a#breakingnews-tab {
background: #003366 url("http://www.theaustralian.news.com.au/images/homepage-latestnews-tab-sprite.gif") 0 0 no-repeat !important;
text-indent: -9999px;
cursor: default;
}

a#topstories-tab:link, a#topstories-tab:visited {
background: #003366 url("http://www.theaustralian.news.com.au/images/homepage-latestnews-tab-sprite.gif") -91px 0 no-repeat;
text-indent: -9999px;
}
a#topstories-tab:focus, a#topstories-tab:hover, a#topstories-tab:active {
background: #003366 url("http://www.theaustralian.news.com.au/images/homepage-latestnews-tab-sprite.gif") -91px -100px no-repeat;
text-indent: -9999px;
}
.active a#topstories-tab {
background: #003366 url("http://www.theaustralian.news.com.au/images/homepage-latestnews-tab-sprite.gif") -91px -50px no-repeat !important;
text-indent: -9999px;
cursor: default;
}

a#mostread-tab:link, a#mostread-tab:visited {
background: #003366 url("http://www.theaustralian.news.com.au/images/homepage-latestnews-tab-sprite.gif") -165px -50px no-repeat;
text-indent: -9999px;
}
a#mostread-tab:focus, a#mostread-tab:hover, a#mostread-tab:active {
background: #003366 url("http://www.theaustralian.news.com.au/images/homepage-latestnews-tab-sprite.gif") -165px 0px no-repeat;
text-indent: -9999px;
}
.active a#mostread-tab {
background: #003366 url("http://www.theaustralian.news.com.au/images/homepage-latestnews-tab-sprite.gif") -165px -100px no-repeat !important;
text-indent: -9999px;
cursor: default;
}

/* tab module styles - all versions ---------- */

#breaking-news .module-content ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#breaking-news .module-content ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#breaking-news .module-content ul li.odd {
background: #e7ecf0;
}
#breaking-news .module-content ul li.even {
background: #fff;
}

/* tier two content --------------------------------------------------------------- */

.tier-two .module-content .heading {
padding: 1px 0 0 0;
}


/* video ---------- */

#primary .video .module-header {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
border: 0 !important;
padding: 0 0 4px 0;
}
#primary .video .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-video.gif") top left no-repeat;
border: 0 !important;
}
#primary .video .module-heading .more-link {
text-indent: 0;
}
#primary .video .module-heading .more-link a:link, #primary .video .module-heading .more-link a:visited {
color: #003366;
}
#primary .video .module-heading .more-link a:focus, #primary .video .module-heading .more-link a:hover, #primary .video .module-heading .more-link a:active {
color: #CC0A17;
}


/* weather ---------- */

#primary .weather .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-weather.gif") top left no-repeat;
border: 0 !important;
}
#primary .weather .module-header {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
}
#primary .weather .module-heading a {
background: none !important;
border: 0;
display: block;
min-height: 13px;
*height: 13px;
}
#primary .weather .module-heading .more-link {
text-indent: 0;
text-align: right;
}
#primary .weather .module-heading .more-link a {
text-indent: 0;
}

/* =special offers --------------------------------------------------------------- */


#primary #special-offers .module-header {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
height: 19px;
}
#primary #special-offers .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-specialoffers.gif") top left no-repeat;
border: 0 !important;
}
#primary #special-offers .module-content {
margin-top: 8px;
}

/* =special offer tabs ---------- */

ul.special-offer-tab-list {
margin: 6px 0 0 0;
list-style-type: none;
border-bottom: 1px solid #86a0b6;
}
ul.special-offer-tab-list a {
line-height: 1.5;
}
* html ul.special-offer-tab-list a {
position: relative;
top: 1px;
}

#offer-item1-tab,
#offer-item2-tab,
#offer-item3-tab {
border-top: 1px solid #fff;
border-bottom: 1px solid #86a0b6;
background: #d5dee6 url("http://www.theaustralian.news.com.au/images/special-offer-tab-bg.gif") 100% 0 repeat-y;
color: #003366;
margin: 2px 0 0 0;
}

.offer-item1-tab #offer-item1-tab,
.offer-item2-tab #offer-item2-tab,
.offer-item3-tab #offer-item3-tab {
border-top: 1px solid #86a0b6;
border-right: 1px solid #86a0b6;
border-bottom: 1px solid #fff;
border-left: 1px solid #86a0b6;
background: #fff !important;
color: #003366 !important;
cursor: default;
font-weight: bold;
}

.offer-item-content {
min-height: 100px;
padding: 6px 0;
}
* html .offer-item-content { height: 100px; }

.offer-item1-tab #offer-item2-tab, .offer-item1-tab #offer-item3-tab {
background: #d5dee6 url("http://www.theaustralian.news.com.au/images/special-offer-tab-bg.gif") 0 0 repeat-y;
}
.offer-item2-tab #offer-item1-tab {
background: #d5dee6 url("http://www.theaustralian.news.com.au/images/special-offer-tab-bg.gif") 100% 0 repeat-y;
}
.offer-item2-tab #offer-item3-tab {
background: #d5dee6 url("http://www.theaustralian.news.com.au/images/special-offer-tab-bg.gif") 0 0 repeat-y;
}
.offer-item3-tab #offer-item1-tab, .offer-item3-tab #offer-item2-tab {
background: #d5dee6 url("http://www.theaustralian.news.com.au/images/special-offer-tab-bg.gif") 100% 0 repeat-y;
}

#offer-item1-tab:focus, #offer-item1-tab:hover, #offer-item1-tab:active,
#offer-item2-tab:focus, #offer-item2-tab:hover, #offer-item2-tab:active,
#offer-item3-tab:focus, #offer-item3-tab:hover, #offer-item3-tab:active {
background: #003366;
color: #fff;
}

#special-offers .offer-item .offer-item-footer {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") top left repeat-x;
border-bottom: 1px solid #aaa;
height: 1.5em;
line-height: 1.5em;
text-align: right;
}

/* text modules next to weather */

#weather .second .module .module-heading {
border-bottom: 1px solid #aaa !important;
padding: 0 0 3px 0 !important;
text-transform: uppercase !important;
}
#weather .second .module .module-heading a {
color: #666666 !important;
border-bottom: 1px solid #aaa !important;
padding: 0 0 2px 19px !important;
}
#weather .second .module .module-heading a:link,
#weather .second .module .module-heading a:visited {
background: transparent url("http://www.theaustralian.news.com.au/images/h2-theaustralian-device-hover.gif") 2px 1px no-repeat;
}
#weather .second .module .module-heading a:focus,
#weather .second .module .module-heading a:hover,
#weather .second .module .module-heading a:active {
background: transparent url("http://www.theaustralian.news.com.au/images/h2-theaustralian-device.gif") 2px 1px no-repeat;
}

/* special offer modules next to weather */

#special-offers #pdfoffrontpage {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-frontpagereprint.gif") top left no-repeat;
border: 0 !important;
}
#special-offers #digitaledition {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-digitaledition.gif") top left no-repeat;
border: 0 !important;
}
#special-offers #pdfoffrontpage a, #special-offers #digitaledition a {
display: block;
min-height: 15px;
*height: 15px;
}
#special-offers .offer-split .offer-item-content {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") top left repeat-x;
padding: 0.5em;
}
#special-offers .offer-split .offer-item-footer {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") top left repeat-x;
border-bottom: 1px solid #aaa;
height: 1.5em;
line-height: 1.5em;
text-align: right;
}

#special-offers .offer-split .offer-item-content {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") top left repeat-x;
padding: 0.5em;
}
#special-offers .offer-item-footer {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") top left repeat-x;
border-bottom: 1px solid #aaa;
height: 1.5em;
line-height: 1.5em;
text-align: right;
}

/* rhc version of special offers */

#secondary .special-offer {
border-bottom: 1px solid #aaa;
}
#secondary #special-offers {
border-bottom: 0;
}

#secondary .special-offer .module-content {
border: 0;
}

#secondary .special-offer .module-header,
#secondary .special-offer .module-heading {
border: 0;
margin: 0;
padding: 0;
background-image: none;
}
#secondary .special-offer .module-heading {
height: 17px;
width: 311px;
}

#secondary .special-offer .module-footer {
border: 0;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") top left repeat-x;
}

#secondary #special-offers .module-header {
margin: 0 0 8px 0;
}
#secondary #special-offers .module-content {
padding: 0;
}

#secondary #special-offers .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-secondary-specialoffers.gif") bottom left no-repeat;
}

#secondary .special-offer #digitaledition {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-secondary-specialoffers-digitaledition.gif") bottom left no-repeat;
}
#secondary .special-offer #pdfoffrontpage {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-secondary-specialoffers-pdfoffrontpage.gif") bottom left no-repeat;
}


/* secondary --------------------------------------------------------------- */

#secondary {
padding-top:10px!important;
}


/* secondary module defaults ---------- */

#secondary .module-header {
background: transparent url("http://www.theaustralian.news.com.au/images/secondary-heading-bg.gif") 0 0 no-repeat;
margin-bottom: 1px;
padding: 0.1em 0 0.1em 1em;
}

#secondary .module-header, #secondary .module-header a:link, #secondary .module-header a:visited {
color: #003366;
text-transform: uppercase;
}
#secondary .module-header a:focus, #secondary .module-header a:hover, #secondary .module-header a:active {
color: #cc0a17;
text-transform: uppercase;
}

#secondary .module-header span {
font-weight:normal;
}

#secondary .module-content {
background: #fff;
border: 1px solid #cfcfcf;
padding: 8px 10px;
}

#secondary .module-content .heading {
margin-bottom: 0.1em;
}

#secondary .module-content p {
line-height: 1.35;
}

#secondary .module-footer {
background: #fff;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #cfcfcf;
min-height: 1.6em;
line-height: 1.6em;
}
* html #secondary .module-footer {
padding-right: 5px;
}

/* default module with large image ---------- */

#secondary .image {
border-width: 0 0 1px 0;
border-style: solid;
border-color: #cfcfcf;
}
#secondary .image .module-content {
background: #fff;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #cfcfcf;
}
#secondary .image .module-content {
text-align: center;
padding: 0 0 5px 0;
}
#secondary .image .module-content p {
text-align: left;
padding: 5px 5px 0 5px;
}
#secondary .image .module-footer {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") top left repeat-x;
border-right: 1px solid #cfcfcf;
border-bottom: 0;
border-left: 1px solid #cfcfcf;
}

/* related links module ---------- */

#secondary .latest .module-related,
#secondary .related .module-related {
border: 1px solid #cfcfcf;
padding: 10px;
background:#fff;
}

/* specific modules - secondary ----------------------------------------------------------- */

/* schools ----------
see also .school-resources dinkus
*/

#secondary .module.schools .module-content ul li {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 0.4em no-repeat !important;
margin: 0;
padding: 0 0 0 13px;
line-height: 1.4;
}
#secondary .module.schools .module-content .heading {
margin: 0.5em 0 0.2em 0;
}
#secondary .module.schools .module-footer {
border-right: 0;
border-bottom: 0 !important;
border-left: 0;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") top left repeat-x;
}

/* opinion ---------- */
#secondary .spotlight .module-header {
background-image: none;
padding: 0.2em 0 0 0;
}

#secondary .spotlight .module-subheader {
border: 0;
}

#secondary .spotlight .module-content {
background: #fff;
border-width: 0;
border-style: solid;
border-color: #cfcfcf;
padding: 0px 0px 10px 8px !important;
}

#secondary .spotlight .module-wrap {
background:#fff;
}

#secondary .spotlight .module-item {
background:#fff;
}

#secondary .spotlight .controls .index {
margin:0 3px;
color:#003366;
}

#secondary .spotlight .module-footer {
border-right: 0;
border-bottom: 1px solid #aaa;
border-left: 0;
margin: 0;
padding: 0;
}

#secondary .spotlight .module-footer ul {
background: #D5DEE6;
}

#secondary .spotlight .more-link {
background:#fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif")  top repeat-x;
text-align: right;
padding: 2px 0;
margin:0;
border-bottom:1px solid #aaaaaa;
}

#secondary .spotlight .more-link a {
background: transparent url("http://www.theaustralian.news.com.au/images/icon-more-link-bg.gif") right 0.45em no-repeat;
padding: 0 8px 0 0;
margin-right: 5px;
}

* html #secondary .spotlight .module-footer { height: 17px; }

#secondary .spotlight .module-footer ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#secondary .spotlight .module-footer ul li {
display: inline;
float: left;
margin: 0;
padding: 0;
min-width: 72px;
background: #D5DEE6;
border-right: 1px solid #fff;
}
* html #secondary .spotlight .module-footer ul li { width: 72px; }

#secondary .spotlight .module-footer ul li.last {
border-right: 0;
}

#secondary .spotlight .module-footer ul a {
text-transform: uppercase;
margin: 0;
text-align: left;
display: block;
}
#secondary .spotlight .module-footer ul a.letters {
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-opinion-footer.gif") 8px 6px no-repeat;
padding-left: 2.2em;
}
#secondary .spotlight .module-footer ul a.yoursay {
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-opinion-footer.gif") 6px -43px no-repeat;
padding-left: 2.1em;
}
#secondary .spotlight .module-footer ul a.blogs {
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-opinion-footer.gif") 12px -93px no-repeat;
padding-left: 2.5em;
}
/* hack to get IE hovers right */
* html #secondary .spotlight .module-footer ul a.blogs { padding-right: 200px; margin-right: -200px; }
* html #secondary .spotlight .module-footer li { overflow: hidden; }
/* end weird hack to get IE hovers right */

#secondary .spotlight .module-footer ul a:focus, #secondary .spotlight .module-footer ul a:hover, #secondary .spotlight .module-footer ul a:active {
color: #001C39;
background-color: #B9C8D5;
}

/* opinion headers/dinkus images */

#secondary .spotlight .module-subheading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/opinion-header-default.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
margin-bottom:10px;
}

.highereducation #secondary .spotlight .module-subheading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/highered-editorschoice-generic-dink.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
margin-bottom:10px;
}

/* individual headders/dinkus images*/

#secondary .feature .module-heading.aban-contractor,
#secondary .spotlight .module-subheading.aban-contractor {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/abancontractor-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.adele-ferguson,
#secondary .spotlight .module-subheading.adele-ferguson {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/adeleferguson-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.alan-wood,
#secondary .spotlight .module-subheading.alan-wood {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/alanwood-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.anthony-mcclellean,
#secondary .spotlight .module-subheading.anthony-mcclellean {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/anthonymcclellean-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.bernard-salt,
#secondary .spotlight .module-subheading.bernard-salt {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/bernardsalt-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.bina-brown,
#secondary .spotlight .module-subheading.bina-brown {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/binabrown-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.brent-read,
#secondary .spotlight .module-subheading.brent-read {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/brentread-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.bryan-frith,
#secondary .spotlight .module-subheading.bryan-frith {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/bryanfrith-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.caroline-overington,
#secondary .spotlight .module-subheading.caroline-overington {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/carolineoverington-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.chris-merritt,
#secondary .spotlight .module-subheading.chris-merritt {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/chrismerritt-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.david-nason,
#secondary .spotlight .module-subheading.david-nason {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/davidnason-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.david-uren,
#secondary .spotlight .module-subheading.david-uren {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/daviduren-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.dennis-shanahan,
#secondary .spotlight .module-subheading.dennis-shanahan {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/dennisshanahan-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.elizabeth-meryment,
#secondary .spotlight .module-subheading.elizabeth-meryment {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/elizabethmeryment-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.emma-tom,
#secondary .spotlight .module-subheading.emma-tom {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/emmatom-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.errol-simper,
#secondary .spotlight .module-subheading.errol-simper {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/errolsimper-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.frank-devine,
#secondary .spotlight .module-subheading.frank-devine {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/frankdevine-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.gavin-moodie,
#secondary .spotlight .module-subheading.gavin-moodie {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/gavinmoodie-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.geoff-elliott,
#secondary .spotlight .module-subheading.geoff-elliott {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/geoffelliott-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.george-megalogenis,
#secondary .spotlight .module-subheading.george-megalogenis {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/georgemegalogenis-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.glenda-korporaal,
#secondary .spotlight .module-subheading.glenda-korporaal {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/glendakorporaal-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.glenn-milne,
#secondary .spotlight .module-subheading.glenn-milne {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/glennmilne-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.greg-sheridan,
#secondary .spotlight .module-subheading.greg-sheridan {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/gregsheridan-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.hedley-thomas,
#secondary .spotlight .module-subheading.hedley-thomas {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/hedleythomas-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.imre-salusinszky,
#secondary .spotlight .module-subheading.imre-salusinszky {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/imresalusinszky-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.jane-fraser,
#secondary .spotlight .module-subheading.jane-fraser {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/janefraser-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.janet-albrechtsen,
#secondary .spotlight .module-subheading.janet-albrechtsen {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/janetalbrechtsen-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.judith-elen,
#secondary .spotlight .module-subheading.judith-elen {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/judithelen-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.john-durie,
#secondary .spotlight .module-subheading.john-durie {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/johndurie-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.kevin-andrusiak,
#secondary .spotlight .module-subheading.kevin-andrusiak {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/kevinandrusiak-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.lara-sinclair,
#secondary .spotlight .module-subheading.lara-sinclair {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/larasinclair-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.leigh-dayton,
#secondary .spotlight .module-subheading.leigh-dayton,
#secondary .feature .module-heading.lee-dayton,
#secondary .spotlight .module-subheading.lee-dayton {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/leedayton-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.louise-evans,
#secondary .spotlight .module-subheading.louise-evans {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/louiseevans-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.malcolm-conn,
#secondary .spotlight .module-subheading.malcolm-conn {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/malcolmconn-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.mark-day,
#secondary .spotlight .module-subheading.mark-day {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/markday-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.matthew-stevens,
#secondary .spotlight .module-subheading.matthew-stevens {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/matthewstevens-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.matt-price,
#secondary .spotlight .module-subheading.matt-price {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/mattprice-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.michael-costello,
#secondary .spotlight .module-subheading.michael-costello {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/michaelcostello-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.michael-sainsbury,
#secondary .spotlight .module-subheading.michael-sainsbury {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/michaelsainsbury-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.michael-west,
#secondary .spotlight .module-subheading.michael-west {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/michaelwest-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.mick-coward,
#secondary .spotlight .module-subheading.mick-coward {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/mickcoward-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.mick-malthouse,
#secondary .spotlight .module-subheading.mick-malthouse {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/mickmalthouse-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.mike-steketee,
#secondary .spotlight .module-subheading.mike-steketee {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/mikesteketee-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.noel-peterson,
#secondary .spotlight .module-subheading.noel-peterson {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/noelpeterson-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.patrick-smith,
#secondary .spotlight .module-subheading.patrick-smith {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/patricksmith-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.paul-kelly,
#secondary .spotlight .module-subheading.paul-kelly {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/paulkelly-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.peter-alford,
#secondary .spotlight .module-subheading.peter-alford {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/peteralford-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.peter-lalor,
#secondary .spotlight .module-subheading.peter-lalor {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/peterlalor-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.peter-switzer,
#secondary .spotlight .module-subheading.peter-switzer {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/peterswitzer-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.phillip-adams,
#secondary .spotlight .module-subheading.phillip-adams {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/phillipadams-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.ricky-ponting,
#secondary .spotlight .module-subheading.ricky-ponting {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/rickyponting-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.ricky-stuart,
#secondary .spotlight .module-subheading.ricky-stuart {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/rickystuart-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.robert-gottliebsen,
#secondary .spotlight .module-subheading.robert-gottliebsen {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/robertgottliebsen-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.rowan-callick,
#secondary .spotlight .module-subheading.rowan-callick {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/rowancallick-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.ruth-ostrow,
#secondary .spotlight .module-subheading.ruth-ostrow {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/ruthostrow-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.sebastian-smee,
#secondary .spotlight .module-subheading.sebastian-smee {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/sebastiansmee-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.sid-marris,
#secondary .spotlight .module-subheading.sid-marris {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/sidmarris-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.stephen-ellis,
#secondary .spotlight .module-subheading.stephen-ellis {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/stephenellis-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.stephen-matchett,
#secondary .spotlight .module-subheading.stephen-matchett {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/stephenmatchett-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.stuart-wilson,
#secondary .spotlight .module-subheading.stuart-wilson {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/stuartwilson-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.susan-kurosawa,
#secondary .spotlight .module-subheading.susan-kurosawa {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/susankurosawa-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.susan-maushart,
#secondary .spotlight .module-subheading.susan-maushart {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/susanmaushart-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.terry-mccrann,
#secondary .spotlight .module-subheading.terry-mccrann {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/terrymccrann-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.biz-turi-Condon,
#secondary .spotlight .module-subheading.biz-turi-Condon,
#secondary .feature .module-heading.turi-condon,
#secondary .spotlight .module-subheading.turi-condon {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/turicondon-dink.gif") 0 0 no-repeat;
}
#secondary .feature .module-heading.wayne-smith,
#secondary .spotlight .module-subheading.wayne-smith {
background: transparent url("http://www.theaustralian.news.com.au/images/headers/waynesmith-dink.gif") 0 0 no-repeat;
}

#secondary .feature .module-heading.micheal-bodey,
#secondary .spotlight .module-subheading.micheal-bodey {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/michealbodey-dink.gif") 0 0 no-repeat;
}

#secondary .feature .module-heading.simon-canning,
#secondary .spotlight .module-subheading.simon-canning {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/simoncanning-dink.gif") 0 0 no-repeat;
}

#secondary .feature .module-heading.jane-schulze,
#secondary .spotlight .module-subheading.jane-schulze {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/janeschulze-dink.gif") 0 0 no-repeat;
}

#secondary .feature .module-heading.nick-tabakoff,
#secondary .spotlight .module-subheading.nick-tabakoff {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/nicktabakoff-dink.gif") 0 0 no-repeat;
}

#secondary .feature .module-heading.sally-jackson,
#secondary .spotlight .module-subheading.sally-jackson {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/sallyjackson-dink.gif") 0 0 no-repeat;
}

#secondary .feature .module-heading.henry-thornton,
#secondary .spotlight .module-subheading.henry-thornton {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/henrythornton-dink.gif") 0 0 no-repeat;
}

#secondary .feature .module-heading.jennifer-hewett,
#secondary .spotlight .module-subheading.jennifer-hewett {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/jenniferhewett-dink.gif") 0 0 no-repeat;
}

/* opinion scrollomatic
more css in layout */

#secondary .spotlight .controls a {
background:#e8e8e8 url("http://www.theaustralian.news.com.au/images/icon-sprites-arrows.gif") 0 0 no-repeat;
text-indent:-9999px;
letter-spacing:-9999px;
}

#secondary .spotlight .controls a:hover {
background-color:#ccc;
}

#secondary .spotlight .controls a.back {
background-position:6px 6px;
}

#secondary .spotlight .controls a.forward {
background-position:6px -94px;
}

#secondary .spotlight .controls a.back.inactive {
background-position:6px -194px!important;
}

#secondary .spotlight .controls a.forward.inactive {
background-position:6px -294px;
}




/* cartoons ---------- */

#secondary #cartoons .module-content p {
*padding-top: 1px !important;
}

/* features, eg. strewth ---------- */

#secondary .feature {
border-bottom: 1px solid #cfcfcf;
}

#secondary .feature .module-heading {
height: 55px !important;
}

#secondary .feature .module-header {
text-indent: -9999px;
color: #000;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/feature-header-default.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
margin: 0;
padding: 0;
}

#secondary .feature .module-content {
border: 0;
padding-top: 8px;
}

#secondary .feature .module-content li {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 0.4em no-repeat !important;
margin: 0;
padding: 0 0 0 15px;
line-height: 1.4;
}

#secondary .feature .module-footer {
border-right: 0;
border-bottom: 0;
border-left: 0;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") top left repeat-x;
}

/* subsection and low subsection headers */
.lowsection #secondary .feature .module-header {
text-indent: -9999px;
background: #fff;
height: 55px;
width:311px;
}

#secondary .module-header .politics-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/genericopinion-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .features-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/genericopinion-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .school-resources {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/schoolresources-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .sciencenature-soa {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/scienceonair-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .health-pulse {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/thepulse-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .defence-ns {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/nationalsecurity-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-me-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/genericopinion-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-mining-week {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/miningweek-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-daily-assay {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/dailyassay-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-bf-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/sectionlow-heading-pulse.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-features-opinion1 {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/genericopinion-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-features-opinion2 {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/genericopinion-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-legal-prejudice {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/prejudice-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-legal-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/genericopinion-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-wealth-bb {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/buyerbeware-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-wealth-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/sectionlow-heading-pulse.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-aviation-sh {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/shorthaul-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-property-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/genericopinion-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .biz-pure-speculation {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/purespeculation-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .media-marketing-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/genericopinion-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .media-broadcast-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/genericopinion-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .media-print-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/genericopinion-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .michael-sainsbury {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/michael-sainsbury-dink-wide.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .media-film-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/feature-header-default.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .media-editor-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/feature-header-default.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .media-arts-opinion {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/feature-header-default.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .he-opinion-blogs {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/feature-header-default.gif") 0 0 no-repeat;
height: 55px;
}
#secondary .module-header .micheal-bodey {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/michealbodey-dink.gif") 0 0 no-repeat;
height: 55px;
}

#secondary .module-header .simon-canning {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/simoncanning-dink.gif") 0 0 no-repeat;
height: 55px;
}

#secondary .module-header .jane-schulze {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/janeschulze-dink.gif") 0 0 no-repeat;
height: 55px;
}

#secondary .module-header .nick-tabakoff {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/nicktabakoff-dink.gif") 0 0 no-repeat;
}

#secondary .module-header .sally-jackson {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/sallyjackson-dink.gif") 0 0 no-repeat;
height: 55px;
}

#secondary .module-header .jennifer-hewett {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/jenniferhewett-dink.gif") 0 0 no-repeat;
height: 55px;
}

/* individual wide dinkuses */

.subsection #secondary .module-header .aban-contractor,
.lowsection #secondary .module-header .aban-contractor {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/abancontractor-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .adele-ferguson,
.lowsection #secondary .module-header .adele-ferguson {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/adeleferguson-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .alan-wood,
.lowsection #secondary .module-header .alan-wood {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/alanwood-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .anthony-mcclellean,
.lowsection #secondary .module-header .anthony-mcclellean {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/anthonymcclellean-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .bernard-salt,
.lowsection #secondary .module-header .bernard-salt {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/bernardsalt-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .bina-brown,
.lowsection #secondary .module-header .bina-brown {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/binabrown-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .brent-read,
.lowsection #secondary .module-header .brent-read {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/brentread-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .bryan-frith,
.lowsection #secondary .module-header .bryan-frith {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/bryanfrith-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .caroline-overington,
.lowsection #secondary .module-header .caroline-overington {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/carolineoverington-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .chris-merritt,
.lowsection #secondary .module-header .chris-merritt {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/chrismerritt-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .david-nason,
.lowsection #secondary .module-header .david-nason {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/davidnason-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .david-uren,
.lowsection #secondary .module-header .david-uren {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/daviduren-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .dennis-shanahan,
.lowsection #secondary .module-header .dennis-shanahan {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/dennisshanahan-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .elizabeth-meryment,
.lowsection #secondary .module-header .elizabeth-meryment {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/elizabethmeryment-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .emma-tom,
.lowsection #secondary .module-header .emma-tom {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/emmatom-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .errol-simper,
.lowsection #secondary .module-header .errol-simper {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/errolsimper-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .frank-devine,
.lowsection #secondary .module-header .frank-devine {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/frankdevine-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .gavin-moodie,
.lowsection #secondary .module-header .gavin-moodie {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/gavinmoodie-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .geoff-elliott,
.lowsection #secondary .module-header .geoff-elliott {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/geoffelliott-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .george-megalogenis,
.lowsection #secondary .module-header .george-megalogenis {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/georgemegalogenis-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .glenda-korporaal,
.lowsection #secondary .module-header .glenda-korporaal {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/glendakorporaal-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .glenn-milne,
.lowsection #secondary .module-header .glenn-milne {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/glennmilne-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .greg-sheridan,
.lowsection #secondary .module-header .greg-sheridan {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/gregsheridan-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .hedley-thomas,
.lowsection #secondary .module-header .hedley-thomas {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/hedleythomas-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .imre-salusinszky,
.lowsection #secondary .module-header .imre-salusinszky {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/imresalusinszky-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .jane-fraser,
.lowsection #secondary .module-header .jane-fraser {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/janefraser-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .janet-albrechtsen,
.lowsection #secondary .module-header .janet-albrechtsen {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/janetalbrechtsen-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .judith-elen,
.lowsection #secondary .module-header .judith-elen {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/judithelen-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .judith-elen,
.lowsection #secondary .module-header .judith-elen {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/judithelen-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .john-durie,
.lowsection #secondary .module-header .john-durie {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/johndurie-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .kevin-andrusiak,
.lowsection #secondary .module-header .kevin-andrusiak {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/kevinandrusiak-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .leigh-dayton,
.lowsection #secondary .module-header .leigh-dayton,
.subsection #secondary .module-header .lee-dayton,
.lowsection #secondary .module-header .lee-dayton {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/leedayton-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .louise-evans,
.lowsection #secondary .module-header .louise-evans {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/louiseevans-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .malcolm-conn,
.lowsection #secondary .module-header .malcolm-conn {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/malcolmconn-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .mark-day,
.lowsection #secondary .module-header .mark-day {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/markday-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .matthew-stevens,
.lowsection #secondary .module-header .matthew-stevens {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/matthewstevens-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .matt-price,
.lowsection #secondary .module-header .matt-price {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/mattprice-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .michael-costello,
.lowsection #secondary .module-header .michael-costello {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/michaelcostello-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .michael-sainsbury,
.lowsection #secondary .module-header .michael-sainsbury {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/michaelsainsbury-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .michael-west,
.lowsection #secondary .module-header .michael-west {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/michaelwest-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .mick-coward,
.lowsection #secondary .module-header .mick-coward {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/mickcoward-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .mick-malthouse,
.lowsection #secondary .module-header .mick-malthouse {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/mickmalthouse-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .mike-steketee,
.lowsection #secondary .module-header .mike-steketee {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/mikesteketee-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .noel-peterson,
.lowsection #secondary .module-header .noel-peterson {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/noelpeterson-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .patrick-smith,
.lowsection #secondary .module-header .patrick-smith {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/patricksmith-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .paul-kelly,
.lowsection #secondary .module-header .paul-kelly {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/paulkelly-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .peter-alford,
.lowsection #secondary .module-header .peter-alford {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/peteralford-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .peter-lalor,
.lowsection #secondary .module-header .peter-lalor {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/peterlalor-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .peter-switzer,
.lowsection #secondary .module-header .peter-switzer {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/peterswitzer-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .phillip-adams,
.lowsection #secondary .module-header .phillip-adams {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/phillipadams-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .ricky-ponting,
.lowsection #secondary .module-header .ricky-ponting {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/rickyponting-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .ricky-stuart,
.lowsection #secondary .module-header .ricky-stuart {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/rickystuart-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .robert-gottliebsen,
.lowsection #secondary .module-header .robert-gottliebsen {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/robertgottliebsen-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .rowan-callick,
.lowsection #secondary .module-header .rowan-callick {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/rowancallick-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .ruth-ostrow,
.lowsection #secondary .module-header .ruth-ostrow {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/ruthostrow-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .sebastian-smee,
.lowsection #secondary .module-header .sebastian-smee {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/sebastiansmee-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .sid-marris,
.lowsection #secondary .module-header .sid-marris {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/sidmarris-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .stephen-ellis,
.lowsection #secondary .module-header .stephen-ellis {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/stephenellis-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .stephen-matchett,
.lowsection #secondary .module-header .stephen-matchett {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/stephenmatchett-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .stuart-wilson,
.lowsection #secondary .module-header .stuart-wilson {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/stuartwilson-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .susan-kurosawa,
.lowsection #secondary .module-header .susan-kurosawa {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/susankurosawa-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .susan-maushart,
.lowsection #secondary .module-header .susan-maushart {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/susanmaushart-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .terry-mccrann,
.lowsection #secondary .module-header .terry-mccrann {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/terrymccrann-dink-wide.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header .biz-turi-condon,
.lowsection #secondary .module-header .biz-turi-condon,
.subsection #secondary .module-header .turi-condon,
.lowsection #secondary .module-header .turi-condon {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/turicondon-dink-wide.gif") 0 0 no-repeat !important;
height: 55px;
}
.subsection #secondary .module-header .wayne-smith,
.lowsection #secondary .module-header .wayne-smith {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/waynesmith-dink-wide.gif") 0 0 no-repeat;
}

.subsection #secondary .module-header .micheal-bodey,
.lowsection #secondary .module-header .micheal-bodey {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/michealbodey-dink-wide.gif") 0 0 no-repeat;
}

.subsection #secondary .module-header .simon-canning,
.lowsection #secondary .module-header .simon-canning {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/simoncanning-dink-wide.gif") 0 0 no-repeat;
}

.subsection #secondary .module-header .jane-schulze,
.lowsection #secondary .module-header .jane-schulze {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/janeschulze-dink-wide.gif") 0 0 no-repeat;
}

.subsection #secondary .module-header .nick-tabakoff,
.lowsection #secondary .module-header .nick-tabakoff {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/nicktabakoff-dink-wide.gif") 0 0 no-repeat;
}

.subsection #secondary .module-header .sally-jackson,
.lowsection #secondary .module-header .sally-jackson {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/sallyjackson-dink-wide.gif") 0 0 no-repeat;
}

.subsection #secondary .module-header .henry-thornton,
.lowsection #secondary .module-header .henry-thornton {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/henrythornton-dink-wide.gif") 0 0 no-repeat;
}

.subsection #secondary .module-header .jennifer-hewett,
.lowsection #secondary .module-header .jennifer-hewett {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/jenniferhewett-dink-wide.gif") 0 0 no-repeat;
}

/* strewth headers ---------- */

#secondary .module-header .strewth {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/strewth-dink.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}
.subsection #secondary .module-header .strewth,
.lowsection #secondary .module-header .strewth {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/strewth-dink-wide.gif") 0 0 no-repeat;
}

#secondary .module-header .strewth.andrew-fraser {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/strewth-dink-andrewfraser.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}

#secondary .module-header .strewth.d-d-mcnicoll {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/strewth-dink-ddmcnicoll.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}
.subsection #secondary .module-header .strewth.d-d-mcnicoll,
.lowsection #secondary .module-header .strewth.d-d-mcnicoll {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/strewth-dink-wide-ddmcnicoll.gif") 0 0 no-repeat;
}

#secondary .module-header .strewth.nick-leys {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/strewth-dink-nickleys.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}
.subsection #secondary .module-header .strewth.nick-leys,
.lowsection #secondary .module-header .strewth.nick-leys {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/strewth-dink-wide-nickleys.gif") 0 0 no-repeat;
}

#secondary .module-header .strewth.peter-laylor {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/strewth-dink-peterlaylor.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}
.subsection #secondary .module-header .strewth.peter-laylor,
.lowsection #secondary .module-header .strewth.peter-laylor {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/strewth-dink-wide-peterlaylor.gif") 0 0 no-repeat;
}

#secondary .module-header .strewth.sian-powell {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/strewth-header-sianpowell.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}


/* snitch headers ---------- */

#secondary .module-header .snitch {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/snitch-dink.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}
.subsection #secondary .module-header .snitch,
.lowsection #secondary .module-header .snitch {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/snitch-dink-wide.gif") 0 0 no-repeat;
}

#secondary .module-header .snitch.dorothy-illing {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/snitch-dorothyilling-dink.gif") 0 0 no-repeat;
}
.subsection #secondary .module-header snitch.dorothy-illing,
.lowsection #secondary .module-header snitch.dorothy-illing {
background: #fff url("http://www.theaustralian.news.com.au/images/headers/snitch-dorothyilling-dink-wide.gif") 0 0 no-repeat;
}

/* cut and paste headers ---------- */


#secondary .feature .module-heading.opinion-cutpaste {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/opinion-header-cutandpaste.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}

/* custom feature module ----------
This version uses a manually inserted image, so the indents etc are reversed. */

#secondary .custom-feature .module-header,
#secondary .custom-feature .module-heading {
text-indent: 0 !important;
margin: 0 !important;
padding: 0 !important;
}

#secondary .custom-feature .module-header img {
border: 0;
}

#secondary .custom-feature {
border-bottom: 1px solid #aaa;
}

#secondary .feature .module-related,
#secondary .custom-feature .module-related {
background: #fff !important;
padding: 10px !important;
}

#secondary .custom-feature .module-content {
border: 0;
}

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

.feed-list {
margin: 0;
padding: 0;
}

.feed-list a {
font-weight: bold;
}

.feed-list li {
background: transparent url("http://www.theaustralian.news.com.au/images/icon-xmlfeed.gif") 0 0.1em no-repeat;
line-height: 1.35;
list-style-type: none;
margin: 0!important;
padding: 0 0.3em 0 16px!important;
}
* html .feed-list li { line-height: 1.35em; }

/* ad modules ---------- */

#secondary .ad .module-header {
background-image: none;
border-bottom: 1px solid #cfcfcf;
margin-bottom: 0;
}
#secondary .ad .module-header, #secondary .ad .module-header a {
color: #666;
padding-left: 0;
}

#secondary .ad .module-content {
border: 0;
}

#secondary .ad .module-content p {
margin: 0 0 10px 0;
}

#secondary .module.ad .module-content li p {
position:relative;
}

#secondary .module.ad .module-content ul.ad-link-list {
list-style-type: none;
padding:0;
margin:-1em 0 0;
}

#secondary .ad .module-content ul.ad-link-list a {
display:inline;
}

#secondary .module.ad .module-content ul.ad-link-list li {
margin:0 0 1em;
}

#secondary .module.google li {
margin-bottom:1em;
line-height:1.3em;
}

#secondary .module.google li a strong,
#secondary .module.google li a span {
display:block;
}

/* timestamp and byline */

.timestamp, .byline {
color: #666666;
font-weight: normal;
}
.byline, .timestamp { font-style: italic; }

.byline a:link, .byline a:visited {
color: #666666;
}

/* tertiary --------------------------------------------------------------------- */
#tertiary .triple .module-heading {
color:#003366;
font-weight:normal;
}

#tertiary .triple .module-footer {
background:url("http://www.theaustralian.news.com.au/images/dash-bg.gif") 0 0 repeat-x;
margin-top:0.3em;
}

#tertiary .readers-comments .module-content p{
padding:2px 0 0 6px;
}

/* footer --------------------------------------------------------------------- */

#footer {
color: #000;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") top left repeat-x;
padding: 10px 0;
}

#stats {
background: #535353 url("http://www.theaustralian.news.com.au/images/body-bottom-bg.gif") 50% 50% repeat-y;
height: 25px;
}

/* ads ------------------------------------------------------------------------ */

#primary .module.google {
margin:0 30px 20px 0;
}

#primary .module.google li {
margin-bottom:1em;
float:left;
clear:left;
}

#primary .module.google .module-heading {
color: #666;
margin-bottom:0!important;
}

#primary .module.google .module-content {
background:#f6f6f6;
padding:5px 10px;
}

#primary .module.google .module-content li a {
display:block;
color:#000;
width:590px;
}

#primary .module.google .module-content li a span {
display:block;
color:#666;
}

#primary .module.google .module-content li a strong {
display:block;
color:#003366;
}

#primary .module.google .module-content li a:hover strong {
color:#cc0a17;
}

#primary .module.google .module-heading {
margin:0;
text-indent:-9000px;
background:url(http://www.news.com.au/images/google.png) no-repeat;
width:100%;
height:17px;
}

* html #primary .module.google .module-heading {
background-image:none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.news.com.au/images/google.png", sizingMethod="crop");
}


#secondary .module.ad .module-content {
font-size: 0.95em;
}

/* network feature */

#secondary .network-feature h4.network {
background: transparent url("http://www.theaustralian.news.com.au/images/secondary-heading-bg.gif") 0 0 no-repeat;
margin-bottom: 1px;
padding: 0.1em 0 0.1em 1em;
border-bottom: 0 !important;
}

#secondary .network-feature h4.network,
#secondary .network-feature h4.network a:link,
#secondary .network-feature h4.network a:visited {
color: #003366;
text-transform: uppercase;
}
#secondary .network-feature h4.network a:focus,
#secondary .network-feature h4.network a:hover,
#secondary .network-feature h4.network a:active {
color: #cc0a17;
text-transform: uppercase;
}

#secondary .network-feature .inner {
background: #fff;
border: 1px solid #cfcfcf;
border-bottom: 0 !important;
padding: 8px 10px;
text-align: center;
}

#secondary .network-feature .inner p {
text-align: left;
}

#secondary .network-feature .inner h4,
#secondary .network-feature .inner h5,
#secondary .network-feature .inner h6 {
text-align: left;
margin: 0.5em 0 0 0;
}

#secondary .network-feature p {
line-height: 1.35; /* provisional change - ref 2 */
}

#secondary .ad .image-right-content-large { float: right; margin: 0 0 10px 10px; }

#secondary div.advertisement { border-bottom: 1px solid #ccc; }


/* tertiary module defaults */
#tertiary .quad .module-related {
margin: 3px 0 0 0;
}

#tertiary .quad .group-header,
#tertiary .triple .group-header {
background: url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
padding: 0 0 2px 0;
margin: 0 0 1px 0;
color:#666;
}

#tertiary .quad.today .group-header .heading {
background: #fff url("http://www.theaustralian.news.com.au/images/secondary-wide-bg.gif") 660px 0 repeat-y;
}
#tertiary {background:#fff;}

#tertiary .quad .module-heading,
#tertiary .triple .module-heading {
text-transform: uppercase;
border-left: 4px solid #cfcfcf !important;
background: #e8e8e8 url("http://www.theaustralian.news.com.au/images/triple-subheader-bg.gif") bottom right no-repeat !important;
padding: 1px 20px 2px 4px;
}

#tertiary .triple {

}

#tertiary .triple .module-heading {
padding-right:5px!important;
}

#tertiary .quad.ittoday .group-header .heading {
color:#003366;
}

* html #tertiary .quad.ittoday .group-header .heading {
background-position:644px;
}

#tertiary .quad .module-subheading,
#tertiary .triple .module-subheading {
margin:.5em 0 .25em;
color:#666;
}

#tertiary .quad .module-content .heading,
#tertiary .triple .module-content .heading {
padding:4px 0 2px;
}

#tertiary .quad.ittoday .module-subheading {
color:#003366;
}


#secondary .module .thumbnail {
border: 1px solid #aaaaaa;
margin: 5px 0 0 5px;
}
#secondary .ad.network-feature .thumbnail {
margin: 5px 0 0 5px !important;
}


/* ---------------------------------------------------------------------------- */
/* MAJOR EVENT TEMPLATE	(aka. "terror template")								*/
/* ---------------------------------------------------------------------------- */

.major-event .group-header {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
}

.major-event .module-header a:link,
.major-event .module-header a:visited {
color: #003366 !important;
}
.major-event .module-header a:focus,
.major-event .module-header a:hover,
.major-event .module-header a:active {
color: #CC0A17 !important;
}

.major-event .second .module-heading {
border: 0 !important;
text-transform: none !important;
}

.major-event .second .module-header {
margin-top: 10px;
}

.major-event .module-related li {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 -43px no-repeat !important;
margin: 0;
padding: 0 0 0 10px !important;
line-height: 1.4;
}


/* ---------------------------------------------------------------------------- */
/* SUPER SECTION																*/
/* ---------------------------------------------------------------------------- */

/* business */

.business .logo-wrap {
text-indent: -99999px;
background: #fff url("http://www.theaustralian.news.com.au/images/logo-business.gif") 0 0 no-repeat;
width: 218px;
height: 49px;
}

.business #breaking-news .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-latestbusinessnews.gif") top left no-repeat;
border: 0;
}

#secondary .module-header .criterion {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/criterion-header-default.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}
#secondary .module-header .criterion.tim-boreham {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/criterion-header-timboreham.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}

/* media */
#secondary .module-header .diary {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/diary-header-amandameade.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}
#secondary .module-header .diary.amanda-meade {
text-indent: -9999px;
background: #fff url("http://www.theaustralian.news.com.au/images/headers/diary-header-amandameade.gif") 0 0 no-repeat;
width: 218px;
height: 55px;
}

/* ---------------------------------------------------------------------------- */
/* SECTION PAGE																	*/
/* ---------------------------------------------------------------------------- */

.section .logo-wrap {
text-indent: -99999px;
background: #fff url("http://www.theaustralian.news.com.au/images/logo-theaustralian.gif") 0 10px no-repeat;
width: 244px;
height: 49px;
}

.media .logo-wrap {
text-indent: -99999px;
background: #fff url("http://www.theaustralian.news.com.au/images/logo-media.gif") 0 0 no-repeat;
width: 240px;
height: 48px;
}

.highereducation .logo-wrap {
text-indent: -99999px;
background: #fff url("http://www.theaustralian.news.com.au/images/logo-highereducation.gif") 0 0 no-repeat;
width: 253px;
height: 49px;
}

/* latest news headers ------------------------------------------------------------- */

.the-nation #breaking-news .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-thenationlatest.gif") top left no-repeat;
border: 0;
}

.media #breaking-news .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-latestmedianews.gif") top left no-repeat;
border: 0;
}

.highereducation #breaking-news .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-latesthigherednews.gif") top left no-repeat;
border: 0;
}

/* section-header ------------------------------------------------------------- */

.section-heading, .section .section-heading a {
color: #003366;
}

#section-header .trail {
color: #003366;
}
#section-header .trail a {
background: transparent url("http://www.theaustralian.news.com.au/images/icon-trail-more-bg.gif") right 0.45em no-repeat;
padding: 0 10px 0 0;
margin-right: 2px;
}

#section-header {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x!important;
}

.section.sport #breaking-news .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-latestsport.gif") top left no-repeat;
border: 0;
}

/* specific section heading controls
eg. reduce size of ACT heading */

.aus-travel-dsr .module-header a,
.thenation-act .module-header a {
letter-spacing: -0.05em;
}

/* graphical section headers */

.lifestyle-weekendm .module-heading {
height: 17px;
text-indent: -9999px !important;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-twam.gif") top left no-repeat !important;
}

* html .lifestyle-weekendm .module-heading {
padding-bottom: 0 !important;
}

.lifestyle-weekendm .module-heading a {
display: block;
background-image: none !important;
width: 67px;
height: 17px;
}
.lifestyle-weekendm .module-header .module-heading .more-link a {
text-indent: 0;
width: auto;
}
* html .lifestyle-weekendm .module-header .module-heading .more-link a { text-align: right; }

.aus-lifestyle-wishm .module-heading {
height: 17px;
margin-top: -3px;
text-indent: -9999px !important;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/heading-bg-wish.gif") top left no-repeat !important;
}
* html .aus-lifestyle-wishm .module-heading {
padding-bottom: 0 !important;
}

.aus-lifestyle-wishm .module-heading a {
display: block;
background-image: none !important;
width: 39px;
height: 17px;
}
.aus-lifestyle-wishm .module-header .module-heading .more-link a {
text-indent: 0;
width: auto;
}

/* ---------------------------------------------------------------------------- */
/* LOW SECTION															*/
/* ---------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------- */
/* SUBSECTION															*/
/* ---------------------------------------------------------------------------- */

.heading.index {
font-weight:normal;
margin:15px 0 5px 0;
}

.subsection #primary h2.module-heading {
color:#666;
border:none;
background:url(http://www.theaustralian.news.com.au/images/dash-bg.gif) 0 100% repeat-x;
}


.subsection #primary .group h2.module-heading {
background:none;
}

/* from the wire ---------- */

.fromthewire .group-header .heading {
text-transform: uppercase;
color: #666666;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
}

/* reuters ---------- */

.reuters #section-header .section-heading {
text-transform: uppercase;
font-weight: bold;
color: #666666;
}

/* feeds ---------- */
#secondary .sectionfeed .module-header a {
background: transparent url("http://www.theaustralian.news.com.au/images/icon-xmlfeed.gif") left center no-repeat;
padding-left: 16px;
display:block;
padding-top:1px;
}


/* video ---------- */

#secondary .video {
margin-top: 0 !important;
}
#secondary .video .module-header {
border: 0 !important;
background: none;
padding: 0;
}
#secondary .video .module-heading {
text-indent: -9999px;
background: transparent url("http://www.theaustralian.news.com.au/images/headers/subsection-heading-rhc-vid.gif") top left no-repeat;
border: 0 !important;
height: 20px;
margin: 0 0 0 0 !important;
}
#secondary .video .module-heading .more-link {
text-indent: 0;
}
#secondary .video .module-heading .more-link a {
padding-right: 8px;
text-transform: none;
}
#secondary .video .module-heading .more-link a:link, #secondary .video .module-heading .more-link a:visited {
color: #003366;
}
#secondary .video .module-heading .more-link a:focus, #secondary .video .module-heading .more-link a:hover, #secondary .video .module-heading .more-link a:active {
color: #CC0A17;
}
#secondary .video .module-content {
margin:0;
padding: 0;
}

/* ---------------------------------------------------------------------------- */
/* SEARCH RESULTS																*/
/* ---------------------------------------------------------------------------- */
.pagination {
background:#fff;
color:#003366;
}


.search-results .widget-tabadabado {
background:url("http://www.theaustralian.news.com.au/images/icon-enhanced-google.gif") 100% 0 no-repeat;
padding-top:2px;
}


.search-results .results .module-content {
background:url("http://www.theaustralian.news.com.au/images/icon-google-custom.gif") 100% 2px no-repeat;
padding-top:18px;
}


.search-results  .results.web .module-content {
background:url("http://www.theaustralian.news.com.au/images/icon-enhanced-google.gif") 100% 2px no-repeat;
}

#primary .search-results .module.results li .related {
font-weight:bold;

}

#primary .search-results .module.results li .similar {
color:#494949;
}

#primary .search-results .module.results li a.similar:hover {
color: #CC0A17;
}

.pagination em {
font-style:normal;
text-decoration:underline;
}

.pagination .control-prev {
margin-right:5px;
}

.pagination .control-next {
margin-left:5px;
}

.pagination .control-prev a {
display:block;
text-indent:-9999px;
letter-spacing:-9999px;
background:#fff url("http://www.theaustralian.news.com.au/images/icon-sprites-comments.gif") 0 0 no-repeat;
height:13px;
width:13px;
position:relative;
top:3px;
margin-right:1px;
}

.pagination .control-next a {
display:block;
text-indent:-9999px !important;
letter-spacing:-9999px;
background:#fff url("http://www.theaustralian.news.com.au/images/icon-sprites-comments.gif") 0 -100px no-repeat;
height:13px;
width:13px;
position:relative;
top:3px;
}

.search-results .module.results ol,
.search-results .module.sponsored-results ol {
list-style-type:none;
}

.search-results .module.results ol,
.search-results .module.results ol li,
.search-results .module.sponsored-results ol,
.search-results .module.sponsored-results ol li {
margin:0;
padding:0;
}

.search-results .sponsored-results .module-content {
background:#e8e8e8;
padding:1px 8px 5px;
}

.search-results .module.sponsored-results .module-heading {
text-transform: uppercase;
color: #666666;
float:left;
border:none;
}

#primary .search-results .results .module.sponsored-results .module-header {
background:none!important;
}


#primary .search-results .module.results .module-header {
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x!important;
color:#676767;
}
.search-results .module.sponsored-results .module-header {
height:1.15em;
border-bottom:1px solid #cfcfcf;
}


.search-results .module.sponsored-results .more-link {
float:right;
}

.search-results .module.results .module-header {
background:none!important;
}

.search-results .module.results .module-header h3 {
background:#e8e8e8 url("http://www.theaustralian.news.com.au/images/triple-subheader-bg.gif") 100% 100% no-repeat;
border-left:4px solid #cfcfcf;
float:left;
margin-top:1px;
color:#003366;
padding:2px 55px 2px 8px;
}

.search-results .module.sponsored-results .module-content,
.search-results .module.results .module-content {
padding-right:15px;
}

.search-results .module.results .module-content .heading {
letter-spacing:3px;
}

.search-results .module.results .module-content .heading * {
letter-spacing:normal;
}

.search-results .module.results .module-content p {
margin-bottom:1.2em;
}

.search-results .module.results .module-footer {
background:url("http://www.theaustralian.news.com.au/images/dash-bg.gif") 0 50% repeat-x;
}

/* ---------------------------------------------------------------------------- */
/* STORY PAGE																	*/
/* ---------------------------------------------------------------------------- */

.story #section-header .section-heading {
color: #000;
background: #fff;
}

.story .module-subheader {color:#666;}

.story .module-subheader a {
text-decoration:underline;
color:#666;
}
.story .module-subheader a:hover {
color:#CC0A17;
}

/* =article related links ---------- */

.article .module-related .heading {
color: #666666;
text-transform: uppercase;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
margin: 0 0 3px 0;
}

/* =article content defaults links ---------- */

.article ul {
margin-bottom: 1em;
}
.article ul li {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/default-list-bullet.gif") 0 6px no-repeat;
padding-left: 10px;
margin-left: 0;
}
.article form ul li {
background: none;
}

/* =story tools ----------------*/
.article-tools {
color:#666;
}
.article-tools a,
.save {
background:url("http://www.theaustralian.news.com.au/images/icon-sprites-tools.gif") no-repeat;
}
 .save {
background-position: 100% 0;
}
#font-size .font-inc {
background-position: 0 -50px;
}
#font-size .font-dec {
background-position: 0 -100px;
}
.article-tools .print {
background-position: 0 -150px;
}
.save:hover {
background-position: 100% -200px;
}
#font-size .font-inc:hover {
background-position: 0 -250px;
}
#font-size .font-dec:hover {
background-position: 0 -300px;
}
.article-tools .print:hover {
background-position: 0 -350px;
}



/* =story tools tabs ---------- */

ul.tools-tab-list {
margin: 6px 0 0 0;
list-style-type: none;
border-bottom: 1px solid #86a0b6;
}
ul.tools-tab-list a {
line-height: 1.5em;
}
* html ul.tools-tab-list a {
position: relative;
top: 1px;
}

#tools-comments-tab,
#tools-email-tab,
#tools-share-tab {
border-top: 1px solid #fff;
border-bottom: 1px solid #86a0b6;
background: #d5dee6 url("http://www.theaustralian.news.com.au/images/special-offer-tab-bg.gif") 100% 0 repeat-y;
color: #003366;
}
.tools-comments-tab #tools-comments-tab {
border-left: 1px solid #fff !important;
}
.tools-comments-tab #tools-comments-tab,
.tools-email-tab #tools-email-tab,
.tools-share-tab #tools-share-tab {
border-top: 1px solid #86a0b6;
border-right: 1px solid #86a0b6;
border-bottom: 1px solid #fff;
border-left: 1px solid #86a0b6;
background: #fff !important;
color: #003366 !important;
cursor: default;
font-weight: bold;
}

.tools-comments-tab #tools-email-tab, .tools-comments-tab #tools-share-tab {
background: #d5dee6 url("http://www.theaustralian.news.com.au/images/special-offer-tab-bg.gif") 0 0 repeat-y;
}
.tools-email-tab #tools-comments-tab {
background: #d5dee6 url("http://www.theaustralian.news.com.au/images/special-offer-tab-bg.gif") 100% 0 repeat-y;
}
.tools-email-tab #tools-share-tab {
background: #d5dee6 url("http://www.theaustralian.news.com.au/images/special-offer-tab-bg.gif") 0 0 repeat-y;
}
.tools-share-tab #tools-comments-tab, .tools-share-tab #tools-email-tab {
background: #d5dee6 url("http://www.theaustralian.news.com.au/images/special-offer-tab-bg.gif") 100% 0 repeat-y;
}

#tools-comments-tab:focus, #tools-comments-tab:hover, #tools-comments-tab:active,
#tools-email-tab:focus, #tools-email-tab:hover, #tools-email-tab:active,
#tools-share-tab:focus, #tools-share-tab:hover, #tools-share-tab:active {
background: #003366;
color: #fff;
}

#story-tools-tabs {
border-bottom:1px solid #86a0b6;
}
#story-tools .module-content {
padding-bottom: 20px;
border-bottom: 1px solid #86A0B6;
}
#story-tools .module-content p {margin-bottom:1em}

#tools-share ul li {
background:url("http://www.theaustralian.news.com.au/images/btn-sprites-grey.gif") 0 -100px no-repeat;
text-indent:23px;
}

#tools-share ul li a {
background:transparent url("http://www.theaustralian.news.com.au/images/icon-sprites-social.gif") no-repeat;
}
#tools-share .delicious a {
background-position:0 0;
}
#tools-share .digg a {
background-position:0 -100px;
}
#tools-share .furl a {
background-position:0 -200px;
}
#tools-share .netscape a {
background-position:0 -300px;
}
#tools-share .yahoo a {
background-position:0 -400px;
}
#tools-share .stumbleupon a {
background-position:0 -500px;
}
#tools-share .google a {
background-position:0 -600px;
}
#tools-share .technorati a {
background-position:0 -700px;
}
#tools-share .blinkList a {
background-position:0 -800px;
}
#tools-share .newsvine a {
background-position:0 -900px;
}
#tools-share .magnolia a {
background-position:0 -1000px;
}
#tools-share .reddit a {
background-position:0 -1100px;
}
#tools-share .windows a {
background-position:0 -1200px;
}
#tools-share .tailrank a {
background-position:0 -1300px;
}
#tools-share .slashdot a {
background-position:0 -1400px;
}

/* =comments ------------------------------------------------------- */

#primary .module#comments {
padding-bottom:1px;
}

/*
#primary .module#comments .module-heading {
color: #666666;
border: 0;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") 0 70% repeat-x !important;
}
*/
#primary .module#comments .module-heading a {
background: #fff;
border: 0;
padding: 0;
}
/*
#primary .module#comments .module-header {
height:3.6em;
background: #fff;
bottom:-1px;
}
*/

#primary .module#comments .module-header .order {
border-left: 4px solid #cfcfcf !important;
background: #e8e8e8 url("http://www.theaustralian.news.com.au/images/triple-subheader-bg.gif") bottom right no-repeat;
color:#003366;
line-height:1.4em;
padding-bottom:1px;
}

#primary .module#comments .pagination a {
display:block;
text-indent:-9999px;
letter-spacing:-9999px;
background:url("http://www.theaustralian.news.com.au/images/icon-sprites-comments.gif") no-repeat;
height:13px;
width:13px;
}

#primary .module#comments .pagination a.prev {
background-position:0 0;

}

#primary .module#comments .pagination {
background:#fff;
padding-left:5px;
}

#primary .module#comments .pagination a.next {
background-position:0 -100px;

}

.comment-count {
background:url("http://www.theaustralian.news.com.au/images/icon-sprites-comments.gif") 0 -197px no-repeat;
font-weight:normal;
}

#primary .module#comments .module-item {
background:#fff url("http://www.theaustralian.news.com.au/images/dash-drkgrey-bg.gif") 0 0 repeat-x;
padding:10px 5px;
margin:0 10px;
}

#primary .module#comments .module-item.reply {
background:#f4f4f4 url("http://www.theaustralian.news.com.au/images/bg-comment-quote.gif") 100% 0 no-repeat;
}

#primary .module#comments .module-item .publish-details .datestamp {
display:block;
margin-top:.25em;
font-style:normal;
}

#primary .module#comments .module-footer {
background:#fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") 0 57% repeat-x;
position:relative;
top:-1px;
}



/* =related link groups ------------------------------------------------------- */

#tertiary {
background:#fff;
}

#tertiary .quad .module-related {
margin: 3px 0 0 0;
}

#tertiary .quad .group-header {
background: url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
padding: 0 0 2px 0;
margin: 0 0 1px 0;
color:#666;
}

#tertiary .quad .module-subheading {
margin:.5em 0 .25em;
}

#tertiary .quad .module-content .heading {
padding:4px 0 2px;
}
#tertiary .quad .module-subheading {
color:#666;
}

/* ---------------------------------------------------------------------------- */
/* STATIC PAGE																	*/
/* ---------------------------------------------------------------------------- */
.static #primary .module-heading {
border-bottom:none;
}

.static #section-header {
padding-top:15px;
}

.static #section-header .section-heading {
color: #003366;
}

.static-content {
margin: 2em 20px 0 0;
}
.static-content p,
.static-content ul,
.static-content ol,
.static-content dl {
margin: 0 0 0.5em 0;
}

.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
margin: 1em 0 0.5em 0;
}

.static-content ul li,
.static-content dl dt {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/default-list-bullet.gif") 0 6px no-repeat;
padding-left: 10px;
margin-left: 0;
}
.static-content ul li {
padding: 0 0 0 16px;
margin: 0 0 0 4px;
}
.static-content ol li {
}

/* =site map ------------------------------------------------------- */

.site-map .item {
margin-bottom: 0 !important;
}
.site-map .module-header {
background: none;
}
.site-map .module-heading,
.site-map .module-heading a {
color: #666666 !important;
text-transform: uppercase;
border-bottom: none !important;
padding-left: 0 !important;
}
.site-map .module-heading a {
background: none !important;
*background: transparent url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x !important;
*display: block;
}
.site-map .module-heading {
background: transparent url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x !important;
*background: none !important;
}

.site-map .group {
margin: 0 !important;
}
.site-map .module-related {
margin: 0 !important;
}
.site-map .module-related li {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 0.4em no-repeat !important;
margin: 0;
padding: 0 0 0 15px;
line-height: 1.4;
}

/* =file not found --------------------------------------------- */

.static-content ul.filenotfound li {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 0.4em no-repeat !important;
padding: 0 0 0 13px;
line-height: 1.4;
}

/* =help ------------------------------------------------------- */

.static-help h2 {
color: #666666;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
text-transform: uppercase;
}
.static-help ul.questions li {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 0.4em no-repeat !important;
margin: 0 0 0.25em 0;
padding: 0 0 0 13px;
line-height: 1.4;
}

/* =contact us ------------------------------------------------- */

.static-contactus dl dt {
background-image: none !important;
margin: 0 !important;
padding: 0 !important;
float: left;
width: 20%;
}

.static-contactus dl dd {
margin: 0 !important;
width: 75%;
}
.static-contactus h2 {
color:#666;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
text-transform: uppercase;
}

/* =vcard styles*/

.vcard ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.vcard li {
list-style-type: none;
background-image: none !important;
margin: 0 !important;
padding: 0 !important;
}
.vcard li strong {
display: block;
width: 8em;
float: left;
}
/* hide span.type which is included to make up for an hcard weakness */
.vcard strong span.type {
display:block;
overflow: hidden;
width: 0;
height: 0;
}

.hcard {
margin: 0.5em 0 1em 0;
line-height: 1.2;
}
.hcard img {
float: left;
margin: 0 0.5em 0 0;
}

/* =rss ------------------------------------------------------- */
#primary .rss dl.feed-list {
margin-bottom:20px;
}

#primary .rss .group,
#primary .rss .item.first {margin-top:0!important;padding-top:0!important;}

#primary .rss dl.feed-list dt {
color:#666;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
text-transform: uppercase;
clear:both;
padding:20px 0 0 0;
margin-bottom:.25em;
}

#primary .rss h2 {
color:#666;
background: #fff url("http://www.theaustralian.news.com.au/images/dash-bg.gif") bottom left repeat-x;
text-transform: uppercase;
}

#primary .rss .related li {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 0.4em no-repeat;
margin: 0 0 0.25em 0;
padding: 0 0 0 13px;
line-height: 1.4;
font-size:0.88em;
}

#primary .rss .related dt {
list-style-type: none;
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 0.4em no-repeat;
margin: 0;
padding: 0 0 0 13px;
line-height: 1.4;
font-size:0.88em;
font-weight:normal;
}

#primary .rss .related dd {
margin:0;
padding: 0 0 0 13px;
}

#primary .rss .heading-feeds {
position:absolute;
left:-9999px;
}


/* ---------------------------------------------------------------------------- */
/* THIRD PARTIES																*/
/* ---------------------------------------------------------------------------- */

#secondary .module.thirdparty {
padding: 0 !important;
margin: 0 0 20px 10px !important;
}

/* job boards */
body.module.jobboard {
background:#fff;
}

body.module.jobboard .heading {
margin:0;
}

body.module.jobboard .module-header {
background-position:0 0;
background-repeat:no-repeat;
}

body.module.jobboard .module-content {
padding:10px 5px 5px;
}

body.module.jobboard a img {
border:none;
}


/* ---------------------------------------------------------------------------- */
/* GALLERIES																*/
/* ---------------------------------------------------------------------------- */
#primary .photo-album .module-header,
#primary .module.feature .module-header {
background: transparent url("http://www.theaustralian.news.com.au/images/secondary-heading-bg.gif") 0 0 no-repeat;
margin-bottom: 1px;
padding: 2px 0 2px 1em;
position:relative;
}

#primary .photo-album .module-header a:link, #primary .photo-album .module-header a:visited,
#primary .module.feature .module-header a:link, #primary .module.feature .module-header a:visited {
color: #003366;
text-transform: uppercase;
background:none;
border:none;
}

#primary .photo-album .module-content,
#primary .module.feature .module-content {
background: #fff;
border: 1px solid #cfcfcf;
border-bottom:none;
padding: 5px;
}

#primary .photo-album .module-content {
min-height:7em;
}

* html #primary .photo-album .module-content {
height: expression(this.scrollHeight < 80 ? "80px" : "auto") !important; /* IE */
}


#primary .module.feature .module-content {
border: 1px solid #cfcfcf;
}

#primary .photo-album .module-content img {
float:right;
margin-left:5px;
border:1px solid #aaaaaa;
}

#primary .photo-album .module-content p,
#primary .module.feature .module-content p {
line-height: 1.35; /* provisional change - ref 2 */
}

#primary .photo-album .module-footer {
background: #fff url(http://www.theaustralian.news.com.au/images/dash-bg.gif) 0 0 repeat-x;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #cfcfcf;
padding:0 8px 0 0;
min-height: 1.6em; /* provisional change - ref 4 */
line-height: 1.6em; /* provisional change - ref 4 */
text-align:right;
}


#primary .photo-album .module-heading,
#primary .module.feature .module-heading {
border-bottom:none;
padding:0;
text-transform: uppercase;
}

#primary .photo-album .module-heading .datestamp,
#primary .module.feature .module-heading .datestamp {
font-weight:normal;
}


#primary .photo-album .module-heading a,
#primary .module.feature .module-heading a {
color: #666666;
border-bottom: 1px solid #aaa;
padding: 0;
font-size:0.75em;
font-family:Tahoma, Arial, sans-serif;
}

#primary .photo-album .module-content,
#primary .module.feature .module-content {
clear: both;
}

#primary .photo-album .module-content .heading,
#primary .module.feature .module-content .heading {
margin: 0;
}

#primary .photo-album .module-content p,
#primary .module.feature .module-content p {
line-height: 1.35; /* provisional change - ref 2 */
}

#primary .module.feature .module-content img {
float:left;
margin-right:8px;
border:1px solid #aaaaaa;
}

.galleryfeature {
background:#fff;
}

.galleryfeature .module-heading {
font-weight:normal;
}

.galleryfeature .module-content {
background:#e8e8e8;
padding:8px 25px;
border:1px solid #cfcfcf;
}

.galleryfeature .navigate a {
background:url("http://www.theaustralian.news.com.au/images/btn-grey.gif") 100% 100% no-repeat;
color:#003366;
font-weight:bold;
padding:0 8px;
border:1px solid #f2f2f2;
border-width:1px 0 0 1px;
}

.galleryfeature .navigate span {
margin:0 6px;
color:#003366;
}

.galleryfeature .navigate a.next {
padding-right:20px;
}

.galleryfeature .navigate a.back {
background:url("http://www.theaustralian.news.com.au/images/btn-grey-bck.gif") 0 100% no-repeat;
padding-left:22px;
padding-right:8px;
border-width:1px 1px 0 0;
}

/* ---------------------------------------------------------------------------- */
/* BLOGS																		*/
/* ---------------------------------------------------------------------------- */

#secondary .profile .heading {
width:auto!important;
}

.blogger .group-header .heading,
#secondary .profile .heading {
font-weight:normal;
background:url("http://www.theaustralian.news.com.au/images/dash-bg.gif") 0 100% repeat-x;
}

.blogger .group-header .heading em {
width:400px;
cursor:pointer;
font-weight:bold;
text-indent: -9999px;
}

#secondary .profile a {
display:block;
}

.janet-albrechtsen .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/janetalbrechtsen-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.mark-day .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/markday-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.geoff-elliott .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/geoffelliott-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.matt-price .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/mattprice-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.paul-kelly .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/paulkelly-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.dennis-shanahan .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/dennisshanahan-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.greg-sheridan .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/gregsheridan-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.imre-salusinszky .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/imresalusinszky-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.matthew-stevens .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/matthewstevens-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.gary-hughes .group-header .heading em,
.gotcha-with-gary-hughes .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/garyhughes-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.hedley-thomas .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/hedleythomas-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.peter-lalor .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/peterlalor-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.david-nason .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/davidnason-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.caroline-overington .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/carolineoverington-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.ruth-ostrow .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/ruthostrow-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.sid-marris .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/sidmarris-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.your-say .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/yoursay-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.australian-literary-review .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/alr-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.letters .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/letters-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.the-diary .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/thediary-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.john-durie .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/johndurie-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.meganomics .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/meganomics-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.snitch.group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/snitch-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.aban-contractor .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/abancontractor-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.adele-ferguson .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/adeleferguson-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.alan-wood .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/alanwood-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.anthony-mcclellean .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/anthonymcclellean-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.bernard-salt .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/bernardsalt-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.bina-brown .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/binabrown-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.brent-read .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/brentread-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.bryan-frith .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/bryanfrith-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.chris-merritt .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/chrismerritt-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.david-nason .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/davidnason-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.david-uren .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/daviduren-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.dennis-shanahan .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/dennisshanahan-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.elizabeth-meryment .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/elizabethmerymen-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.emma-tom .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/emmatom-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.errol-simper .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/errolsimper-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.frank-devine .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/frankdevine-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.gavin-moodie .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/gavinmoodie-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.george-megalogenis .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/georgemegalogenis-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.glenda-korporaal .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/glendakorporaal-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.glenn-milne .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/glennmilne-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.greg-sheridan .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/gregsheridan-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.henry-thornton .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/henrythornton-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.james-jeffery .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/jamesjeffery-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.jane-fraser .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/janefraser-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.judith-elen .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/judithelen-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.kevin-and-rusiak .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/kevinandrusiak-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.lara-sinclair .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/larasinclair-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.lee-dayton .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/leedayton-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.louise-evans .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/louiseevans-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.malcolm-conn .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/malcolmconn-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.michael-costello .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/michaelcostello-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.michael-sainsbury .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/michaelsainsbury-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.michael-west .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/michaelwest-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.mick-coward .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/mickcoward-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.mick-malthouse .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/mickmalthouse-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.mike-steketee .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/mikesteketee-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.noel-peterson .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/noelpeterson-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.patrick-smith .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/patricksmith-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.peter-alford .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/peteralford-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.peter-lalor .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/peterlalor-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.peter-switzer .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/peterswitzer-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.phillip-adams .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/phillipadams-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.ricky-stuart .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/rickystuart-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.robert-gottliebsen .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/robertgottliebsen-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.rowan-callick .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/rowancallick-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.sebastian-smee .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/sebastiansmee-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.stephen-ellis .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/stephenellis-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.stephen-matchett .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/stephenmatchett-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.stuart-wilson .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/stuartwilson-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.susan-kurosawa .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/susankurosawa-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.susan-maushart .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/susanmaushart-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.terry-mccrann .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/terrymccrann-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.turi-condon .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/turicondon-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.wayne-smith .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/waynesmith-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}
.sally-jackson .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/sallyjackson-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}

.jane-schulze .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/janeschulze-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}

.micheal-bodey .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/michealbodey-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}

.nick-tabakoff .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/nicktabakoff-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}

.simon-canning .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/simoncanning-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}

.jennifer-hewett .group-header .heading em {
background:url("http://www.theaustralian.news.com.au/images/headers/jenniferhewett-dink-bloghead.gif") 0 0 no-repeat;
width:300px;
}






.blogger .group-header {
background:url("http://www.theaustralian.news.com.au/images/dash-bg.gif") 0 100% repeat-x;
margin-bottom:4px;
}

.blogger .blog-article .module-header {
background:none;
}

.blog-article .module-header {
background:url("http://www.theaustralian.news.com.au/images/dash-bg.gif") 0 100% repeat-x;
}

.blog-article .module-header .heading {
font-weight:normal;
padding-bottom:3px;
}

.blog-article .module-header em {
margin-top:-2px;
font-weight:bold;
font-style:normal;
cursor:pointer;
}


.blog-article .module-content .datestamp {
color:#666;
font-size:1em;
margin-bottom:0.3em;
display:block;
}

.blogger .latest .heading,
.blogger .most-commented .heading {
color:#666;
background:url("http://www.theaustralian.news.com.au/images/dash-bg.gif") 0 100% repeat-x;
text-transform:uppercase;
margin-bottom:1px;
}

.blogger .blog-list li.even {
background:#ececec;
}

.blogger .blog-list li.odd {
background:#fff;
}

.blog-list li {
padding:3px 5px;
}

.blogger .blog-list li em {
padding:0;
background:none;
}

.blog-list li {
text-align:right;
}

.blog-list li a em {
text-align: left;
font-style: normal;
cursor:pointer;
}

.blog-list li {
background:transparent url("http://www.theaustralian.news.com.au/images/dash-bg.gif") 0 100% repeat-x;
}

.blog-list li em {
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 0.4em no-repeat;
padding-left:14px;
}

#secondary .bloggers li {
float:left;
width:50%;
white-space:nowrap;
}

#secondary .bloggers li a {
padding-left:15px;
background: transparent url("http://www.theaustralian.news.com.au/images/iconset-related-links.gif") 0 0.4em no-repeat;
display:block;
float:left;
line-height:1.5em;
}

.blogs #secondary .sectionfeed .module-header a {
background:none;
display:inline;
padding:0;
}
.blogs #secondary .sectionfeed .module-heading {
background: transparent url("http://www.theaustralian.news.com.au/images/icon-xmlfeed.gif") left center no-repeat;
padding-left:17px;
}

#secondary .profile .thumbnail {
margin:0 0 0 10px;
}

