/**
 * nrGlobal.css
 * ABC NewsRadio Stylesheet
 * Global include for all pages
 * Created by: Mark Simpson, 28 June 2008
 * 
 * @author	Mark Simpson
 * @version	1.0
 * @site		http://abc.net.au/NewsRadio/
 * @media		all
 */

/* =TOC=
 * General - Display tag styles
 * Main - Main page layout
 * Header - Global header section
 * Navigation - Main menu structure
 * Body - Main layout
 * Bins - draggable news bins and rhs bins
 * Footer - generic footer section
 * Slideouts - main slideout sections
 * Sitemap - generic sitemap section
 */

/*
------------------------------------------------------------- 
	=General=
-------------------------------------------------------------
*/
html {
	background: #0c6c9e url(/newsradio/images/framework/NewsRadio_bg.jpg) repeat-x scroll left top;
}

body {
	margin: 0pt auto;
	padding: 0pt; 
	font-size: 62.5%;
  color: #000000; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	margin:0pt;
	font-size: 1.1em;
}

h2 {
	padding: 0pt;
	margin: 0pt;
	font-size: 1.4em;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

:focus {
	outline: 0;
}

a img {
	border: 0px;
}

ul {
	margin: 0;
}

ul li {	/* default ulist type is no list */
	list-style-image: none;
	list-style-type: none;
}

.b_img {	/* surround these images with border */
	background-color: #ffffff;
	border: 2px solid #e0e0e0;
	padding: 2px;
}

.date {
	/* color: #1c75a2; */
	color: #555555;
}

.h {
	display: none;
}

.s {
	display: block;
}

.em {
	font-style: italic;
}

.listen {
	font-weight: bold;
	color: #e14313;
}

a.inpage, #main_box .link a.inpage {
	background: transparent url(/newsradio/images/framework/icons/audio2.gif) no-repeat scroll right top;
	padding-right: 20px;
}

a.lightvid {
	background: transparent url(/newsradio/images/framework/icons/video.gif) no-repeat scroll right top;
	padding-right: 20px;
}

/* global Nav */
#globalNav {}
#gN_align {width:900px;}

/*
------------------------------------------------------------- 
	=Main=
-------------------------------------------------------------
*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
}

#guts {
	padding: 2px;
	margin-left: 2px;
	width: 100%;
}

.col {
	display: inline;
	float: left;
	padding: 0pt;
	position: relative;
	white-space: normal;
	width: 237px;
	min-height: 200px;
}

#main_box {
	border: 1px solid #999999;
	width: 718px;
	left: 6px;
	margin-top: 5px;
}

#rhs {
	width: 228px;
	margin: 0 0 0 4px;
}

.but_watch {
	display: block;
	background: url(/newsradio/images/framework/but_watch.gif) no-repeat left;
	width: 94px;
	height: 17px;
	color: #ffffff;
	padding: 1px 0 0 4px;
	font-weight: bold;
	/* opacity: .9; */
}

.longer {	/* to extend length of but_watch */
	background-image: url(/newsradio/images/framework/but_watch_long.gif);
	width:110px;
}			

a.but_watch {
	font-size: 1.1em;
}

a.but_watch:hover {
	text-decoration: none;
	color: #ffffff;
	opacity: 1;
}

.hidden {
	display: none !important;
}

#rhs .nrSub li a.listen {
	text-transform: inherit;
	display: inline;
}

/*
------------------------------------------------------------- 
	=Header=
-------------------------------------------------------------
*/
#header {
	width: 960px;
	height: 120px;
	background: url(/newsradio/images/framework/header.jpg) right no-repeat;
}

#aHP {
	padding: 28px 0 0 11px;
}

#aLN {
	/* background: url(/newsradio/images/framework/listen_button.png) no-repeat; */
	position: absolute;
	top: 30px;
	left: 735px;
	width: 218px;
	/* opacity: .9; */
}

#aLN a {
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	color: #ffffff;
}

#aLN:hover {
	opacity: 1;
	text-decoration: none;
}

#aLN a:hover {
	text-decoration: none;
}

/*
------------------------------------------------------------- 
	=Navigation=
-------------------------------------------------------------
*/
#navBlock {
	width: 960px;
}

#mainNav {
	height: 26px;
	width: 960px;
}

#mainNav ul {
	padding: 0;
	margin: 0;
	height: 26px;
	background-color: #006699;
}

