﻿/* CSS for Adventure Write Sub Pages
*/

body {
	background-color: black;
	background-image: url('http://www.adventurewrite.com/images/bg1024.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment: scroll;
  	text-align: center; 
  	min-width: 750px;
}
   
  #wrap {
    width: 1024px;
    margin: 0 auto;
  }

  #gist {
   color: transparent;
   font-size: 2px;
   } 

/* --------------------------------- BEGIN kids STYLE --------------------------------*/

	#bottomwrap {
		position: relative;
		top: 100px;
                left: 140px;
		width: 1024px;
        }

    #tutorial {
      position: absolute;
      top: 30px;
      left: 210px;
      margin-bottom: 0px;
      padding-bottom: 0px;
      border: none;
      }

    #totem {
      position: absolute;
      top: 70px;
      left: 0px;
      margin: 0px;
      padding: 0px;
      border: none;
      }

    #totem2 {
      position: absolute;
      top: 94px;
      left: 18px;
      margin: 0px;
      padding: 0px;
      background-image:url('http://www.adventurewrite.com/images/totem_rt_eye.png');
      background-repeat: no-repeat;
      border: none;
      }

	#totem2 a, #totem2 a:link, #totem2 a:visited {
	display:block;
	} 

  a.totem2 img{
      border: none;
      }
        a.totem2:hover img{
          visibility: hidden;
          }

    #totem3 {
      position: absolute;
      top: 90px;
      left: 157px;
      margin: 0px;
      padding: 0px;
      background-image:url('http://www.adventurewrite.com/images/totem_left_eye.png');
      background-repeat: no-repeat;
      border: none;
      }

	#totem3 a, #totem3 a:link, #totem3 a:visited {
	display:block;
	} 

  a.totem3 img{
      border: none;
      }
        a.totem3:hover img{
          visibility: hidden;
          }

  #kidscontainer {
    position: absolute;
    top: 160px;
    left: 80px;
    text-align: center;
    background-color: transparent;
    color: #b62c1d;
    font-family: palatino linotype;
    font-size: 24px;
    font-weight: bold; 
    width: 600px;
    height: 500px;
  }

/* --------------------------------- END Kids STYLE --------------------------------*/

    #copyright {
    margin-left: 0px;
    background-color: transparent;
    color: #e0c49d;
    font-family: arial;
    font-size: 11px;
    }

     .bottommenu {
	 padding-left: 10px;
         background-color: transparent;
         color: #e0c49d;
         font-family: arial;
         font-size: 12px;
         }

     a.bottommenu {
         background-color: transparent;
         color: #e0c49d;
         font-family: arial;
         font-size: 12px;
         
         }
       a.bottommenu:hover {
           color: white;
          }

     a.privacy {
         background-color: transparent;
         color: #e0c49d;
         font-family: arial;
         font-size: 11px;
         
         }
       a.privacy:hover {
           color: white;
          }
