/*  
 *  Theme Name: Systems Centers
 *  Theme URI: http://www.systemscenters.org/
 *  Description: WordPress theme for the Systems Centers site
 *  Version: 1.0
 *  Author: Jeremy Muhlich
 *  Author URI: jmuhlich@gmail.com
 *  */



body {
  background: #303030;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

a {
  color: #002a53;
}

a.external {
  background: transparent url(images/link_external.png) no-repeat scroll right center;
  padding: 0 13px 0 0;
}

h1#header {
  display: block;
  position: absolute;
  left: 0px;
  width: 935px;
  padding: 0;
  margin: 0;
}

h1#header a {
  display: block;
  position: relative;
}

h1#header span {
  display: none;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #002a53;
  border-bottom: 1px dotted #002a53;
}

h3 {
  font-weight: bold;
}

#header-overlay {
  position: absolute;
  right: 122px;
}

#header-overlay ul.nav, #header-overlay #searchform {
  display: inline
}

#header-overlay ul.nav {
  margin: 0 8px 0 0;
}

#content {
  position: relative;
  width: 901px;
  padding: 42px 17px 17px;
  background: #ffffff;
}

#searchform > label {
  display: none;
}

#searchform #s {
  width: 110px;
}

.nav li {
  display: inline;
  margin: 0;
  padding: 0 0.5em;
  font-weight: bold;
  line-height: 19px;
  border-left: 1px solid #002a53;
  margin-right: -3px; /* unclear why this is needed to eliminate space to the left of the border */
}

.nav li:first-child {
  border-left: 0;
}

ul.subnav, ul.subnav ul {
  list-style-type: none;
  margin: 0;
}

.subnav li {
  padding-left: 14px;
  padding-right: 2px;
  margin-bottom: .5em;
  background: url(images/bullet_triangle.png) no-repeat 2px 5px;
}

.nav li a, .subnav li a {
  text-decoration: none;
}

/* must specify li. to be more specific than "subnav li" above */
li.current_page_item > a, ul.nav > li.current_page_ancestor > a {
  background-color: #c1dced;
}

p.news-date {
  color: #808080;
  font-style: italic;
  margin-top: -1em;
}

#strip-bottom {
  position: relative;
  height: 13px;
  width: 100%;
  background: #696969;
}

#strip-top {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 13px;
  width: 100%;
  background: #696969;
}

#strip-header {
  position: absolute;
  top: 13px;
  left: 0px;
  width: 100%;
  background: #171717;
  z-index: -2;
}

ul#nav-main {
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 901px;
  margin-left: 17px;
  margin-right: 17px;
  border-bottom: 2px solid #e0e0e0;
}

#copyright {
  font-size: 10px;
  margin-top: 5em;
}

table.biositemaps th {
  font-size: 110%;
  background: #dcdcdc;
}

table.biositemaps td {
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
}


/* wordpress classes for images, etc. */
.alignright {float:right; margin:0 0 1em 1em;}
.alignleft {float:left; margin:0 1em 1em 0;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.wp-caption-text {text-align: center; font-weight: bold; margin-bottom: 0;}
