/* 
Theme Name: GreenwoodABCs 1
Theme URI: http://scit.com/
Description: GreenwoodABCs 1
Version: 1.0
Author: SCIT 
Author URI: http://www.scit.com/ 
*/

* {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Trebuchet MS", Arial,  Helvetica, sans-serif;
  color: #70737c;
}

body {
  background: url(images/background.gif) repeat-x top left #2F323B;
}

h2 {
  font-family: "Futura LtCn BT", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #2F323B; 
  margin-bottom: 10px;
}

h3 {
  font-family: "Futura LtCn BT", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #2F323B; 
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}

a:active {
  color: DEBFD9;
}

#pageContainer {
  position:relative;
  width: 766px;
  margin-left:auto;
  margin-right:auto;
}

#headerContainer {
  position: relative;
  height: 40px;
  margin-right: 22px;
  margin-left: 19px;
}

#leftHeader{
  color: #9699A1;
  padding-top: 14px;
}

#leftHeader a {
  color: #9699A1;
  text-decoration:none;
}

#leftHeader a:hover {
  text-decoration: underline;
}

#leftHeader a:active {
  color: #DEBFD9;
}

#rightHeader{
  color: #9699A1;
  padding-top: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
}

#rightHeader a {
  color: #9699A1;
  text-decoration:none;
}

#rightHeader a:hover {
  text-decoration: underline;
}

#rightHeader a:active {
  color: #DEBFD9;
}

#menuContainer {
  margin-right: 21px;
  margin-left: 19px;
  height: 32px;
}

#bannerContainer {
  height: 149px;
}

#contentContainer {
  margin-right: 22px;
  margin-left: 19px;
  background: #ffffff;
  color: #70737c;
  min-height: 200px;
  padding: 20px;
}

#homeContainer {
  margin-right: 22px;
  margin-left: 19px;
  background: #ffffff;
  color: #70737c;
}

#leftHome {
   width: 202px;
   float: left;
   background: #ffffff;
   padding-left: 20px;
   padding-right: 20px;
}

#centerHome {
  border: dotted #BBC30A 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  width: 200px;
  float:left;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px; 
}

#rightHome {
   width: 201px;
   float:left;
   background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;  
  height: 190px; 
}

#sidenav {
  float: left;
  border: dotted 1px #BBC30A;
  border-right-width: 1px;
  border-bottom-width: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 10px;
}

ol {
  list-style: square;
  margin-left: 10px;
}

.page_item {
  list-style: disc;
  margin-left: 10px;
}

.current_page_item {
  list-style:disc;
}

#altMenuContainer {
  margin-right: 22px;
  margin-left: 19px;
  height: 90px;
  clear:both;
}

#footerContainer {
  margin-right: 22px;
  margin-left: 19px;
  text-align:center;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

#footerContainer a{
  color: #ffffff;
  text-decoration:none;
}

#footerContainer a:hover{
  text-decoration:underline;
}

#footerContainer a:active{
  color: #DEBFD9;
  text-decoration:none;
}

#translation_bar {
  display: inline;
}

/* Classes */
.border {
  border: solid 1px #9C9DA2;
}

li.linkcat {
  margin-left: 20px;
  list-style:none;
}

li.linkcat h2 {
  font-size: 18px;
  margin-top: 10px;
}

li {
  margin-left: 25px;
}

ul {
  padding-bottom: 10px;
}
 