﻿/* CSS for Adventure Write Sub Pages
*/

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

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

  #toptitle {
    position: relative;
    background-image: url('http://www.adventurewrite.com/images/letterheadkids2.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 900px;
    height: 150px;
  }

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

  #kidscontainer {
    position: relative;
    text-align: center;
    background-color: transparent;
    color: #990101;
    font-family: palatino linotype;
    font-size: 19px;
    font-weight: bold; 
    width: 900px;
  }

   #topmenu {
    position: relative;
    top: 4px;
    left: 540px;
    background-color: transparent;
    color: #C7C7C6;
    font-family: arial;
    font-size: 12px;
   }

     a.topmenu {
         background-color: transparent;
         color: #C7C7C6;
         font-family: times;
         font-size: 12px;
         font-weight: bold;
         
         }
       a.topmenu:hover {
           color: white;
          }

  #talkbox1 {
    position: relative;
    left: 100px;
    background-color: transparent;
    margin-left: 5px;
    width: 890px;
   }

   #papertop {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    width: 700px;
    height: 105px;
      }

   #paperleft {
    position: absolute;
    top: 105px;
    left: 0px;
    width: 84px;
    height: 400px;  
  }

   #paperright {
    position: absolute;
    top: 105px;
    left: 611px;
    width: 95px;
    height: 400px;  
  }

 
   #paperbox1 {
    position: absolute;
    top: 105px;
    left: 84px;
    padding-top: 10px;
    background-color: #fdfca9;
    width: 527px;
    height: 390px;  
  }

    #stepintro {
      position: relative;
      top: 0px;
      padding-bottom: 0px;
      margin-bottom: 20px;
      width: 480px;
      text-align: center;
      }

    #stepdescription {
      position: relative;
      top: 0px;
      padding-left: 15px;
      margin-bottom: 30px;
      padding-bottom: 0px;
      width: 480px;
      text-align: center;
      }

    #steptitle {
      position: relative;
      left: 20px;
      padding-top: 15px;
      font-size: 30px;
      padding-left: 0px;
      margin-bottom: 30px;
      padding-bottom: 0px;
      width: 480px;
      text-align: center;
      }

  #stepnumber {
    margin-right: 10px;
    text-align: center;
    border: none;
  }

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

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

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

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

    #totem3 {
      position: absolute;
      top: 275px;
      left: 647px;
      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;
          }

/* --------------------------------- 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;
          }
