/***********************************************************************
** 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 {
	background-color: #FFFFFF;
	width:55em;
	margin-left:auto;
	margin-right:auto;
	font-family:'Trebuchet MS',sans-serif;
	color:#111;
}

h1, h2, h3, h4 {
	font-family:Helvetica,'Trebuchet MS',sans-serif;
}

h4 {
	text-transform:uppercase;
}

div.pagetitle {
	margin-top:2em;
}
.pagetitle a {
	font-size:200%;
	font-weight:bold;
	font-family:Helvetica,'Trebuchet MS',sans-serif;
	color:#555;
	text-decoration:none;
}

blockquote, .indent {
	color:#324163;
	border-left:2px solid #777777;
	padding-left:6px;
}

code {color:#327932;}
/* img {border:1px solid black;} */
dt {font-weight:bold;}

img {
	-webkit-box-shadow: 0 1px 5px #d8d8d8;
	-moz-box-shadow: 0 1px 5px #d8d8d8;
	box-shadow: 0 1px 5px #d8d8d8;
}

#wikilogo { border-bottom:2px solid #cccccc; }

#wikihead { 
  position:relative; top:0px; right:0px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:smaller; 
  border-right:2px solid #cccccc;
}
#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em; padding-top:0.5em; }

#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { float:right;font-size:smaller; text-align:right; vertical-align:top;width:auto; }
#wikicmds a { display:block; }
.youarehere {margin-top:1em;}

#wikifoot { clear:both; margin-top:24px;border-top:2px solid #cccccc; font-size:smaller; }

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


a.urllink {background-image:url(http://www.stefanbucher.net/wiki/pub/skins/stefanbucher/remote.gif);
background-position:center right;
background-repeat:no-repeat;
padding-right:14px;}

.tags {
	font-size:80%;
}
.tags a {
		color:black;
		text-decoration:none;
		background-color:#efefef;
		padding:4px;
		border:1px solid #ddd;
}
.wikitrail {
	display:block;
	background-color:#efefef;
	border:1px solid #ddd;
	padding:0.8em;
}

