/* http://webaim.org/techniques/css/invisiblecontent/ */
.screen-reader-text,.search label { 
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
/* Links */
a,a:visited {    
    color: #003b85;
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    color: #D54E21;
}   
.pagecontent a {
    text-decoration: underline;
}
a.button {
    color:#fff;
    text-decoration: none;
}
a.top {
    border-bottom: 1px solid #C7C7C7;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
.success {
    position: relative;
    top: 100px;
    z-index: 100;
    background: yellow;
    padding: 10px;
    color: #000;
}
sup {
    font-size: 60%;
    vertical-align: super;
}
sub{
    font-size: 60%;
    vertical-align: sub;
}
/* Content */
body {
    color: #6f6f6f;    
    font-family: "Open sans", helvetica, arial, sans-serif;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
}
.max-width {
    margin: 0 auto;
    max-width: 1732px;
}    
/* Heading */
h1,h2,h3,h4,h5 {
    font-family: "Open sans", helvetica, arial, sans-serif;
    font-weight: 600;
    margin: 0 0 15px 0;
}
h1,h2,h3,h4,
h1 a,h2 a,h3 a,h4 a
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited {
    border:none;
    color:#003b85;    
}
h1 {
    font-size: 32px;
    line-height: 38px;
}
h2 {
    font-size: 25px;
    font-weight: 300;
}
h3 {
    font-size: 21px;
    font-weight: normal;
}
h4 {  
    font-size: 18px;
    line-height: 28px;
}
h5 {  
    font-size: 16px;
    line-height: 28px;
}
.date {
    color: #111111;
    font-style: italic;
}
.right {
    text-align: right;
}
/* Quotes */
blockquote {
    background:#ffffff;
    border-left:10px solid #8D8D8D;    
    line-height: 27px;
    margin:10px;
    padding:10px;
    quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
    color:#8D8D8D;
    content:open-quote;
    font-size:4em;
    line-height:.1em;
    margin-right:.25em;
    vertical-align:-.4em;
}
blockquote p {
    display:inline;
}
blockquote, blockquote p {
    font-size: 15px;
}
/* Images */
img.left {
    float:left;
    margin:0 20px 20px 0;
}
img.right {
    float:right;
    margin:0 0 20px 20px
}
img.polaroid {
    border: 10px solid #fff;
    box-shadow: 3px 3px 3px #777;
}
/* Lists */
li {    
    line-height: 24px;
}
ul,
ol {
    margin:20px
}
ul {    
    list-style: disc outside none;    
}
ol {
    list-style: decimal outside none;
}
form ol,
form ul {
    list-style: none outside none;
    margin: 0 0 20px;
}
/* Tables */
table{
    margin:0 0 40px 0;
    padding:0px;	
    border:1px solid #ddd;
    width:100%;
    height:100%;
}
tr:nth-child(odd){ 
    background-color:#F9F9F9; 
}
tr:nth-child(even)    { 
    background-color:#ffffff; 
}
td {
    vertical-align:top;	
    border:1px solid #ddd;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
}
tr:last-child td {
    border-width:0px 1px 0px 0px;
}
tr td:last-child {
    border-width:0px 0px 1px 0px;
}
tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
th {
    background-color:#DDDDDD;
    border:0px solid #bebcbc;
    border-width:0px 0px 1px 1px;
    font-weight:normal;
}
th, th h3 {
    color:#4F4F4F;
}
tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}
.nowrap {
    white-space: nowrap;
}
.center {
    text-align: center;
}
.hide {
    display:none;
}
/* Buttons */
.button,
.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #565656; 
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 10px 20px;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
        color: #fff;
        background: #262626;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
         color: #fff;
        background: #262626; 
}
.news .button {
    font-size: 14px;
    padding:5px 10px;
}
/* Logo */
.branding {    
    display:block;
}
a.logo { 
   background: url("/images/sprites.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    height: 189px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-indent: -10000em;    
    width: 205px;
}
#header a.logo {
    position: absolute;
    top: -38px;
    z-index: 1;
}
.tagline {
    color:#ccc;
    font-style:italic;
}
/*  Header */
#header {    
    background-color: #012C61;
    height: 155px;
    margin: 0 auto 80px;
}
#header .utilities {
    margin: 5px 0;
}
.top-utiltites {
    background-color: #003B85;
    box-shadow: 0 0 10px 8px #001C51;
}
/* Search */
.pagecontent .search ul,
.pagecontent .search ul li,
.search ul li, .search input, .search label {
   margin: 0;
   padding: 0;
}
#header .search ul {
    float: right;
    margin: 0;
    width: 250px;
}
.search ul li {
    float: left;
    list-style: none;
}
.search ul li, .search input, .search label {
    display:inline;
}
#header #globalsearch-term {
    background: none repeat scroll 0 0 #003B85;
    border-color: #003B85;    
    color: #fff;
    font-size: 18px;
    height: 35px;
    margin: 0;
    max-width: none;
    width:195px;
    outline: medium none;
    padding: 4px;
}
#header #globalsearch-search {
    background: url("/images/sprites.png") no-repeat scroll 0 -189px #3e8f01;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 44px;
    text-shadow: none;
    width: 44px;
}
/* Search page search box*/
.article #globalsearch-search,
.article #globalsearch-term {
    padding:10px;
}
.article #globalsearch {
    margin-bottom:40px;
}
/* Banner */
.banner {
    background-color: #00003A;
    background-position: center top;
    background-repeat: no-repeat;
    height: 256px;
    margin-top: -80px;
    width: 100%;
}
.banner {
    background-image: url("/library/image/website_theme/homepage-banners/Hakea_03.jpg");
} 
.js .banner {
    background-image: url();
} 
.banner-bottom {
    background: url("/images/banner-bottom2.gif") no-repeat center -1px transparent;
}
#home-page .banner {
    height: 599px;
}
.slideshowimage {
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 155px;
    z-index: 0;    
    height: 599px;
    width: 100%;
}
.banner-widget {
    background-color: #003C85;
    left: 50%;
    position: relative;
    top: 60px;
    width: 50%;
}
.banner-widget-empty {
    background: none;
    left: 50%;
    padding-bottom: 130px;
    padding-top: 0;
    position: relative;
    top: 30px;
    width: 50%;
    z-index: 0;
}
.banner-widget-content {    
    padding: 20px;
}
.banner-widget-content h2 {
    color: #FFFFFF;
    line-height: 30px;
    max-width: 430px;
}
#home-page .banner-widget h1, 
#home-page .banner-widget p,
#home-page .left-banner-panel h2, 
#home-page .left-banner-panel h3,
#home-page .right-banner-panel h2, 
#home-page .right-banner-panel h3 {
     color:#fff;
}
.banner .left-banner-panel,
.banner .right-banner-panel {
    border: 20px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
}
.banner .left-banner-panel {
    background:url(/library/image/website_theme/homepage-town-newspapers/carnmah-banner-panel.jpg) no-repeat top center #003C85;
    -webkit-border-top-right-radius: 60px;
    -moz-border-radius-topright: 60px;
    border-top-right-radius: 60px;
}
.banner .right-banner-panel {
    background:url(/library/image/website_theme/homepage-town-newspapers/eneabba-banner-panel.jpg) no-repeat top center #2F7200;
    -webkit-border-top-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    border-top-left-radius: 60px;
}
.banner .details  {
    margin: 50px 0 0;
    padding: 5px 5px 10px 5px;
}
.banner .details h3,
.banner .details p {
    margin:0;
}
.left-banner-panel h2,
.right-banner-panel h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 40px 0 0;
    text-transform: uppercase;
}
.banner .left-banner-panel .details {
    background-color: #003C85;
}
.banner a:hover .left-banner-panel .details {
    background-color: #012C61;
}
.banner a:hover .left-banner-panel h2,
.banner a:hover .right-banner-panel h2 {
    text-shadow: 0px 1px 6px #000000;
}
.banner .right-banner-panel .details {
    background-color: #2F7200;
}
.banner a:hover .right-banner-panel .details {
    background-color: #265B00
}
/* Breadcrumb */
div.breadcrumbs {
    background-color:#012C61;
    color:#67ACF7;
    font-size: 16px;    
    padding: 15px 0;
}
p.breadcrumbs { 
    margin:0;
}
.breadcrumbs a,
.breadcrumbs span {
    color:#fff;  
}
.breadcrumbs a:hover {
    color: #D54E21;
}
.breadcrumbs a {      
    font-weight: normal;
    padding-bottom: 2px;
}
.breadcrumbs span, 
.breadcrumbs a {    
    margin-right: 3px
}
.breadcrumbs span {
    border:none;
    margin: 0 10px;
}
/* Sub navigation*/
#subnav {
    margin-bottom:100px;
}
#subnav li {
    list-style: none outside none;
}
#subnav ul ul ul {
}
#subnav ul ul .active ul {
    display: block;
}
#subnav ul {
    margin: 0;
    padding: 0;
}
#subnav a {
    border-bottom: 1px dotted #8F8F8F;
    color: #555555;
    display: block;
    margin: 0 0 6px;
    padding: 0;
}
#subnav ul ul ul li a {
    border:none;
    font-size: 14px;
    padding:4px 0;
}
#subnav  li li:last-child a {
    border-bottom: none;
}
#subnav a.current {
    font-weight: bold;
}
#subnav li:first-child a:hover,
#subnav li.first a:hover {
    color: #A0CFCF;
}
#subnav li:first-child li a:hover,
#subnav li.first li a:hover {
    color: #D54E21;
    text-decoration: none;
}
#subnav strong a, #subnav strong a:visited, #subnav strong a:hover, #subnav ul ul li strong a {
    font-weight: bold;
    text-decoration: none;
}
#subnav ul, 
#subnav li {
    list-style-type: none;
    margin: 0;
}
#subnav li:first-child ul li,
#subnav li.first ul li {
    margin: 0 10px 0 20px;
}

