html { height: 100%; }

body {
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #6b6b6b;
	height: 100%;
	text-align: center;
	line-height: 1.5em;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1.5em 0em;
}

form {
	padding: 1px;
}

#container {
	width: 925px;
	margin: 0 auto;
 	background: white url('/img/site/background.png') top left repeat; 
	text-align: left;
	border-left: 1px #dadada solid;
}

#left-column {
	float: left;
	width: 605px;
	padding: 30px 10px;
}

#right-column {
	float: right;
	width: 260px;
	background-color: #ededed;
	padding: 20px 20px;
}

#footer {
	width: 895px;
	border-top: 1px solid #dadada;
	border-left: 1px solid white;
	margin-left: -1px;
	padding: 15px;
	text-align: center;
	background-color: white;
}

#footer img {
	vertical-align: middle;
}

.center {
	text-align: center;
}

.post {
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	margin-bottom: 30px;
}

.post h1 {
	font-size: 14pt;
	font-family: Georgia, Garamond, serif;
}

.post h2 {
  margin: 10px 0px;
}

.post-meta {
	padding-left: 20px;
	background: top left url('/img/site/post-meta.png') no-repeat;
}

.last-entry {
	margin: 1.5em 0px 1.5em 25px;
}

.last-entry p {
	margin: 0px;
}


h2.post-comment {
	padding-left: 20px;
	background: top left url('/img/site/comment.png') no-repeat;

}

h2.post-comment:hover {
	text-decoration: underline;

}

.comments {
	margin-top: 10px;
	padding-left: 20px;
	background: top left url('/img/site/comments.png') no-repeat;
}

.comment {
	border-bottom: solid 1px #dadada;
}

.comment p {
	margin-left: 25px;
}

.comment p.author {
	margin-left: 0px;
	font-weight: bold;
}

#comment-form input.text {
	background-color: #ededed;
	padding: 5px;
	border-color: #5c5c5c;
	color: #6b6b6b;
	background-repeat: no-repeat;
	width: 300px;
	line-height: 20px;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;

}

#comment-form textarea {
	background-color: #ededed;
	padding: 5px;
	border:1px #5c5c5c solid;
	color: #6b6b6b;
	width: 500px;
	line-height: 20px;
	font-size: 11px;
}

#the-comments.loading {
	padding: 25px 0;
	background: url('/img/site/ajax-loader.gif') no-repeat center;
}

#search-results {
	margin-top: 20px;
}

#search-results p {
	margin-top: 5px;
	margin-left: 15px;
}

.code {
  font-family: Courier, serif;
  padding-left: 15px;
}

.image {
	clear: both;
	}
	
.image img{
	border: 2px solid #5c5c5c;
	padding: 2px;
	float: left;
	margin-right: 15px;
}
.download-zip {
	width: 250px;
	padding-left: 70px;
	background: url('/img/icons/zip.gif') no-repeat top left;
	height: 76px;
	line-height: 76px;
	border: 3px solid #5c5c5c;
	margin-bottom: 25px;
	display: block;
}