/*  
Theme Name: WikiMap fullscreen
Theme URI: http://wikimap.sourceforge.org
Description: Theme for WikiMap plugin. Shows a fullscreen map. 
Version: 1.0
Author: Robert Buzink
Author URI: http://robertbuzink.nl

	WikiMap 1.0
	http://wikimap.sourceforge.org

	This theme was designed and built by Robert Buzink,
	whose blog you will find at http://robertbuzibk.nl/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html, body {
		width:  100%;
		height: 100%;
            background: #00008B;
		}

html {
	overflow: hidden;
      }

body {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
			
#map {
       width:100%;
       height:100%;
     }

#loginlink {
	 position: absolute;
	 right: 20px;
	 top: 2px;
	 text-align: right;
         font-size: 62.5%; /* Resets 1em to 10px */
	 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	   }           

#loginlink li, #loginlink li a {
         list-style-type: none;
         display: inline;
         text-decoration: none;
         color: #fff;
                    }
#title {
        text-align: left; position: absolute; LEFT: 2px; TOP: 0px; z-index: 1000; color: #c3def1; font-size: small;
       }
#iClose {
        text-align: right;
	  position: absolute;
        right: 27px;
        TOP: 30px;
        z-index: 1001;
        color: #c3def1;
	  font-size: small; 
        }

#iClose, #iClose a {
	     		  color: #c3def1;
	     		  text-decoration: none;
	    		 }

#wmtitle {
         position: relative;
	   top: -20px;
         }

#wmcontent {
         position: relative;
	   top: -30px;
         margin-right: 10px;
         }
