/*  
Theme Name: Diversity Charter
Theme URI: 
Description: A cool charter theme
Version: 0.9
Author: Jimmy Bachmann
Author URI: 

*/

/* TOP BANNER */

#toprowleft {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 207px;
  height: 95px;
  background-image: url(images/www5.gif);
}

#toprowcenter {
  position: absolute;
  top: 0px;
  left: 265px;
  height: 95px;
  width: 913px;
  background-image: url(images/mona-hands.jpg);
}

#littlemona {
  /*display: none;  /* JB 2010-05-11 */
  position: absolute;
  top: 0px;
  left: 207px;
  height: 95px;   /* was 139px  JB 2010-05-11 */
  width: 58px;
  background-color: #fdfdfd;
  /*background-image: url(images/little-mona.jpg);*/
}

#toprowright {
  /* just use default flow order */
  height: 95px;
  margin-left: 1178px;
  background-image: url(images/gray-dot-strip.jpg);
  display: none;
}



#midrowleft {
  position: absolute;
  top: 95px;
  left: 0px;
  width: 255px;   /* 207 - 10 px */  /* was 197px  JB 2010-05-11 */
  height: 21px;
  background-image: url(images/gray-strip.jpg);
  background-repeat: repeat-x;
  color: black;
  font-size: 11px;
  padding-left: 10px;
  padding-top: 2px;
}

#midrowleft a {
  color: black;
  text-decoration: none;
}

#midrowleft a:hover {
  text-decoration: underline;
}

#midrowleft li {
  display: inline;
}

#midrowcenter {
  position: absolute;
  top: 95px;
  left: 265px;
  width: 798px;  /* 913 - 115 px padding */
  height: 21px;
  background-image: url(images/below-hands-gray.jpg);
  padding-right: 115px;
  padding-top: 1px;
  color: white;
  font-size: 11px;
  text-align: right;
}

#midrowcenter a {
  color: white;
  text-decoration: none;
}

#midrowcenter a:hover {
  text-decoration: underline;
}

#midrowright {
  /* just use default flow order */
  height: 21px;   /* there appears to be a bug, minimum is really 22px */
  margin-left: 1178px;
  background-image: url(images/dark-gray-strip.jpg);
  background-repeat: repeat-x;
  display: none;
}



#bottomrowleft {
  position: absolute;
  top: 116px;
  left: 0px;
  width: 265px;  /* was 207px   JB 2010-05-11 */
  height: 23px;
  background-image: url(images/red-strip.jpg);
  background-repeat: repeat-x;
}

#bottomrowcenter {
  position: absolute;
  top: 116px;
  left: 265px;
  width: 888px;   /* 913 - 25 px padding */
  height: 23px;
  background-image: url(images/red-strip.jpg);
  padding-left: 25px;
  color: white;
  font-size: 15px;
  /*font-weight: bold;*/
}

#bottomrowcenter li {
  display: inline;
}

#bottomrowcenter a {
  color: white;
  text-decoration: none;
}

#bottomrowcenter a:hover {
  text-decoration: underline;
}


#bottomrowright {
  /* just use default flow order */
  height: 23px;
  margin-left: 1178px;
  background-image: url(images/red-strip.jpg);
  /* background-repeat: repeat-x; */
  display: none;
}


/* NAVIGATION BAR */

#nav {
  position: absolute;
  top: 183px;
  /*margin-top: 44px;*/
  /*padding-top: 40px;*/
  width: 207px;
  /* border-bottom: 1px solid #fbcdcd; /* light pink 2 */
  font-size: 9pt;
  font-weight: bold;
  list-style-position: outside;
  list-style-type: none;

}

#nav ul {
  padding-left: 0;
  margin-left: 0;  /* to defeat the normal indent */
  color: #e70101; /* bright red */
  border-bottom: 1px solid #fbcdcd; /* light pink 2 */
}

#nav li {
  border-top: 1px solid #fbcdcd; /* light pink 2 */
  padding-left: 10px;
  /* margin-left: 0;  /* to defeat the normal indent */
  /* color: #e70101; /* bright red */
}

#nav a {
  color: #e70101; /* bright red */
  text-decoration: none;
}

#nav a:hover {
  text-decoration: underline;
 }

/*a {
  color : white;
  background-color: red;
}*/

#nav li.current_page_item {
  background-color: #e70101;  /* bright red */
  color: white;
}

#nav li.current_page_item a {
  color: white;
}

/*#nav a.current_page_item {  /* dud. need this or else current_page_item color is bright red */
/*  color: white;
}*/

#search {
  text-align: center;
}

/* REGULAR CONTENT */

#content {
  position: absolute;
  left: 265px;
  top: 183px;
  width: 800px;
  font-size: 10pt;
  text-align: justify;
  padding-top: 0;
}

#content a {
  color: #e70101;
  text-decoration: none;
}
#content a:link {
  color: #e70101;
  text-decoration: none;
}
#content a:visited {
  color: #e70101;
  text-decoration: none;
}
#content a:hover {
  color: #e70101;
  text-decoration: underline;
}
#content a:active {
  color: #e70101;
  text-decoration: none;
}

#content table {
  border-color: white;   /* #fbcdcd; */
  border-width: 0px;
  border-collapse: collapse;
  border-spacing: 0pt;
  background-color: #fde5e5;
  width: 100%;
}

#content td, #content th {
  border: 1px solid white;  /* #888888; */
}

#content th, #content td {
  padding-left: 5px;
  padding-right: 5px;
}

h1, h2, h3, h4, h5, h6 {
  background-color: #fde5e5; /* light pink */
  color: #e70101;
  border-bottom: 1px dotted #aaaaaa;
  padding-left: 5px;
  padding-right: 5px;
}

h2 {
  font-size: 20px;
}

h3 {
  width: 95%;
  font-size: 15px;
}

h4 {
  width: 90%;
  font-size: 13px;
}

h5 {
  width: 85%;
  font-size: 11px;
}



body {
  font-family: trebuchet ms, arial, sans serif;
  margin: 0;
}