/* COLOURS FOR LG GROUP 

General bar colour: #861585 
Selected item colour: #993997 
Subnav background: #ECECEC 
Drop down colour: #71086F
 
Outline: 1px, #B03FAE
 
Drop shadow: 2px 2px 3px #CCC


Font colours 
Headings: #333333 
Body copy: #666666 
Links: #0079BF 
Primary navigation: #FFFFFF 


Safer and stronger communities - #00BCE4 
LGA group - #91278F 
Culture,tourism and sport - #FFE14F 
Environment and housing - #C1D82F 
Community wellbeing - #E20177 
LGA executive  - #91278F 
Improvement - #F3901D 
Economy and transport - #6A737B 
European and international - #00856A 
Workforce - #5A4099 
Children and young people  - #004960 
Note: On lighter colours text is #000000 on darker colours it’s #FFFFFF (for accessibility reasons - WCAG AA compliant) 

*/
/**
 * Stylesheet has Resets, followed by font Normalization, base styles, then actual main styling alphabetically, helper classes at end! 
 * Perform Resets For Maximum compatability and degrading in old browsers
 */
html, body {
  height: 100%;
  padding: 0;
  margin: 0; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both; }

input, select {
  vertical-align: middle; }

/**
 * Font normalization
 */
body {
  font: 12px arial, sans-serif;
  *font-size: small; }

/* Hack retained to preserve specificity */
select, input, textarea, button {
  font: 99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/**
 * Minimal base styles.
 */
/* Always force a scrollbar in non-IE */
html {
  overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

ul, ol {
  margin-left: 2em; }

li {
  line-height: 140%; }

ol {
  list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td {
  vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

textarea {
  overflow: auto; }

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
  margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="button"] {
  -moz-box-shadow: 0px 2px 2px #000;
  -webkit-box-shadow: 0px 2px 2px #000;
  box-shadow: 0px 2px 2px #000; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

select {
  color: #000 !important; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

/* These selection declarations have to be separate */
::-moz-selection {
  background: #ffd09e;
  color: #444;
  text-shadow: none; }

::selection {
  background: #ffd09e;
  color: #444;
  text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #ffd09e;
  font-weight: bold; }

/* Make buttons play nice in IE: */
button {
  width: auto;
  overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */
html, body {
  height: 100% !important; }

body, select, input, textarea {
  color: #000000;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 20px; }

/* Form Elements */
fieldset {
  border: 1px solid #efefef; }

label {
  display: block;
  font-weight: bold; }

legend {
  font-weight: bold;
  padding: 5px; }

/* Headers (h1, h2, etc) */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  font-weight: bold; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: bold; }

h1 {
  font-size: 30px;
  line-height: 40px;
  color: #333333; }

h2 {
  font-size: 24px;
  line-height: 40px;
  color: #333333; }

.plainPanel h2, .stripedPanel h2, darkPanel h2 {
  line-height: normal !important;
  margin-bottom: 15px; }

h3 {
  font-size: 16px;
  line-height: 20px;
  color: #333333; }

h4 {
  font-size: 12px;
  line-height: 20px;
  color: #333333; }

a {
  text-decoration: none; }

a, a:active, a:visited {
  color: #0079BF; }

a:hover {
  color: #0079BF; }

em {
  font-weight: bold;
  color: #333333; }

p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 140%; }

p.intro {
  font-size: 14px;
  font-weight: bold; }

p.center {
  text-align: center; }

.date {
  font-size: 12px;
  font-weight: bold;
  color: #333333; }

/*
* Corners, drop shadows etc
*/
.corners {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/**
 * Primary styles
 */
/**
* HEADER
*/
#header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 0; }

/* Global Nav Bar, contains top left links, login and search box */
#globalNav {
  position: relative;
  height: 35px;
  background: #000;
  font-weight: bold;
  color: #ccc;
  z-index: 2000; }

#globalNav a {
  color: #fff;
  font-weight: bold; }

#globalNav ul {
  position: relative;
  top: 10px; }

#globalNav li {
  display: inline;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  vertical-align: inherit; }

#globalNav li:first-child {
  padding-right: 15px;
  padding-left: 0px !important; }

#globalNav ul.tr-header li:first-child {
  border-right: 1px solid #ccc; }

#globalNav li a {
  display: inline; }

#globalNav #siteSearch {
  top: 5px;
  position: relative; }

#globalNav input[type="text"] {
  border: 1px solid #d9d9d9;
  background: #d9d9d9;
  padding: 3px;
  color: #000;
  width: 214px;
  height: 17px; }

#globalNav input[type="image"] {
  position: absolute;
  right: 0px;
  top: 2px; }

/* Login Box Dropdown
* Only applies to the ul given a class of signedIn
*/
#globalNav .signedIn {
  position: absolute;
  top: 10px;
  /*left: 110px;*/
  z-index: 100; }

#globalNav .signedIn li {
  border: none;
  cursor: pointer; }

#globalNav .signedIn li.dropDown {
  width: 290px;
  display: block;
  margin: -5px -5px;
  position: relative; }

#globalNav .signedIn li.dropDown div {
  padding: 5px 15px; }

#globalNav .signedIn li ul {
  display: none; }

/* Using an image for bullets here as there seems to be issues with getting list-style-type to work across all browser versions */
#globalNav .signedIn li.dropDown div ul li {
  padding-left: 10px !important;
  padding-right: 0px !important;
  margin-bottom: 5px;
  margin-left: 0px;
  display: block;
  color: #fff;
  border: none;
  background: url("../images/login_bullet.png") no-repeat left 7px;
  list-style-type: none; }

