/***********************************************************************
** screen.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  Modified 2005 by Micah Stetson (micah@stetsonnet.org)
**  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.
***********************************************************************/

@media screen {
	body { 
		position: absolute;
	}
}

.pagetitle {
	font-size:200%;
	font-weight:bold;
}

#wikilogo {
	width: 100%;
	height: 56px;
	background: #4a517b url(logo-right.png) top right no-repeat;
	margin-bottom: 8px;
}
#searchbox { 
	position:absolute;
	top:10px;
	right:18px; 
	font-size:smaller;
	text-align:right;
	color: white;
}
#searchbox input {
	font-size:smaller;
}
#searchbox form {
	margin:0px;
}
#searchbox a {
	color: white;
}
#searchbox a:visited {
	color: white;
}

#wikimid {
	margin: 0;
}

#wikileft {
	background: #a9b4d4 url(navbar-fade.png) bottom repeat-x;
	border-right: solid white 8px;
	padding: 3px;
	padding-bottom: 125px;
	font-size:smaller;
	font-weight: bold;
}
#wikileft h1 { 
	margin:0px;
	font-size:medium;
	text-align:center;
}
#wikileft h2 {
	margin-bottom: 0;
	margin-left: 4px;
	font-size:small;
}
#wikileft hr {
	color:#cccccc;
}
#wikileft ul {
	margin-left:20px;
	padding-left:6px;
	padding-right: 4px;
}

#wikibody {
	padding: 0 20px;
	width: auto;
	border-left: 3px solid #495371;
	background: #fff;
	color: black;
}

#wikibody h2 {
	font-size:20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: -10px;
	padding-left: 10px;
	vertical-align: middle;
	background: url(header-fade.png) left repeat-y;
}

#wikititle {
	vertical-align:top;
}

#wikitext {
	margin-top:0.5em;
}

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

#wikifoot {
	clear:both;
	font-size:smaller;
	margin-top: .5em;
}

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

.rss_item {
	width: 600px;
	margin-bottom: 1em;
}
.rss_title {
	font-weight: bold;
	font-size: 15px;
}
.rss_attribution {
	margin-left: 1.67em;
	font-size: 60%
}
.rss_description {
	margin-left: 1em
}

/* FAQ */
p.question { margin-left: -10px }
