@import url(http://www.chirp.com.au/form_formatting.css);
@import url(http://www.chirp.com.au/table_formatting.css);

html {
  background: #EBEAE8 url(images/background.gif) center repeat-y;
}
body {	
  position: relative;
  margin: 0 auto;
  width: 970px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #900000;
}

a.chirplink { display: none; }

#header {
  background: url(/images/header.jpg) no-repeat;
  height: 120px;
  padding: 10px 23px 0 0; 
  vertical-align: top;  
}

#flags img {
  margin: 0 1em 8px 4px;
}
#flags img:hover {
  -webkit-box-shadow: 0 0 2px #fff;
  -moz-box-shadow: 0 0 2px #fff;
}

#menu {
  padding-right: 17px;
  background: #FEBF0F url(/images/menu.jpg) left top no-repeat;
  text-align: right;
}
#menu a:link, #menu a:visited {
  padding: 8px 6px;
  background-color: #FEBF0F;
  text-transform:uppercase;
  line-height: 36px;
  font-weight: bold;
  font-size: 13px;
  color: #900000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
}
#menu a:hover {
  background-color: #900000;
  text-decoration: none !important;
  color: #FEBF0F;
}
#menu a.selected {
  background-color: #900000 !important;
  color: #FEBF0F !important;
}

#content {
  padding: 1em 23px;
  background: #FEC110 url(/images/content6.jpg) bottom center repeat-x;
  vertical-align: top;
}
#content li {
  margin-bottom: 4px;
}

#homebox {
  float: right;
  margin: 0 0 1em 1em;
  padding: 0.5em;
  border: 5px double #fff;
  width: 40%;
  background-color: #900000; 
  font-size: 16px;
  text-align: center; 
  color: #fff;  
}
#homebox a:link, #homebox a:visited {
  color: #fff;
}
#homebox a:hover, #homebox a:focus {
  color: #FEBF0F !important;
}

a:link, a:visited {
  color: #900000;
}
#content a:hover {
  background-color: #900000;
  color: #fff;
}

h1 {
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 12px;
}

a:hover {
  text-decoration: underline !important;
}

.map img, .img img {
  border: 1px solid #fff;
}
table.gallery td {
  padding: 0 1em;
  text-align: center;
  font-size: 11px;
}
table.gallery img {
  margin-bottom: 4px;
  border: 1px solid #fff !important;
}
#content table.gallery a:hover, #content .img a:hover {
  background: none;
  outline: none !important;
}

marquee {
  padding: 2px;
  background-color: #900000;
  font-weight: bold;
  color: #fff;
}

#contact {
  padding: 0.5em 1em;
  background-color: #f1af10;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  white-space: nowrap;
}
#contact table td {
  vertical-align: top;
  font-size: 13px;
}

.panel {
  border: 2px solid #f1af10;
  background: #fed255;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.panel h3 {
  margin: 0.5em 1em;
}

div.security {
  padding: 0.5em 1em;
  border: 2px solid #f1af10;
  background-color: #fed255;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}


fieldset div.security {
  border: none;
  background: none;
}

fieldset {
  border: 2px solid #f1af10;
  background: #fed255;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
legend {
  background: none;
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  color: #900000;
}
label {
  width: 100px;
  font-size: 12px;
  color: #900000;
}
fieldset span {
  margin-left: 100px;
}
input, textarea {
  border: 1px solid #900000;
  background-color: #fef1cb;
  font-size: 12px;
  color: #900000;
}
fieldset input[type=submit], fieldset input.submit, input[type=submit], input.submit {
  border: none;
  background: #900000 !important;
  color: #fff !important;
}
fieldset input[type=submit]:hover, input[type=submit]:hover {
  color: #FEBF0F !important;
}

table.guestbook {
  margin: 1em 0;
}
table.guestbook td.comments {
  padding: 1em;
  border: 2px solid #f1af10;
  background-color: #fed255;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
table.guestbook td.comments_photo {
  vertical-align: top;
  padding: 0 0 12px 12px;
}
table.guestbook td.comments_photo img {
  border: 2px solid #fff;
}
table.guestbook tr.small td {
  padding: 0 1em 1em;
  vertical-align: top;
  font-size: 11px;
}

#footer {
  padding-right: 1em;
  background-color: #900000;
  height: 30px;
  text-align: right;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}
#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #fff;
}

.box {
  margin: 0 0 0.5em 0;
  padding: 0;
  border: 2px solid #666;
  background-color: #dedede;
}
.box h4 {
  padding: 4px;
  background-color: #bcbcbc;
  border-bottom: 1px solid #666;
}
.box ol {
  margin-left: 0;
  padding-left: 60px;
}

table.collapse td {
  background: rgba(255,255,255,0.5);
}
