
/*
Based on layout_.css from Spacemakers main site
*/

/*****
* Basic site layout
*/

.post {
   padding: 10px 8px 20px 1px;
}


.fullTextarea {
   width: 100%;
   height: 160px;
}


.post {
   border-top: 1px solid #ccc;
}
hr {
   height: 1px;
   border: none;
   background-color: #ccc;
}

#content h2,
#content h2 a {
   font-size: 12px;
   text-decoration: none;
}
   #content h2 a:hover {
      text-decoration: underline;
   }

.details,
.date {
   color: #888;
}
.author {
   color: #888;
   font-size: 11px;
}

.details {
   margin-bottom: 5px;
}

.postmetadata {
   text-align: right;
}

