/*
 * Customised Kubrick template for dokuwiki
 * Daniel Jolley, 2005.
 */

*/  original Kubrick v1.2.5  for  WordPress 1.2
  http://binarybonsai.com/kubrick/
  This theme was originally designed and built by Michael Heilemann.
  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php */

*/ -------------- Kubrick style & layout -------------- */

body {
  font-size: 11px;
  font-family: Arial, Helvetica;
  background-color: #d5d6d7;
  color: #333;
  margin: 0;
  padding: 0;
}
body {background: url("images/kubrickbgcolor.jpg");}
#page {background: url("images/kubrickbg.jpg") repeat-y top; border: none;}
#header { background: url("images/kubrickheader.jpg") no-repeat bottom center;}
#footer { background: url("images/kubrickfooter.jpg") no-repeat bottom; border: none;}
#header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px;}
#headerimg { margin: 7px 9px 0; height: 192px; width: 740px;}

#page {
  background-color: white;
  background-color: white;
  margin: 20px auto;
  padding: 0;
  width: 760px;
  text-align: justify;
}
#header {
  padding: 0;
  margin: 0 auto;
  height: 200px;
  width: 100%;
  background-color: #73a0c5;
}
#headerimg {
  margin: 0;
  height: 200px;
  width: 100%;
}
#content {
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #333;
  float: left;
  padding: 15px 50px 20px 45px;
  margin: 0px 0 0;
  width: 450px;
  position: relative;
  left: 0;
}
#footer {
  padding: 0;
  margin: 0 auto;
  width: 760px;
  clear: both;
  background-color: #eee;
  font-family: Arial, Helvetica;
  font-size: 11px;
  color: #333;
}
#footer p {
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
#bottom {
  margin: 0;
  text-align: center;
  font-family: Arial, Helvetica;
  font-size: 11px;
  color: #333;
}
#footer a {
  color: #333;
  font-weight: normal;
}  
#bottom a {
  color: #333;
}  

.description {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica;
  text-align: right;
  padding: 145px 282px 0px 0px;
  color: #a5a5a5;
}

code {
  font: 1.1em 'Courier New', Courier, Fixed;
}

h1, h2, h3, h4, h5 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica;
  font-weight: bold;
  color: black;
}

h1 {
  font-size: 18px;
  text-align: center;}
h2 {font-size: 17px;}
h3 {font-size: 16px;}
h4 {font-size: 15px;}
h5 {font-size: 14px;}


*/ -------------- actionbar & buttons -------------- */


.inputbox {
  letter-spacing: 1px;
  border: 1px solid #888;
  margin: 2px;
  background: #fafafa;
  font: 10px arial, Helvetica, sans-serif;
}
#qsearch_in {
  border: 0px;
  margin: -1px 10px;
  letter-spacing: 1px;
  padding: 0 0 0 0;
  width: 100px;
  font: 11px Arial, Helvetica;
  color: #333;
}
#actionbar {
  background: url("images/actionbarbg_nooutline.jpg") no-repeat top center;
  width: 760px;
  height: 40px;
}
#actionbuttons {
  float: right;
  height: 20px;
  margin-top: 12px;
  padding-right: 30px;
  vertical-align: middle;
  color: #333
}
#pathway_text {
  overflow: hidden;
  float: left;
  display: block;
  height: 20px;
  padding-left: 40px;
  margin-top: 13px;
  vertical-align: middle;
  font: 11px Arial, Helvetica;
  color: #333
}

/* --------- Top Nav-bar rounded-edges --------- */

#contentbar {
  background: url("images/contentbarbg_greyrim.jpg") no-repeat top center;
  width: 415px;
  height: 27px;
  text-decoration: none;
  margin: 0 17px 0 17px;
  /* color: #494949; orange: FF6600 */
}

table#contentbuttons {
  width: 415;
  text-align: center;
  text-decoration: none;
  padding: 7px 15px 3px 15px;
}