#mainNav li {
	float: left;
	padding: 0 10px 0 5px;
	height: 26px;
}

#mainNav ul li:hover, #mainNav ul li.sfHover {
	background-color: #1FAFDF;
}

#mainNav ul li ul {
	margin-top: 0px;
	height: 26px;
	width: 960px;
}

#mainNav a {
	display: block;
	padding: 4px;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
}
/* no IE 6 */
html>body #mainNav a {
	height: 18px;
}

#mainNav li ul {
	position: absolute;
	left: -999em;
	width: 100%;
	background: #1FAFDF;
}

#mainNav ul li a:hover {
	text-decoration: none;
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
	/* left: 0; */
}

#nav2 {
	display: none;
}

#home #nav2 {
	background-color: #dddddd;
	height: 26px;
	width: 960px;
	border-bottom: 1px solid #cccccc;
	display: block;
}

/*
 * Active main menu sections
 */

/* home */
.menu_home #mainNav ul #menu_home {
	background-color: #1FAFDF;
}

/* listen */
.menu_listen #mainNav ul #menu_listen {
	background-color: #1FAFDF;
}

/* schedule */
.schedule #mainNav ul #menu_schedule {
	background-color: #1FAFDF;
}

/* programs */
.menu_programs #mainNav ul #menu_programs {
	background-color: #1FAFDF;
}

/* presenters */
.menu_presenters #mainNav ul #menu_presenters {
	background-color: #1FAFDF;
}

/* topics */
.menu_topics #mainNav ul #menu_topics {
	background-color: #1FAFDF;
}

/* links */
.menu_links #mainNav ul #menu_links {
	background-color: #1FAFDF;
}

/* parliament */
.menu_parliament #mainNav ul #menu_parliament {
	background-color: #1FAFDF;
}

/* about */
.menu_about #mainNav ul #menu_about {
	background-color: #1FAFDF;
}


/*
------------------------------------------------------------- 
	=Body=
-------------------------------------------------------------
*/

#main_content {
	float: left;
	position: relative;
	width: 720px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after, #wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix, #wrapper { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #wrapper { height: 1%; }
.clearfix, #wrapper { display: block; }
/* close commented backslash hack */

/*
------------------------------------------------------------- 
	=Bins=
-------------------------------------------------------------
*/
.nrGrp {
	border: 1px solid #999999;
	margin: 5px 0;
	/* IE holly hacks */
	position: relative;
	min-height: 1%;
}

.nrGrp h2 { /* main bin title */
	cursor: move;
	background: url(/newsradio/images/framework/nrSub.gif) repeat-x;
	padding: 4px 0;
	margin: 0px;
}

.nrGrp h2 span {
	padding: 9px 0px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#rhs .nrGrp {
	border: 1px solid #006699;
	/* border-bottom: 5px solid #006699; */
	margin: 5px 0;
}

#rhs .nrGrp h2 { /* RHS bin title */
	/* background: url(/newsradio/images/framework/nrRHS.gif) repeat-x; */
	padding: 5px;
	margin: 0px;
	color: #ffffff;
	cursor:auto;
}

#rhs #bestOfABC {
	border: 1px solid #a5a5a5;
	background-color: #dbdbdc;
	margin: 5px 0;
	/* font-size: 1.2em; */
	line-height: 110%;
}

#rhs #bestOfABC div {
	padding: 4px;
	font-size: 1.1em;
}

#rhs #bestOfABC div img {
	/* same as b_img */
	background-color: #ffffff;
	border: 2px solid #e0e0e0;
	padding: 2px;
	/* specific */
	float:left;
	margin: 0px 6px 4px 0;
}

#rhs #bestOfABC h2 { /* RHS bin title */
	background: url(/newsradio/images/framework/bgPromo.jpg) no-repeat;
	font-family:Arial,Helvetica,sans-serif !important;
	font-weight:normal;
	margin:0 -8px;
	padding:7px 8px 14px;
	padding: 5px;
	margin: 0px;
	color: #ffffff;
	cursor:auto;
}

#rhs #bestOfABC h2 {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif !important;
	font-weight: bold;
}

#rhs #bestOfABC h3 {
	color:#000000;
	font-size:1.3em;
	line-height:105%;
	margin: 2px 0 6px 4px;
}

#rhs #bestOfABC p {
	line-height:normal;
	padding-right: 5px;
}

