/* CSS Document */
/*  
Name: greyisgood july 2008
URL: http://greyisgood.eu/style.css
Description: greyisgood
Version: 2.1
Author: mjc
Author URI: http://greyisgood.eu
*/

body{background-image:url(http://greyisgood.eu/img/bkgrid.gif); background-repeat: repeat; background-attachment: fixed; color : #000000;
font-size:0.75em;letter-spacing: 0.05em;line-height:1.3em;font-family : "Courier New", Courier, Verdana, monospaced;text-decoration: none;margin:40px 30px 10px 30px;}

#header{float:left;width:100%;margin:0;padding:0 0 25px 0;}
#header h1{font-size:1em;font-weight: normal;letter-spacing: 0.5em;;line-height:8pt}
#header h2{color:#ff0000;font-size:3em;font-weight: normal;padding:0;font-family :garamond, "garamond BE", "garamond premier pro", georgia, "times new roman", times, serif;line-height:0.8em;}
#header h3{font-size:1em;font-weight: normal;padding:0;line-height:8pt;letter-spacing: 0.1em;}
#header a:hover{text-decoration:none;color : #FFFFFF; background-color : #333333;}
h1,h2,h3{font-size:1em;font-weight: normal;}
a:hover{text-decoration:none;color:#FFFFFF;background-color:#333333;}
a:link,a:active,a:visited{color:#000000;text-decoration:none;background-color:#CCCCCC;}

/* Location of I */
/* small map container */
body#index #div_map, body#archive #div_map { width:650px;	height:433px;	padding:1px; border:1px dotted #333; float:left; clear:both; background:transparent; margin:6px 0;}
/* style for map links */
#div_map a { background:transparent;}
/* lat/lng container */
#lonlat { padding:6px;width:640px;border:1px dotted #333;background:#fff;margin:3px 0 2px 0;clear:both;}
/* preserve dotted map border around overview map control */
body#index #div_map_overview>div, body#archive #div_map_overview>div {
	border-top:1px dotted #333 !IMPORTANT;
	border-left:1px dotted #333 !IMPORTANT;
  background:transparent;
}
/* full screen pages */
html, body#gallery, body#kiosk, body#gallery #div_map, body#kiosk #div_map { width:100%;height:100%;border:0;padding:0;margin:0;}
/* maps navigation */
ul#mapnav { list-style: none; margin:0 0 6px 1px; padding:0;}
ul#mapnav li { display:inline; list-style:none;}
ul#mapnav li a { text-decoration:none; background:#ccc;}
ul#mapnav li a:hover, ul#mapnav li a.current { color:#fff; background-color:#333; text-decoration:none;}
ul#mapnav li a.current { cursor:default;}
