/* SCREEN.CSS
   This is where all styles for on-screen media are declaired
   
   --------------------------------------------------------------------------------------------------------------------------
   FILE INFO
   Revision number:  1.0
   Last updated:     2008/09/29
   Last updated by:  Matt Wilcox
   
   NOTES
   None, actually
   ----------------------------------------------------------------------------------------------------------------------- */

/* =global_reset | based on http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
   ----------------------------------------------------------------------------------------------------------------------- */
   
   html, body, div, span, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   a, abbr, acronym, address, big, cite, code,
   del, dfn, em, font, img, ins, kbd, q, s, samp,
   small, strike, strong, sub, sup, tt, var,
   b, u, i, center,
   dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td {
     margin: 0; padding: 0; border: 0; outline: 0;
     font-size: 100%; vertical-align: baseline; background: transparent; }
   body {
     line-height: 1; }
   ol, ul {
     list-style: none; }
   blockquote, q {
     quotes: none; }

   /* remember to define focus styles! */
   :focus {
     outline: 0; }

   /* remember to highlight inserts somehow! */
   ins {
     text-decoration: none; }
   del {
     text-decoration: line-through; }

   /* tables still need 'cellspacing="0"' in the markup */
   table {
     border-collapse: collapse; border-spacing: 0; }

/* =typography | based on http://alistapart.com/articles/settingtypeontheweb/
                          http://24ways.org/2006/compose-to-a-vertical-rhythm/
                          
    NOTE: found that margin-top applied to everything is be a pain for messing up layout,
          so have stopped doing this.
    NOTE: using px for type is bad for people using IE6, but good for my brain.
   ----------------------------------------------------------------------------------------------------------------------- */
   body {
     font : 75%/1.5 Verdana, Helvetica, Ariel, Verdana, sans-serif; }
   html > body {
     font-size : 12px; }
   div, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   address, img, dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td {
     margin-bottom : 1.5em; }
   h1,
   .home h2 { font-size : 24px; line-height: 36px; margin-bottom: 18px; font-weight : normal; }
   h2 { font-size : 20px; line-height: 36px; margin-bottom: 18px; font-weight : normal; }
   h3, h4, h5, h6 {
     font-size : 18px; line-height: 18px; margin-bottom: 18px;
     font-weight : normal; }
   
/* =design | now the browser reset and basic typographic layout is done, lets get designing
   ----------------------------------------------------------------------------------------------------------------------- */
   
/* =html =body */
   html { background : url(../images/html.jpg) 50% 0 no-repeat; }
   body.attraction { background : url(../images/body-inner.jpg) 50% 0 no-repeat; }
   body.home { height : 1244px; background : url(../images/body.jpg) 50% 0 no-repeat; }

/* =h1 */
   h1 {
     position : absolute; top : 0; left : 7px;
     display : block; width : 365px; height : 141px; }
   
/* =h2 */
   #content_supp h2 {
     background-color : #eee; }
     
   #nav_main h2 {
     display : none; }
     
   .attraction #content_main h2 {
     display : block; margin : 0 0 30px 170px;
     color : #fff;
     -webkit-transform : rotate(0.8deg); -moz-transform : rotate(0.8deg); }
     
/* =h3 */
   #content_main h3 {
    position : relative; left : -10px;
    padding : 4px 10px;
    background-color : #9B3E46; color : #fff; }
     
