
#container	{
position:absolute; 
width:247; 
height:308; 
left:10; 
top:10;
right:10;
bottom:10;
background-color:none;
}

#content	{
left:0; 
top:0;
position:absolute; 
width:247;
height: 308;
}

a:link {
	color: #A0522D;
	text-decoration: none;
}

a:visited {
	color: #812121;
	text-decoration: none;
}

a:hover {
color:Black;
text-decoration: overline and underline;
}

a img {
  border-width:0;
  text-decoration: none;
  }

body  {
margin-top: 0px; 
margin-left: 10px; 
margin-right: 10px; 
margin-bottom: 50px;  
line-height: 15px;
color: #000000; 
text-align:justify;
}

div	{
font-family:trebuchet ms; 
font-size:11 px; 
}

table {
	font-family: trebuchet ms;
	font-size: 11 px;

}

#blog_div
{
	text-align: left;
	background-color: #F5DEB3;
	font-weight: bold;
	font-family: serif;
	letter-spacing: 1px;
}

#blog_itms
{
	text-align: right;
	line-height: 14px;
}


/* Content
----------------------------------------------- */
#blog_content {
  width:660px;
  margin:0 auto;
  padding:0;
  text-align: justify;
  }
#main {
  width:410px;
  float:left;
  }
#sidebar {
  width:220px;
  float:right;
  }

/* Posts
----------------------------------------------- */
.date-header {
	margin: 1.5em 0 .5em;
	font-family: Garamond;
	font-size: 18px;
}
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  text-align: justify;
  }
.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;
  }
.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;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* 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;
  }
