/**
 * Graybox design
*/

body {
  background-color: #E7E7E7;
}

div.dokuwiki {
  background: url("images/kubrickbg.png");
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

div.dokuwiki .pagename {
  float:right; 
  color:#DEE7EC;
  font-size:130%;
  margin-top: 1em;
}

div.dokuwiki .logo {
  float: left;
}

div.stylehead {
  background-image: url("images/kubrickheader.gif");
  padding: 8px 10px 0px 10px;
}

div.styleheadinner {
  background-image: url("images/kubricklheaderinner.png");
  border-bottom: solid 1px #A0A0A0;
}

div.dokuwiki .bar {
  background: none;
  border: none;
  padding-bottom: 0px;
  height: 23px;
}

div.dokuwiki .bar-left {
  width: 50%;
}

input.button {
  border: solid 1px #A0A0A0;
  background-color: #F9F9F9;
}

div#bar_top input.button, div.bar button.button {
  border-bottom: none;
  margin-top: 4px;
  font-size: 80%;
}

div.stylefoot {
  background: url("images/kubrickfooter.png");
  padding: 0px 9px 10px 9px;
  height: 53px;
}

div.meta {
  padding: 0px 9px 0px 9px;
}

div.dokuwiki div.breadcrumbs{
  background: none;
}

div.dokuwiki div.page {
  padding-left: 0em;
  padding-right: 1em;
  border-left: none;
}

div#sidebar {
  padding-left: 16px;
  background: none;
  border-right: none;
}

div.dokuwiki div.tocheader {
  border-bottom: none;
  margin-bottom: 0px;
}

div.dokuwiki div.discussion textarea.edit {
  width: 98%;
  height: 80px;
}

del {
  color: #AAAAAA;
  font-size: 90%;
}

del:hover {
  color: #666666;
}

pre {
  width: 98%;
}

#blog__newentry_title {
  width: 30%;
}

#bar_bottom {
  margin-top: 10px;
}