﻿
body {
/*    background: #fff url('Images/bg-body.gif') left top repeat-x;  */
    background: #fff url('http://www.novafm.com.au/lib/images/misc/DMGCreate/reskin_graphics/bg_tile.jpg') left top repeat-x;
    color: #777;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.75em;
    line-height: 1.4em;
}

#sideBar {
    width: 319px;
    overflow: hidden;
}

#fauxBg {
/*    background: transparent url('Images/bg-faux.jpg') center top no-repeat;  */
    background: transparent url('http://www.novafm.com.au/lib/images/misc/DMGCreate/reskin_graphics/bg2.jpg') center top no-repeat;
}

#main {
    width: 980px;
}
#main #header {
    padding: 0;
    width: 980px;
    margin: 0;
    height: 224px;
    position: relative;
}
#main #header #SiteLogo {
    margin: 60px 0 0 0;
    padding: 0;
    background: none;
    float: left;
    width: 361px;
    height: 54px;
}

#main #header #SiteLogo a {
    display: block;
    width: 100%;
    height: 100%;
}

#main #header #SiteLogo a span {
    /* background-image: url(Images/logo-dmgconnect.jpg); */
}

#main #header #SiteLogo #slogan {
    position: absolute;
    background-color: #636363;
    color: #fff;
    font: normal 16px Arial, Verdana;
    padding: 0px 5px 2px;
    line-height: 1.2;
    right: 22px;
    top: 39px;
    z-index: 20;
}

/** Login styles **/

#SiteLogin {
    float: right;
    width: 210px;
}

#SiteLogin h4 {
    float: right;
    width: 98px;
    height: 25px;
}

#SiteLogin h4 span {
    background-image: url('Images/hdr-signin.gif');
}
#SiteLogin h4 span.Rego {
    background-image: url('Images/hdr-signup.gif');
}

#SiteLogin h4 a {
    display: block;
    width: 100%;
    height: 100%;
}

#login-form {
    background-color: #a1a1a1;
    padding: 5px;
    clear: both;
    display: none;
}

#login-form .form-item {
    display: block;
    clear: both;
    padding: 3px 0;
    margin: 0;
    border: none;
    background: none;
}

#login-form .form-item label {
    font-size: 10px;
    color: #444;
    width: 55px;
    float: left;
    padding: 3px 10px 0 0;
    text-align: right;
}

#login-form input {
    width: 115px;
    background-color: #dfdfdf;
    float: right;
    color: #444;
    padding: 1px 5px 3px;
}

#login-form .ButtonLogin {
    width: 46px;
    height: 19px;
    border: none;
    padding: 0;
    margin: 0;
    background: url('Images/btn-signin.gif') left top no-repeat;
    float: right;
}

#login-form .ButtonLogin:hover {
    background-position: left bottom;
}

#login-form .login-msg,
#login-form .login-msg a,
#login-form .login-msg a:visited {
    font-size: 11px;
    color: #555;
    text-decoration: none;
    text-align: right;
}

#login-form .login-msg a:hover {
    color: #fff;
}


.BoxSide {
    margin-bottom: 10px;
}

#main #header #toolbar {
    color: #acabab;
    background: #040404 url('Images/bg-toolbar.gif') left bottom repeat-x;
    border-top: 1px solid #8f8f8f;
    border-bottom: 1px solid #353535;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 960px;
    padding: 5px 10px 0;
    height: 20px;
    text-align: right;
    font-weight: bold;
}

#main #header #toolbar a {
    color: #548BD3;
}

#main #header #toolbar a:hover {
    color: #fff;
    text-decoration: none;
}

#main #header #toolbar #HeaderLogout {
    padding-right: 15px;
    background: url('Images/icon-toolbar-arrow.gif') right 3px no-repeat;
}


#ContentSections #AjaxLoading {
    display: none!important;
}

/* --------------------------------------
   Main Navigation Section
-------------------------------------- */

/** Menu level 1 **/
#menu {
	width: 960px;
    height: 48px;
    background: transparent url('Images/bg-nav.gif') left top no-repeat;
    position: absolute;
    padding: 2px 10px 0;
    left: 0;
    bottom: 27px;
    z-index: 99;
	text-align: center;
}

#menu ul { /** First level un-ordered list **/
    text-align: left;
}

#menu ul li { /** First level un-ordered list items **/
	display: block;
	float: left;
	color: #333;
	font-weight: bold;
	font-size: 17px;
	background: transparent url('../Images/bg-nav-spacer.gif') right 5px no-repeat;
}

#menu ul li.last {
	background: none;
}

#menu ul li a, #menu ul li a:visited {  /** First level anchor static-state **/
	text-decoration: none;
	padding: 18px 10px 0 11px;
	font-weight: bold;
	font-family: Arial;
	color: #000;
	display: block;
	height: 30px;
	background: transparent url('Images/bg-nav-btn.gif') right top repeat-x
}

#menu ul li a span {  /** First level anchor static-state **/
	color: #333;
	font-weight: normal;
	font-size: 12px;
	display: block;
}

#menu ul li a:hover,
#menu ul li:hover a { /** First level anchor hover-state **/	
	background-position: right bottom;
}

#menu ul li a.active { /** First level anchor hover-state **/	
	color: #333;
}

