/** $Id$ **/

#blog {
  width: 100%;
}

.pagetitle {
	margin-bottom: 12px;
	}

#home-content {
  width: 620px;
}
#home-sidebar {
  width: 180px;
}
#home-sidebar h2 {
  font-family: 'Lucida Grande', Verdana, Sans-Serif;
  font-size: 1em;
  margin: 5px 0 0;
  padding: 0;
}
#home-sidebar ul ul li, #home-sidebar ul ol li {
  color: #777;
  font-size: .8em;
}
#home-sidebar ul, #home-sidebar ul ol {
  margin: 0;
  padding: 0;
  background: none;
}

#home-sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
  background: none;
}

#home-sidebar ul p, #home-sidebar ul select {
  margin: 5px 0 8px;
	font-size: .8em;
}

#home-sidebar ul ul, #home-sidebar ul ol {
  margin: 5px 0 0 10px;
}

#home-sidebar ul ul ul, #home-sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #home-sidebar ul ol li {
  list-style: decimal outside;
}

#home-sidebar ul ul li, #home-sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}
#home-sidebar form {
  margin: 0;
}
#home-sidebar form #s {
  width: 120px;
}
#seachsubmit {
  text-align: center;
}

#posts {
  margin-left: 10px;
}

#post_title {
  border-bottom: 1px solid #a0a0a0;
  width: 100%;
}

.post_title {
	font-size: 24px;
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
	}

.post_title a {
	text-decoration: none;
	color: #333;
	}

.post_title a:hover {
	color: #000;
	}

.post {
  width: 500px;
  margin: 0 0 12px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  float: left;
}

.post a img {
  border: 0;
  text-decoration: none;
  vertical-align: bottom;
}

.post_extras {
  float: left;
  font-size: .7em;
  width: 20%;
}


.post textarea {
  width:100%;
}

.date_post {
	color: #666;
	font-size: 12px;
	width: 60px;
	text-align: center;
	padding: 8px 0 0 0;
	}

.comments {
        border: none;
	width: 480px;
       }

.entry {
  float: left;
  width: 80%
}

#posts a {
  text-decoration: none;
}

#commentDiv {
  float: left;
  width: 100%;
  margin-left: 10px;
  margin-top: 20px;
}

.postmetadata {
	float: left;
	width: 100%;
        font-family: "trebuchet ms", arial, sans-serif;
        font-size: 12px;
	color: #333;
	}

.postmetadata a {
	color: #333;
	}

div.postmetadata a {
	display: inline;
	margin-right: 12px;
	color: #669;
	text-decoration: none;
	}

div.postmetadata a:hover {
	color: #006;
	}

.postmetadata alt {
	color: #666;
	}

.left_post_info {
  width: 15%;
  margin-left: 10px;
  margin-right: 5px;
  float: left;
}

.navigation {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: .9em;
	padding: 12px;
  width: 100%;
  display: block;
 margin: 12px;
}

.navigation a {
	color: #666;
	text-decoration: none;
	}

.navigation span {
  float: left;
  width: 32%;
}

.rss-feed-subscribe {
	font-size: 14px;
	}

.rss-feed-subscribe img {
	margin: 0 0 -24px 0;
	}

.rss-feed-subscribe a {
	color: #f90 !important;
	}

.rss-feed-subscribe a:hover {
        color: #c90 !important;
        }

.alignleft {
  text-align: left;
  margin-left: 10px;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
