body { 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #19193F;
  margin: 20px;
  background: white url("/babyblog/theme1/theme1_bg.gif");
  background-repeat:  no-repeat;
  background-position: bottom left;
  background-attachment: fixed;
}

form {
  margin: 0px;
  }

table {
  padding: 0px;
  }

td {
  font-size: 12px;
  vertical-align: top;
  }
  
blockquote {
  line-height:13px; 
  padding: 10px; 
  border: 1px dashed #19193F;
  margin: 10px;
}

h1 {
  font-size: 120%;
  color: #4c4c72;
  margin: 0px;
  }
  
h2 {
  font-size: 140%;
  color: #4c4c72;
  text-align: right;
  margin: 0px 0px 8px 0px;
  }
  
h3 {
  font-size: 140%;
  margin: 10px 0px 4px 0px;
  }

h4 {
  font-size: 110%;
  text-transform: lowercase;
  color: #5C3636;
  text-align: center;
  margin: 0px 0px 8px 0px;
  }

.dateline {
  font-size: 90%;
  color: #4c4c72;
  margin: 4px 0px 16px 0px;
  }
  
.content {
	background-color: #ffffff;
  border: 2px solid #4C4C72;
  font-size: 12px;
  text-align: justify;
	width: 98%;
  padding: 4px 8px;
  margin: 0px 10px 0px 0px;
	-moz-opacity: .80;
	filter: alpha(opacity=80);
}

.content a:link {
  color: #19193f;
  }
 
.content a:visited {
  color: #4c4c72;
  }

.content a:hover {
  color: #ffffff;
  background-color: #19193F;
  }

img.content {
	-moz-opacity: 1;
	filter: alpha(opacity=100);
  }

.sidebar {
  color: #4D2D2D;
	background-color: #ffffff;
  font-size: 90%;
  border: 2px solid #ab8d8d;
  padding: 4px 8px;
  margin: 0px 0px 10px 10px;
  text-align: center;
	width: 200;
	-moz-opacity: .80;
	filter: alpha(opacity=80);
}

.sidebar a:link {
  color: #5C3636;
  }
 
.sidebar a:visited {
  color: #956F6F;
  }

.sidebar a:hover {
  color: #ffffff;
  background-color: #5C3636;
  }

.footer {
  font-size: 75%;
  color: #8f6969;
  text-align: center;
  margin: 4px 0px 16px 0px;
  }
  
.footer a:link {
  color: #8f6969;
  }
 
.footer a:visited {
  color: #ab8d8d;
  }

.glossary {
  background-color: #ffffff;
  border: 2px solid #4C4C72;
  padding: 4px 8px;
  font-size: 12px;
  text-align: justify;
	-moz-opacity: .80;
	filter: alpha(opacity=80);
  }
  
.glossary a:link {
  color:#8f6969;
}
.glossary a:visited {
  color:#4C4C72;
}
.glossary a:hover {
  color:#ffffff;
  background-color: #8f6969;
}
.subject {
  color: #19193F;
  font-size: 100%;
  font-weight: bold;
  text-align:left
}
.source {
  font-size: 75%;
  margin-bottom: 16px;
  color: #5C3636;
}

input.textfield {
  font: bold 10px;
  border: 1px solid #8f6969;
  }
  
input.button {
  font: bold 9px;
  color: #5C3636;
  background-color: #C0AAAA;
  border: 1px solid #8f6969;
  }
  
.calendar {
  color:#5C3636;
  font-size: 90%;
  font-weight:normal;
  line-height:140%;
  padding:2px;
  text-transform: uppercase;
  text-align:center;
  align: center;
  }
  
.calhead {
  color:#5C3636;
  font-size: 80%;
  font-weight:normal;
  text-transform: lowercase;
  padding:2px;
  }

.search {
  padding: 4px 8px;
  margin: 0px 0px 10px 10px;
  text-align: center;
}

table#cal_archive {
  font-size: 90%;
  float: left;
  width: auto;
  height: 9em;
  margin: 0px 3em 2em 1em;
  background-color: #ffffff;
  border: 2px solid #ab8d8d;
}

table#cal_archive a:link {
  font-weight: bold;
}

table#cal_archive a:visited {
  font-weight: bold;
}

table#cal_archive a:hover {
  font-weight: bold;
  }
  
div.clearer {
  clear: left;
  line-height: 0;
  height: 0;
  }