/* CSS Document */

/* WEBSITE STYLE
----------------------------------------------- */

body {
  background:#fff;
  margin:0;
  padding:40px 20px;
  font:x-small Arial;
  text-align:center;
  color:#333;
  font-size/* */:/**/small;
  font-size: /**/small;
  }
a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a img {
  border-width:0;
  }


/* Header
----------------------------------------------- */
#header {
  width:800px;
  margin:0 auto 10px;  
  }
#headspot {
  width:90px;
  float:left;
  }
#textspot {
  width:620px;
  float:left; 
  }
 #textspottwo {
  width:800px;
  float:left; 
  }
#picspot {
  width:90px;
  float: right;
  }  
  
#blog-title {
  margin:5px 5px 0;
  padding:0 0 10px;  
  font-size:250%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 0 20px;
  max-width:700px;
  font:85%/1.4em Arial;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Content
----------------------------------------------- */

#content {
  width:820px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#lineseparate {
  width:820px;
  float:left;
  }
#main {
  width:650px;
  float:left;
  }
#sidebar {
  width:140px;
  float:right;
  padding-left: 10px;
  background-color:#F3F3F3;
  }


/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em Arial;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


h4 {
  margin:0 .75em;
  font: 250%/1.4em Arial;
  letter-spacing:.3em;
  color:#000000;
  }
  
h5 {
  margin:0 .75em;
  font: 95%/1.4em italic Arial;
  color:#999;
  }  
  


/* 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:0 0 0;
  padding:0 0 15px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#880709;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#880709;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#006699;
  }
.post div {
	margin:0 0 .75em;
	line-height:1.6em;
	text-align: justify;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em Arial;
  text-transform:uppercase;
  letter-spacing:.1em;

  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.postpic {
  width:90px;
  float: left;
  padding: 0px 5px 0px 0px;
  
  }   


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }

#content #main #main2 .post .post-body div {
	text-align: justify;
}
