/* CSS Document */

#header {
	background-image: url(uploaded_images/blog-header-1.jpg);
	}
	
/* Begin Blog Styles */
a img {
  border-width:0;
  }

/* Content
----------------------------------------------- */
.content {
	margin-right:0px;
	margin-left:10px;
	}
#main {
	width:585px;
	float:left;
	}
#sidebar {
	width:190px;
	float:right;
	}
#main .line{
	width: 100%;	
	border-top: solid 2px #cccccc;
	margin-top:5px;
	margin-bottom: 0px;
	}
/* Headings
----------------------------------------------- */
h2 {
	margin:0px 0 0px;
  	color:#000000;
  	font-size: 12px;
	}

h3 {
  margin:10px 0 5px;
  color:#656565;
  font-size: 9px;
  }


/* Posts
----------------------------------------------- */

.post {
	margin-bottom:30px;
    }
.date-header {
	color:#656565;
	font-size: 10px;
		}
.post-title {
	margin:0 0 5px;
  font-size:18px;
  }
.post-title a{
  color:#000;
  font-weight:normal;
  }
.post-title a:hover {
  color:#fe0000;
  }
.post-body{
	margin-top:20px;
	}
p.post-footer {
  margin: 10px 0 0;
  color:#ccc;
  }
.post-footer span{
  color:#656565;
  margin-right:10px;
  }
.post img {
	float:none;
  }
.post blockquote {
  margin:10px 20px 10px 20px;
  }
.post blockquote p {
  }


/* Comments
----------------------------------------------- */
#comments {
	margin-top:-30px;
	}
#comments .title{
	margin-top: 0px; 
	color:#656565; 
	font-size: 12px; 
	font-weight:bold;
	}
#comments .block {
	border: solid 1px #cccccc; 
	width: 100%;  
	margin:10px 0px 0px 0px; 
	line-height:1.6em;
	}
#comments .block .sub-block {
	margin: 10px 10px 10px 10px;
	}
.comment-poster{
	}
.comment-title{
	}
.comment-body{
	margin-left: 20px;
	}
.comment-timestamp{
	text-transform:lowercase; 
	font-size:11px;
	}
.comment-footer{
	margin-top: 20px; 
	color:#656565; 
	font-size: 10px; 
	font-weight:bold;
	}

/* Sidebar Content
----------------------------------------------- */
#sidebar .block{
	border-bottom:2px solid #cccccc;
	margin: 0 0 15px 0;
	}

#sidebar ul {
	margin:10px 0 15px 5px;
	list-style: none;
	padding:0;
  }
#sidebar li {
  font-size: 11px;
  margin-top:5px;
  }
  
#sidebar li a{
	font-weight:normal;
	}

/* Footer
----------------------------------------------- */
#footer {
  clear:both;
  }
/* End Blog Styles */
