@CHARSET "UTF-8";

body {
  font-family: "MS-Trebuchet", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #ccc;
  background-color: #004;
  margin: 0 auto;
  padding: 0;
}

a {
  color: #8bf;
  text-decoration: none;
}

a:hover {
  color: #cdf;
  text-decoration: underline;
}

#container {
  background-color: #337;
  width: 800px;
  margin: 0 auto;
}

#topNav {
  float: left;
  clear: both;
  background: url("/images/content_top_bg.png");
  background-repeat: no-repeat;
  height: 90px;
  width: 800px;
}

#topNav ul.tabList {
  display: block;
  list-style-type: none;
  margin-top: 37px;
}

#topNav li.tabItem {
  display: inline;
  float: left;
}

#topNav a.tabLink {
  display: block;
  height: 22px;
  width: 98px;
  color: #333;
  background-image: url(/images/tab_bg_off.png);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 2px;
  margin-right: 16px;
}

#topNav a:hover.tabLink {
  text-decoration: none;
  background-image: url(/images/tab_bg_on.png);
}

#contents {
  background-color: #337;
  border-left: 1px #77b solid;
  border-right: 1px #77b solid;
  padding: 24px 0;
}

#leftContents {
  float: left;
  clear: left;
  width: 524px;
  padding: 0 8px 0 36px;
  line-height: 1.4em;
}

#leftContents p {
  text-align: justify;
}

#leftContents ul {
  list-style-type: none;
  list-style-image: url(/images/arrow_link.png);
}

#leftContents pre {
  font-size: 1.2em;
  font-weight: bold;
}

#rightPanel {
  float: right;
  clear: right;
  width: 216px;
  overflow: hidden;
}

#rightPanelButton {
  position: relative;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 1200px;
  cursor: pointer;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #337;
}

#rightPanelButton.panelOpened {
  background-image: url(/images/hide_panel.png);
}

#rightPanelButton.panelClosed {
  background-image: url(/images/show_panel.png);
}

#rightPanelContent {
  position: relative;
  top: -1200px;
  left: 16px;
  width: 172px;
  min-height: 960px;
  background: #448;
  padding: 0 8px 120px 20px;
  border-top: 1px #77b solid;
  border-left: 1px #77b solid;
  border-bottom: 1px #77b solid;
}

#rightPanelContent h3 {
  font-size: 0.9em;
  margin: 12px 0 2px 0;
}

#rightPanelContent ul {
  list-style-type: none;
  margin: 0;
}

#rightPanelContent ul {
  margin-left: -32px;
}

#footer {
  width: 800px;
  height: 40px;
  background-image: url(/images/content_tail_bg.png);
  background-repeat: no-repeat;
}

#footer p {
  text-align: center;
  font-size: 0.7em;
  margin: 0;
  padding: 4px 0 0 0;
}

#poweredBy {
  text-align: center;
  margin: 0 auto;
}

#poweredBy img {
  border: none;
}

#searchForm {
  margin-top: 24px;
}

#searchForm fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#searchForm input.textfield {
  font-size: 0.8em;
  width: 102px;
  border: 1px #004 solid;
  padding: 2px 4px;
  margin: 0 2px 6px 0;
  background: #ddf;
}

#searchForm input.submit {
  font-size: 0.8em;
  font-weight: bold;
  color: #626;
  border: 1px #004 solid;
  background: #ddd;
  padding: 1px 2px;
}

#searchForm input.submit_img {
  color: #ddd;
  padding: 0;
  margin: 0;
}

.blogPost h2 {
  font-size: 1.1em;
}

.blogPost {
  background: #448;
  padding: 12px 16px;
  margin-bottom: 12px;
  border: 1px #77b solid;
}

.blogPost span.italicized {
  font-style: italic;
  margin-right: 8px;
}

img.work {
  border: 1px #000 solid;
  margin: 8px 20px;
}

#linksContent {
  padding-bottom: 240px;
}

#linksContent h1 {
  font-size: 1.1em;
  font-weight: normal;
}

#linksContent h4.accordionToggle,
#linksContent h4.accordionToggleActive { 
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 24px;
  margin: 4px 0 0 40px;
}

.accordionToggle {
  background-image: url(/images/accordion_open.png);
}

.accordionToggleActive {
  background-image: url(/images/accordion_close.png);
}

#linksContent ul.accordionContent {
  list-style-type: none;
  height: auto;
  overflow: hidden;
  margin: 2px 0 8px 40px;
}

#linksContent li {
  padding: 3px 0 3px 0;
}

#recaptcha_response_field {
  left: 0;
}

.clearBoth {
  clear: both;
}