/*
 * Stylesheet for use by hand-written pages (archive.php, wallpaper.php, etc)
*/

body {
	color: white;
	background-color: black;
	font: normal 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
}
a, a:link, a:visited, a:hover, a:active {
	color: #d4c498;
	font-weight: bold;
}
p {
	line-height: 165%;
}
a.pending {
	color: red;
}
img, a img {
	border: 0px
}
h1,h2,h3,h4,h5,h6{
	font: bold Verdana, Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding-left: 28px;
	height: 23px;
	margin-top: 14px;
	margin-bottom: -5px;
}
h1 {
	font-size:22px;
	text-align: center;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:10px;
}
h6 {
	font-size:8px;
}
h2 span.par-edit, h3 span.par-edit, h4 span.par-edit, h5 span.par-edit, h6 span.par-edit {display:none;}
h2:hover span.par-edit, h3:hover span.par-edit, h4:hover span.par-edit, h5:hover span.par-edit, h6:hover span.par-edit {display:inline;font-size:8px;}
.error {
	color:red;
	font-weight:bold;
}
form{display:inline}
#renameForm{display:block;margin-bottom:6px;}
#contentTextarea{width:100%;}
/* input,select,textarea{border:1px solid #00CC00;padding:2px;font-size:12px;background-color:black;color:#00CC00;} */
input,select,textarea {
	border:1px solid white;
	padding:2px;
	font-size:12px;
	background-color:black;
	color:white;
}
textarea{padding:3px;}
input:hover{border:2px solid white;padding:1px;}
.submit:hover{border:1px solid white;}
.submit{padding:1px;border:1px dashed white;}
#toc{border:1px dashed white;margin:5px 0 5px 10px;padding:6px 5px 7px 0px;float:right;     padding-right:2em;list-style:none;}
#toc ul{list-style:none;padding:3px 0 3px 10px;}
#toc li{font-size:11px;padding-left:10px;}
#toc ul li{font-size:10px;}
#toc ul ul li{font-size:9px;}
#toc ul ul ul li{font-size:8px;}
#toc ul ul ul ul li{font-size:7px;}
#formSelectLanguage{display:inline;}
#diff ins{color:green;text-decoration:none;font-weight:bold;}
#diff del{color:red;text-decoration:line-through;}
#diff .orig{color:white;font-size:90%;}

