/* CSS Document */
p {color: #000000;
   margin-left: 0;
   margin-right: 0;
   font-family: Verdana;
   font-size: 14px;
   line-height: 18px;
   }

h1 {color: #000000;
   margin-left: 0;
   margin-right: 0;
   font-family: Verdana;
   font-size: 16px;
   line-height: 20px;
   }

h2 {color: #000000;
   margin-left: 0;
   margin-right: 0;
   font-family: Verdana;
   font-size: 10px;
   line-height: 12px;
   }

h3 {color: #000000;
   margin-left: 0;
   margin-right: 0;
   font-family: Verdana;
   font-size: 18px;
   line-height: 24px;
   }
   
h4 {color: #000000;
   margin-left: 0;
   margin-right: 0;
   font-family: Verdana;
   font-size: 12px;
   font-weight: 400;
   line-height: 14px;
   }
   
h5 {color: #000000;
   margin-left: 0;
   margin-right: 0;
   font-family: Verdana;
   font-size: 12px;
   line-height: 12px;
   }

   	
A:link {text-decoration: none;
        color: #006633;
		}

A:active {color: #ffcc33;
         text-decoration: none;
		 }

A:visited {text-decoration: none;
        color:#666600;
		}

A:hover {text-decoration: none;
        color: #ffcc33;
		}
		
/* Content
----------------------------------------------- */
@media all {
  #content {
    width:780px;
    margin:0 0;
    padding:0;
    text-align:left;
    }
  #main {
    width:540px;
    float:left;
    }
  #sidebar {
    width:220px;
    float:right;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }



/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:12px 0;
    }
  .post {
    margin:12px 0;
    border-bottom:2px solid #c7f147;
    padding-bottom: 20px;
    }
  }
@media handheld {
  .date-header {
    padding:0 0 0 0;
    }
  .post {
    padding:0 0 0 0;
    }
  }
.post-title {
  margin:12px 0 0;
  padding:0 0 0;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#006633;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#006633;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#ffcc33;
  }
.post div {
   text-align: justify; 
   color: #000000;
   margin-left: 0;
   margin-right: 0;
   margin-top: 12px;
   font-family: Verdana;
   font-size: 12px;
   line-height: 18px;
  
  }

.comment-link {
  margin-left:20px;
  }
.post img {
  padding:0px;
  border:2px solid #c7f147;
  }
.post blockquote {
  margin: 0 20px;
   color: #000000;
   font-family: Verdana;
   font-size: 10px;
   line-height: 16px;
  }
.post blockquote p {
  margin: 0 20px;
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  line-height: 16px;

  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Verdana";
  text-transform:uppercase;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#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:78%/1.4em "Verdana";
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  color: #000000;
  font-family: Verdana;
  font-size: 12px;
  line-height: 18px;
  margin:0 0 0;
  padding:0 0 0;
  border-bottom:2px solid #c7f147;
  list-style:none;
  }
#sidebar li {
  color: #000000;
  font-family: Verdana;
  font-size: 12px;
  line-height: 18px;
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
   color: #000000;
   font-family: Verdana;
   font-size: 12px;
   line-height: 18px;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }