html body {
  margin:0;
  padding:0;
  text-align:center;
  background: #E1D4C0;
  font:small "Trebuchet MS",Verdana,Arial,Sans-serif;
  color:#333;
}

#header_line {
  padding:0;
  background:#002255;
  height: 105px;
  color: white;
  position:relative;
  top:-4px;
  border-width:0;
  border-bottom:4px solid #47d;
  font-size:220%;
  font-weight:bold;
}

#h2 {
  position:relative;
  top:4px;
}

#h3 {
  width:950px;
  height:72px;
  margin:0 auto;
  padding:15px 0px 14px 40px;
  border-bottom:4px solid #69f;
  text-align:left;
  background:#003366;
}


#h3 a {
  color:white;
  text-decoration:none;
  }
#h3 a:hover {
  text-decoration:none;
  }

#main_wrap {  
  width:950px;
  margin:0 auto;
  position:relative;
  top:-4px;
  background:#F5EDE3;
  padding:0 20px;  
  border-left:solid 1px #BAA68E;
  border-right:solid 1px #BAA68E;
  overflow:hidden;
}
#navigation {
  float:left;
  width:200px;
  margin: 10px;
  padding: 0;
  text-align:left;
}
#content {
  float:right;
  width:680px;
  margin: 25px 10px 10px 10px;
  padding: 0;
  text-align:left;
}
form {
   margin-top:0px;
   margin-bottom:0;
}
.box {
  background: #FFFFFF;
  padding: 15px;
  margin: 0;
  border:solid 5px #E1D4C0;
}
#footer {
  clear:both;
  padding:15px 0 0;     
}
#footer div {
  background:#E1D4C0;
}
#footer p {
  min-height:2px;
  margin:5;
  padding:7px 20px;
  color:#826C55;
  text-align:center;
  font-size:93%;
  line-height:1.2em;
  background:#E1D4C0;
  }
h1 {
  margin:0 0 15px;
  font-size:220%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  }

h1 strong {
  color:#000;
  }
h1 em {
  font-style:normal;
  font-weight:bold;
  color:#f60;
  }

#tab h1 {
  font-size:150%;
  position:relative;
  z-index:3;
  width:240px;
  margin:0;
  padding:0;
  height:30px;
}
h2 {
  margin:1em 0 .5em;
  font-size:130%;
  line-height:1.3em;
  color:#826C55;
  font-weight:normal;
  }
ul {
  list-style:none;
  padding:0 0 0 20px;
  margin-left:20px;
}
#navigation ul {
  margin:0 0 1em;
  padding:0;
  }
li {
  margin:0 0 .25em;
  padding:0 0 0 12px;
  background:url("/bullet2.gif") no-repeat 2px .45em;
  line-height:1.5em;
  }
a {
  font-weight:bold;
  color:#36c;
  }
a:hover {
  text-decoration:underline;
  color:#f60;
  }
a img {
  border-width:0;
  }

.post-footer a:link {
  color:#58a;
  text-decoration:none;
  }
.post-footer a:visited {
  color:#969;
  text-decoration:none;
  }
.post-footer a:hover {
  color:#c60;
  text-decoration:underline;
  }
/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  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;
  text-decoration:none;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",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;
  padding-left:8px;
  border-left:1px solid #c60;
  }
.post blockquote p {
  margin:.75em 0;
  }

h4 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Comments 
-----------------------------*/

#comments-block, #cpost-container {
  padding:0 2.5em 2em 1.2em;
  margin:0;
}

#comments {
  position:relative;
  overflow:hidden;
  width:100%;

  /* keeps the comments border above the iframe's blanking */
  position:relative;
  z-index:2;
}
 
#comments-block dt {
  margin:0;
  font:bold 112%/1.4em Arial,Verdana,Sans-serif;
  text-transform:lowercase;
  padding-top:0em;
  padding-bottom:.25em;
  white-space:nowrap;
  cursor:pointer;
  cursor:hand;
}
 
#comments-block dd {
  padding-bottom:.75em;
  border-bottom:1px solid #ccc;
}

#comments-block dd, #comments-block dd p {
  margin:0 0 .75em;
  line-height:140%;
}
 
#comments-block dt.collapsed {
  font-size:100%;
  border-bottom:1px solid #ccc !important;
}

#comments-block dt.collapsed img {
  display:none;
}

#comments-block dd.collapsed {
  display:none;
}

.comment-timestamp {
  margin:-.25em 0 1em;
  color:#777;
  font-size:90%;
}
 
.deleted-comment {
  font-style:italic;
  color:gray;
}


.r {
  clear:both;
  display:block;
  margin:0;
  padding:0;
  height:1px;
  line-height:1px;
  font-size:1px;
}

#google_results iframe {
   width: 630px;
   margin-top:10px;
} 


