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

*/

/* TOP BANNER */

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

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

#littlemona {
  display: none;
  position: absolute;
  top: 0px;
  left: 207px;
  height: 139px;
  width: 58px;
  background-image: url(images/little-mona.jpg);
}

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

#midrowleft {
  display: none;
  position: absolute;
  top: 95px;
  left: 0px;
  width: 197px;   /* 207 - 10 px */
  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 {
  display: none;
  position: absolute;
  top: 95px;
  left: 265px;
  width: 368px;  /* 913 - 545 px */
  height: 21px;
  background-image: url(images/below-hands-gray.jpg);
  padding-left: 545px;
  padding-top: 1px;
  color: white;
  font-size: 11px;
}

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

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

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

#bottomrowleft {
  display: none;
  position: absolute;
  top: 116px;
  left: 0px;
  width: 207px;
  height: 23px;
  background-image: url(images/red-strip.jpg);
  background-repeat: repeat-x;
}

#bottomrowcenter {
  display: none;
  position: absolute;
  top: 116px;
  left: 265px;
  width: 888px;   /* 913 - 25 px */
  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 {
  display: none;
  /* just use default flow order */
  height: 23px;
  margin-left: 1178;
  background-image: url(images/red-strip.jpg);
}


/* NAVIGATION BAR */

#nav {
  display: none;
  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;
}

#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: #fbcdcd;
  border-width: 1px;
  border-collapse: collapse;
}

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

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

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