/** Menu level 2 **/
#menu ul li ul { /** Second level un-ordered list - when hidden **/
	display: none;
}

#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: -4px;
	margin: 0;
	padding: 0 4px 9px;
	background: transparent url('Images/bg-nav-submenu.png') left bottom no-repeat;
	height: auto;
	width: 202px;
}

#menu ul li ul li { /** Second level un-ordered list items **/
	clear: both;
	width: 100%;
	border-top: 1px solid #616161;
}

#menu ul li ul li.last {
	border-bottom: 1px solid #a4a4a4;
}

#menu ul li ul li a,
#menu ul li:hover ul li a,
#menu ul li ul li a:visited {  /** Second level anchor static-state - must cancel out first level anchors **/
	text-decoration: none;
	background: none;
	background-color: #4c4c4c;	
	padding: 10px;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	display: block;
}

#menu ul li ul li a:hover,
#menu ul li ul li:hover a {  /** Second level anchor hover-state **/
	background: #fff url('Images/bg-nav-submenu-btn.gif') left bottom repeat-x;
	color: #000;
}

/** Menu level 3 **/
#menu ul li ul li ul,
#menu ul li:hover ul li ul { /** Second level un-ordered list - when hidden **/
	display: none;
}

#menu ul li ul li:hover ul {
	display: block;
	position: absolute;
	left: 100%;
	top: -11px;
	margin: 0;
	padding: 10px 0;
	background-color: #d1d1d1;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	height: auto;
	width: 150px;
}

#menu ul li ul li ul li { /** Second level un-ordered list items **/
	clear: both;
	width: 100%;
	border-top: 1px solid #a4a4a4;
}

#menu ul li ul li ul li.last {
	border-bottom: 1px solid #a4a4a4;
}

#menu ul li ul li ul li a,
#menu ul li:hover ul li ul li a,
#menu ul li ul li ul li a:visited {  /** Second level anchor static-state - must cancel out first level anchors **/
	text-decoration: none;
	background: none;
	background-color: #e6e6e6;
	border-top: 1px solid #c9c9c9;
	padding: 8px 12px 8px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	display: block;
}

#menu ul li ul li ul li a:hover,
#menu ul li ul li ul li:hover a {  /** Second level anchor hover-state **/
	background-color: #3381cc;
	border-color: #3381cc;
	color: #fff;
}


#main #header #PMAlert, #header #LogoutAlert
{
    background: url(Images/PMAlertBG.gif);
    color: #fff;
    height: 31px;
    width: 185px;
    top: -45px;
    right: 82px;
}
#body #Footer {
    background: #000 url('Images/bg-footer.jpg') center top repeat-x;
    height: 180px;
}

#main #Hero {
    width: 980px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
}

#main #Hero #MainHero {
    width: 980px;
}

#main #Hero .Heroes img {width: 980px; height: 320px; z-index: 5; }

#main #Hero #MoreHeroesButton
{
    top: 10px;
    left: 40px;
}
#main #Hero #LessHeroesButton
{
    bottom: 10px;
    right: auto;
    left: 40px;
}
#main #Hero .Heroes .HeroTitle {
    bottom: 0;
    top: auto;
    background: transparent url(Images/HeroTitleBG.png) repeat 0 0;
    padding: 5px 70px 3px 20px;
    width: 890px;
    text-align: left;
}
#main #Hero .Heroes .HeroTitle h1
{
    color: #fff;
    font-size: 22px;
    max-height: 24px;
    line-height: 26px;
}
#main #Hero #SideKick
{
    padding: 40px 4px 5px 19px;
    height: 283px;
    overflow: hidden;
    background: none;
    top: 0;
    left: 0;
    display: none;
}
#main #Hero #SideKick img
{
    border: solid 1px #b2b2b2;
    margin-bottom: 10px;
}
#main #Hero #SideKick img:hover
{
    border-color: #fff;
}

#main .BoxHero {
    width: 960px;
    margin-top: 0;
}

a {
    color: #548bd3;
    text-decoration: none;
}
a:hover {
    color: #548bd3;
    text-decoration: underline;
}

p {
}

#main h1,
#main h1 a {
    text-transform: none;
    color: #252525;
    font-size: 22px;
    letter-spacing: normal;
    font-weight: bold;
}

#main h2,
#main h2 a {
    color: #4e4e4e;
    font-size: 15px;
}

#main h1 a:hover,
#main h2 a:hover {
    color: #548BD3;
    text-decoration: none;
}

#main .ForumItem h2 a:hover {
    color: #bbb;
}

#main .BoxMax {
    margin-top: 10px;
}
#main .BoxSlim h1, .BoxWide h1, .BoxFull h1, .BoxMain h1, .BoxMax h1 {

}

#main .BoxMain h1, .BoxMax h1 {
}
#main .contentBox h1, .contentBoxPad h1 {
    background: none;
    padding: 0 10px;
    font-size: 22px;
}
#main #ProfileStuff h1 {
    padding: 5px 0;
}

#main #BodyText {
    padding: 5px 10px;
}

#main .contentBox, .contentBoxPad {
    padding: 0;
    clear: both;
    border-top: none;
    /*padding-top: 5px;*/
}

#main .contentBoxPad {
    padding: 10px 10px;
}

#main a#RSS {
    /*background-image: url(Images/rss.gif);*/
}

