body, td {
  margin: 0px;
  font-size: 12pt;
  font-family: Verdana,Arial;
  color: black;
  }

h1 {
  font-size: 14pt;
  color: #005533;
}

p {
  font-size: 12pt;
  font-family: Verdana,Arial;
  color: black;
}

a:link {
  color: #279972;
  text-decoration:underline;
  }
a:visited {
  color: #005533;
  text-decoration:underline;
  }
a:hover {
  color: #c60;
  text-decoration:none;
  }
a img {
  border-width:0;
  }

.small { 
 font-size: 8pt;
 }


/* Main Table
-----------------------------------------------*/

#mainTable {
 margin-top: 1px;
}


/* Header
----------------------------------------------- */
#header {
  width:760px;
  border-bottom: 4px solid black;
  border-top: 2px solid black;
  }


/* Content
----------------------------------------------- */
.main {
  padding: 15px 15px 15px 20px;
  background-color: white;
  border-left: 1px solid #DDD;
  text-align: left;
  }

#sidebar {
  width:158px;
  padding: 15px 15px 15px 10px;
  background-color: white;
  border-right: 1px solid #DDD;
  text-align: left;
  font-size: 10pt;
  font-family: Verdana,Arial;
  }



/* Headings
----------------------------------------------- */
h2 {
 margin: 10px 0px 0px 0px;
 font-size: 10pt;
 color: #333;
 letter-spacing: 1pt;
  }


/* Posts
----------------------------------------------- */
.date-header {
  
  }
.post {
  margin: 10px 0px 10px 0px;
  border-bottom: 1px dotted #ccc;
  padding-bottom:1.5em;
  }

.post-title {
  margin: 20px 0px 10px 0px;
  font-family: arial;
  font-size: 14pt;
  font-weight: bold;
  color:#c60;
  }

.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }

.post-title strong, .post-title a:hover {
  color:#333;
  }

.post div {
  margin-top: 10px;
  line-height: 1.5;

  }

p.post-footer {
  margin: 10px 0px 0px 0px;
  color:#ccc;
  }

.post-footer em, .comment-link {
  font-size: 8pt;
  text-transform:uppercase;
  letter-spacing: 1pt;
  }

.post-footer em {
  font-style: normal;
  color:#999;
  }

.comment-link {

  }

.post img {
  padding:4px;
  border:1px solid #ddd;
  }

.post blockquote {
  margin:1em 20px;
  }

.post blockquote p {

  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  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 "Trebuchet MS",Trebuchet,Arial,Verdana,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
----------------------------------------------- */
#sidebar ul {
  margin: 10px 0px 10px 0px;
  padding: 0 0 10px 0;
  border-bottom:1px dotted #ccc;
  list-style:none;
  font-size: 10pt;
  font-family: Verdana,Arial;
  }

#sidebar li {
  margin:0;
  padding: 0px 0px 10px 0px;
  text-indent: 0px;
  line-height:1.5;
  font-family: Verdana,Arial;
  
  }

#sidebar p {
  margin: 5px 0px 0px 0px;
  padding-bottom: 10px;
  color: #666;
  line-height:1.5;
  border-bottom:1px dotted #ccc;
    font-size: 10pt;
  font-family: Verdana,Arial;
  }




/* Footer
----------------------------------------------- */
#footer {
  width:760px;
  border-top: 2px solid black;
  font-family: Verdana,Arial;
  }
#footer hr {
  display:none;
  }
#footer p {
  font-size: 8pt;
  text-align: center;
  margin:0;
  color: #999;
  padding:10px;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

.footer {
  margin:0;
  color: #999;
  padding:10px;
  letter-spacing:.1em;
  font-family: Verdana,Arial;
  font-size:10pt;
  }

.menu 
{
    margin :5px;
}
.menu a:link
{
    border: 1px solid #FFFFFF;
    text-decoration: none;
}

.menu a:hover
{
    border: 1px solid #005533;
}


/* Article 
----------------------------------------------- */
.article {
  position: relative;
  bottom: 6px;
  right: 6px;
  background-color: #c3c3c3;
  color: black;
  border: 1px solid black;
  padding: 0.5em;
}
.article-shadow { background-color: #787878; }
