/*  
Theme Name: Ninety Six Revolutionary
Theme URI: http://www.scit.com
Description: Ninety Six Theme
Version: 1.0
Author: SCIT, LLC
Author URI: http://www.scit.com/
Tags: SCIT, Ninety Six
*/

@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #503c19;
}


body {
  background: url(images/blue-back.jpg) repeat-x top left #415d7a;
}

ul {
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}

ol {
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 5px;  
}

h2 {
  margin-bottom: 5px;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
}
.clr {
  clear:both;
}

#mainContainer {
  position:relative;
  width: 904px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#headerContainer {
  position:relative;
  height: 200px;
  border: 0px #ffffff solid;
  border-bottom-width: 2px;
}

#midBorder {
  position: relative;
  background: url(images/border-mid.png) top left repeat-y;
  padding-left: 11px;
  padding-right: 11px;
}

#copyContainer {
  position: relative;
  min-height: 200px;
  background:url(images/parchment.jpg);
}

#menuContainer {
  position:relative;
  z-index: 10000;
  border: 0px #ffffff solid;
  border-bottom-width: 2px;
  background: #445d7c;
  height:28px;
}

#headerLogo{
  position: relative;
  width: 200px;
  border: 0px solid #ffffff;
  border-right-width: 2px;
}

#headerBanner {
  position:absolute;
  top: 0px;
  left: 202px;
  overflow: hidden;
  width:680px !important;
  height:200px !important;
}

#sidebarContainer {
  position: relative;
  width: 200px;
  padding: 10px;
  float:left;
  background:url(images/compass.png) no-repeat bottom left;
}

#sidebarContainer h2 {
  font-size: 14px;
}

#copyContent {
  position:relative;
/*  margin-left: 200px;*/
  width: 638px;
  float:left;
  padding: 10px;
}

#copyContent ul{
  list-style-image: url(images/bullet.png);
}

#sidebarContainer ul {
  list-style-image: url(images/bullet.png);
}

#sidebarContainer h2 a {
  text-decoration: none;
}

#footerContainer {
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 10px;
}

#footerContainer a {
  color: #fff;
}

#footerContainer a:hover {
  color: #600900;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

#wp-calendar table th {
  background: #503c19;
  color: #ffffff;
}

#wp-calendar table {
  margin: 0;
  padding: 0;
}

#wp-calendar table.nav {
  margin-top: 10px;
}
