body {background-position: 0 -175px}
#menubg-bleed {background-image: none}
#side-menu {
	background: #83b41a url(images/blog-header-bg.jpg) no-repeat 0 bottom;
	min-height: 183px;/* visible height of header image = this value + 77px */
	border-bottom: none;
	margin-bottom: 0;
	}
#blog-bar {
	height: 38px;
	background: #b5d276;
	margin-bottom: 30px;
	}
#blog-bar #blog-cats {margin-left: 26px}
#blog-bar #blog-cats li {float: left}
#blog-bar #blog-cats a {
	display: block;
	height: 38px;
	padding: 0 14px;
	text-indent: -9999px;
	}
#cat-gem {
	width: 106px;
	background: url(images/titles/cats.gif) no-repeat 14px 8px;
	}
#cat-elec {
	width: 176px;
	background: url(images/titles/cats.gif) no-repeat 14px -32px
	}
#cat-green {
	width: 128px;
	background: url(images/titles/cats.gif) no-repeat 14px -72px
	}
#cat-love {
	width: 155px;
	background: url(images/titles/cats.gif) no-repeat 14px -112px
	}
#blog-bar form label {display: none}
#blog-bar #search-field {
	width: 218px;
	height: 33px;
	margin: 2px 40px 0 0;
	background: url(images/search-field.png) no-repeat;
	float: right;
	}
#blog-bar form input {
	width: 160px;
	margin: 5px 0 0 10px;
	border: none;
	background: transparent;
	}
#blog-bar form button {
	width: 30px;
	height: 35px;
	border: none;
	background: transparent;
	cursor: pointer;
	text-indent: -9999px;
	}

#blog-page {
	width: 700px;
	float: left;
	}
#blog-home {
	width: 760px;
	float: left;
	}
.post-date {
	width: 40px;
	height: 42px;
	margin: 0 20px 0 40px;
	padding-top: 3px;
	background: #83b41a;
	text-align: center;
	text-transform: lowercase;
	font-size: 16px;
	color: #fff;
	float: left;
	clear: left;
	}
.post-date span {
	font-size: 23px;
	margin-top: 5px;
	}
#blog-home h2 a {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px !important;
	}
#blog-home h1 {margin-left: 100px}
#blog-article h1, #blog-home h1 {
	font-size: 34px;
	font-weight: normal;
	background: none;
	border: none;
	text-indent: 0;
	color: #444;
	}
#blog-article h2 {
	color: #444;
	margin: 5px 0;
	}

#blog-article li {
	margin: 0 0 8px 30px;
	color: #5d5d5d;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 13px;
	}
 

#blog-article h1 + p {margin-top: 30px}
.post-body {
	width: 600px;
	margin-bottom: 40px;
	float: left;
	border-bottom: 1px dashed #999;
	}
.post-body p {margin-bottom: 10px !important}
img.blog-img-home {
	margin: 0 10px 20px 0;
	float: left;
	}
img.blog-img-left {
	margin: 0 10px 0 0;
	float: left;
	}
img.blog-img-right {
	margin: 0 0 0 10px;
	float: right;
	}
a.more-link {display: none} /* I don't use this one */
.continue-reading {
	background: url(images/arrow.png) no-repeat;
	padding: 2px 0 4px 22px;
	}

#blog-nav {
	text-align: center;
	margin-bottom: 30px;
	clear: both;
	}


#blog-home .comments-link {
	background: url(images/blog-comments.gif) no-repeat right 0;
	padding: 2px 19px 4px 0;
	color: #666;
	font-weight: normal;
	}

#blog-comments {
	margin: 0 0 0 100px;
	clear: left;
	background: #eee;
	border: 1px solid #ccc;
	}
#blog-comments li {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
	}
#blog-comments li.even {background: #ddd}

#commentform {
	margin: 20px 0 10px 100px;
	padding: 20px;
	clear: left;
	background: #eee;
	border: 1px solid #ccc;
	}
#commentform #comment {
	width: 99%;
	}

#blog-sidebar {
	width: 220px;
	margin-right: 40px;
	float: right;
	}
