/* funkibrewster.net */
@import url("frame.css");
body {
  margin: 0;
  padding: 0;
}
body {
  background: url("../images/bg_body.jpg") repeat top left;
  text-align: center;
}

#innerframe {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}
#innerframe .pad {
  padding: 0 20px;
  text-align: left;
}
#header {
  position: absolute;
  z-index: 2;
}
#headerimg1 {
  display: block;
  float: left;
  margin-left: -10px;
}
#headerimg2 {
  display: block;
  float: left;
  margin-left: 240px;
}
#body .pad {
  padding: 50px 0;
}
img {
  border: 0;
}
a img {
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  margin: 0;
  padding: 0;
}
/* FONTS */
body, p, div, td {
  font: 12pt Calibri, Trebuchet, Helvetica, sans-serif;
  color: #333333;
}
p {
  margin: 0;
  padding: 5px 0;
  line-height: 1.2em;
  clear: both;
}
#nav p {
  padding: 1px 0 1px 4px;
}
a { color: #365F91; text-decoration:none; }
a:hover { color: #294B76; text-decoration:underline; }
a.ext { color: #990000; }
a.ext:hover { color: #660000; }
#main a { border-bottom: 1px #99aa00 dotted; }
#main a:hover { border-bottom: 0; }

h1, h2, h3, h4, h5, h6 { color: #666666; margin:0; padding: 0; }
h1 { font-size: 2em; padding: 0 0 14px 0; }
h2 { font-size: 1.7em; padding: 2px 0 2px 0; margin-bottom: 10px; border-bottom: 1px dotted #cccccc; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
.small { font-size: 0.85em; color: #999999; font-style: italic; }

/* COMMON OBJECTS */
ul, li { margin: 0; padding: 0; }
ul { list-style: square; padding-left: 15px; }
img.floatLeft { float: left; margin-right: 10px; margin-bottom: 10px; }
li { line-height: 1.4em; }

/* DOCBOOK */
.emphasis { font-style: italic; }
.emphasisbold { font-weight: bold; }

p.intro { font-style: italic; color: #555555; }
.remark { color: #777777; font-style: italic; }
.info { clear: both; font-size: 0.95em; color: #777777; font-style: italic; text-align: right; }

.section { padding-bottom: 20px; clear: both; }
.section .section { padding-bottom: 20px; padding-top: 10px; clear: both; }
.appendix { clear: both; }

.blockquote { clear: both; background: #ffffff  url('../images/bg_quote_right.gif') no-repeat top right; margin: 10px 0; }
.blockquote .pad { background: url('../images/bg_quote_left.gif') no-repeat top left; }

#nav select, #nav option { font-size: 8pt; color: #333333; }

/* INNER STYLES */
#nav {
  float: right;
  width: 240px;
  background: url("../images/bg_vertical.png") repeat-y top left;
}
#nav .pad {
  padding: 0 0 10px 10px;
}
#content {
  float: left;
  width: 490px;
}
#content .pad {
  padding: 0 0px 0 30px;
}
#nav select { width: 200px; }
#nav .thumb { float: left; margin: 0 3px 3px 0; clear: left; }
#nav p {
  clear: both;
  padding: 0 0 0 3px;
  line-height: 1em;
}
#content .polaroid p {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 8pt;
  font-style: italic;
  margin: 0;
  line-height: 0.85em;
}
#thumbindex .thumb { float: left; margin: 0 3px; }
#thumbindex .section { margin: 0; padding: 0; float: none; }
#thumbindex .summary { float: left; width: 210px; height: 65px; margin: 5px 10px 0 0; border-bottom: 1px dotted #aaaaaa; }
#news #thumbindex .summary { float: none; width: auto; height: auto; border: none; margin: 0; }

/* IMAGE FRAME */
.shadow, .polaroid {
  float: left;
  background: url("../images/shadow.gif") no-repeat bottom right;
  margin: 10px 0 0 5px !important;
  margin: 10px 0 0 0px;
}
.shadow div, .polaroid div {
  background: url("../images/shadow2.png") no-repeat left top !important;
  background: url("../images/shadow2.gif") no-repeat left top;
  padding: 0px 5px 5px 0px;
}
.shadow img, .polaroid img, .polaroid p {
  border: 1px solid #a9a9a9;
  padding: 5px;
  background-color: #ffffff;
  color: #777777;
}
.polaroid img {
  border-bottom: 0px;
}
.polaroid p {
  border-top: 0px;
}
#nav .shadow {
  margin: 6px 0 0 3px !important;
  margin: 6px 0 0 0px;
}
#nav .shadow div {
  padding: 0 3px 3px 0;
}
#nav .shadow img {
  border: 0;
  padding: 0;
}




.navTop { clear: both; text-align: right; }
