@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";


/* Content and Sidebar css */


#blogPostWrapper {
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	#blogPostWrapper a:link, #blogPostWrapper a:visited {
	text-decoration: none;
	color:#3333CC
}
#navcontainer {
	float: none;
}
#navcontainer ul {
	display: block;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0;
	padding:0;
	font-weight: lighter;
}
div#copy {
	float: right;
	margin-left: 0px;
	width: 540px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* Other css */

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
  clear:both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
a {
  outline: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Posts
----------------------------------------------- */
@media all {
  .date-header {
	font-size: 10px;
	margin-top: 13px;
	line-height: 16px;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
.post {
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.7;
	padding-bottom: 6px;
	color: #454545;
}
#blogPostWrapper h1 {
	font-size: 16px;
	line-height: 27px;
	padding-top: 6px;
}
.post p {
	margin-bottom: 6px;
}
  
.post-title {
	margin:.25em 0 0;
	padding:0;
  }
.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 {
  }
.post-body {
margin-bottom:10px;
  }
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
----------------------------------------------- */

.sidebarContainer a:link, .sidebarContainer a:visited {
	text-decoration: none;
	color: #666666;
}
.sidebarContainer a:hover, .sidebarContainer a:active {
	color: #00AEEF;
}

.sidebarContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	display: block;
	float: left;
	margin-top: 20px;
	width: 180px;
	clear: left;
}

.sidebarContainer p {
font-size:12px;
}
.rss {
	float:left;
	margin-right:10px;
}