body {
/* top right bottom left */
  margin:0; padding:0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; background-image: url(images/bg_header.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center 0; }
a:link {
  color:#008000;
  text-decoration:none;
  }
a:visited {
  color:#008000;
  text-decoration:none;
  }
a:hover {
  color: white;
  text-decoration: none;
  }
a img {
  border-width:0;
  }


/* Header
----------------------------------------------- */
#header { background-image: none; width:760px; height: 210px; }
/* Content
----------------------------------------------- */
#content { background-repeat: repeat-y; background-position: 0 100%; width:760px; height: 100%; padding:0; clear: both; margin: 0 auto; } /* The entire content box of page */
#main { width:550px; height: 100%; float: left; } /* Not really sure what this does */
#sidebar { width:210px; height: 100%; margin-left: 550px; }
/* Headings
----------------------------------------------- */

h2 {
	margin: 15px 8px 5px 2px;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:none;
	letter-spacing:1px;
	color: #FFF;
	background: #25DC00;
	}


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin: 15px 15px 10px 10px;
    }
  .post { height: 100%; margin: 0.5em 0 1.5em; padding-bottom:1.5em; }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  padding: 10px 10px 0px 10px;
  margin:.25em 0 0;
  padding:0 20px 4px;
  font-size:14px;
  font-weight:normal;
  line-height:1.4em;
  color: #54b948;
  }
.post-title a, .post-title a:visited, .post-title strong {
  padding: 10px 10px 10px 10px;
  display:block;
  text-decoration:none;
  color: #54b948;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  padding: 0px 10px 0px 10px;
  color:#333;
  }
.post div {
  padding: 0px 10px 0px 10px;
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  padding: 10px 0px 0px 20px;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font-family: Trebuchet, Arial,Verdana,Sans-serif;  
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font-family: Trebuchet, Arial,Verdana,Sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:12px;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#h2 sidebar-title {
	margin: 5px 5px 5px 5px;
	}
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  /* border-bottom:1px dotted #ccc; */
  list-style:none;
  }
#sidebar li {
	/* top right bottom left */
  margin: 5px 8px 5px 2px; font-size:10px; line-height:1.5em; padding: 0 3px 0.25em 5px;
	background: #44ff64 none repeat scroll 0 0;
}
#sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer { width:760px; height: 100%; clear:both; margin:-12px auto 0; }
#footer hr { height: 100%; display:none; }
#footer p { margin:0; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; text-transform:uppercase; letter-spacing:0.1em; width: 100%; height: 100%; }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
