body {
	color: black;
	background-color: #679998;
}

p {
	padding: 10px;
}

td {}

a:link { }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }
#homepage body type { color: white; font-size: large; font-family: "Zapf Chancery", "Comic Sans MS", cursive; }
h6 { font-size: 0.67em; font-weight: bold; margin: 0 0 0; }

/**************************************************************
   Posts
 **************************************************************/

.post {
	float: left;
	width: 750px !important;
	width: 99%;
	position: relative;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #CCCCCC;
}

.post .date { color: #699; position: absolute; top: 0; left: 5px; width: 2.3em; text-align: right; }

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px;

  font-size: 1.2em;
  font-weight: bold;
  color: #699;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}
.redSubhead {
	color: #FF0000;
}