#subnav li:first-child,
#subnav li.first {
    margin:0;
}
#subnav ul ul a {
}
#subnav ul ul ul a {
    padding-left: 20px;
}
#subnav ul ul ul ul a {
    padding-left: 40px;
}
#subnav ul > li > a, #subnav ul > li > strong > a {
    background-color: #003B85;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 45px 15px 15px 15px;
    text-transform: uppercase;
}
#newspage #subnav ul > li > a {
    font-weight: normal;
}
#newspage #subnav ul {
    margin-bottom: 40px;
}
#subnav ul ul li a {
    background: none repeat scroll 0 0 transparent;
    color: #4C4C4C;
    font-size:16px;
    font-weight: normal;
    padding: 7px 0;
    text-transform: none;
}
#subnav li li.active > a {
    color: #252525;
}
#subnav .more {
    background: url("/images/sprites.png") no-repeat scroll -194px -243px transparent;
    display: block;
    float: left;
    height: 11px;
    margin: 7px 0 0 -18px;
    padding: 0;
    text-indent: -10000em;
    width: 11px;
}
#subnav .more.selected {
    background: url("/images/sprites.png") no-repeat scroll -240px -246px  transparent;
}
/* Home page */
#home-page h1,
#home-page .news h2 {
    color: #6f6f6f;    
}
#home-page .news h2 {
    border-bottom:3px solid #6f6f6f;
    text-align: center; 
}
#home-page .news h3 a {
    color:#292929; 
    font-weight: bold;
}
#home-page .pagecontent {
    font-size:18px;
}
#home-page .pagecontent h1 {
    text-align: center;
    text-transform: uppercase;
}
/* Sub pages*/
.subpage .subpage-wrapper {
    background: url(/images/subpage-bg.gif) repeat-y top center  #fff;
}
.no-sidebar .subpage-wrapper,
.full-width .subpage-wrapper {
    background: url(/images/fullwidth-bg.gif) repeat-y top center  #fff;
}
.container .columns.sidebar {
    margin:0;
    width:230px
}
.pagecontent {
    padding: 40px 0
}
/* Footer */
footer {    
    background: none;
    padding: 0 0 40px 0;
}
footer a.logo {
    margin: -30px 0 0;
}
.pre-footer {
    background: url("/images/pre-footer.jpg") no-repeat scroll center top transparent;
    height:325px;
    width:100%;
}
.footer-map {
    background: url("/images/footer-map3.jpg") no-repeat scroll center top transparent;
    height:325px;
    width:100%;
}
.map-contact .columns {
    background-color:#003C85;
    margin-top:40px;
}
.map-contact .columns h2 {
    background-color:#012C61;
    color: #fff;
    font-size:20px;
    padding:5px 20px;
    text-transform: uppercase;
}
.map-contact .details {
    color: #fff;
    padding: 0 20px 10px 20px;
}
.map-contact a {
    color:#67ACF7;
}
.footer-navbar {
    background-color: #012C61;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom:45px;
    padding: 25px 0 10px;
    text-transform: uppercase;
}
footer .nav {
    margin:2px 0
}
header  .nav li {
    float:left;
}
footer  .nav li {
    display:inline;
}
footer  .nav li,
header  .nav li {
    list-style: none;
}
footer .right .nav,
header .right .nav{
    float:right;
}
.footer-navbar li a,
header .nav li a {
    color:#fff;
}
footer .nav li a {    
    margin:0 0 0 20px;
}
footer p {
    padding:0;
    margin:0;
}
.attribution,
.copyright {    
    color: #6F6F6F;
    font-size: 12px;
}
.attribution a {
    color: #CFCFCF;
}
footer .navigation {
    background-color: #222;
    color:#EFEFEF;
    padding-top: 30px;
}
/* Navigation */
#menu-toggle,
#responsive-nav {
    display: none
}
#mainnav {
    margin: 34px 0 0 0;
    padding: 0;
}
#mainnav li,
#mainnav a {
    float: left;
    display: block; 
    margin-bottom: 0;
}
#mainnav li {
    border-right: 1px dotted #4D57AB;
    position:relative;
}
#mainnav li:last-child {
    border-right: none;
    margin-right:0;
}
#mainnav li ul { 
    display:none;
    margin:0;
}
#mainnav a {
    border: medium none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    margin: 0 20px;
    padding: 5px;
    text-transform: uppercase;
}
/* Dropdown menu*/
#mainnav li ul {    
    font-size: 18px;
    left: 20px;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 32px;
    width: 240px;
    z-index: 100;
}
#mainnav li:hover ul {  
    display: block;
}
#mainnav li:hover ul ul {  
    display: none;
}
#mainnav #mainnav-contact:hover ul {
    margin-left: -173px;
}
/*#mainnav li:hover a,
#mainnav a:hover,
#mainnav a:active {
    background: none repeat scroll 0 0 #A40045;
    color: #FFFFFF;
}
#mainnav strong a,
#mainnav strong a:hover,
#mainnav strong a:active {
    background-color:#A40045;
    color:#fff;
}*/
#mainnav li li {
    border-bottom:1px solid #fff;  
    height:auto;
    margin:0;
    width:100%
}
#mainnav li li a {    
    background: none repeat scroll 0 0 #0C50A5;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
    width: 220px;
}
#mainnav li:hover ul a:hover {
    background:none repeat #469C01;
}