#main #ContentSections {
    background: #000;
    padding: 3px 7px 0 7px;
}

#main .Action #ContentSections {
    border-top: 1px solid #333;
    padding-top: 3px;
}

#main #ContentSections a {
    color: #fff;
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
    line-height: 10px;
    position: relative;
    display: block;
    padding: 8px 10px;
}

#main #ContentSections a span {
    display: none;
}

#main #ContentSections a:hover {
    color: #e31919;
}

#main #ContentSections a.Selected {
    color: #000;
    background-color: #fff;
}

#main #ContentSections #LayoutList,
#main #ContentSections #LayoutGrid
{
    padding: 8px 0 0;
}

#main #ContentSections #LayoutList.Selected,
#main #ContentSections #LayoutGrid.Selected
{
    background: none;
    color: #e31919;
}

#main #ContentSections a.Selected span
{
    display: block;
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 5px;
    height: 5px;
    margin: 0;
    padding: 0;
    background: transparent url('Images/bg-pagetab-arrow.gif') right top no-repeat;
    z-index: 1;
}

#main .SummaryTabBox
{
    clear: both;
    width: 300px;
    float: right;
}
#main .SummaryTabs
{
    background: transparent;
    border-bottom: solid 1px #323232;
    /*border-top: solid 1px #323232;*/
    height: 23px;
    padding-top: 7px;
}
#main .SummaryTabs a {
    color: #fff;
    background: none;
    padding: 4px 12px 6px;
    border: 1px solid #323232;
    border-bottom: none;
}

#main #SummaryPhoto, #main #SummaryVideo {
    background: #181818;
    border-bottom: 1px solid #323232;
}

#main .SummaryTabs a.selected, .SummaryTabs a:hover {
    color: #ed1c24;
    background: #181818;
    border-bottom: 1px solid #181818;
}

#main .BoxSlim-i {
    padding: 0!important;
}

#sideBar div.latestDiscussion {
    
}

#main .ItemContainer {
    background: #161616;
    border-bottom: solid 1px #323232;
    padding-bottom: 0;
    margin-bottom: 0px;
}

#main .ItemContainerItem {
    margin-right: 6px;
}

#main .BoxSlimWrap
{
    width: 630px;
    overflow: hidden;
    clear: both;
}
#main .ItemContainer a img
{
    margin-bottom: 7px;
}
#main .ItemContainer a img:hover
{
    border-color: #e41b37;
}
#main .ItemContainer h2
{
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}
#main #ShowContainer .ItemContainer h2
{
    max-height: 24px;
}
#main #ShowContainer .ItemContainer h2 a
{
    color: #fff;
}
#main #ShowContainer .ItemContainer h2 a:hover
{
    color: #e41b37;
}
#main .ItemFooter
{
    padding: 3px 10px 2px 10px;
    background: #000;
}
#main .FeatureItem .Action
{
    padding: 5px 0;
}
#main .FeatureItem .Action .Date
{
    padding-top: 5px;
    color: #fff;
    font-style: normal;
}
#main .FeatureItem H1
{
    padding: 0;
    font-size: 18px;
    background: none;
}
#main .FeatureItem .HalfStar
{
    border: solid 3px #fff;
}
#main .FeatureItem p
{
    padding: 5px 0;    
}
#main .ItemContainer
{
}

#main #sideBar .ItemContainer {
}

#main #StarStar
{
    padding-left: 1px;
}
#main .comment div.PostBub
{
    color: #fff;
}
#main .comment a
{
    color: #fff;
}
#main .comment .Date
{
    color: #8b8b8b;
}
#main #UtilInfo, #UtilInfoL
{
    background: #141414;
    color: #777;
}
#main #UtilInfo #FaveSect, #UtilInfo div.section, #UtilInfoL div.section
{
    padding: 7px 8px;
}
#main #UtilInfo #RateSect
{
}
#main #ShareThis
{
    background: transparent url(Images/ShareThisBG.gif);
}
#main #UtilInfoL .CommentCount, #UtilInfo .CommentCount
{
    background: url(Images/CommentBG.gif) no-repeat 100% 50%;
}
#main #UtilInfoL #FaveSect a, #UtilInfo #FaveSect a
{
    background: url(Images/Favourite.gif) no-repeat 98% 50%;
}
#main #StarAudio
{
    width: 270px;
}

#main .Item label
{
    width: 125px;
    color: #444;
}
#main .Item .ItemForm
{
    width: 430px;
}
#main .Item .Big, .Liner, .Item textarea, .Item select
{
    border: none;
    width: 290px;
    padding: 3px 5px;
    color: #fff;
    background: #636363;
}
#main .Item .Block
{
    height: 144px;
    background: #636363;
    width: 400px;
}
#main .Item .Brick
{
    height: 50px;
    background: #636363;
}
#main .Item .Reply
{
    width: 450px;
    background: #636363;
    height: 120px;
}
#main .Item .Big
{
    width: 400px;
}
#main .Item .sub
{
    color: #646464;
    font-size: 10px;
}
#main .Item select
{
    width: 300px;
}
#main #ReplyButtonBox
{
    text-align: right;
    padding: 40px 30px 0 0;
    margin-top: -1px;
}
#main fieldset
{
    padding: 15px 15px 15px 30px;
}
#main fieldset legend
{
	font-size: 16px;
	color: #333; 
}
#main fieldset li
{
    list-style-type: disc;
}

