﻿@charset "utf-8";
/* CSS Document */
/* Global Styles */

#top-sub {
    height: 30px;
}

ul#top-sub-nav {
    float: right;
    font-size: .9em;
    margin-right: 2em;
    margin-top: 2px;
}
    
ul#top-sub-nav li {
    margin-right: 2em;
    float: left;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
}
ul#top-sub-nav li a {
  
}

ul#top-sub-nav li#home-sub-nav a {
  background: url(/css-images/icon-home.png) no-repeat bottom center;
  width: 20px;
  height: 24px;
  display: block;
  }

ul#top-sub-nav li#info-centre-sub-nav a {
  background: url(/css-images/icon-infomation-centre.png) no-repeat bottom center;
  width: 26px;
  height: 25px;
  display: block;
  }

#top-sub #search-box {
    float: right;
    padding-top: 4px;
    font-size: .9em;
}

#top-sub #search-box input {
    border: none;
    height: 19px;
    font-size: 11px;
    margin-left: 6px;
    color: #fff;
    padding: 2px;
}
#top-sub #search-box input#search {
     height: 15px;
}

#header {
    height: 128px;
    margin-top: 150px;
}

html>body #header {*margin-top: 150px;} /* IE7 hack spacing problem */

#header-subpage {
    margin-top: -10px;
}
html>body #header-subpage {*margin-top: 10px;} /* IE7 hack spacing problem */


#header h1, #header-subpage h1 {
    background: url(/css-images/logo-discover-burnie.png) no-repeat;
    text-indent: -9999px;
    float: left;
}
#header h1 a, #header-subpage h1 a {
    display: block;
    width: 155px;
    height: 128px;
}

  
#header ul#main-nav {
  height: 59px;
  text-align: left;
  width: 710px;
  margin: 34px 0 0 92px;
  float: left;
  }
  
#header-subpage ul#main-nav {
  height: 59px;
  text-align: left;
  width: 710px;
  margin: 24px 0 0 92px;
  float: left;
  }
  
  html>body #header-subpage ul#main-nav {*margin-top: 34px;} /* IE7 hack spacing problem */
        
ul#main-nav li {
  float: left;
  position: relative;
  text-indent: -9999px;
  z-index:10;
  }
        
ul#main-nav li a {
  display: block;
  overflow: hidden;
  height: 59px;
  background: url(/css-images/main-navigation-bar.png);
  border: none;
  }
  
  
ul#main-nav li#about-us a { width: 102px; background-position: 0 0; }
ul#main-nav li#attractions a { width: 102px; background-position: -102px 0; }
ul#main-nav li#where-to-stay a { width: 101px; background-position: -204px 0; }
ul#main-nav li#eat a { width: 102px; background-position: -305px 0; }
ul#main-nav li#what-to-do a { width: 102px; background-position: -407px 0; }
ul#main-nav li#shopping a { width: 102px; background-position: -509px 0; }
ul#main-nav li#how-to-get-there a { width: 99px; background-position: -611px 0; }

ul#main-nav li#about-us a:hover, body#about-us-page ul#main-nav a#about-us-nav { width: 102px; background-position: 0 -59px; }
ul#main-nav li#attractions a:hover, body#attractions-page ul#main-nav a#attractions-nav { width: 102px; background-position: -102px -59px; }
ul#main-nav li#where-to-stay a:hover, body#where-to-stay-page ul#main-nav a#where-to-stay-nav { width: 101px; background-position: -204px -59px; }
ul#main-nav li#eat a:hover, body#eat-page ul#main-nav a#eat-nav { width: 102px; background-position: -305px -59px; }
ul#main-nav li#what-to-do a:hover, body#what-to-do-page ul#main-nav a#what-to-do-nav { width: 102px; background-position: -407px -59px; }
ul#main-nav li#shopping a:hover, body#shopping-page ul#main-nav a#shopping-nav { width: 102px; background-position: -509px -59px; } 
ul#main-nav li#how-to-get-there a:hover, body#how-to-get-there-page ul#main-nav a#how-to-get-there-nav { width: 99px; background-position: -611px -59px; } 


/* sub page anchors */
ul#main-nav li#about-us a:hover, body#about-us-subpage ul#main-nav a#about-us-nav { width: 102px; background-position: 0 -59px; }
ul#main-nav li#attractions a:hover, body#attractions-subpage ul#main-nav a#attractions-nav { width: 102px; background-position: -102px -59px; }
ul#main-nav li#eat a:hover, body#eat-subpage ul#main-nav a#eat-nav { width: 102px; background-position: -305px -59px; }
ul#main-nav li#where-to-stay a:hover, body#where-to-stay-subpage ul#main-nav a#where-to-stay-nav { width: 101px; background-position: -204px -59px; }
ul#main-nav li#what-to-do a:hover, body#what-to-do-subpage ul#main-nav a#what-to-do-nav { width: 102px; background-position: -407px -59px; }
ul#main-nav li#shopping a:hover, body#shopping-subpage ul#main-nav a#shopping-nav { width: 102px; background-position: -509px -59px; } 
ul#main-nav li#how-to-get-there a:hover, body#how-to-get-there-subpage ul#main-nav a#how-to-get-there-nav { width: 99px; background-position: -611px -59px; } 




