/* my modifications */

/* do not forget to include HREF BASE with url()s */

/* my own code */
/* navigation bar on top of page */

#navbar {
	background-color: #1A1818; color: #f7f7f7;
	width: 100%;
	margin: 0; padding: 0;
	font: 0.9em monospace;
	letter-spacing: 1px;
	border-bottom: 1px solid #282222;
}

#navbar p {
	margin: 0;
	padding: 0.5em 1em 0.6em 1em;
	line-height: 0.9em;
}

#navbar a {
	color: #f7f7f7;
	text-decoration: none; font-weight: bolder;
}
#navbar a:hover { text-decoration: underline; }

/* font-sizes */

body {
  font: 95% Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", sans-serif;
}
html>body { font-size: 16px; /* for FF */ }

div.dokuwiki code,
div.dokuwiki pre.code { font: 92% monospace; } /* for FF */
* html div.dokuwiki code,
* html div.dokuwiki pre.code { font: 100% monospace; } /* for IE */

div.dokuwiki h1 { font-size: 1.6em; }
div.dokuwiki h2 { font-size: 1.3em; font-weight: bolder; margin-top: 2em; }
div.dokuwiki h3 { font-size: 1.2em; margin-left: 1.8em; }
div.dokuwiki h4 { font-size: 1.1em; margin-left: 2.8em; }

/* some more elegance */

div.dokuwiki div.page { margin-left: 3%; margin-right: 4%; }

/* make TOC wider (default is 200px) */
div.dokuwiki div.toc { width: 250px; }

/* increase top margin of footnotes section at bottom of pages */
div.dokuwiki div.footnotes { margin-top: 2em; }

/* inline code words (and ''...'') with background highlighting*/
div.dokuwiki code {
	/* background-color: #2f2f2f; */
	padding-left: 2px; padding-right: 3px; }

/* blockquotes - 1st level - indented quotes */
div.dokuwiki blockquote {
	border: 1px dashed #bb8973;
   padding: 0.87em;
	margin-left: 2em; margin-right: 1.7em;
}
/* blockquotes - 2nd level */
div.dokuwiki blockquote * blockquote {
	border: none; font-size: 0.93em;
}

/* tables */
div.dokuwiki table.inline th,
div.dokuwiki table.inline td { padding: 0.3em 0.8em 0.25em 0.8em; }

/* correcting margins of ordered lists -- bug? */
div.dokuwiki ol { margin: 0 0 0.5em 2.2em; }

/* list-style-types */
div.dokuwiki ol {list-style-type: decimal}
div.dokuwiki ol ol {list-style-type: lower-alpha}
div.dokuwiki ol ol ol {list-style-type: lower-greek}
div.dokuwiki ol ol ol ol {list-style-type: upper-alpha}

/* remove icon from external links */
/* div.dokuwiki a.urlextern { background: none; padding: 1px 0px 1px 1px; } */
/* or set a new one */
div.dokuwiki a.urlextern { 
  background: transparent url(/ico/extlink.gif) center right no-repeat; 
  padding: 0px 10px 0px 0px; }

/* set color of visited links which is hard coded to purple */
/* div.dokuwiki a.urlextern:visited,
div.dokuwiki a.windows:visited,
div.dokuwiki a.interwiki:visited { color: #ff6633; }
*/

/* set colors of diff output which is hard coded in design.css */
/* rednight setting?
	div.dokuwiki td.diff-addedline { background-color: #332222; }
	div.dokuwiki td.diff-deletedline { background-color: #203030; }
*/

/* disable alphatransparency background */
/* rednight setting?
	html>body div.dokuwiki input.button,
	html>body div.dokuwiki button.button { background: black; }
*/

/* some syntax highlighting overwriting lib/styles/style.css */

/* rednight setting?
.code .co0  { color: #bbbbbb; }
.code .kw2  { color: white; }
.code .kw3  { color: #ff9900; }
.code .re0  { color: #dd5522; }
.code .re1  { color: yellow; }
.code .re2  { color: white; }
.code .es0  { color: #ff0909; font-weight: bold; }
*/

/* plugin style mods */

/* tags has a 2px border with color __border__ */
div.dokuwiki div.tags { border-top: 1px dotted #808080; }

/* move the ajax_qsearch a bit (set in design.css) */
div.dokuwiki div.ajax_qsearch {
  /* position: absolute; */
  right: 400px;;
  width: 240px;
  margin-top: -100px;
  /* opacity: 1; */
}

/* fix text color of picker (special chars toolbar) */
/* rednight setting?
	.pickerbutton { color: white; }
*/