/* Map */
.map {
    font-size: 12px;
    height: 350px;
    margin:0 0 20px 0;
    width:100%;
}
/* Misc */
#key2-contentnav a {
    border:none;
}
.pagecontent ul,
.pagecontent ol,
.band-a .pagecontent ul,
.band-a .pagecontent ol {
    margin: 0 0 20px 0;
}
.pagecontent ul li {
    margin: 10px 20px;
    padding: 0 0 0 10px;
}
.right {
    text-align: right;
}


/* Forecast widget */
#forcast-wrapper {
    display: none;
}
#home-page #forcast-wrapper {
    background-color: #012C61;
    display: block;
}
#forecast-box {
    font-size: 12px;
    height: 72px;
    margin-bottom: 160px;
    padding: 2px 15px;
    width: 90%;
}
#forecast-box a.credits {
    border: medium none;
    color: #67ACF7;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    line-height: 14px;
    text-align: right;
}
.forecast-summary { 
    float: left;
    height: 72px;
    margin: 0 20px 0 0;
    width: 72px;
}
.forecast-detail { 
    display: block;
    float: left;
    height: 60px;
    padding: 10px 0 0;
    width: 100px;
}
.forecast-current {
    padding: 15px 20px;   
}
.weather-icon {
    background-color: transparent;
    background-image: url("/images/sprites.png");
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    margin: 10px 0 0 10px;
    text-indent: -10000em;
    width: 60px;
}
.forecast-detail .temperature {
    display:block;
    font-size:18px;
}
.forecast-detail .value{   
    color:#fff;
    font-size: 12px;
    line-height:14px;
}
.forecast-detail.day .value{   
    font-size: 36px;
    font-weight: bold;
    padding: 20px 0 0;
}
.forecast-week {
    clear: both;
}
.forecast-week .temperature {
    float: left;
    width: 39px;
}
.clear-day {
    background-position: -1px -250px;
}
.clear-night {
    background-position: -65px -492px;
}
.rain {
    background-position: 2px -495px;
}
.snow {
    background-position: 1px -428px;
}
.sleet {
    background-position: -66px -428px;
}
.wind {
    background-position: -1px -366px;
}
.fog {
    background-position: -69px -369px;
}
.cloudy {
    background-position: -68px -315px;
}
.partly-cloudy-day {
    background-position: -66px -250px;
}
.partly-cloudy-night {
    background-position: 1px -312px;
}
/* Pagination */
.pagination a,
.pagination .disabled {    
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 4px 8px;
}
.pagination a {
    background-color: #3E8F02;
    color: #FFFFFF;
    text-decoration: none;
}
.pagination a:hover {
    background-color:#265B00
}
.pagination .disabled {
    border:1px solid #ccc;
    color:#ccc;
}
.pagination-summary {
    font-style: italic;
}
/* News */
.article-listing {
    margin-bottom: 40px;
}
#news h2 {
    margin:0
}
.menu-popup  {
    display: inline-block
}
/*  Agendas & minutes*/
#meetings h3 {
    clear: left;
}
#meetingdetails {
    clear: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#meetings li {
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}
#meetingdetails li {
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    padding: 4px 20px;
}
#meetingdetails li li {
    background-color: #E7E7E7;
    border: medium none;
}
#meetingdetails li li a {
    border: medium none;
}

