/* 
* i like design.css, 
* and i like tramchase.css, 
* but sometimes they don't jive 
*/

/* primary */
#center p {
 margin-top: 1em;
}

img.floatLeft {
  margin-right: 20px;
}


/* layout */
#wiki #left {
  color: #c3b5a9;
  padding: 0 10px; 
  margin: 0;
}
#wiki #left a, #wiki #left a.hover, #wiki #left a.visited {
  color: #fafafa;
}

/* lists */
ul {
  margin-left: 2em;
}
ul ul li {
  margin-top: 5px;
}

/* headers */
#head h1 a {
  text-decoration: none;
}
#center h1, #center h2, #center h3 {
}

/* page metalink wrapper */
#bottombar {
  margin-top: -5px;
  text-align: right;
  font-size: 89%;
}

#bottombar a {
 background-image: none;
 padding-left: .2em;
}

/* navigation menu */
#left a.urlextern {
  background: none;
  font-size: 80%;
}


#center {
 padding: 25px 30px 20px 20px;
}
#center h1, #center h2 {
  margin-bottom: 10px;
  padding-top: 25px;
  clear: left;
}
 
/* toc */
#toc__header {
  background-color: #ccc;
}
#toc__inside {
  background-color: #efefef;
}

input.button {
  background-color: #eee;
  padding-bottom: 2px;
}

pre.code { font-size: 9pt; }
code { padding: 0; border: 0; }

#center h1, #center h2, #center h3 {
  margin-bottom: 10px;
  margin-top: 30px;
}

