		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2018 19:57:29
*/


/********** Main Nav **********/

#pso-header-navigation ul {
    margin: 0;
    padding: 0;
}

#pso-header-navigation ul li {
    display: inline-block;
    *display:inline;
    zoom:1;
    vertical-align: top;
    margin: 0 2.2%;
    height:40px;
    padding-top: 14px;
}

#pso-header-navigation ul li a {
    font-family: 'museo_sans500', "Verdana", "Gill Sans", "Arial", sans-serif;
    color: #282828;
    font-size: 1.2em;
    text-decoration: none;
}

#pso-header-navigation ul li a:hover {
    text-decoration: underline;
}

#pso-header-navigation .pso-header-navigation-selected, #pso-header-navigation .pso-header-navigation-hier{
    background: url(http://planningschemes.dpcd.vic.gov.au/__data/assets/image/0006/385548/nav-arrow.png?v=0.1.4) no-repeat 50% 100%;
}

/********** Breadcrumbs **********/

#pso-body-breadcrumbs{
    margin-top: 10px;
}

#pso-body-breadcrumbs-home {
  float:left;
  margin: 0 15px 0 0;
  padding: 3px 0 0 0;
  font-weight: bold;
}

#pso-body-breadcrumbs ul{
  display: inline;
  margin: 0;
  padding: 0;
}

#pso-body-breadcrumbs ul li{
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}



/* Desktop - Tablet (portrait) ----------- */

@media only screen and (max-width: 950px) { 
 
  #pso-header-navigation ul li a {
    font-size: 1.1em;
  }

  #pso-header-navigation ul li {
    margin: 0 1.5%;
  }

}


/* Tablet (portrait) - Mobile ----------- */

@media only screen and (max-width: 760px) { 
 
  #pso-header-navigation ul li a {
    font-size: 1em;
  }

  #pso-header-navigation ul li {
    margin: 0 1.3%;
  }

}


/* -------- Mobile ----------- */

@media only screen and (max-width: 675px) { 
 
#pso-header-navigation ul {
    margin: 0;
    padding: 0;
}

#pso-header-navigation ul li {
    display: block;
    margin: 0px;
    border-top: 2px solid #fff;
    padding-top: 7px;
    padding-left: 10px;
    height:37px;
}

#pso-header-navigation ul li a {
    font-size: 1.2em;
    display:block;
}

#pso-header-navigation ul li a:hover {
    text-decoration: underline;
}

#pso-header-navigation .pso-header-navigation-selected, #pso-header-navigation .pso-header-navigation-hier {
    background: none;
}

}