/* events*/
.metadata {
    margin:0 0 20px 0
}
.map-link {
    font-size:12px;
}

/* business directory*/
.business-listing h4,
.business-listing h5,
.business-listing p {
    margin:5px 0 0 0;
}
#businesses h2 {
     background: none repeat scroll 0 0 #E7E7E7;
    padding: 5px 10px;
}
.business-listing {
    border-bottom:1px solid #ccc;
    margin:20px 0;
    padding: 0 0 20px 0;
}
select.jump {
    color:#222;
    font-size:18px;
}
/* local papers */
.half-width-column {
    width:50%;
    float:left;
}

/* Gallery */
.gallery .categories { 
    background: none repeat scroll 0 0 #555555;
    border: 1px solid #1a3d00;
    box-shadow: 3px 2px 12px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    margin-left: 0;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 38px;
    z-index: 100;
}
.pagecontent .gallery .menu li {
    margin:0;
    padding:0;
}
.menu-popup > a {
    font-size: 18px;
    width: 163px;
}
.gallery .categories a {
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size:16px;
    padding: 10px 20px;
    width: 142px;
}
.gallery .categories a:hover {
    background-color:#333
}
.gallery-pieces .selected {
    border-color:#A40046;
    padding:0;
}
.pagecontent ul li.gallery-piece {
    margin: 0 5px 10px 0;
    padding:0;
}
.gallery-pieces .selected {
    box-shadow: 0 0 5px #AAAAAA;
}

.placeholder { color: #fff; }
::-webkit-input-placeholder {
    color:    #fff;
}
:-moz-placeholder {
    color:    #fff;
}
::-moz-placeholder {
    color:    #fff;
}
:-ms-input-placeholder {
    color:    #fff;
}



.quicklinks {
    display: table; 
    border-collapse: separate;
    border-spacing: 10px;
    margin:0 10px 0 0;  
    width:100%
}
.quicklinks li {
    list-style: none outside none;    
    display: table-row; 
    margin:0 0 2px 0;
    width: 100%;
}
.quicklinks a {
    background-color: #024DA8;
    background-position: 20px center;
    background-repeat: no-repeat;
    border-left: 8px solid #003986;
    color: #FFFFFF;
    display: table-cell;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 10px 0;
    height: 30px;
    padding: 10px 10px 10px  80px;
    vertical-align: middle;
    width: 100%;
}
.quicklinks a:hover {
    background-color: #003986
}   
.slicknav_menu {
  display:none;
}