/* =h4 */
   h4 {
     font-size : 1.2em; color : #000; }

/* =p */
   p.accessibility {
     position : absolute;
     margin : -3.5em 0 0 0;
     z-index : 2; }
     
   blockquote p:before {
     content : "\201c"; }
   blockquote p:after {
     content : "\201d"; }
   blockquote p.author {
     border-top : 1px dotted #666; }
   blockquote p.author:before,
   blockquote p.author:after {
     content : ""; }
     
   .attributed p {
     margin-bottom : 0; }
     
   #content_main > h2 + p,
   #content_main > h1 + p,
   #content_main > h2 + a + p {
     font-size : 1.333em; line-height : 1.125em; margin : .929em 0 2.25em 0; }
     
   label p.error {
     padding : .5em; color : #fff;
     background : #c00; text-align : left; }
     
/* =blockquote */
   blockquote {
     clear : both; }

/* =em =strong =del =ins =abbr =acronym =code */
   em          { font-style : italic; }
   strong      { font-weight : bold; }
   del         { text-decoration : line-through; }
   ins         { text-decoration : none; color : #006; }
   del[title],
   ins[title]  { cursor : help; }
   acronym,
   abbr        { text-decoration : none; border-bottom : none; font-style : italic; cursor : help; }
   code        { font-family : dialogue, 'Courier New', courier, serif; }
   sup         { vertical-align : super; font-size : .8333em; }
   sub         { vertical-align : sub; }
   
/* =address */
   address {  }

/* =dl =dt =dd */
   dl {  }
   dt {
     margin-bottom : 0;
     font-weight : bold; font-style : italic; }
   dd {
     margin-top : 0;
     border-left : .3em solid #ddd; padding : .5em 0 0 .7em; }
   
/* =ul */
   #content ul {
     margin-left : 1em;
     list-style : disc outside; }
   #nav_main ul {
     margin : 0; }
   #nav_main ul#site {
     position : absolute; top : 0; left : 0; }
   #nav_main ul#attractions {
     position : absolute; top : 241px; left : 144px;
     width : 230px; }
     
/* =ol */
   #content ol {
     margin-left : 1.6em;
     list-style : decimal outside; }

/* =li */
   li {
     margin : .5em 0; }
     
   ul#attractions li {
     margin : 0; }
     
   #nav_main ul#site li {
     margin : 0; height : 0; padding : 0; }
     
   ul.icons li {
     display : inline;
     list-style-position : outside; list-style-type : none;}
         
/* =img */
   img,
   img a { border : none; }
   .attributed img {
     margin : 0; }
     
   #content_main #photo {
     position : absolute; left : 430px; top : 102px; z-index : 5; }
   
   #content_main #flash {
    position : absolute; left : 430px; top : 102px; z-index : 3; }
     
   table img {
     margin : 0; }
     
   /*.icons img {
     border : 1px solid #000; background-color : #000; }*/
   
/* =hr */
   hr { display : none; }

/* =a */
   a:link    { color : #99f; text-decoration : none; }
   a:visited { color : #99f; text-decoration : none; }
   a:hover   { text-decoration : underline; }
   a:focus   { background-color : #ff9; color : #333; }
   a:active  { background-color : #ff6; color : #000; outline : none; }
   :target   { background-color : #ff6; }
   
   p.accessibility a {
     margin : 0; padding : 0; line-height : 1em; }
   p.accessibility a:focus {
     position : absolute; left : 1em;
     margin-top : 2.5em;
     background-color : #ffff99; }
     
   h1 a span {
     position : absolute; top : 0; left : 0;
     display : block; width : 365px; height : 142px;
     background : url(../images/h1.jpg) 0 0 no-repeat; }
   h1 a:hover span {
     background-position : 0 -149px; }
     
   ul#attractions a {
     display : block; height : 21px; width : 100%;
     text-indent : -999em; overflow : hidden; }
   ul#attractions a:visited {
     background : url(../images/tick.gif) 6px 50% no-repeat; }
   ul#attractions a:hover {
     background : url(../images/indicator.gif) 6px 50% no-repeat; }
     
   #nav1_about a {
     position : absolute; top : 6px; left : 570px;
     display : block; width : 220px; height : 35px;
     text-indent : -999em; overflow : hidden; }
   #nav1_contact a {
     position : absolute; top : 22px; left : 812px;
     display : block; width : 147px; height : 40px;
     text-indent : -999em; overflow : hidden; }
     
   #toggleSlow, li#nav1_map a {
     position : absolute; top : 435px; left : 440px; z-index : 10;
     color : #162659; font-family : "Comic Sans MS", Helvetica, Arial; font-size : 16px; }
   a#toggleSlow:focus,
   a#toggleSlow:active {
     background : transparent; }
     
   a#back-to-top {
     position : absolute; bottom : -220px; right : 0;
     display : block; width : 290px; height : 220px;
     background-color : transparent; text-indent : -999em; overflow : hidden; }
   a#vaqas {
     position : absolute; bottom : -180px; right : 300px;
     display : block; width : 260px; height : 180px;
     background-color : transparent; text-indent : -999em; overflow : hidden; }
   a#view {
     position : absolute; bottom : -450px;
     display : block; width : 101px; height : 36px;
     background : url(../images/view.gif) 0 0 no-repeat; text-indent : -999em; }
   .home a#view {
     bottom : -670px; }
     