#globalNav .signedIn li.dropDown div .signInText {
  text-align: right;
  padding: 0!important;
  margin-top: 3px; }

#globalNav .signOut {
  text-align: right; }

#globalNav .signOut li {
  border-right: none !important;
  border-left: 1px solid #ccc;
  padding-right: 0px;
  padding-left: 15px !important;
  display: inline; }

/* Signed Out, not to be confused with signOut which applies to the ul that is visible when user is logged in! */
#globalNav .signedOut {
  text-align: right; }

#globalNav .signedIn li.dropDown div ul li ul {
  top: 5px;
  left: 10px; }

/* LG NAV BAR */
#LGNav {
  height: 50px;
  background-color: #861585;
  position: relative;
  z-index: 49; }

#LGNav a {
  font-weight: bold; }

#LGNav .level1Menu {
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 50; }

/* IE 6 underscore hack to hide dropdowns and style layout as best as possible */
#LGNav .level1Menu li {
  list-style-type: none;
  padding-right: 10px;
  float: left;
  _display: inline;
  height: 48px;
  _height: 30px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #861585; }

#LGNav .level1Menu .selected {
  background-color: #993997;
  border: 1px solid #993997; }

#LGNav .level1Menu li:hover {
  background-color: #71086F;
  border: 1px solid #B03FAE; }

#LGNav .level1Menu li a {
  float: left;
  padding-right: 0px;
  padding-left: 10px;
  color: #fff;
  border-left: 1px dotted #fff;
  width: 100%;
  _width: auto;
  margin-top: 13px; }

#LGNav .level1Menu li a img {
  margin-left: 10px; }

#LGNav .level1Menu li:first-child a {
  border-left: 1px solid #993997; }

#LGNav .level1Menu li:hover a {
  border-left: 1px solid #71086F !important; }

#LGNav .level1Menu li.hasChildren > div {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  background-color: #71086F;
  padding-right: 10px;
  float: left; }

#LGNav .level1Menu li.hasChildren > div a {
  border-left: 1px solid  #71086F !important; }

.level2Menu {
  _display: none !important; }

.level1MenuItemClone {
  _display: none !important; }

/* The UL on hover needs to have a min-width set or it will default to the width of the parent li */
#LGNav .level1Menu li.hasChildren > ul {
  display: none;
  min-width: 200px;
  position: absolute;
  top: 40px;
  left: 0px;
  background-color: #71086F;
  margin: 0;
  -moz-box-shadow: 2px 2px 3px #000;
  -webkit-box-shadow: 2px 2px 3px #000;
  box-shadow: 2px 2px 3px #000;
  border: 1px solid #B03FAE;
  padding-bottom: 10px;
  padding-top: 10px; }

#LGNav .level1Menu li.hasChildren > ul li {
  float: none !important;
  border: none !important;
  font-size: 12px;
  margin-left: 0px;
  clear: both !important;
  color: #fff;
  list-style-type: none;
  height: auto !important;
  padding: 5px 15px 5px 15px !important; }

