/* Hyperlink colors */
a { text-decoration: underline; background-color: transparent; color: #993333;}
a:link { color: #993333;}
a:visited { color: #006633;}
a:hover  { color: #003366;}
a:active { color: #FFCC66;}

#header h1 a { text-decoration: none;
	background-color: transparent;
	color: #993333;}

#header h1 a:hover { text-decoration: none;
	background-color: transparent;
	color: #CD9A9A;}


/* Template Classes */
#search { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}

/* Redefined HTML tags */
html{ font-family: Arial, Helvetica, sans-serif; margin: 0px;}
body { font-family: Arial, Helvetica, sans-serif; margin: 0px; background-color: #cc9933;}

td { font-family: Arial, Helvetica, sans-serif; font-size: 90%;}
p { font-family: Arial, Helvetica, sans-serif;}
ol,ul,li { font-family: Arial, Helvetica, sans-serif;}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #993333;
}
h2 { font-size: 140%; font-weight: bold;}
h3 { font-size: 130%; font-weight: bold;}
h4 { font-size: 120%; font-weight: bold;}
h5 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 0px;
}
h6 { font-size: 100%; font-weight: bold;}

/* Custom Classes */

#header {
  background-color: #e6cd9a;
  border-right: 10px solid #003366;
  border-left: 10px solid #003366;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(images/header_mother-child.gif);
}

#contents {
  background-color: #FFFFFF;
  border: 10px solid #003366;
  }

#footer {
	background-color: #D9B366;
	border-right: 10px solid #003366;
	border-left: 10px solid #003366;
  }
.feature {
	border: 1px solid #E6CD9A;
	background-color: #FFFAF0;
	margin-left: 10px;
	margin-bottom: 10px;
  }

.feature img {
  border: 0px;
  margin-bottom: 10px;
  }

/* Blogger Styles */
.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999;
  background: url(http://www.hav4africa.com/images/bullet_grey.gif) no-repeat 0 8px;
  }

.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }

.date-header {
  color: #33cc66;
  }

.archive-list  {
  padding-left: 0;
  margin: 0;
  line-height: 1.5em;
  }

.archive-list li {
  list-style: none;
  }