/* =table */
   table {
     width : 100%; border : 1px solid #ddd; }

/* =caption */
   caption {  }

/* =thead */
   thead {
     text-align : left; background : #ddd; }

/* =tfoot */
   tfoot {
     background-color : #ddd; }
   
/* =tbody */
   tbody {  }
   
/* =tr */
   tbody tr:hover { background-color : #f6f6f6; }
   
/* =th */
   th {
     font-weight : bold; padding : 2px; border : 1px solid #9B3E46; background : #fff; }

/* =td*/
   td {
     border : 1px solid #9B3E46; padding : 2px; background : #fff; }

/* =form */
   form {
     position : relative;
     width : 100%;
     overflow : hidden; }
     
   #nav_main form {
     margin : 0; }
   
/* =fieldset */
   fieldset {  }

/* =legend */
   legend {
     margin : 0; }
   
   #nav_main legend {
     display : none; }
   
/* =blockquote */
   blockquote {
     border-left : 5px solid #666; padding-left : 5px; }

/* =label */
   label {
     position : relative; /* so we can absolutely position errors */
     display : block;
     overflow : hidden; /* so no collapsing float issues */ }
   
/* =input */
   input[type="text"],
   input[type="password"],
   textarea {
     border : 1px solid #999; }
   input[type="text"]:focus,
   input[type="password"]:focus,
   textarea:focus {
     background-color : #ffd; }
     
   label input {
     width : 97%; }
   .boolean input {
     width : auto; margin-right : .5em; }
   
/* =textarea */
    textarea {
      width : 99%; height : 8em; }

/* =select */
   label select {
     width : 100%; }
   select:focus {
     background-color : #ff9; }
     
/* =div */
   #container {
     position : relative;
     width : 960px; margin : 0 auto; }
   #page_context,
   #site_context  {
     height : 450px; }
   #content_main {
     margin : 0; padding-top : 50px; }
   #nav_main {
     margin : 0; }
   #wave {
     overflow : hidden; width : 100%; padding-bottom : 501px; margin : 0;
     background : url(../images/wave.jpg) 50% 100% no-repeat; }
   #site_info {
     height : 0; padding : 0; margin : 0; }
     
   .home #content_main div.content {
     display : none; }
     
   .attraction #content {
     margin : 0; padding-bottom : 1.5em;
     background : url(../images/content.jpg) -10px 3px no-repeat; overflow : hidden; }
   /*.attraction #site_info {
     height : 262px;
     background : url(../images/site-info.jpg) -10px 0 no-repeat; }*/
   .attraction #col-1 {
     float : left;
     width : 222px; margin-left : 167px;
     -webkit-transform : rotate(0.8deg); -moz-transform : rotate(0.8deg); color : #fff; }
   .attraction #col-2 {
     float : left;
     width : 229px; margin-left : 23px;}
   .attraction #col-3 {
     float : left;
     width : 240px; margin-left : 30px; }
     
/* =span */
   label span {
     display : block; }
   label.boolean span {
     display : inline; }
   
/* =layout-classes */
   .float-left {
     float : left;
     margin-right : 30px; }
   .float-right {
     float : right;
     margin-left : 20px; }
   .float-left.last {
     margin-right : 0; }
   .clear {
     clear : both; }
     
   /* full width portions */
   .one-third {
     width : 300px; text-align : justify; /* text align to show column bounds */ }
   .two-thirds {
     width : 630px; text-align : justify; /* text align to show column bounds */ }
   .half {
     width : 465px; text-align : justify; /* text align to show column bounds */ }
     
   /* portions inside a two-third parent portion */
   .two-thirds .one-third {
     width : 190px; }
   .two-thirds .two-thirds {
     width : 410px; }
   
/* =display-classes */
   .attributed {
     padding : 9px; border : 1px solid #eee;
     background-color : #f6f6f6; }