﻿/* 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 {
   position: absolute;
   color: transparent;
   font-size: 2px;
   } 

/* --------------------------------- BEGIN kids STYLE --------------------------------*/
	#bottomwrap {
		position: relative;
		top: 100px;
                left: 10px;
		width: 1024px;
        }

  #kidscontainer {
    position: relative;
    top: 0px;
    left: 0px;
    color: #cc0202;
    font-family: palatino linotype;
    font-size: 22px;
    font-weight: bold;
  }

	#menubox {
      	position: absolute;
      	top: 560px;
      	left: 300px;
      	margin: 0px;
      	padding-top: 20px;
        padding-left: 5px;
	text-align: left;
	color: white;
	}

     .topmenu {
	 padding-left: 10px;
         background-color: transparent;
         color: #f5f6b6;
         font-family: arial;
	 font-weight: bold;
         font-size: 13px;
         }
        a.topmenu:link {
           color: white;
           text-decoration: none;
        }

        a.topmenu:visited {
           color: white;
	   text-decoration: none;
        }
        a.topmenu:hover {
           color: red;
           text-decoration: underline;
        }

	.spacer {
	font-size: 9px;
	}

	#paypal {
      	position: absolute;
      	top: 470px;
      	left: 330px;
	text-align: left;
	}

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

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

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

    #tutorial {
      position: absolute;
      top: 215px;
      left: 200px;
      margin: 0px;
      padding: 0px;
      border: none;
      }

  a.tutorial1 img{
      border: none;
      }
        a.tutorial1:hover img{
           filter:shadow(color:#cbe1f0);
          }

    #note {
      position: absolute;
      top: 350px;
      left: 600px;
      margin: 0px;
      padding: 0px;
      filter:shadow(color:black);
      border: none;
      }

  a.note1 img{
      border: none;
      }
        a.note1:hover img{
           filter:shadow(color:red);
          }

	#donate {
	position: absolute;
      	top: 370px;
      	left: 730px;
      	border: none;
	}

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

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

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

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

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

    #writingcontest {
      position: absolute;
      top: 155px;
      left: 425px;
      margin: 0px;
      padding: 0px;
      border: none;
      }

  a.writingcontest1 img{
      border: none;
      }
        a.writingcontest1:hover img{
           filter:shadow(color:#cbe1f0);
          }

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

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

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

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

    #treehouse {
      position: absolute;
      top: 210px;
      left: 680px;
      margin: 0px;
      padding: 0px;
      border: none;
      }

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

  a.treehouse1 img{
      border: none;
      }
        a.treehouse1:hover img{
           filter:shadow(color:#cbe1f0);
          }



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

     .textbold {
      font-weight: bold;
      }  

    .textunderline {
      text-decoration: underline;
      }

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


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

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

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