/*
    Style sheet for Nullarbor Links splash page

    cbbc95  light brown
    75685f  dark brown
    8b887a  grey

    f2871f  logo orange
    028059  logo green
*/

#container { padding: 0; }

h1 { padding: 0px 75px; height: 205px; color: #333333; background: #cbbc95 url(../images/splash/bg-header.jpg) top left no-repeat; text-align: left; }
h1 img { margin: 0; padding: 0; position: absolute; top: 58px; left: 75px; }

p#slogan { height: 34px; line-height: 34px; padding: 0 85px; width: 810px; position: static; font-size: 1em; text-align: left; }

#mainpic { margin: 0; padding: 0; border-left: 80px solid #8b887a; }

ul#smallpics { list-style: none; position: absolute; top: 205px; right: 0; margin: 0; padding: 0; width: 140px; }
ul#smallpics li { list-style: none; margin: 0 0 17px 0; padding: 0; height: 112px; width: 140px; }

div#latestnews { position: absolute; top: 714px; left: 10px; width: 656px; height: 15px; overflow: hidden; color: #000000; background: #ffffff; padding: 10px; border: 1px solid #8b887a; text-align: center; font-size: 0.83em; }
div#latestnews h2 { margin: 0; padding-right: 10px; float: left; line-height: 15px; font-size: 1.2em; }
div#latestnews p { margin: 0; float: left; line-height: 15px; font-size: 1em; }
div#latestnews a { text-decoration: none; color: #cc0000; font-weight: bold; }
div#latestnews a:hover { text-decoration: underline; }

/*
div#feature { position: absolute; bottom: 256px; left: 213px; border: 1px solid #75685f; color: #000000; background: #f1c52b; padding: 11px; width: 470px; }
div#feature img { float: left; margin: 0 1em 0 0; padding: 0; border: 1px solid #75685f; }
div#feature h2 { font-size: 1.2em; font-weight: bold; margin-top: 0; margin-bottom: 0.5em; }
div#feature h3 { font-size: 1.2em; font-weight: bold; margin-top: 0; }
div#feature a { float: right; }
*/

div#sponsors { position: absolute; top: 714px; right: 10px; width: 250px; height: 70px; overflow: hidden; color: #000000; background: #ffffff; padding: 10px; border: 1px solid #8b887a; text-align: center; }
div#sponsors img { border: none; margin: 0; padding: 0; }

div#footer { color: #000000; background: #cbbc95; padding-top: 180px; }

#nav { position: absolute; top: 684px; left: 80px; width: 830px; }
#nav ul { margin: 0; }
/*
#nav ul { margin: 0; width: 765px; }
#nav li { margin: 0 0 0 39px; }
#nav li#nav-home { margin: 0; }
*/

#extranav { position: absolute; top: 704px; padding: 45px 95px 0 0; width: 935px; height: 115px; color: #4c4c4c; background: #cbbc95 url(../images/layout/bg-header.jpg) top left no-repeat; }



@media print {
  h1 { color: #000000; background: #ffffff; margin: 0; padding: 0; height: 205px; }
  h1 img { position: static; }
  p#slogan { margin: 0; padding: 0; width: auto; }
  img#mainpic { border: none; }
  div#footer { color: #000000; background: #ffffff; padding: 1em; }
  #nav { display: none; }
  #extranav { display: none; }
}
