/* 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
/* 

/* overall format */
#mainpane {
    border-bottom: 1px solid #444444;
	color: #ACACAC;
    margin: auto;
    margin-top: 10px;
    width: 98%;
    background-color: #111111;
}

/* page defaults */
body {
    font-size: 14pt;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
th, td {
    font-size: 10pt;
}
p, td, th, div, span {
    font-family: Arial, Helvetica, sans-serif;
}
a:link,
a:visited,
a:active {
    color: #EEEEEE;
    text-decoration: none;
}
a:hover {
    color: #33CC33;
    text-decoration: none;
}
input, textarea {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

/* banner */
#banner {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    border: 1px solid #444444;
    width: 98%;
    height: 100px;
    background-color: #111111;
    background-position: 0px 0px;
    background-image: url(Pleiades.jpg);
    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: Arial, Helvetica, sans-serif;
    padding-left: 200px;
    padding-top: 0px;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    text-decoration: none;
}

/* content area formats */
.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: #999999;
    border-bottom: 1px solid #444444;
}
.header a:link,
.header a:visited {
   text-decoration: none;
   border: 0;
   color: #EEEEEE;
}
.header a:hover {
   color: #33CC33;
}
.subheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
	margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #444444;
}
.subheader a:link,
.subheader a:visited {
   color: #EEEEEE;
}
.subheader a:hover {
   color: #33CC33;
}
.body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    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;
   border: 0;
   color: #EEEEEE;
}
.body a:hover {
   color: #33CC33;
}
.subbody {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    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;
   border: 0;
   color: #EEEEEE;
}
.subbody a:hover {
   color: #33CC33;
}
.footnote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ACACAC;
  margin-left: 40px;
  margin-right: 40px;
  text-align: left;
}
.rightImg {
    float: right;
    padding: 6px;
    background-color: #111111;
    border-top: solid 3px #111111;
    border-bottom: solid 3px #111111;
    border-left: solid 8px #111111;
}
.leftImg {
    float: left;
    padding: 6px;
    background-color: #111111;
    border-top: solid 3px #111111;
    border-bottom: solid 3px #111111;
    border-left: solid 8px #111111;
}

/* sidebar formats */
#sidebar {
    width: 180px;
    border-left: 1px dotted #444444; 
    padding: 10px;
    margin-top: 10px;
    vertical-align: top;
}
.sidebarTitle {
    margin-bottom: 6px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ACACAC;
    font-size: small;
    font-weight: bold;
    padding: 6px;
    background-color: #444444;
    border-bottom: solid 3px #333333;
    border-right: solid 12px #333333;
}
div.sidebarItem {
    padding-bottom: 12px;
	color:#ACACAC;
    margin-bottom: 12px;
    font-size: small;
    font-weight:normal;
    border-bottom: solid 2px #444444;
}
.sidebarContent input {
    width: 80%;
}

/* image captions */
.imageCaption_center,
.imageCaption_left,
.imageCaption_right {
    background-color: #000000;
    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
}