/* ------------- Sidebar -------------*/
#sidebar {
  font: 1em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica;
}
#sidebar ul ul li, #sidebar ul ol li, blockquote, strike {
  color: #333;
}
#sidebar .mastertable {
  width: 172px;
  margin: 0em 1em 0ex 2em;
}
#sidebar .moduletable {
  border: 1px solid #a5a5a5;
  background-color: #fdfdfd;
  text-align:left;
  width: 170px;
  margin: 2em 0em 1ex 0em;
}
#sidebar .moduletable th {
  color:black;
  font-weight:bold;
  background-color: #e2e2e2;
  border-bottom: 1px solid #a5a5a5;
  padding: 0.5ex 1em 0.5ex 1em;
  font-size:12px;
  text-align:center;
}
.moduletable td {
  padding: 0px;
  font-size: 11px;
  font-weight: normal;
  border: 0 solid #ccc;
  color: #333;
}
.moduletable li {
  padding: 4px 0px 0px 0px;
}
.moduletable p {
  padding: 4px 4px 0;
}
.moduletable a {
  padding-left: 0px;
  font-size: 11px;
}


/* ---------------  Media Selection  ----------------- */

div.uploadform {
  margin-top: 0.5em;
  border-top: 1px solid #a5a5a5;
}

.mediaselect-left {
  float:left;
  padding: 0.5em;
  width:30%;
}

.mediaselect-right {
  float:right;
  border-left: 1px solid #a5a5a5;
  padding: 0.5em;
  width:65%;
}

div.mediaref_head {
  margin-left:0.5em;
}

div.mediaref .search_result {
  padding-left:1em;
}

.mediaref_ref {
  color:#009900;
}

div.mediaref_hidden {
  margin-top:1em;
  text-align:center;
  font-size:1.2em;
  color:#BB0000;
}

div.mediaref_footer {
  margin-top:1em;
  text-align:center;
}
 */

/* -------------- general elements --------------- */

tr,td,th {padding:0; margin:0;}

img {border:0}

p {padding:0; margin: 0 0 1.0em 0;}

hr {
  border: 0px;
  border-top: 1px dashed #a5a5a5;
  text-align:center;
  height: 0px;
}

div.nothing {
  text-align:center;
}

/* ---------------- forms ------------------------ */

form {
  border: none;
  margin: 0;
  display: inline;
}

label {
  display: block;
  text-align: right;
  font-weight: bold;
}

label.simple {
  text-align: left;
  font-weight: normal;
}

label input.edit {
  width: 50%;
}

fieldset {
  text-align: center;
  border: 1px solid #a5a5a5;
  padding: 0.5em;
}

textarea.edit {
  font-family:monospace;
  border: 1px solid #a5a5a5;  
  color: black;
  background-color: white;
  font-size:12px;
  padding: 3px;
  width:100%;
}

input.edit,select.edit {
  font-size: 100%;
  border: 1px solid #a5a5a5;
  height: 18px !important;
  max-height: 22px !important;
  min-height: 22px !important;
  color: Black;
  background-color: white;
  vertical-align: middle;
  padding: 1px;
  display: inline;
}

input.missing {
  font-size: 100%;
  border: 1px solid #a5a5a5;
  height: 18px !important;
  max-height: 22px !important;
  min-height: 22px !important;
  color: Black;
  background-color: #e2e2e2;
  vertical-align: middle;
  padding: 1px;
  display: inline;
}

/* --------- buttons ------------------- */

input.button {
  border: 1px solid #a5a5a5;  
  color: Black;
  background-color: white;
  vertical-align: middle;
  text-decoration:none;
  font-size: 80%;
  cursor: pointer;
  height: 22px !important;
  max-height: 22px !important;
  min-height: 22px !important;
  margin: 1px;
  display: inline;
}

div.secedit input.button {
  border: 1px solid #a5a5a5;
  color: Black;
  background-color: white;
  vertical-align: middle;
  text-decoration:none;
  margin: 0px;
  padding: 0px;
  font-size: 8px;
  cursor: pointer;
  height: 15px !important;
  max-height: 15px !important;
  min-height: 15px !important;
  float:right;
  display: inline;
}

/* ----------- page navigator ------------- */

div.pagenav {
  margin-top:1em;
}

div.pagenav-prev {
  text-align:right;  
  float:left;
  width:50%
}

div.pagenav-prev input.button {
  margin-right:5px;
}