#rhs #bestOfABC ul {
clear:left;
display: block;
margin: 0;
padding: 0;
}

#rhs #bestOfABC ul li {
	margin: 2px 0 0 3px;
	font-size: 90%;
}

#rhs #bestOfABC ul a {
	color:#ff6600;
	font-weight: bold;
	font-size: 1.1em;
}

#rhs #bestOfABC .listen {
	color:#ff6600;
	font-weight: bold;
	padding-left: 3px;
}

/* - no longer external links on home page
.news .ulSub a, #nrLinks .ulSub a, .external, #main_box .link a.external {
*/
#nrLinks .ulSub a, .external, #main_box .link a.external {
	background: transparent url(/newsradio/images/framework/icons/link.gif) no-repeat scroll right center;
	padding-right: 17px;
}

.nrCA {
	background: #1fafdf url(/newsradio/images/framework/nrSub.gif) repeat-x;
	background-color: #006699;
	border: 1px solid #006699;
	margin: 5px 0 2px 0;
	padding: 5px 0 0 45px;
	position: relative;
	height: 42px;
}

.nrCA h2 a { /* RHS call to action bin title */
	margin: 0;
	color: #ffffff;
}

.nrCA img {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
}

.dig {
	border: 1px solid #000;
	background-image: none;
	background-color: #000;
	height: 45px;
	padding-left: 100px;
}

.dig img {
	padding: 0;
}

.dig h2 {
	padding: 1px 0 0 18px;
}

.dig span {
	font-size: .8em; 
}

.nrRHSMod {
	background: #1fafdf url(/newsradio/images/framework/nrSub.gif) repeat-x;
	background-color: #006699;
	border: 1px solid #006699;
	margin: 5px 0 2px 0;
	padding: 8px;
	position: relative;
	height: 233px;
	color: #ffffff;
}

.nrRHSMod h2 {
	margin: 10px 0;
	font-size: 1.6em;
}

.nrRHSMod p {
	padding: 5px 5px 5px 0;
}

.nrRHSMod a {
	display: block;
	border: 1px solid #006699;
	padding: 2px;
	margin-right: 5px;
	background-color: #ffffff;
}

#subscribe .listen {
	/* float:right;
	margin: 7px 7px; */
}

#rhs label {
	font-weight: bold;
}

#subscribe #inSub {
	margin: 5px 0 5px;
	width: 210px;
}

#update h4 {
	font-size: 1.2em;
	margin: 4px 0 4px;
}

#update p {
	padding-right: 10px;
	text-align:justify;
}

p.nrFooter {
	background-color: transparent;
	padding-left: 7px;
}

.utils p.collapse, .utils p.arrow { /* folding arrow */
	position:relative;
	float:left;
}

.utils p.collapse a, .utils p.arrow a {
	/* background: url(/newsradio/images/framework/nrDownBg.gif) no-repeat -5px -8px; */
	display:block;
	height:14px;
	width:14px;
	margin: 8px 0 0 5px;
}

.loading { /* loading spinner */
	background: url(/newsradio/images/framework/wait.gif) 5px no-repeat;
	padding: 4px 4px 4px 25px;
	font-size: 125%;
	color: rgb(153, 153, 153);
	display: none;
}

.dLoading {
	padding: 3em 0pt;
	color: rgb(153, 153, 153); 
	text-align: center; 
	font-size: 150%;
}

.dLoading p {
	text-align: center !important;
}

.nrSub {
	/* border-bottom: 1px solid #dedede; */
	background-color: #ffffff;
}

.nrSub h3 {
	background-color:#dcdcdf;
	color: #000;
	padding: 3px;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	clear: both;
	position: relative;
}

.ulSub li h4 {
	font-size: 1.0em;
	margin: 0 0 .2em 0;
}

/* bin lists */
.nrSub ul {
	position: relative;
	margin: 0;
	padding: 0;
}

.nrSub li {
	padding: 5px 5px 5px 7px;
}

.nrSub li a {
	font-size: 1.1em;
}

#audio li a {
	font-size: 1em;
}

.nrSub li a.listen {
	text-transform: lowercase;
	/* display: block; */
}

li.first {
	position: relative;
	background: url(/newsradio/images/framework/nrGrad.gif) repeat-x;
	padding-left: 3px;
}

a .b_img {
	width: 100px;
	height: 100px;
}