#main #GalleryList
{
    margin-left: 5px;
}

#main #sideBar .BoxSlim .VideoThumb
{
    float: left;
    margin: 0 7px 7px 0;
}

#main #sideBar .BoxSlim .GalleryPinky
{
    border: solid 1px #999;
    float: left;
    margin: 0 7px 7px 0;
    display: block;
}
 
#main .latest-audio
{
    top: 13px;
}

#main .MoreContent
{
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 0px;
    /*text-transform: capitalize;*/
    background-image: url(Images/view-all-BG.png);
   /* right: 32px;
    top: 26px; */
    right: 17px;
    top: -17px;
    display: block;
}

#main .MoreContent:hover
{
    color: #969696;
    text-decoration: none;
    background-position: left top;
}

#main .CommentCount
{
    background: url(Images/CountComment.gif) no-repeat 0 50%;
    color: #fff;
    padding-left: 20px;
}

#main .Date
{
    color: #999;
}

#main .Ratings5, #main .Ratings4, #main .Ratings3, #main .Ratings2, #main .Ratings1, #main .Ratings0
{
    background-image: url(Images/Stars.gif);
    margin-top: 3px;
}

#main #ForumPager
{
   /* border-top: solid 1px #1e1e1e;
    background-color: #181818; */
}

#main .AdminButton {
    background-color: #ddd;
    color: #333;
    border-width: 1px;
    border-style: solid;
    border-color: #bbb #bbb #555 #555;
    width: 279px;
}

#main .AdminButton:hover
{
    background-color: #ccc;
}

#main .ButtonReply
{
    width: 125px;
    height: 30px;
    background: url(Images/ButtonPost.gif);
    color: #fff;
    border: none;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}
#main .Button, .ButtonUpdate, .ButtonUpload, .ButtonAdd, .ButtonDelete
{
    background: url(Images/Button.gif);
}


/* New styles for latest revision - greater specificity */
#main #header #DMGPlayer
{
    top: 5px;
    height: 100px;
}

#main #DMGPlayer #NowPlayingButton
{
    position: absolute;
    bottom: 34px;
    right: 43px;
    display: block;
    height: 40px;
    width: 40px;
    text-indent: -1435em;
}

#main #header #DMGPlayer #DMGPlayerInner
{
    position: absolute;
    background-image: url(Images/on-air-listen-live.png);
    height: 100px;
    width: 100%;
}

#main #header #DMGPlayer #DMGPlayerInner #NowPlayingButton
{
    background-image: none;
}

#main #header #DMGPlayer img.thumb
{
    position: absolute;
    width: 82px;
    height: 82px;
    left: 15px;
    top: 1px;
}

#main #header #DMGPlayer #DMGPlayerInner h3
{
    position: relative;
    top: 69px;
    left: 91px;
    display: block;
    width: 180px;
    height: 20px;
    text-transform: uppercase;
    font-family: Arial Narrow, Arial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-decoration: none;
    color: White;
    font-size: 9pt;
    text-transform: uppercase;
    font-weight: normal;
}

#main #header #DMGPlayer #DMGPlayerInner h3 a
{
    text-decoration: none;
    color: #fff;
}

#main #header #DMGPlayer #DMGPlayerInner h3 a:hover
{
    color: #e31919;
}

#main #header #DMGPlayer #PlayingInfo ul.nowPlayingInfo li.title
{
    display: inline;
    color: White;
    font-size: 9pt;
}

#main #header #DMGPlayer #PlayingInfo ul.nowPlayingInfo li.artist span, #main #header #DMGPlayer #PlayingInfo ul.nowPlayingInfo li.artist
{
    display: inline;
    color: White;
    font-size: 9pt;
}

#main #TagBox a
{
    font-weight: bold;
}

#main #TagBox a.Size9, #main #TagBox a.Size8
{
    color: #b91218;
    font-size: 16pt;
}

#main #TagBox a.Size8
{
    font-size: 15pt;
}

#main #TagBox a.Size7, #main #TagBox a.Size6
{
    color: #c45156;
    font-size: 14pt;
}

#main #TagBox a.Size6
{
    font-size: 13pt;
}

#main #TagBox a.Size5, #main #TagBox a.Size4
{
    color: #a2a2a2;
    font-size: 12pt;
}

#main #TagBox a.Size4
{
    font-size: 11pt;
}

#main #TagBox a.Size3, #main #TagBox a.Size2
{
    color: #a2a2a2;
    font-size: 10pt;
}

#main #TagBox a.Size2
{
    font-size: 9pt;
}

#main #TagBox a.Size1, #main #TagBox a.Size0
{
    color: #333;
    font-size: 8pt;
}

#main #TagBox a.Size0
{
    font-size: 7pt;
}

#main #header #toolbar span.user-name {
    color: #fff;
}

#main #header #toolbar a {
}

#main #header #toolbar a:hover {
}

#main #header #menu input.SearcherBox
{
    font-family: Lucida Sans Unicode, Arial;
    margin-top: 1px;
    width: 183px;
}

#main .SearcherButton
{
    margin-top: 1px;
}

