html {
    overflow-y: scroll 
}
#home-footer
{
width: 480px;
	margin: 0px 0px 28px 158px;
}
body {
    margin: 0;
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
}

a, a:link, a:visited, a:hover, a:active {
	color: black;
}

a img {
	border: none;
}

p {
	padding: 0;
    margin: 0 0 14px 0;
}

#content {
	position: relative;
}

#page {
    position: relative;
    margin: 40px auto;
    width: 720px;
}

#header1 {
    height: 124px;
	border: 0px solid black;
	border-top-width: 3px;
	border-bottom-width: 3px;
	text-indent: -1000000px;
	background-image: url(OtherThings1.png);
	background-repeat: no-repeat;
	background-position: 92px 14px;
}

#header2 {
    height: 124px;
	border: 0px solid black;
	border-top-width: 3px;
	border-bottom-width: 3px;
	text-indent: -1000000px;
	background-image: url(OtherThings2.png);
	background-repeat: no-repeat;
	background-position: 92px 15px;
}

#header3 {
    height: 124px;
	border: 0px solid black;
	border-top-width: 3px;
	border-bottom-width: 3px;
	text-indent: -1000000px;
	background-image: url(OtherThings3.jpg);
	background-repeat: no-repeat;
	background-position: 99px 3px;
}



#tagline h1 {
    font-size: 1px;
	line-height: 1px;
}

#tagline {
	text-indent: -1000000px;
	background-image: url(ABlog.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 28px;
}

#tagline h2 {
    font-size: 1px;
	line-height: 1px;
}

#about {
	font-size: 1px;
	line-height: 1px;
    text-indent: -1000000px;
    position: absolute;
    width: 128px;
    height: 196px;
    background-image: url(About.png);
    left: 16px;
    top: 5px;
}

#about #otherthingslink {
	position: absolute;
	width: 104px;
	height: 18px;
	left: 24px;
	top: 0px;
    background-image: url(About.png);
    background-position: -24px 0px;
}

#about #otherthingslink:hover {
    background-position: -152px 0px;
}

#about #thingsmadeoutofotherthingslink {
	position: absolute;
	width: 128px;
	height: 42px;
	left: 0px;
	top: 43px;
    background-image: url(About.png);
    background-position: 0px -43px;
}

#about #thingsmadeoutofotherthingslink:hover {
    background-position: -128px -43px;
}

#about #eucalyptusapplink {
	position: absolute;
	width: 94px;
	height: 20px;
	left: 35px;
	top: 133px;
    background-image: url(About.png);
    background-position: -35px -133px;
}

#about #eucalyptusapplink:hover {
    background-position: -163px -133px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3px 0;
	padding: 0;
} 

h4 {
    margin-bottom:  0;
	padding: 0;
} 

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

.post {
    width: 480px;
	margin: 0px 0px 28px 158px;
}

.entry-date {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 7px;
}

.entry-sidebar-date {
    text-align: right;
    width: 140px;
    float: left;
	font-style: italic;
	margin-bottom: 7px;
	margin-top: 24px
}

.entry img {
    display: block;
	margin: 15px auto 17px auto;
	padding: 5px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 2px 5px black;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 2px 5px black;
}

.plainImages img {
	margin: 12px auto 12px auto;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
-moz-border-radius: 0;
-moz-box-shadow:none;
}

.entry a:hover img {
    padding: 4px;
	border: 1px solid black;
}

.plainImages a:hover img {
padding: 5px;
border: 0;
}

.entry .sideBySide {
    display: block;
	margin: 0px auto;
	text-align: center;
}

.entry .sideBySide img {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

#commentlist, .comment {
    padding:  0;
    margin: 20px 0px 20px 0px;
    list-style: none;
}

#commentlist {   
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}

.comment-meta {
	font-weight: bold;
}

.comment-content {
    margin-top: 7px;
	/*font-size: 12px;*/
	font-weight: normal;
}

#comments_form textarea {
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: auto;
    width: 478px;
    padding: 0;
}

#comments_form input {
    font-size: inherit;
    font-family: inherit;
    line-height: auto;
    width: 474px;
}

#comments_form #submit {
    width: 100%;
}