li.first span, li.first div {
	float: left;
	position: absolute;
	top: 5px;
	left: 110px;
	font-size: 1.2em;
	padding: 0 0 0 5px;
	right: 0;
	font-weight: bold;
}

li.second span, li.second div {
	font-size: 1.2em;
}

/*
.nrSub p {
	padding: .2em 0 .2em;
}
*/

/*--rhs--*/
#rhs {
	color: #000;
}

#rhs .nrGuts {
	/* padding-left: 5px; */
}

#rhs .inner {
	margin: 10px 0;
}

#rhs div.utils {
	display: none;
}

p.foot {
	font-size: 1em;
	color: #555555;
}

p.foot a {
	color: #1C75A2;
}

li.first .date {
	font-weight: normal;
}

#nowplaying h4 {
	font-size: 1.3em;
	margin: 0;
}

#nowplaying p {
	font-size: 0.9em;
	margin-right: 2px;
}

#nowplaying .listen {
	font-size: 1.1em;
}

#rhs #pollform label {
	display: block;
}

.news24_promo { 
	margin: 5px 0 5px 0; padding: 0;
}

/*--/rhs--*/

/*
------------------------------------------------------------- 
	=Footer=
-------------------------------------------------------------
*/
.lower {
	margin: 0 0 3px 0;
	clear: both;
	display: block;
	float: left;
	width: 960px;
	/* height: 30px; */
}

.lower .utils p.collapse a, .lower .utils p.arrow a {
	/* background: url(/newsradio/images/framework/ftSMArrow.png) no-repeat -5px -8px; */
	display:block;
	height:14px;
	width:14px;
	margin: 8px 0 0 5px;
}

.lower h2 {
	padding: 5px 0 5px 0;
	margin: 0px;
	color: #ffffff;
}

/*
------------------------------------------------------------- 
	=Slideouts=
-------------------------------------------------------------
*/

#sitemapBar {
	background: #21B0E0 url(/newsradio/images/framework/gBlue.png) repeat-x top;
	margin: 7px 0;
}

#directory {
	background: url(/newsradio/images/framework/gGrey.png) repeat-x;
}

#footer {
	display: block;
	float: left;
	width: 100%;
	color: #999999;
	font-size: inherit;
}

#footer a {
	padding: 0 5px;
}

#footer img {
	height: 17px;
	width: 22px;
	margin: 0pt 6px 0pt 4pt;
}

.slideOut p {
	font-size: 1.2em;
	padding: 10px 0 10px 10px;
}

.slideOut ul.inline {
	float: left;
	padding: 0;
	width: 230px;
	margin: 2px;
}

.slideOut ul.first {
	margin-left: 10px;
}

.inline input, .inline label {
	cursor: pointer;
}

.slideOut li {
	border: 1px solid black;
	border-bottom: none;
	padding: 4px;
}

.slideOut li.n {
	padding: 0;
}

.slideOut li.n div {
	padding: 0px;
	margin: 0px;
	height: 100%;	/* required to get IE to render it properly */
}

.slideOut .n ul {
	padding: 0;
	margin: 0;
}

.slideOut .n li {
	padding-left: 20px;
	background: none;
	border: none;
}

.slideOut .but {
	float: right;
	margin-right: 10px;
}

.subList span {
	padding-left: 5px;
	color: #e14313;
}

/*
------------------------------------------------------------- 
	=Sitemap=
-------------------------------------------------------------
*/
#sitemap {
	background: #2A94BC url(/newsradio/images/framework/bgSiteMap.gif) repeat-x top;
	color: white;
	display: none;
	padding-bottom: 10px;
}

#sitemap ul.inline {
	border-bottom: 1px solid #025982;
}

#sitemap li {
	background: url(/newsradio/images/framework/bgSiteMapSel.gif) repeat-x;
	border: 1px solid #025a84;
}

#sitemap li a {
	color: #ffffff;
}

#sitemap li h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#sitemap li.clear {
	border: none;
	border-top: 1px solid #025a84;
	background: none;
}

#sitemap .n {
	background: #2A94BC;
	border-top: none;
	border-bottom: none;
}

#sitemap .n li {
	background: none;
	border: none;
	padding-left: 4px;
	font-size: 1.1em;
}

.slideOut .n ul.innerList li {
	list-style-type: square;
	margin-left: 30px;
}