#main #GalleryList li
{
    display: block;
    float: left;
    padding: 0px;
    width: 140px;
    height: 100px;
    border: solid 3px White;
    position: relative;
    margin: 0 5px 5px 0;
}
#main #GalleryList li a
{
    display: block;
    width: 140px;
    height: 100px;
}

#main #GalleryContainer #GalleryList
{
    background: #181818;
    padding-top: 10px;
    width: 610px;
    padding: 10px 0 10px 10px;
    border-top: 1px solid #323232;
}

#main #Content .latest-articles,
#main #Content .audio-clips
{
    /*width: 700px;*/
}

#main #Content .latest-articles .latest-article,
#main #Content .audio-clips .audio-clip
{
    background-image: url(Images/FeatureBoxBG.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    width: 306px;
}

#main #Content .latest-articles .latest-article h2,
#main #Content .audio-clips .audio-clip h2
{
    font-family: Georgia, Times New Roman;
    font-weight: normal;
    height: 34px;
    max-height: 34px;
    white-space: normal;
    text-overflow: ellipsis;
}

#main #Content .latest-articles .latest-article h2 a,
#main #Content .audio-clips .audio-clip h2 a
{
    font-size: 11pt;
    line-height: 17px;
    display: block;
    padding-right: 5px;
}


#main #Content .latest-articles .latest-article p,
#main #Content .audio-clips .audio-clip p
{
    display: block;
}

#main #Content .latest-articles .latest-article-header,
#main #Content .audio-clips .audio-clip-header
{
    background-color: Transparent;
    background-image: none;
    border: 0px;
}

#main #Content .latest-articles .latest-article-footer,
#main #Content .audio-clips .audio-clip-footer
{
    position: relative;
}

#main #Content .latest-articles .latest-article-footer .CommentCount,
#main #Content .audio-clips .audio-clip-footer .CommentCount
{
    padding-top: 2px;
    padding-bottom: 5px;
    background-position: left top;
    position: relative;
}

#main #Content .latest-articles .latest-article-footer .Date,
#main #Content .audio-clips .audio-clip-footer .Date
{
    position: absolute;
    top: -27px;
    left: 89px;
}

#main #Content .ArticleThumb,
#main #Content .AudioThumb
{
    width: 68px;
    height: 48px;
}

#main #Content .contentBox
{
    border: none;
}

#main #Content #ForumDiscussionPanel
{
    position: relative;
}

#main #Content .ForumItem
{
    width: 622px;
    height: 120px;
    padding-top: 10px;
    position: relative;
    background-image: url(Images/your-say-speech-bubble-bottom.png);
    background-position: 43px 48px;
    background-repeat: no-repeat;
    border-top: Solid 1px #323232;
}

#main #Content .ForumAvatar
{
    position: absolute;
    top: 54px;
    left: 0px;
    padding-left: 0px;
}

#main #Content .ForumAvatar img.Avatar
{
    width: 34px;
    height: 34px;
}

#main #Content .ForumTitle
{
    width: 602px;
    height: 32px;
    padding: 3px 10px;
    background-color: #555555;
}

#main #Content .ForumTitle h2 a
{
    width: 602px;
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
}

#main #Content .ForumRating
{
    display: none;
}

#main #Content .ForumStat
{
    background-image: url(Images/GradientBG.gif);
    background-repeat: repeat-x;
    background-position: left top;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 10px;
    height: 24px;
    width: 612px;
}

#main #Content .ForumStat a.comment-link
{
    font-size: 10px;
    color: #fff;
}

#main #Content .whats-happening .whats-happening-item
{

}

.Buneary div.UtilS strong {
    margin-bottom: 0;
}

#main .whats-happening .Buneary {
    padding-bottom: 5px;
}

#main .whats-happening .Buneary div.UtilS {
    padding-bottom: 26px;
    position: relative;
}

#main .whats-happening .Buneary div.UtilS .Date {
    bottom: 0;
    left: 0;
    position: absolute;
}

#main #Content .whats-happening .whats-happening-item:first-child
{
    background-image: url();
}

#main #Content .latest-articles
{
    position: relative;
    width: 625px;
}

#main #Content .latest-articles h1 {
}

/** -------------------------
    Misc styles
--------------------------**/

small {
    font-size: 0.916em;
}

#main #WarningInfo {
    background: none;
}

#main #WarningInfo p {
    color: #cc0000;
}

#main #InfoMessage,
#main #ErrorMessage {
    width: 980px;
    margin: 0;
}

#main #InfoMessage div,
#main #ErrorMessage div {
    padding: 10px 10px 11px 50px; 
}

#main #BreadCrumb {
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
}

/** -------------------------
    Layout styles
--------------------------**/

.two-columns {
    width: 650px;
}

.two-columns .left-column {
    width: 320px;
    float: left;
}

.two-columns .right-column {
    width: 320px;
    float: right;
}

/** profile **/
.two-columns-profile {
    width: 980px;
    padding-top: 20px;
    background-color: #fff;
}

.two-columns-profile .left-column {
    width: 320px;
    float: left;
}

.two-columns-profile .right-column {
    width: 650px;
    float: right;
    padding-right: 10px;
}

/** -------------------------
    Content styles
--------------------------**/
#mainContent {
    width: 645px;
}

#Content div.padding {
    padding: 20px;
}

