@import url(http://www.chirp.com.au/form_formatting.css);
@import url(http://www.chirp.com.au/table_formatting.css);

html {
  background: #fff;
  background: #fff -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255,255,255,0.1)), color-stop(0.5, #ccc), to(rgba(255,255,255,0.1)));
  background: #fff -moz-linear-gradient(left, rgba(255,255,255,0.1), #ccc, rgba(255,255,255,0.1));
}
body {
  margin: 0 auto;
  width: 980px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
}

a.chirplink { display: none; }

::selection {
  background-color: #000;
  color: #f9a11b;
}

ul { list-style: circle; }
ul ul {
  margin: 0.5em 0; 
  padding: 0 0 0 40px;
}

a:link, a:visited {
  text-decoration: none;
  color: #f9a11b;
}
a:hover, a:focus {
  text-decoration: underline !important;
}
a[name]:hover, a[name]:focus { color: #000; }

#header {
  margin: 0;
  padding-top: 12px;
  height: 92px;
}

#menu {
  padding: 110px 0 36em 3em;
  background: url(/images/menu_shadow.jpg) right 40px no-repeat;
  vertical-align: top;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu li {
  display: block;
  margin: 4px 4em 6px 0;
}
#menu li a:link, #menu li a:visited {
  display: block;
  padding: 2px;
  -webkit-transition: all 0.2s ease-out;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 13px;
  color: #999;
}
#menu li a:hover, #menu li a:focus {
  text-decoration: none !important;
  color: #666;
}

#content {
  padding: 0 3em 1em 0;
  vertical-align: top;
  line-height: 1.5;
}

#news {
  padding: 110px 1em 12em 0;
  vertical-align: top;
}

#newsbox {
  margin: 0 0 3em 0;
  padding: 0;
  background: url(/images/news_bg.jpg) left 24px no-repeat;
}
#newsbox h3 {
  margin: 0;
  padding: 0 6px 4px;
  line-height: 20px;
  color: #ccc;
}
#newsbox h4 {
  margin-top: 0;
  padding: 1em 0.5em 0;
  border-top: 1px solid #ccc;
}
#newsbox p {
  padding: 0 0.5em;
}

h1 {
  margin-top: 0;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 26px;
  color: #ccc;
}
h2 {
  margin-top: 2em;
  font-size: 16px;
  color: #999;
}
h3 { font-size: 14px; }
h4 { font-size: 12px; }

DL.bighead DT {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: bold;
}

#panel {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 9px;
}
#panel input {
  margin-left: 3px;
  border: 1px solid #000;
  width: 20px;
  height: 5px;
}

table.collapse {
  background-color: rgba(255,255,255,0.5);
}
table.colapse th, table.collapse th a:link, table.collapse th a:visited {
  color: #666;
}

.box {
  display: block;
  margin: 0 0 1em;
  padding: 0 0 1em;
  background-color: #fff;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #333;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.box h3 {
  margin: 0;
  padding: 4px 8px;
  background-color: #666;
  border-bottom: 1px solid #333;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 15px;
  color: #fff;
}
.box h4 {
  margin: 0 0.5em;
  padding: 0.5em 6px 2px 6px;
}
.box p, .box dt, .box dd {
  margin: 4px 6px;
}

#footer {
  padding: 1em 0;
  font-size: 11px;
  color: #999;
}

*:target h3 {
  text-decoration: underline;
}

dt {
  margin: 2px 0;
  padding: 0;
}
dd {
  margin: 2px 12px 8px;
  padding: 0;
  font-size: 11px;
}

#content em {
  background-color: #fc3;
  font-style: inherit;
  color: #000;
}
#content #htdig em {
  background-color: transparent;
  color: inherit;
}

b.heading { font-size: 14px; }

#maps_message {
  text-align: center;
  font-size: 10px;
}

div.faqbox {
  border: 1px solid;
  background-color: #fff;
  background-color: rgba(255,255,255,0.5);
  padding: 0 1em;
}

table.datatable { border-collapse: collapse; } 
table.datatable tr { border: 1px solid #666; }
table.datatable th {
  background-color: #ccc;
  border: 1px dotted #999;
  text-align: left;
}
table.datatable td { 
  vertical-align: top;
  border: 1px dotted #999;
}

#featured_sites h4 a:link, #featured_sites h4 a:visited {
  text-decoration: none;
  color: #666;
}

#twitterfeed {
  opacity: 0.8;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
}
#twitterfeed:hover, #twitterfeed:focus { opacity: 1.0; }
