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

html {
  background: #d2762d;
  background-attachment: fixed;
}
body {
  position: relative;
  margin: 1em auto;
  width: 974px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a.chirplink { display: none; }

div#banners {
  float: right;
  width: 160px;
}
div#banners p { margin-top: 0; }
div#banners a:link, div#banners a:visited {
  color: #fff;
}
div#banners a:hover {
  color: #D23A2D;
}

table#main {
/*
  border: 1px solid #331200;
*/
  border: 2px outset #331200;
  background-color: #fff;
}

#date {
  padding-right: 1em;
  background: url(/images/2_6.gif) left top no-repeat;
  text-align: right;
  font-size: 10px;
}

#menu {
  padding: 8em 0 2em;
  background: url(/images/3.gif) left top no-repeat;
  vertical-align: top;
}
#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu li {
  display: block;
}
#menu li a:link, #menu li a:visited {
  display: block;
  padding: 4px 1em 4px 1.5em;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  color: #331200;
}

a:link, a:visited {
  color: #331200;
}
a:hover {
  text-decoration: underline !important;
  color: #D23A2D;
}

#content {
  padding: 0 1em 4em;
  background: url(/images/4.jpg) right bottom no-repeat;
  vertical-align: top;
}
#content ul { list-style-type: circle; }
#content li { padding-bottom: 2px; }

h1 {
  text-shadow: 2px 2px #E0B528;
  font-size: 24px;
  color: #331200;
}
h2 {
  padding: 2px 6px;
  background-color: #E0B528;
  border-bottom: 2px ridge #331200;
  text-decoration: none;
  font-size: 15px;
  color: #331200;
}
h2 a:link, h2 a:visited {
  text-decoration: none;
  color: #331200;
}
h2 small {
  font-weight: normal;
  font-size: 12px;
}
h3 {
  font-size: 14px;
}
h4 { font-size: 12px; }

#footer {
  padding: 4px 8px;
  background: #d27626 url(/images/6.jpg) right top no-repeat;
  vertical-align: bottom;
  text-align: right;
  font-size: 10px;
}

td.price {
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  text-align: right;
}

table#homepage {
  margin: 1.5em 0;
}
#homepage td {
  padding: 0 1em 1em 0;
  vertical-align: top;
}
#homepage td td {
  padding: 0;
}
#homepage h2 {
  margin-top: 0;
}
#homepage h3 {
  margin-top: 0;
  border-bottom: 2px ridge;
}
#homepage h4 { margin: 0; }
#homenews h4 { font-size: 14px; }
#homepage ul {
  margin: 0.5em;
  padding: 0 0 0 20px;
}

#feature {
  margin: 2em 1.5em 1em;
  padding: 0 0.5em;
  border: 3px ridge;
  background-color: #D23A2D;
  text-align: center; 
  font-size: 11px;
}
#feature, #feature a:link, #feature a:visited { color: #f8cb00; }
#feature big { font-size: 20px; }

.homebox {
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  border: 3px ridge;
  background-color: #fff;
  text-align: center; 
  font-size: 14px;
}
.homebox, .homebox a:link, .homebox a:visited { color: #331200; }
.homebox big { font-size: 20px; }

fieldset {
  border: 1px solid;
  background-color: #f4e7c4;
}
* html fieldset {
  position: relative;
}
legend {
  padding: 4px;
  font-size: 10px;
}
* html legend {  
  position: absolute;
  top: -.5em;
  left: .2em;
}
label {
  color: #331200;
}

div.sports {
  padding-bottom: 1em;
}
div.sports h3 {
  margin: 0 0 0 1em;
  padding: 0.5em 0;
}
div.sports p {
  margin: 0 2em 1em;
}

#triplej {
  margin: 1em 1.5em;
  padding: 0.5em;
  border: 1px solid #d7cbb5;
  background: #fff url(/images/drum.jpg) 108px 18px no-repeat; 
  font-size: 11px;  
}

.photos td {
  padding: 0 1em 1em 0;
  vertical-align: top;
  text-align: center;
  font-size: 10px;
  color: #333;
}
.photos img {
  border: 1px solid;
}

strong {
  color: red;
}

.box {
  margin: 0 0 0.5em 0;
  border: 1px solid #935220;
  padding: 0;
  background-color: #fff;
}
.box h4 {
  padding: 4px;
  background-color: #935220;
  color: #f8cb00;
}
.box ol {
  margin-left: 0;
  padding-left: 50px;
}

table.homefeature {
  border-collapse: separate;
}
table.homefeature td, div.sportsbox {
  padding: 0;
  border: 2px solid #331200;
  vertical-align: top;
}
table.homefeature td td { border: none; }
table.homefeature h2, div.sportsbox h2 {
  margin: 0;
  padding: 4px 8px;
  background-color: #E0B528;
  border: none;
}
table.homefeature h3 { padding: 0 8px; }
table.homefeature p, div.sportsbox p {
  margin: 0.5em 0;
  padding: 0 8px;
}
table.homefeature td td p { padding: 0; }
table.homefeature td table { margin: 0 8px; }