#Content div.padding h1 {
    padding: 0;
    margin-bottom: 10px;
}

#Content {
    background: #fff url('Images/bg-content.gif') left top repeat-x;
    min-height: 400px;
}

#Content h1 {
    padding: 10px 0 10px 55px;
    background-position: 10px 0.2em;
    background-repeat: no-repeat;
    background-color: transparent;
}

#Content h1.hdr-latest-news { background-image: url('Images/bg-hdr-latestnews.png'); }
#Content h1.hdr-network { background-image: url('Images/bg-hdr-thenetwork.png'); }
#Content h1.hdr-tags { background-image: url('Images/bg-hdr-tags.png'); }
#Content h1.hdr-search { background-image: url('Images/bg-hdr-research.png'); }
#Content h1.hdr-cases { background-image: url('Images/bg-hdr-casestudies.png'); }
#Content h1.hdr-profile { background-image: url('Images/bg-hdr-profile.png'); }
#Content h1.hdr-research,
#Content h1.hdr-files { background-image: url('Images/bg-hdr-research.png'); }
#Content h1.hdr-videos { background-image: url('Images/bg-hdr-video.png'); }
#Content h1.hdr-polls { background-image: url('Images/bg-hdr-polls.png'); }
#Content h1.hdr-admin { background-image: url('Images/bg-hdr-admin.png'); }

#Content h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

#Content p {
    margin-bottom: 10px;
}

/** Date **/
#Content h2 + p.date {
    top: -2px;
    margin-bottom: 0;
}

#Content p.date {
    background: transparent url('Images/icon-date.gif') 0 2px no-repeat;
    color: #a2a2a2;
    font-style: italic;
    padding: 1px 0 1px 20px;
}

/** Read More link **/
#Content p + a.more {
    top: -11px;
}

#Content a.more {
    font-size: 1em;
    font-weight: bold;
}

/** box more link **/
.box .boxmore {
    height: 25px;
    background: url('Images/btn-more.gif') right top no-repeat;
    padding: 8px 13px 0 37px;
    color: #393e43;
    font-size: 12px;
    font-weight: bold;  
    display: inline-block; 
}

.box .boxmore span {
    width: 37px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('Images/btn-more.gif') left top no-repeat;
    display: block; 
}

.box .boxmore:hover {
    background-position: right bottom; 
    text-decoration: none;
}

.box .boxmore:hover span {
    background-position: left bottom; 
}

/** RSS link **/
a.rss {
    background: transparent url('Images/icon-rss.gif') left top no-repeat;
    display: block;
    float: right;
    height: 25px;
    margin: 0;
    padding: 0;
    text-indent: -503em;
    width: 29px;
}

/** -------------------------
    Item container styles
--------------------------**/
#Content .box {
    margin-bottom: 10px;
}

/** wide **/
#Content .wide .box-top {
    width: 600px;
    height: 25px;
    display: block;
    background: url('Images/bg-box-top.gif') left top no-repeat;
    padding: 15px 20px 0;
}

#Content .wide .box-inner {
    width: 600px;
    padding: 0 20px;
    background: url('Images/bg-box-body.gif') left top repeat-y;
}

#Content .wide .box-base {
    width: 600px;
    height: 50px;
    display: block;
    background: url('Images/bg-box-base.gif') left top no-repeat;
    padding: 0 20px 10px;
}

/** slim **/
#Content .slim .box-top {
    width: 279px;
    height: 10px;
    display: block;
    background: url('Images/bg-box-small-top.gif') left top no-repeat;
    padding: 15px 20px 0;
}

#Content .slim .box-inner {
    width: 279px;
    padding: 0 20px;
    background: url('Images/bg-box-small-body.gif') left top repeat-y;
}

#Content .slim .box-inner .box-search .search-field,
.box-inner .searchBox .search-field
{
    background: url('Images/searchbg.gif') left top no-repeat; width: 182px; height: 31px; float: left; border: none; margin-right: 5px;
    padding: 7px 10px 0 40px;
}

.box-inner .searchBox .search-field
{
    background-image: url('Images/searchbgl.gif'); width: 382px;
}

#Content .slim .box-inner .box-search .search-button,
.box-inner .searchBox .search-button
{
    background: url('Images/SearchButton.gif') left top no-repeat; width: 42px; height: 38px; float: left; border: none; text-indent: 100em;
    font-size: 0; display:block; line-height: 0;
}

#Content .slim .box-base {
    width: 279px;
    height: 40px;
    display: block;
    background: url('Images/bg-box-small-base.gif') left bottom no-repeat;
    padding: 0 20px 5px;
}

/** feature **/
#Content #feature {
    
}

#Content #feature-inner {
    background: #fff url('Images/bg-feature-box.gif') left top no-repeat;
    min-height: 150px;
    padding: 20px;
}

#Content  #featured-main {
    width: 295px;
    float: left;
    border: 1px solid #eee;
}

#Content #featured-items {
    width: 285px;
    float: right;
}

/** cases **/
#Content #case .box-top {
    width: 600px;
    height: 54px;
    display: block;
    background: url('Images/bg-cases-box-top.gif') left top no-repeat;
    padding: 12px 20px 0;
}

#Content #case .box-top #CaseFilters {
    padding-left: 60px;
    margin-bottom: 25px;
}

    #Content #case .box-top #CaseFilters select {
        width: 147px;
        margin-right: 10px;
    }