#LGNav .level1Menu li.hasChildren > ul li a {
  border: none !important;
  margin-top: 0;
  background-image: url("../images/login_bullet.png");
  background-repeat: no-repeat;
  background-position: 0px 5px; }

/*SHOW SECOND MENU ON HOVER */
#LGNav .level1Menu li.hasChildren:hover > div {
  display: block;
  z-index: 53; }

#LGNav .level1Menu li.hasChildren:hover > ul {
  display: block;
  z-index: 52; }

/*Items that are hovered or selected should have the item to the rights border changed to background colour*/
#LGNav .level1Menu li:hover + li a {
  border-left: 1px solid #861585; }

#LGNav .level1Menu li.selected + li a {
  border-left: 1px solid #861585; }

/* Using an image for bullets here as there seems to be issues with getting list-style-type to work across all browser versions */
.level2Menu li:hover, .level2Menu li:hover a {
  background-color: none !important; }

/* LG BANNER */
#LGBanner {
  height: 100px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  overflow: hidden; }

#LGBanner .headLogo {
  margin-top: 15px; }

/* END NAVS AND HEADER */
/* MAIN CONTENT */
.marginBottom {
  margin-bottom: 15px; }

.marginTop {
  margin-top: 15px; }

.nomargin {
  margin: 0px !important; }

/* Have set the section div to have overflow hidden - this allows us to make the sub menu really long (using large padding and a negative margin of equal value,  so there can be a border the whole way down the page 
  removed overflow: hidden !important;  * LGWEB-163 Anchor links in RTE
*/
#section {
  margin-bottom: 20px;
  position: relative;
  display: block; }

/* Sub Menu */
#subMenu {
  padding-top: 20px;
  min-height: 100%;
  z-index: 1; }

#subMenu ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0; }

#subMenu ul li {
  list-style-type: none;
  margin-bottom: 10px; }

#subMenu ul li ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 10px;
  padding-left: 25px;
  background: #f7f7f7;
  margin-top: 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position: relative; }

#subMenu ul li ul li {
  list-style-type: disc; }

#subMenu .selected {
  color: #000000; }

#subMenu a {
  font-weight: bold; }

#subMenu ul li ul li a {
  font-weight: normal !important; }

.hasLeftMenu {
  background: url("../images/subMenuBg.gif") repeat-y top left; }

/* Center Content */
#centerContent {
  margin-bottom: 10px; }

#centerContent ul {
  margin-bottom: 10px; }

/* End Center Content */
/* End Main Content */
/* Right Content */
.plainPanel {
  border: 1px solid #cccccc;
  margin: 10px 0px 0px 0px;
  padding: 9px;
  position: relative; }

.plainPanel a {
  font-weight: bold; }

.plainPanel li:before, .plainPanel li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.plainPanel li:after {
  clear: both; }

.plainPanel li {
  zoom: 1; }

.plainPanel .leftThumb {
  float: left;
  margin-right: 10px; }

.plainPanel .rightCol {
  float: left;
  width: 135px; }

.plainPanel ul.mostViewedTabs {
  width: 100%;
  height: 30px;
  margin-bottom: 10px; }

.plainPanel ul.mostViewedTabs li {
  float: left;
  text-align: center;
  font-weight: bold;
  color: #333;
  padding: 8px;
  width: 82px;
  border-bottom: 1px solid #ccc !important;
  background: #ececec; }

.plainPanel ul.mostViewedTabs li.selected {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none !important;
  background-color: #fff; }

.plainPanel .noBorder li {
  border-bottom: none !important; }

/* End Right Content */
.plainText {
  font-weight: normal !important; }

/* FOOTER */
#footer {
  width: 100%;
  background: #ececec;
  padding-top: 20px;
  margin-top: 0px; }

#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both; }

#footer li {
  list-style-type: none; }

#footer .partners img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

#footer, .push {
  height: 250px; }

#footer .footLogo {
  float: right; }

/*FOOTER*/
/* PAGE WIDE STYLES */
.relative {
  position: relative; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -270px; }

/**
 * Non-semantic helper classes: ensure styling is before this!!.
 */
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Clearfix: j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1; }

