/*-----------------------------------------------------------------------------------------------------------------
  DESCRIPTION: CSS for http://www.aussimastswimact.org.au
  AUTHOR:      Rowan Ferguson
  DATE:        19 January 2008
  COMMENTS:    Additional print CSS not required
-----------------------------------------------------------------------------------------------------------------*/  

* {
  color: #666;
  margin: 0;
  padding: 0;
}
a {
  color: #369;
  text-decoration: underline;
}
a:visited {
  color: #369;
}
a:hover {
  color: #039;
}
.accesskey {
  border-bottom: 1px solid #666;
}
acronym {
  border: none;
  cursor: help;
  font-style: normal;
}
body {
  font-family: tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
  font-size: 80%;
  color: black;
  margin: 0 auto;
  padding: 0 2%;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-family: gillsans, "Gill Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
  font-weight: normal;
}
h2 {
  clear: both;
  color: #777;
  font-size: 120%;
  font-weight: bold;
  padding: 0.3em 0.3em 0.3em 0;
}
h3 {
  border-top: 1px dashed #BACDE8;
  clear: both;
  color: #4F5D77;
  font-size: 110%;
  font-weight: normal;
  padding: 0.75em 0.3em 0.5em 0;
  margin-top: 0.5em;
}
img {
  border: 0;
}
li {
  list-style-type: square;
  padding: 0.2em 0;
}
p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.email {
  background: url("../img/ico-email.gif") 100% 65% no-repeat;
  padding-right: 13px;
  font-size: 90%;
  text-decoration: none;
}
.external {
  background: url("../img/ico-external.gif") 100% 65% no-repeat;
  padding-right: 10px;
  font-size: 90%;
  text-decoration: none;
}
span.pdf {
  background: url("../img/ico-pdf.gif") 100% 45% no-repeat;
  padding: 8px 10px 8px 0;
  font-size: 90%;
  text-decoration: none;
}
.popup {
  background: url("../img/ico-popup.gif") 100% 65% no-repeat;
  padding-right: 10px;
  font-size: 90%;
  text-decoration: none;
}
table {
  background-color: inherit;
  border: 0;
  border-collapse: collapse;
  margin: 0 0 1em 0;
  padding: 0;
}
td, th {
  text-align: left;
  vertical-align: top;
}
td.pdf {
  background: url(../img/ico-pdf.gif) no-repeat 0 0.4em;
  line-height: 18px;
  padding: 0.2em 0 0.2em 20px !important;
}
table.schedule {
  width: 100%;
}
table.schedule * {
  font-size: 95%;
}
table.schedule a {
  font-size: 100%;
}
table.schedule caption {
  background-color: #aec4ec;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  letter-spacing: 0.1em;
  padding: 0.5em 0.3em;
}
table.schedule th {
  background-color: #c6d6f1;
  color: black;
  font-weight: normal;
  padding: 0.3em;
}
table.schedule th.subheading {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  background-color: #e1e8f7;
  color: #304a64;
  padding: 0.3em;
}
table.schedule td {
  background-color: #eff4f8;
  border-bottom: 1px solid white;
  padding: 0.3em;
}
table.schedule td.center,
table.schedule th.center {
  text-align: center;
}

#header {
  background: transparent url(../img/bg-header.jpg) no-repeat right 0;
  height: 108px;
  margin-right: 0;
  position: relative;
}
#header h1 {
  margin-left: -1000px;
}
#header img {
  position: absolute;
  top: 10px;
  left: 15px;
}

#content-container {
  background: white url(../img/bg-lines.gif) repeat 0 0;
  height: 100%;
  margin: 0.5em 0 0 015%;
  border: 1px solid #ccc;
  padding: 1.5em 1em 1em 1em;
  position: relative;
}
#content-main {
  float: left;
  width: 38%;
  margin-left: 1%;
  margin-bottom: 1em;
  padding: 0 1% 0 0;
}
#content-main ul {
  margin-left: 1.6em;
}
#content-main .feature ul {
  margin-left: 100px;
}

#content-side {
  background-color: #eff4f8;
  border: 1px solid #bacde8; 
  padding: 1em;
  float: left;
  margin-bottom: 1em;
  margin-left: 3%;
  width: 50%;
}
#content-side ul {
  margin-left: 2em;
}
#content-side li {
  padding: 0.5em 0;
}


#footer {
  background-color: #eee;
  clear: both;
  font-size: 90%;
  padding: 0.25em 0;
  text-align: center;
  width: 100%;
}
#footer span {
  color: #369;
  padding: 0 0.5em;
}
#footer a,
#footer a:link,
#footer a:visited {
  font-size: 95%;
  font-weight: normal;
  color: #999;
}

#key {
  background: white url(../img/bg-lines.gif) repeat 0 0;
  border: 1px solid #eee;
  font-size: 90%;
  padding: 0.75em 0.5em; 
  margin: 1.5em 5px 0 5px;
}
#key p {
  padding: 0;
  margin: 0.5em 0;
}

#page-decoration {
  background: white url(../img/bg-page.gif) no-repeat 0 0;
  height: 19px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 19px;
}

#photos img {
  padding: 5px;
  vertical-align: top;
}

/* navigation
--------------------------------------------------------------- */
#navigation {
  float: left;
  width: 15%;
  margin-bottom: 1em;
  padding-right: 3%;
  margin-left: 0;
  padding-left: 0;
}
#navigation li {
  background: #EFF4F8 url(../img/bullet-nav1.gif) no-repeat 6px 0.95em;
  border: 1px solid #BACDE8;
  font-size: 90%;
  font-weight: bold;
  padding: 6px 5px 6px 22px;
  list-style: none;
  margin: 5px;
}
#navigation li a,
#navigation li a:link,
#navigation li a:visited {
  text-decoration: none;
}
#navigation li a:hover {
  text-decoration: underline;
}
#navigation li ul {
  margin: 5px 0 0 0;
  padding: 0;
}
#navigation li ul li {
  background: none;
  border: 0;
  font-size: 95%;
  font-weight: normal;
  margin: 0;
  padding: 3px 0 3px 0;
}
#navigation li li a,
#navigation li li a:link,
#navigation li li a:visited {
  font-weight: normal;
}
#navigation li.selected {
  background: white url(../img/bullet-nav2.gif) no-repeat 6px 0.95em;
}
.pagenav {
  background: url(../img/bullet-page.gif) no-repeat 0 0.75em;
  list-style-type: none;
  line-height: 19px;
  margin-left: -18px;
  padding: 0.2em 0 0.2em 20px !important;
}
.feature {
  border-top: 1px dashed #bacde8;
  padding: 0.5em 0 1em 0;
}
.feature img {
  border: 2px solid #ccc;
  float: left;
  margin: 0.5em 0.5em 0.5em 0;
}
.noborder {
  border: 0 !important;
}
.feature p {
  margin-left: 80px;
  margin-bottom: 0.5em;
}
.important {
  color: #f30;
}
li.pdf {
  background: url(../img/ico-pdf.gif) no-repeat 0 0.4em;
  list-style-type: none;
  line-height: 19px;
  margin-left: -18px;
  padding: 0.2em 0 0.2em 20px !important;
}
.moreinfo {
  margin-top: 0;
  padding-top: 0;
}