@import url(/style/tree.css);

body
{
  background: url(images/bg-stripes.png) 50% repeat-y;
  margin-top: 0;
  font-family: Verdana, Arial, Sans-Serif;
}
div#page
{
  position: relative;
  margin: 0 auto;
  width: 800px;
  border: 0;
}
div#header
{
  position: relative;
  top: 0;
  left: 0;
  background: url(images/headermain.png) top left no-repeat;
  width: 100%;
  height: 137px;
  overflow: hidden;
  border-bottom: 1px solid black;
}
div#nav
{
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 36px;
  padding: 0;
  margin: 0;
  background: url(images/bg-navbar.png) top left repeat-x;
  border-top: 1px solid #7696ff;
}
div#nav ul
{
  padding: 0;
  margin: 0;
  float: right;
}
div#nav li
{
  float: left;
  display: inline;
}
div#nav li.navpad
{
  background: url(images/button-normal.png) top left no-repeat;
  padding: 9px 10px 0px 10px;
  color: white;
  display: block;
  height: 36px;
  font-weight: normal;
  float: left;
  border-collapse: collapse;
  cursor: default;
}
div#nav a
{
  background: url(images/button-normal.png) top left no-repeat;
  padding: 9px 10px 0px 10px;
  color: white;
  display: block;
  height: 27px;
  font-weight: normal;
  float: left;
  border-collapse: collapse;
}
div#nav a:hover
{
  background: url(images/button-pressed.png) top left no-repeat;
  text-decoration: none;
}
div#nav li.current a
{
  background: url(images/button-pressed.png) top left no-repeat;
  padding-top: 10px;
  font-weight: bold;
}
div#content
{
  left: 0;
  width: 100%;
}
div#content.widecolumn
{
  background-color: white;
}
div#content.narrowcolumn
{
  background: url(images/bg-column.png) left top repeat-y;
}
div#content
{
  font-size: small;
}
div#main p
{
  padding: 2px 12px;
}
div#sidebar p
{
  padding: 0px 10px;
  margin-top: 0;
}
div.clearing
{
  clear: both;
}
div.clearing p
{
  font-size: 1px;
}
div#sidebar
{
  float: right;
  right: 0;
  width: 299px;
  font-size: small;
}
div#content ul
{
  list-style-image: url(images/bullet.gif);
}

div#content.narrowcolumn div#main
{
  float: left;
  width: 500px;
}
div#content.widecolumn div#main
{
  width: 100%;
  background-color: white;
}
p#groupphoto
{
  text-align: center;
  left: auto;
  right: auto;
}
div#footer
{
  width: 100%;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  background-color: #cccccc;
  padding: 3px 0;
}
div#footer p
{
  font-size: xx-small;
  color: #666666;
  margin: 0;
  padding: 1px;
  text-align: center;
}
div#footer a
{
  color: #5555FF;
}
div#content h3
{
  padding: 0px 10px;
  margin-bottom: 0;
  font-size: medium;
}
/* breadcrumb */
div#main p.breadcrumb
{
  position: absolute;
  margin: 0;
  padding: 0;
  top: 112px;
  left: 10px;
  font-size: small;
  color: white;
  font-weight: normal;

}
div#content h2
{
  display: block;
  border-bottom: 1px solid #888888;
  text-transform: uppercase;
  font-size: medium;
  letter-spacing: 3px;
  padding: 5px 0px 5px 10px;
  margin-top: 0;
}
div#main h2
{
  background-color: #cbcbff;
}
div#sidebar h2
{
  background-color: #cfcfcf;
}
div#content h2 span.subheading
{
  text-transform: none;
  letter-spacing: 0px;
  display: block;
  font-size: small;
  font-weight: normal;
}
div#content img#bobtn, img#kimtn
{
  float: left;
  margin-right: 10px;
}
div#content img#arnotn, img#noeltn
{
  float: right;
  margin-left: 10px;
}
a
{
  color: blue;
  text-decoration: none;
}
a:hover
{
  color: #2b4579;
  text-decoration: underline
}
p.postmetadata
{
  font-size: smaller !important;
  text-align: center;
}
div#content input
{
  margin-left: 10px;
}
form#commentform
{
  padding-left: 10px;
}
form#commentform textarea
{
  margin: 0px;
  width: 700px;
}
form#commentform input#submit
{
  margin: 0px;
}
form#searchform input#s
{
  width: 198px;
}
div#content h3
{
  font-size: large;
  margin-left: 15px;
}
div#main h2 span.editlink
{
  font-size: x-small;
  letter-spacing: 0px;
  text-transform: lowercase;
}
div#header div#crumbs
{
  position: absolute;
  top: 137px;
  width: 100%;
  height: 18px;
  background-color: #0f0f4f;
  clear: both;
}
a.crumb
{
  text-decoration: none;
  color: white;
}
a.crumb:hover
{
  text-decoration: underline;
  color: white;
}
div#header a#headerhomelink
{
  display: block;
  position: absolute;
  top: 19px;
  left: 24px;
  width: 315px;
  height: 61px;
  text-decoration: none;
}
div#header a#headerhomelink:hover
{
  text-decoration: none;
}
p.resumelink
{
  font-size: smaller !important;
  text-align: center;
  padding-top: 0 !important;
  margin-top: -4px !important;
}

