@charset "UTF-8";
html {
	background-image: url(../images/blogHtmlBg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
body {
	background-image: url(../images/blogBodyBg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* CSS Document */

/* Content and Sidebar css */

#blogPostWrapper {
	width: 540px;
	padding-bottom: 40px;
	padding-left: 20px;
}
h1 {
	font-size: 22px;
	font-weight: lighter;
}


/* Headings
----------------------------------------------- */
h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	padding-top: 5px;
  }


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

  .date-header {
    margin-bottom:5px;
    }
	/* This wraps everything but .date-header
----------------------------------------------- */
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    font-weight: lighter;
	line-height: 1.38462em;
	padding-bottom: 6px;
    }
	/* Blogger doesn't put in <p> elements - it uses <br /> as line breaks - here, you're styling .blogger-labels and .post-footer
----------------------------------------------- */
.post p {
	margin-bottom: 6px;
}
/*The header title (font size defined by header tag)
----------------------------------------------- */
.post-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-weight:lighter;
	line-height:1.1em;
	color:#24304B;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  }
  /* Use this to style the post body
----------------------------------------------- */
.post div {
  font-size:14px;
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
	padding:4px;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {

  }
#comments h4 strong {
  }
#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;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}
.item-action img {
border:none;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar {
	width: ;
	padding-right: ;
	width: 290px;
	margin-right: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #9DACCB;
	padding-left: 30px;
    }
#sidebar ul {
  margin-top:0px;
  list-style:none;
  }
#sidebar li {
  padding-bottom: 8px;
  margin:0;
  }
#sidebar li a:link, #sidebar li a:visited {
}
#sidebar li a:hover, #sidebar li a:active {
}
#sidebar p {
}
.sidebarContainer {
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #ccc;
	display: block;
}
.sidebar-title {
	margin-bottom:10px;
	line-height: 18px;
	color: #24304B;
}
.rssLeft {
	float: left;
	margin-right: 10px;
}
.pipesText {
	font-size:12px;
}
