/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version: 0.10.0
*/


h1 {
   color:#666;
   margin:0;
   font:bold 150% palatino, georgia;
}

#hd img {
   vertical-align:middle;
}

#hd h1 {
   display:inline;
   margin:0 0 0 20px;
   vertical-align:middle;
}

ul, li {
   margin:0;
   padding:0;
   list-style:none;
}

#doc {
   margin:10px;
}

#examples {
   margin:60px 40px;
}

#examples li {
   margin-bottom:1em;
}

#examples li a {
   color:#666;
   font:85% verdana;
}

#stat {
   color:#666;
   font: 100%/1.1em arial;
   width:310px;
   height:80px;

}

#game #stat {
   z-index:3;
   background:#dfd;
   color:#66f;
   font-size:1.6em;
   filter:alpha(opacity=0);
   opacity: 0;
}

#target {
   z-index:3;
   background:red;
   font-size:0;
   position:absolute;
   left:36%;top:80px;
   width:0px;
   height:0px;
}