#Content #case .box-inner {
    width: 600px;
    padding: 0 20px;
    background: url('Images/bg-box-body.gif') left top repeat-y;
}

#Content #case .box-base {
    width: 600px;
    height: 50px;
    display: block;
    background: url('Images/bg-box-base.gif') left top no-repeat;
    padding: 0 20px 10px;
}

.item .item-thumb {
    float: left;
    overflow: hidden;
    width: 70px;
    height: 50px;
}

.item .item-thumb img {
    border: 1px solid #999;
    width: 70px;
    height: 50px;
}

.item .item-title {
    float: right;
    padding-left: 5px;
}
.item .item-title h2 {
    max-height: 31px; overflow: hidden;
}
.item .item-title .date span 
{
	color: #548bd3;
	font-style:normal;
}

.item .item-summary {
    display: block; clear: both;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

/** wide **/
.wide .item-title {
    width: 520px;
}

/** slim **/
.slim .item-title {
    width: 199px;
}

/** feature **/
#feature #featured-items .item-title {
    width: 215px;
}

/** cases **/
#case .item {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

#case .item-thumb {
    height: 155px;
    width: 345px;
}

#case .item-thumb img {
    width: 345px;
    height: 155px;
}

#case .item-title {
    width: 245px;
}

#case .item-summary {
    float: right;
    padding-left: 10px;
    width: 240px;
    clear: none;
    border: none;
}

/** -------------------------
    Profile styles
--------------------------**/

#CurrentStatus span.User {
    color: #548BD3;
}

.profile-pic {
    margin-bottom: 10px;
}

#CurrentStatus-O {
    width: 230px;
    margin: 0 auto;
}

#CurrentStatus {
    width: 210px;
    padding: 0 10px 10px;
}

/** -------------------------
    Article styles
--------------------------**/

#article-image {
    float: right;
    margin: 0 0 10px 10px;
}

/** -------------------------
    Form styles
--------------------------**/

.form {
    margin-bottom: 2em;
}

.form-item {
    margin-bottom: 2px;
    padding: 7px 20px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
}

.form-item label {
    display: block;
    padding: 0 0 6px;
    font-size: 1em;
}

.form .text input {
    width: 280px;
    border: 1px solid #a5a5a5;
    padding: 4px;
    font-size: 1.166em;
    color: #333;
}

.form .text .Tick input{
    width: auto;
    border: none;
    padding: 4px;
    font-size: 1.166em;
    color: #333;
}

.form .dropdown select {
    width: 290px;
    border: 1px solid #a5a5a5;
    padding: 4px;
    font-size: 1.166em;
    color: #333;
}

.form .text input:focus {
    border-color: #ccc;
}

.form .textarea textarea {
    width: 280px;
    height: 100px;
    padding: 4px;
    border: 1px solid #a5a5a5;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1.166em;
    color: #333;
}

.form .textarea textarea.BigBlock 
{
	height: 350px;
}

.form .textarea textarea:focus {
    border-color: #ccc;  
}

.form .form-item .checkbox {
    padding: 0 0 5px;
}

.form .form-item .form-info {
    padding-top: 5px;
}

.form .form-item .checkbox input {
    width: auto;
}

.form .submit input[type=text],
.form .submit input[type=file] {
    border: 1px solid #91aac2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fafafa;
    color: #0D5CAB;
    cursor: pointer;
    padding: 3px 4px;    
}

.form .submit input[disabled=disabled] {
    border: 1px solid #aaa;
    background-color: #fafafa;
    color: #aaa; 
}

.form .submit input[type=text]:hover {
    background-color: #fff;
}

.form input.valid {
    padding-right: 20px;
    width: 264px;
    background: #fff url('../Images/icon-formvalid.gif') right center no-repeat;
    border-color: #8dec7a!important;
}

.form textarea.valid {
    border-color: #8dec7a!important;
}

.ProfileDetails {margin-bottom:15px; color: #555;}
.ProfileDetails strong {display: block; color: #333; font-size: 16px; padding: 3px 0 3px 0;}

/** lost pass **/
.lost-pass {
    display: block;
    float: right;
    font-size: 1.1em;
}

/** register **/
.register {
    margin-bottom: 10px;
}

/** -------------------------
    Footer styles
--------------------------**/

#Footer ul li a {
    font-family: Arial;
    color: #b3b3b3;
    text-decoration: none;
    font-size: 8pt;
    line-height: 17px;
}

#Footer ul li a:hover {
    color: #fff;
}

#Footer ul li h2,
#Footer ul li h2 a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

#Footer ul li h2 a:hover {
    color: #0D5CAB;
}

#Footer-i {
    padding-top: 135px;
}

/** Footer station buttons **/

#Footer #footer-stations {
    width: 621px;
    height: 92px;
    padding: 9px 0 0 10px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 160px;
}

#Footer #footer-stations ul {
    width: 100%;
    padding: 0;
}

#Footer #footer-stations ul li {
    float: left;
    width: 100px;
    height: 92px;
    margin: 0;
}

