/* "classic" blog look */

.blogcontent {
  width: 500px;
  float: left;
}

.bloglist, .blog {
  overflow: hidden;
  _height: 1%;
}

.bloglist .sidebar, .blog .sidebar {
  width: 200px;
  float: right;
} 

.bloglist p {
  margin-top: 0;
  padding-top: 0;
}


.blog p, .bloglist p,
.blog td, .bloglist td {
  font-family: georgia, serif;
  font-size: 12px;
  line-height: 17px;
}

.blog h1, .bloglist h1 {
  font-family: georgia, serif;
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  margin 0;
  color: #666;
}

.blog h1 a { text-decoration: none;	color: #666;}
.blog h2 a { text-decoration: none;	color: #666;}

.bloglist h1 a { text-decoration: none;	color: #666;}
.bloglist h2 a { text-decoration: none;	color: #666;}

.blog h2, .bloglist h2 {
 font-family: georgia, serif;
 font-size: 15px;
 font-weight:  700;
 color: #666;
 margin-bottom: 5px;
 padding-bottom: 0px;
}

.blogheader {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
}

.blogheader #description {
  margin: 0 50px;
  font-size: 10px;
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#999;
}


.blog #authorportrait, .bloglist #authorportrait {
  margin-bottom: 10px;
}

.blogentry {
  clear: both;
  overflow: hidden; _height: 1%;
}

.blogentry .docinfo {
    padding-bottom: 10px;
    clear: both;
}