/***********************************************************************
** screen.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, you can create a custom skin (see the
** README file), or you can use pub/css/local.css to override the 
** settings here.
***********************************************************************/
body { 
	margin-left:20px; 
	margin-right:20px; 
	font-family: Andale Mono, Lucida Console, LucidaTypewriter, Courier, monospace;
	font-size:10px;
	line-height:13px;
	width:900px;
}

input, select {font-size:10px}

a { color: #333333;}
a:hover {background: #000000; color: #ffffff;}
a:active {background: #000000; color: #ffffff;}

ul {margin-left:10px; padding-left:5px;list-style:square}
p {margin-bottom:20px;}

h2 {border-bottom:1px dashed #666; margin-top:20px;}
h3 {font-size:100%;text-transform:uppercase;margin-top:25px;}
h4 {font-style:italic;}
h5 {font-style:italic;margin-bottom:5px;}

pre {border:1px dashed #999;padding:5px;width:400px;}

.pagetitle { 
font-weight:bold;
/*padding-bottom: 7px;*/
padding-right: 160px;
border-bottom: 0px dashed #333;
text-transform:uppercase;
}
.selflink, .selflink a {background: #000; color: #fff;}

#wikilogo { }

#wikihead {margin-bottom:25px;padding-top:0px;margin-top:0px;margin-left:0px;}

#wikihead input { font-size:smaller; }
#wikihead form {  }

#wikileft { 
  padding-right:0px; 
  padding-left:77px;
  padding-top:20px;
  width:163px;
}
#wikileft h1 { 
  font-size:100%;
  text-decoration:none;
  text-transform:uppercase;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { padding-left:10px; list-style-type:square; }

#wikileft a { color: #666; text-decoration:none; margin-top:0px;}
#wikileft a:hover {color: #000; background: #fff; border-top: 1px solid #000; border-bottom: 1px solid #000}
#wikileft a:active {background: #000000; color: #ffffff;}
#wikileft a.selflink {background: #000; color: #fff; border-top: 1px solid #000; border-bottom: 1px solid #000}

#wikibody { 
	padding-top:15px;
	padding-bottom:1.0em; 
	height:350px;	
	}
#wikibody a {color:#000000;background:#d0d0d0;}

#wikititle { margin-left:10px; 
	vertical-align:top; 
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom: 1px dashed #333;
	width:430px;
	}
#wikititle a {background:none;};

#menu ul {
	text-align:center;
    margin: 0px;
    padding: 0px;
    list-style-type: square;
    white-space: nowrap;
     display: inline;
}
#menu li {
	padding-right:2px;display: inline;
    list-style-type: square; 
}

#menu {
	margin-left:0px;
	padding-left:62px;	
	padding-top: 3px;
	padding-bottom: 3px;
	width:850px;
	white-space: nowrap;
	height:100px;
	background-image: url(img/map211.jpg);
	background-position: 6px 18px; 
	background-repeat: no-repeat;
}
#menucell {
	padding-left:10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #aaa;
	border-top: 1px dashed #aaa;
	width:800px;
	white-space: nowrap;	
}

#menu a { color: #666; text-decoration:none; margin-top:0px;}
#menu a:hover {color: #000; background: #fff; border-top: 1px solid #000; border-bottom: 1px solid #000}
#menu a:active {background: #000000; color: #ffffff;}
#menu a.selflink, #menu .selflink a {background: #000; color: #fff; border-top: 1px solid #000; border-bottom: 1px solid #000}
 
#wikititle a {text-decoration:none}

#wikitext { padding-left:10px; margin-top:0.5em; width:430px }
#ad { padding-left:60px; padding-top:30px;  }

#wikicmds { font-size:smaller; text-align:right; vertical-align:top; }
#wikicmds a { display:block; }

#wikifoot {  
	/*font-style: italic; */
	width:335px; 
	margin-top:1.0em;
	padding-top: 1.0em;
	padding-bottom: 0.5em; 
	margin-left:10px;
	font-size:90%; 
	border-top: 0px dashed #333;
	color:#aaa;
	}
#wikifoot a {color:#aaa}

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; }

/*.gog { border: 1px dashed #aaa; margin-top:5px;}*/
#gog { padding-top:13px;padding-left:40px;}