div.pagenav-next {
  text-align:left;
  float:right;
  width:50%
}

div.pagenav-next input.button {
  margin-left:5px;
}

/* --------------- Links ------------------ */

a {
  color:#00b;
  text-decoration:none;
  font-weight: bold;
}
a:hover {
  text-decoration:underline;
}

/* external link */
a.urlextern{
  /* background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;*/
  color:#00b;
  text-decoration:none;
}
a.urlextern:visited {
  color:#00b; /*007*/
}
a.urlextern:hover {
  text-decoration:underline;
}

/* windows share */
a.windows{
  background: transparent url(images/windows.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
  color:#00b;
  text-decoration:none;
} 
a.windows:visited {
  color:#00b;
}
a.windows:hover { 
  text-decoration:underline;
}

/* interwiki link */
a.interwiki{
  background: transparent url(images/interwiki.png) 0px 1px no-repeat;
  padding-left: 16px;
  color:#00b;
  text-decoration:none;
}
a.interwiki:visited {
  color:#00b;
}
a.interwiki:hover {
  text-decoration:underline;
}

/* link to some embedded media */
a.media {
  color:#00b;
  text-decoration:none;
}
a.media:hover {
  text-decoration:underline
}

/* email link */
a.mail {
  background: transparent url(images/mail_icon.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
  color:#00b;
  text-decoration:none;
}
a.mail:hover {
  text-decoration:underline;
}

/* existing wikipage */
a.wikilink1:link  { color:#00b; text-decoration:none }
a.wikilink1:visited { color:#00b; text-decoration:none }
a.wikilink1:hover   { text-decoration:underline }

/* not existing wikipage */
a.wikilink2:link  { color:#FF6600; text-decoration:none }
a.wikilink2:visited { color:#FF6600; text-decoration:none }
a.wikilink2:hover   { text-decoration:underline }


/* ------------- Page elements ----------------- */

div.preview{
  background:#f7f9fa;
  margin-left:2em;
  padding: 4px;
  border: 1px dashed #000000;
}

/*span.user{
  color: #a5a5a5;
  font-size: 90%;
}*/

/* embedded images */
img.media {
  margin: 3px;
}

img.medialeft {
  border: 0;
  float: left;
  margin: 0 1.5em 0 0;
}

img.mediaright {
  border: 0;
  float: right;
  margin: 0 0 0 1.5em;
}

img.mediacenter {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #000;
}


/* unordered lists */
ul { 
  margin: 0.5ex 2ex;
  padding: 0px 15px;
  list-style-image: url(images/arrow.gif);
  text-indent: -0.0ex;
}

/* ordered lists */
ol {
  margin: 1ex 2ex;
  padding: 0px 15px;
  list-style-image: none;
}

/* the list items overriding the ol definition */
.li {
  font-weight: normal;
}

ol {list-style-type: decimal}
ol ol {list-style-type: upper-roman}
ol ol ol {list-style-type: lower-alpha}
ol ol ol ol {list-style-type: lower-greek}

li.open {
  list-style-image: url(images/open.gif);
}

li.closed {
  list-style-image: url(images/closed.gif);
}

blockquote {
  border-left: 2px solid #a5a5a5;
  padding-left: 3px;
  margin-left: 0;
}

/* code blocks by indention */
pre.pre {
  font-size: 100%;
  padding: 0.5em;
  border: 1px dashed #a5a5a5;
  color: Black;
  background-color: #e2e2e2;
  overflow: auto;
}

/* code blocks by code tag */
pre.code {
  font-size: 100%;
  padding: 0.5em;
  border: 1px dashed #a5a5a5;
  color: Black;
  background-color: #e2e2e2;
  overflow: auto;
}

/* inline code words */
code {
  font-size: 100%;
}

/* code blocks by file tag */
pre.file {
  font-size: 100%;
  padding: 0.5em;
  border: 1px dashed #a5a5a5;
  color: Black;
  background-color: #e2e2e2;
  overflow: auto;
}

/* inline tables */
table.inline {
  background-color: #ffffff;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.inline th {
  padding: 3px;
  border: 1px solid #a5a5a5;
  background-color: #e2e2e2;
}

table.inline td {
  padding: 3px;
  border: 1px solid #a5a5a5;
}

.leftalign{
  text-align: left;
}

.centeralign{
  text-align: center;
}

.rightalign{
  text-align: right;
}

/* ---------- table of contents ------------------- */

div.toc {
  margin-left: 2em;
  margin-top: 1.2em;
  margin-bottom: 0;
  float:right;
  width: 150px;
  font-size: 80%;
  clear:both;
}

div.tocheader {
  padding: 3px;
  border: 1px solid #a5a5a5;
  background-color: #e2e2e2;
  text-align: left;
  font-weight:bold;
  margin-bottom: 2px;
}

div.toctoggle {
  float:right;
  margin-top:0.3em;
  margin-right:3px;
}

div.toctoggle img {
  width:0.8em;
  height:0.8em;
}

#tocinside {
  border: 1px solid #a5a5a5;
  background-color: #ffffff;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
}

ul.toc {
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-left: 0.25em;
}

ul.toc li {
  padding-left:0.4em;
}

ul.toc li.clear {
  background-image: none;
  padding-left:0.4em;
}

a.toc {
  color: #333;
  text-decoration:none;
}

a.toc:hover {
  text-decoration:underline; 
}

/* ---------------------------- Diff rendering --------------------------*/
table.diff { background:white; }
td.diff-blockheader {font-weight:bold}
td.diff-header {
  border-bottom: 1px solid #a5a5a5;
  font-size:100%;
}
td.diff-addedline {
  background:#ddffdd;
  font-family: monospace;
  font-size: 80%;
}
td.diff-deletedline { 
  background:#ffffbb;
  font-family: monospace;  
  font-size: 80%;
}
td.diff-context {
  background:#f7f9fa;
  font-family: monospace;
  font-size: 80%;
}
span.diffchange { color: red; }

/* --------------------- footnotes -------------------------------- */

div.footnotes{
  clear:both;
  border-top: 1px solid #a5a5a5;
  padding-left: 1em;
  margin-top: 1em;
}

div.fn{
  font-size:100%;
}

a.fn_top{
  vertical-align:super;
  font-size:80%;
}

a.fn_bot{
  vertical-align:super;
  font-size:100%;
  font-weight:bold;
}


/* --------------- search result formating --------------- */
.search_result{
  margin-bottom: 6px;
  padding-left: 30px;
  padding-right: 10px;
}

.search_snippet{
  color: #999999;
  font-size: 12px;
  margin-left: 20px;
}

.search_sep{
  color: #000000;
}

.search_hit{
  color: #000000;
  background: #FFFF99;
}

div.search_quickresult{
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #a5a5a5;
  margin-left: 30px;
  padding-right: 10px;
}

div.search_quickhits {
  margin-left: 1em;
  float:left;
  background: transparent url(images/arrow.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 8px;
  width: 30%;
}

/* ------------------ Additional ---------------------- */
.footerinc a img {
  opacity: 0.5;
}

.footerinc a:hover img {
  opacity: 1;
}

/* ---- Admin --- */

div.acladmin label {
  text-align: left;
  font-weight: normal;
  display: inline;
}

div.acladmin table{
  margin-left: 10%;
  width: 80%;
}

/* ---------- AJAX quicksearch ----------- */

div.ajax_qsearch {
  position:absolute;
  right:225px;;
  text-align:left;
  width: 200px;
  background-color: #ff9;
  opacity: 0.9;
  display:none;
}

/* ---------- Spellchecking ------------- */

a.spell_error {
  color: #ff0000;
  text-decoration: underline;
}

div#spell_suggest {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #000;
  font-size:80%;
  z-index: 2;
}

div#spell_result {
  display:none;
  font-family:monospace;
  border: 1px solid #a5a5a5; 
  color: Black;
  font-size:14px;
  padding: 3px;
  background-color: #f7f9fa;
  overflow: auto;
  z-index: 1;

  white-space: pre-wrap;     /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;    /* Opera 4-6 */
  white-space: -o-pre-wrap;  /* Opera 7 */
  word-wrap: break-word;     /* Internet Explorer 5.5+ */
}

span.spell_noerr {
  color: #009933;
}

span.spell_wait {
  color: #0066cc;
}