#Footer #footer-stations ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#Footer #footer-stations ul li.nova-btn a span,
#Footer #footer-stations ul li.classicrock-btn a span,
#Footer #footer-stations ul li.fiveaa-btn a span,
#Footer #footer-stations ul li.starfm-btn a span,
#Footer #footer-stations ul li.novanation-btn a span,
/* #Footer #footer-stations ul li.koffee-btn a span { background-image: url('Images/sprite-footer-stations.jpg'); } */
#Footer #footer-stations ul li.koffee-btn a span { background-image: url('http://www.novafm.com.au/lib/images/misc/DMGCreate/reskin_graphics/footer.jpg'); }

#Footer #footer-stations ul li.nova-btn { width: 92px; }
#Footer #footer-stations ul li.nova-btn a span { background-position: 0 0; }
#Footer #footer-stations ul li.nova-btn a:hover span { background-position: 0 bottom; }

#Footer #footer-stations ul li.classicrock-btn { width: 105px; }
#Footer #footer-stations ul li.classicrock-btn a span { background-position: -100px 0; }
#Footer #footer-stations ul li.classicrock-btn a:hover span { background-position: -100px bottom; }

#Footer #footer-stations ul li.fiveaa-btn { width: 100px; }
#Footer #footer-stations ul li.fiveaa-btn a span { background-position: -214px 0; }
#Footer #footer-stations ul li.fiveaa-btn a:hover span { background-position: -214px bottom; }

#Footer #footer-stations ul li.starfm-btn { width: 130px; }
#Footer #footer-stations ul li.starfm-btn a span { background-position: -327px 0; }
#Footer #footer-stations ul li.starfm-btn a:hover span { background-position: -327px bottom; }

#Footer #footer-stations ul li.novanation-btn { width: 90px; }
#Footer #footer-stations ul li.novanation-btn a span { background-position: -457px 0; }
#Footer #footer-stations ul li.novanation-btn a:hover span { background-position: -457px bottom; }

#Footer #footer-stations ul li.koffee-btn a span { background-position: -537px 0; }
#Footer #footer-stations ul li.koffee-btn a:hover span { background-position: -537px bottom; }



/** -------------------------
    Gallery page styles
--------------------------**/

.featured-gallery 
{
    background-color: #181818;
    border-top: 1px solid #323232;
    margin-bottom: 10px;
}

#main .featured-gallery h2
{
    padding: 0 5px;
}

#GalleryContainer a.more 
{
    color: #fff;
}   

.GalleryContainer {
    width: 625px; 
}

#GalleryContainer .ItemFooterS,
.GalleryContainer .ItemFooterS {
    width: 605px;
    padding-left: 10px;
    background-color: #000;
}

#main #GalleryContainer .ItemContainer .article-content,
#main .GalleryContainer .ItemContainer .article-content {
    padding-bottom: 10px;
    width: 405px!important;
} 

/** -------------------------
    Meta styles
--------------------------**/

#main .meta
{
    background-color: #000;   
}

#main .meta .link,
#main .meta .link a 
{
    font-size: 10px;
    color: #fff;
}

/** -------------------------
    Pager styles 
--------------------------**/
/*
#main #ForumPager ul.pages li:hover,
#main #ForumPager ul.pages li.pgCurrent { border: 1px solid #410a0c; background-color: #410a0c; }

#main #ForumPager ul.pages li.pgPrev { background: url('Images/pagingprev.gif') 0 0 no-repeat; }
#main #ForumPager ul.pages li.pgNext { background: url('Images/pagingnext.gif') no-repeat right; }
#main #ForumPager ul.pages li.pgEmptyPrev { background: url('../../img/main/PagingPrev_gray.gif') 0 0 no-repeat; }
#main #ForumPager ul.pages li.pgEmptyNext { background: url('../../img/main/PagingPrev_gray.gif') no-repeat right; }
#main #ForumPager ul.pages li.pgPrev,
#main #ForumPager ul.pages li.pgNext { border: none; }

Moved to Pager.css
*/


/** -------------------------
    Gallery page styles
--------------------------**/

#main #GalleryContainer .ItemContainer .article-content {
    /*width: 410px;*/
}

/** -------------------------
    Ad styles
------------------------- **/

#main .banner {
    margin: 40px 0;
    text-align: center;
}

#main .BannerAd {
    background: none;
    margin: 40px 0;
}

#OnlineCreativesGallery
{
	float: left;
	list-style-type:none;
	margin: 0;
	padding: 0 0 0 0px;
	
}

#OnlineCreativesGallery li
{
	float: left;
	list-style-type:none;
	margin: 0;
	padding: 0 10px 10px 0;
	width: 140px; height: 100px;
}

#OnlineCreativesGallery li a,#OnlineCreativesGallery li a img
{
    width: 140px; height: 100px; display:block;
}


#WarningMessage { padding: 20px; margin: 10px; line-height: 1.5em; font-size:16px; color: #fff; background: #8e0707; -moz-border-radius: 10px; -webkit-border-radius: 10px; }


ul#faceTweetShareTools {width:615px; background:url(/img/main/relatedContentVideoShareBg.jpg) repeat-x; overflow:auto; margin:0; padding-top:8px;}
ul#faceTweetShareTools li{float:left; margin-bottom:5px; }
ul#faceTweetShareTools li#twitter {width: 127px;}
ul#faceTweetShareTools li#facebook {}
ul#faceTweetShareTools li#google {}
