
html,
body {
	font-family: 'Helvetica Neue',Arial,Geneva,Sans-serif;
}


body div.navbar {
	padding: 0;
	font-size: 10px;
	border: 0;
	background-image: none;
	background-color: transparent;
	margin: 0;
}


/* Don't show Blogger Blog Title
----------------------------------------------- */
div#header-wrapper {
	display: none;
}


/* Post Blocks  
----------------------------------------------- */
.block-start-newday {
	margin-top: 10px;
}

.block-end {
	border-bottom: 2px solid #346873;
	margin-bottom: 2px;
}

.blog-posts {
	margin-top: -10px;
}


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

.block-content-footer .post-footer-quickedit {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -1px;
	right: 2px;
}

.block-content-footer .post-footer-quickedit img {
	width: 13px;
	height: 13px;
}

.post-icons {
	line-height: 1.1em;
	margin-top: -2px;
}

body .post-icons .icon-action {
	margin: 0px !important;
}

.post-icons .item-action a img {
	width: 15px;
	height: 10px;
	vertical-align: middle;
}


/* Comments
----------------------------------------------- */

#comments {
	padding: 10px;
	line-height: 1.6em;
	color: #fcfcfc;
	border: solid 1px #004b5f; 
	background-color: #4b7784;
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 1em;
}

#comments h4 {
  margin: 8px 0px 5px;
  font-size: 1.4em;
  color: #fff;
  line-height: 1.3em;
  text-transform: capitalize;
}

#comments-block {
  line-height:1.6em;
}

ol.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol.commentlist li {
	border-bottom: 1px dotted #004B5F;
	padding: 10px;
	background-color: #5C8895;
}

ol.commentlist li cite {
	float: left;
	width: 145px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	text-align: right;
	font-style: normal;
}

ol.commentlist li cite a:link,
ol.commentlist li cite a:visited {
	color: #9AD6E1;
	text-decoration: none;
}

ol.commentlist li cite a:hover {
	text-decoration: underline;
}

ol.commentlist li cite span {
	text-transform: lowercase;
}

ol.commentlist li cite .commentmetadata {
	font-size: 0.8em;
	color: #3A5155;
	display: block;
}

ol.commentlist li cite .commentmetadata a:link,
ol.commentlist li cite .commentmetadata a:visited {
	color:#3A5155;
	text-decoration: none;
}

ol.commentlist li div.comment-rhs {
	float: left;
	width: 330px;
	padding-left: 15px;
}

ol.commentlist li div.comment-rhs small {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #1A87A5;
	line-height: 2em;
}

ol.commentlist li .comment-delete-button {
	width: 16px;
	float: right;
}

.deleted-comment {
	font-style: italic;
	color: gray;
}

.linkstopost-footer {
	padding: 10px;
	border: 1px dotted #004B5F;
	background-color: #5C8895;
	font-size: 0.9em;
	color: #888888;
}

.linkstopost-footer a:link,
.linkstopost-footer a:visited {
	color:#3A5155;
	text-decoration: none;
}

.linkstopost-footer a:hover {
	text-decoration: underline;
}


iframe#comment-editor {
	background-color: #5C8895;
	border: 1px dotted #004B5F;
	padding: 10px;
	width: 516px;
}

iframe#comment-editor a:link,
iframe#comment-editor a:visited {
	color: #9AD6E1;
	text-decoration: none;
}

div.blog-pager {
	border-bottom: 1px dotted #004B5F;
	padding: 10px;
	background-color: #5C8895;
}


/* Other
----------------------------------------------- */

#main-wrap1 {
	float: left;
	width: 560px;
}

#sidebar-wrap {
	float: left;
	width: 285px;
	margin-left: 15px;
}

.widget-content {
	padding: 10px;
	line-height: 1.5em;
	color: #444;
	border: solid 1px #B2B2B2; 
	background-color: #eeeeee;
	background-image: url(http://dev.bladekitten.com/img/table_cell.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 1em;
}


#ArchiveList ul li a:link,
#ArchiveList ul li a:visited {
	color: #CF6A1E;
}

#ArchiveList ul li a.post-count-link:hover {
	text-decoration: underline;
}

#ArchiveList ul li a.post-count-link {
	font-weight: bold;
}

body .BlogArchive #ArchiveList ul.posts li {
	border-bottom: 1px dotted #D0D0D0 !important;
	padding: 3px 8px 3px 15px;
}

#ArchiveList ul.posts li a:link,
#ArchiveList ul.posts li a:visited {
	color: #1A87A5;
	text-decoration: none;
}

#ArchiveList ul.posts li a:hover {
	color: #29788A;
	text-decoration: underline;
}


div.blog-feeds,
div.blog-pager,
div.post-feeds {
	padding: 10px;
	border: 1px solid #d0d0d0;
	background-color: #f4f4f4;
	font-size: 0.9em;
	color: #888888;
	float: left;
	width: 257px;
}


div.blog-pager {
	margin-right: 1px;
}


div.blog-feeds a:link,
div.blog-feeds a:visited,
div.blog-pager a:link,
div.blog-pager a:visited,
div.post-feeds a:link,
div.post-feeds a:visited {
	color: #1A87A5;
	text-decoration: none;
}

div.blog-feeds a:hover,
div.blog-pager a:hover,
div.post-feeds a:hover {
	text-decoration: underline;
}

div.blog-pager span {
	padding: 0px 5px;
}

.post-footer-line {
	position: relative;
}

div.share-this-butt {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

