/* The following stolen from the template for my blog at blogger */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #222222;
  background: #e0e0e0; /* #ffcc00 = 255,204,0 orange/gold */
  }


/* ---( layout structure )---*/

#wrap {
  width: 974px;
  margin: 0;
  padding: 0;
  text-align: left;
  /* background: url(http://www.blogblog.com/tictac_blue/tile.gif) repeat-y; */
  background: url(http://photos1.blogger.com/blogger/404/751/1600/tile_long_6427.gif) repeat-y;  
}

#content {
  margin-left: 35px; /* to avoid the BMH */
  }

#main-content {
  float: left;
  font-size: 90%;
  width: 855px;
  margin-top: 20px;
  padding: 0;
  line-height: 1.25em;
  }

/* ---( header and site name )--- */

#blog-header {
  margin: 0;
  padding: 0;
  font-family: "Verdana", "Tahoma", "Helvetica", "sans-serif"; 
  color: #5555cc;
  width: 925px;
  height: 180px; 
  background: #e0e0e0 url(http://photos1.blogger.com/blogger/404/751/1600/banner_2005101.jpg) no-repeat top left;
  }

#blog-header h1 {
  margin: 0;
  padding: 45px 60px 5px 160px;
  font-weight: demi;
  font-size: 200%;
  text-shadow: #4F73B6 2px 2px 2px;
  }

#blog-header a {
  text-decoration: none;
  color: #5555cc;
  }

#blog-header a:hover {
  color: #7777cc;
  }


#blog-header p {
  margin: 0px 0px 0px 20px;
  padding: 5px 60px 20px 160px;
  font-family: "Comic Sans", "Comic Sans MS", "Verdana", "Tahoma", "Helvetica", "sans-serif";
  font-weight: normal;
  font-size: 120%;
  }

/* ---( main column )--- */

.post {
  margin: 0 1.0em 1.5em 0;
  padding: 14px 14px 1.5em 14px;
  background: #fff;
  }

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 75%;
  color: #999;
  background: url(http://www.blogblog.com/tictac_blue/tictac_grey.gif) no-repeat 0 8px; */
  }

.post img {
  padding: 6px;
  border-top: 6px solid #ddd;
  border-left: 6px solid #ddd;
  border-bottom: 6px solid #c0c0c0;
  border-right: 6px solid #c0c0c0;
  }


.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

#footer {
  margin: 0 0 0 35px;
  padding: 20px 0px 30px 0px;
  width: 855px;
  font-size: 85%;
  color: #cccccc;
  /* background: url(http://www.blogblog.com/tictac_blue/bottom_sill.gif) no-repeat bottom left; */
  background: #7777cc url(http://photos1.blogger.com/blogger/404/751/1600/ist2_olive_wreath_gray_transp.gif) no-repeat 15px 0px;
  }

#footer p {
  margin: 0;
  padding: 0px 320px 10px 95px;
  /* background: url(http://www.blogblog.com/tictac_blue/bottom_sash.gif) no-repeat top left; */
  }

#footer a {
  text-decoration: none;
  color: #fff;
  }

#footer a:hover {
  color: #eee;
  }




