﻿/* 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: 0px;
                left: 0px;
		width: 1024px;
        }

    #treehouse {
      position: absolute;
      top: 60px;
      left: 130px;
      margin-bottom: 0px;
      padding-bottom: 0px;
      border: none;
      }

    #branch {
      position: absolute;
      top: 100px;
      left: 300px;
      margin-bottom: 0px;
      padding-bottom: 0px;
      border: none;
      }

    #handle {
      position: absolute;
      top: 200px;
      left: 690px;
      margin-bottom: 0px;
      padding-bottom: 0px;
      border: none;
      }

    #next {
      position: absolute;
      top: 320px;
      left: 190px;
      margin: 0px;
      padding: 0px;
      background-image:url('http://www.adventurewrite.com/images/arrowlf3.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;
          }

  #kidscontainer {
    position: absolute;
    top: 150px;
    left: 250px;
    text-align: center;
    background-color: transparent;
    color: #7a0303;
    font-family: palatino linotype;
    font-size: 20px;
    font-weight: bold; 
    width: 550px;
    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;
          }