#main-content-wrap {    
}



#sidebar {
    width: 195px;
    float: left;
    margin: 0 50px 0 0;   
}

html>body #sidebar {*margin-top: 20px;} /* IE7 hack spacing problem */

#sidebar ul {
     width: 100%;
}
#sidebar ul li {
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0.5em 0 0 0;
    line-height: 1.75em;
}

#sidebar ul li a {
    color: #fff;
    border: none;
    margin-top: -1px;
    display: block;
    width: 195px;
}
#sidebar ul li a#main {
    margin-bottom: 20px;
}
#sidebar ul ul {
}
#sidebar ul li li {
    text-align: left;
    font-size: .75em;
    font-weight: normal;
    padding: 0;
}
#sidebar ul li li.first {
     margin-top: .5em;
}
#sidebar ul li li a {
    display: block;
    padding: 0.25em 6px;
    font-weight: normal;
    width: 183px;
}
#sidebar ul li li a#current, #eat-main #sidebar ul li li a#current {
     font-weight: bold;
     background: url(/css-images/sub-menu-icon.png) no-repeat left center;
     padding-left: 20px;
      width: 169px;
}
#sidebar ul li li li {
     font-size: 0.95em;
}
#sidebar ul li li li a {
    margin-bottom: -1px;
    width: 169px;
    padding-left: 20px;
}
#sidebar ul li li li a#sub-current {
     font-weight: bold;
     width: 153px;
}     
#sidebar ul ul ul ul {
}
#sidebar ul li li li li {
    font-size: .85em;
}
#sidebar ul li li li li a#sub-sub-current {    
  width: 136px;
}
    
#content {
    float: left;
    width: 715px;
    padding-bottom: 3em;
    margin-bottom: 3em;
}

html>body #content {*margin-top: 20px;} /* IE7 hack spacing problem */

#content h3 {
  text-transform: lowercase;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.25em;
}

#content .col1 {
    width: 350px;
    float: left;
    margin-right: 50px;
}

#content .col2 {
    float: left;
    width: 315px;
}

#content .col1-a {
    width: 425px;
    float: left;
    margin-right: 40px;
}
#content .col2-b {
    float: left;
    width: 250px;
}


#content img.normal {
    margin-bottom: 40px;
}
#content img.right {
     float: right;
     margin: 1em 0 1em 1em;
}
#content a {
    color: #fff;
    border-bottom: dashed 1px;
    font-weight: normal;
}
#content span.big, #content p.big {
    font-size: 1.5em;
    text-align: center;
}
#content .conversion h3 {
     text-transform: uppercase;
     font-size: 1.5em;
     font-weight: bold;
     line-height: 1.25em;     
}
#content .conversion ul {
    margin: 1.5em 2em;
}
#content .conversion li {
    list-style: disc;
    margin-bottom: .5em;
    line-height: 1.5em;
}

#content blockquote {
    font-style: italic;
    padding-left: 2em;
    padding-right: 2em;
}
#content li.tick {
    background: url(/css-images/tick.png) no-repeat left center;
    padding-left: 20px;
}
#content .conversion li.tick {
    list-style: none;
} 

#content p.document-download {
    background: url(/css-images/document-download.png) no-repeat left center;
    padding-left: 20px;
}

#content li.no-display, #content img.no-display, span.no-display {
  display: none;
}

#content .map {
  margin-top: 3em;
  }

#content .map a {
  color: #fff;
  }

#breadcrumbs {
    height: 84px;
    width: 715px;
    margin-left: 245px;
}
#breadcrumbs ul {
    margin: 20px 0 0 0;
    line-height: 1;
    padding: 10px 0;
    width: 100%;
}
#breadcrumbs li {
    display: inline;    
    padding-left: 10px;
    font-size: 1.25em;
    font-weight: bold;
}
#breadcrumbs ul li a {
    padding: 10px 0;
    color: #fff;
    padding-right: 10px;
    font-weight: normal;
    font-size: .75em;
    border-bottom: none;
}


#mini-nav {
  float:right;
  font-weight: bold;
  }

#mini-nav ul {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: .85em;
  }

#mini-nav li a {
  color: #fff;
  display: inline;
  border-right: none;
  font-weight: bold;
  }

#mini-nav .map-anchor {
  font-weight: bold;
  }

#footer {
    background: url(/css-images/coloured-bar.png) top center repeat-x;
    float: left;
    width: 100%;
}
#footer-content {
    font-size: .85em;
    margin-bottom: 4em;
    margin-top: 4em;
}

#footer-content a {
    color: #fff;
    border-bottom: dashed 1px;
   }

#footer-content a:hover {
  background: #fff;
  color: #000;
}

#footer-content h3 {
    line-height: 1.25em;
    text-transform: uppercase;
    }

#footer-content li {
 line-height: 1.75em;
 }

#footer-content img.bcc-logo {
  margin-bottom: 2em;
  margin-top: 0.5em;

  }

#footer-col-last {
    background: url(/css-images/footer-tassie-map.gif) no-repeat top right;
    height: 400px;
}

#footer-end {
  padding: 10px 0 2px 0;
  width: 100%;
  margin-top: 40px;
  }

#footer-end p {
 text-align: center;
 line-height: 1em;
}
