/*
    Style sheet for Nullarbor Links hole description pages

    cbbc95  light brown
    75685f  dark brown

    f2871f  logo orange
    028059  logo green
*/

div#holedetails { margin-left: 335px; min-height: 350px; margin-bottom: 2em; }

h4.par { font-size: 1.2em; font-weight: normal; margin-top: 0; margin-bottom: 0.25em; }

img#layout { position: absolute; top: 410px; }

img#greens { position: absolute; top: 635px; left: 85px; margin: 0; padding: 0; border: 1px solid #000000; }

#holemenu { list-style: none; padding: 0; border: 2px solid #75685f; text-align: center; color: #000000; background: #ffffff; position: absolute; top: 335px; left: 0; margin: 0 25px; width: 926px; }
#holemenu li { list-style: none; margin: 0; padding: 11px; display: inline; line-height: 1.5em;
  text-align: center; }
#holemenu a { white-space: nowrap; }
#holemenu a.here { color: #000000; text-decoration: none; font-weight: bold; }

h3 { margin-top: 3.5em; }

#aboutlocation h4 { font-size: 1em; font-weight: normal; margin-top: 0.5em; }

#abouttee { /*font-size: 0.83em;*/ color: #028059; /*border-top: 1px solid #75685f;*/ margin-top: 1em; }
#abouttee h4 { font-size: 1em; font-weight: normal; margin-top: 0.75em; }

#photos { float: right; width: 570px; margin: 15px 20px 0 0; padding: 0; height: 120px; }
#photos ul { margin: 0 !important; }

@media print {
  h3 { margin-top: 0; }
  div#holedetails { margin-left: 0; margin-right: 0; min-height: 0; font-size: 0.83em; font-family: serif; }
  img#layout { position: static; }
  #holemenu { position: static; margin: 2em 0; width: auto; }
  #photos { float: none; }
}
