
/*
   This stylesheet for the yellow example-1 contains some unneccesary
   instructions, because it was taken from another project.
   Please look into 'wiki.css' and the README on how to style ewiki pages.
*/



/* everywhere */
body, .body, td, form, input, select {
  font-size: 13px;
  line-height: 15px;
  font-family: "Verdana","Arial",sans-serif;
}
img {  /* IE6 workaround */
   behavior: url("fragments/css/../js/pngbehavior.htc");
}
td h2, td h3, div h2, div h3, div h4 {
  margin-top: 0px;
}

/* body colors */
body, .body {
  background-color: #fecc88;
}
body table, h1 {
  margin:0px;
  background-color: #feaa56;
  margin-left: 20px;
}
body table tr td {
  padding-left: 15px;
  padding-right: 15px;
}

/* links */
a {
  text-decoration:underline;
  color:#000099;
}
a:visited {
  color:#555555;
}
a:active {
  color:#ff5511;
  background-color:#777711;
}
a:hover {
  background-color:#f37737;
  color:#ffffff;
}



/* - - - overrides - - - */



/* site title */
h1.site-title {
  margin-top: 15px;
  padding: 0px;
  width: 85%;
  height: 90px;
  font-size: 64px;
  letter-spacing: -4px;
  line-height: 70px;
  font-family: "Skaterdudes","You are what you eat","I hate Comic Sans","Comic Sans MS",fantasy;
  font-weight: 200;
}
h1.site-title a {
  background: transparent;
}
h1.site-title img {
  position: relative;
  top: 5px;
  left: -5px;
}
h1.site-title span {
  font-family: "Helvetica","Verdana","Impact",sans-serif;
}


/* toc */
.main-menu {
  font-family:"Arial",sans-serif;
  font-size:13px;
  line-height:18px;
}
td.main-menu {
  width: 160px;
  padding-left:5px;
  padding-right:5px;
  min-height:800px;
}
div.main-menu {
  width: 150px;
  border:2px solid #BB6625;
  background-color:#CC7733;
  margin-bottom:3px;
}
.main-menu h4 {
  margin:0px;
  padding:0px;
  padding-left:2px;
  background-color:#AA551C;
  border-bottom:1px solid #994417;
  color:#ffeedd;
}
.main-menu a {
  text-decoration:none;
  color:#ffffff;
  margin-left:7px;
}
.urhere {
  color:#eeeeee;
}
.main-menu a:hover {
  background-color:transparent;
  background-repeat:repeat-x;
  color:#ffffff;
}

/* pix.gif replacement */
.blackline {background-color:#000080;}
.grayline {background-color:#DEEECD;}

/* calendar */
.cal {
}
.cal tr {
  min-height:35px;
}
.cal td {
  margin:0px; padding:3px;
  border-style:solid;
  border-color:#772211;
  border-width:1px 0px 0px 0px;
}
.cal td big b {
  font-weight:900;
  font-size:30px;
  line-height:32px;
}


/* termine */
.termine th {
  background-color:#cc7733;
}
.termine td {
  background-color:#ff9c44;
}
.termine td.d {
  background-color:#e89040;
}
.termine td.t {
  background-color:#f09542;
}
.termine th, .termine td {
  border:solid #e0884c;
  border-width:0px 0px 1px 0px;
}




/* - - - in-wiki page settings - - - */


.wiki .page.title, .wiki .page.title a {
  color:#07070f;
}
.wiki .page.title {
  background-color:#CC7733;
  padding:2px;
  border:2px solid #BB6625;
}

abbr {
  font-family:"You are what you eat","SkaterDudes","Writers","I hate comic sans","Comic Sans MS",fantasy;
  text-decoration:none;
  border-bottom:0px;
}


/* only post-98 browsers can display that (IE first from version 7) */
h1.site-title {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAyAgMAAADXW5YtAAAADFBMVEX9q1T/uGn+wHT/y4n/OK2oAAAA2klEQVR42r3PsRGCMBQG4B+908LCASwcwRVSuYFLuISMkMIpbBwBR8gIFAxAgXdwAhEIhkTzdx6veo8vefmBJpVjHlFUHlQEkxauNMnUl57U+6kvPCm2bjRX0s3Uxx8ZXlBrN8Aox34SSyuZFbXSusJi/H4FrKTAWSKyfzlJBmfwpDByMZN7rDTDQeu7CfYtG113URpXajNEiew2lgHpa9cH/dk23LsJIra81AHJqSgqMZNWMKkQlJfWMizPExCWAv+UnEpKRVERTFowKakoKuwZVAwgqdBlc9Ub0/MOJqG1KsAAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}
