/*
Theme Name: Silicon Forks
*/

body {
  margin: 0;
}

img.icon {
  vertical-align: middle;
}

#doc3 {
  margin: auto;
}

div#headerDiv {
  overflow: auto;  /* shrink-wrap around floating child elements */
}

div#headerDiv div {
  float: left;
  background-image: url('images/blue-gradient-top.png');
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 17px;
  padding-bottom: 5px;
  line-height: 20px;
}

div#headerBorderDiv {
  height: 2px;
  background-color: #0000ff;
}

div#headerBorderDiv img {
  display: block;
  width: 30px;
  height: 2px;
}

img#headerLeftImg {
  float: left;
}

img#headerRightImg {
  float: right;
}

div#yui-main div.yui-b {
  padding-left: 14px;
  background-image: none;
}

div.yui-b {
  background-image: url(images/blue-gradient-bottom.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

#sidebar {
  /* YUI 11px */
  font-size: 85%;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 4px;
}

#footer {
  clear: both;
  padding-left: 15px;
  padding-right: 15px;
}

p, pre {
  margin-top: 1em;
}

pre {
  overflow: auto;
  width: 100%;
  line-height: normal;  /* override strange YUI fonts style */
}

