/* dark css
/*
/*  - Primary style sheet for Darkerview
/*  - Main text area with a sidebar for navigation and utility area
/*  - Black background with grey formatting
/*
/*  24 Nov 2007 Andrew Cooper
/*  - Initial version
/*  - Elements patterned after several Serendipity templates http://www.s9y.com
/*  31 Dec 2011 Andrew Cooper
/*  - Revised to change the appearance to match the new WordPress based blog
/*

/* overall format */
@font-face {
  font-family: 'Ubuntu';
  src: url('ubuntu-r.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
#mainpane {
  color: #E0E0E0;
  margin: auto;
  margin-top: 10px;
  width: 98%;
  background-color: #000000;
  border-bottom: 1px solid #CCC;
}

/* page defaults */
body {
  font-size: 14pt;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #000000;
  font-family: Ubuntu;
}
th, td {
  font-size: 10pt;
}
p, td, th, div, span {
  font-family: Ubuntu;
}
a:link,
a:visited,
a:active {
  color: #5cb0ff;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
input, textarea {
  font-size: 10pt;
  font-family: Ubuntu;
}

/* banner */
#banner {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  width: 98%;
  height: 100px;
  background-color: #111111;
  background-position: 0px 0px;
  background-image: url(DVLogo-201112272.png);
  background-repeat: no-repeat;
}
#banner h1 {
  color: #EEEEEE;
  letter-spacing: .5pt;
  padding-left: 175px;
  padding-top: 20px;
  margin: 0px;
  text-decoration: none;
  font: normal 40px Arial, Helvetica, sans-serif;
}
#banner h2 {
  color: #EEEEEE;
  font-family: Ubuntu;
  padding-left: 200px;
  padding-top: 0px;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  text-decoration: none;
}

/* content area formats */
.header {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 5px;
  padding-bottom:2px;
  color: #E0E0E0;
  border-bottom: 1px solid #CCC;
}
.header a:link,
.header a:visited {
  text-decoration: none;
  color: #5cb0ff;
}
.header a:hover {
  color: #FFFFFF;
}
.subheader {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding-bottom:2px;
  border-bottom: 1px solid #CCC;
}
.subheader a:link,
.subheader a:visited {
  color: #5cb0ff;
}
.subheader a:hover {
  color: #FFFFFF;
}
.body {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: normal;
  line-height:130%;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #ACACAC;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
}
.body a:link,
.body a:visited {
  text-decoration: none;
  color: #5cb0ff;
}
.body a:hover {
  color: #FFFFFF;
}
.subbody {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: normal;
  line-height:130%;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #ACACAC;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
}
.subbody a:link,
.subbody a:visited {
  text-decoration: none;
  color: #5cb0ff;
}
.subbody a:hover {
  color: #FFFFFF;
}
.footnote {
  font-family: Ubuntu;
  font-size: 10px;
  color: #E0E0E0;
  margin-left: 40px;
  margin-right: 40px;
  text-align: left;
}
.rightImg {
  float: right;
  padding: 6px;
  background-color: #111;
}
.leftImg {
  float: left;
  padding: 6px;
  background-color: #111;
}

/* sidebar formats */
#sidebar {
  width: 180px;
  padding: 10px;
  margin-top: 10px;
  vertical-align: top;
}
.sidebarTitle {
  border-bottom: 1px solid #CCC;
  margin-bottom: 6px;
  font-family: Ubuntu;
  color: #E0E0E0;
  font-size: small;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
}
div.sidebarItem {
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: small;
  font-weight: normal;
  line-height:130%;
}
.sidebarContent input {
  margin-left: 20px;
}

/* image captions */
.imageCaption_center,
.imageCaption_left,
.imageCaption_right {
  background-color: #000;
  margin: 10px;
  padding: 4px;
  text-align: center;
}
.imageCaption_center {
  margin: auto;
}
.imageCaption_left {
  float: left;
}
.imageCaption_right {
  float: right;
}
.imageCaption_img,
.imageCaption_img img {
  padding: 0px;
}
.imageCaption_txt {
  margin: 0px;
  padding: 4px;
  clear: both;
  font-size: 9pt;
  text-align: left;
}

/* utility formats */
.centerText {
  text-align: center;
}
img.centerImg
{
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto
}

