/* ----------------------- LICENSE INFORMATION -------------------------
 * This file is part of TripLittle.
 *
 * This portion of TripLittle is free software: you can redistribute
 * it and/or modify it under the terms of the GNU General Public
 * License as published by the Free Software Foundation, either
 * version 3 of the License, or (at your option) any later version.
 * Parts of TripLittle are distributed in the hope that they will be
 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details. You can view a copy of
 * the GNU General Public License at <http://www.gnu.org/licenses/>.
 */
@CHARSET "ISO-8859-1";
.post {
  font-size: 0.9em;
  padding: 0.3em;
  border: 1px dashed #666;
  position: relative;
  width: 550px;
  padding-bottom: 1.7em;
}
.post h3 { font-weight: bold; margin: 1em 0; }
.post h3 a:link { color: #444; }
.post h3 a:visited { color: #444; }
.post h3 a:hover { color: #000; text-decoration: none; }
.post h4 { margin-top: 1em; }

.post .body { border-bottom: 1px solid #ccc; }
.post .body p { margin: 0.6em 0.5em; }
.post .author, .post .date {
  position: absolute;
  right: 3px;
  color: #999;
  font-size: 0.9em;
}
.post .author { top: -5px; }
.post .date { top: 15px; }

.post .tags, .post .categories { float: left; font-size: 0.8em; margin: 0.3em; }
.post .commentLink, .post .editLink { float: right; font-size: 0.8em; margin: 0.3em; }

.post .comments { clear: both; }

.post ul { padding-left: 1em; }

#blogExtras {
  width: 220px;
  position: absolute;
  top: 40px;
  right: 0px;
  font-size: 0.8em;
  text-align: right;
}
#blogExtras ul { list-style: none; margin: 0; }
#blogExtras li {
  border: 1px solid #eee;
  padding: 0.2em;
  margin-bottom: 1em;
}
#blogExtras li#archives li, #blogExtras li.categories li {
  border: none;
  margin: 0;
}
#blogExtras h2 {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: normal;
  width: auto;
  border: none;
  float: none;
}
