
body {
	margin: 0;
	padding: 0;
	background:  #FFFFF0 /* v pale yellow */ url(leafpaperlight.jpg);
	font-size: 13px;
	color: #521E13; /* v dark brown */ 
}
/* beige: #EBE6E3  yellow: #FED772;*/


body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #455900; /* dark green */
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 20px;
}

h3 {
	font-size: 1em;
	padding-top: 5px;
}


blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #455900; /* dark green */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: auto;
	margin-top: -25px;
	background:  url(hands-logo-main.gif) no-repeat top center;
	font-family: "Tempus Sans ITC", "Tempus Sans", Arial, Helvetica, sans-serif;
}

#header h1, #header h2, #header h3 {
	margin: 0;
	color: #455900; /* dark green */
	text-transform: none;
}

#header h1 {
	font-size: 30px;
	margin-left: 1em;
	padding-top: 100px;
}
 
#header h2 {
	font-size: 20px;
}

#header h3 {
	font-size: 15px;
	font-weight: bold;
}


#header a {
}

/* Page */

#page {
	width: 760px;
	height: auto;
	margin: 0 auto;
	overflow: auto;
	background:  url(hands-logo-main.gif) no-repeat;
	background-position: 0px -280px;

}

/* Content */

#content {
	float: left;
	width: 460px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #FED772; /* yellow */
}

.entrytitle {
	margin: 0;
	border-bottom: 1px dashed #FED772; /* yellow */
}


.byline {
	margin: 0;
	color: #455900; /* dark green */
}

.meta {
	text-align: right;
	color: #646464;  /* greyish dark brown */
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

#content a {
	font-weight: bold;
}

#content p {
	line-height: 200%;
	text-align: justify;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	line-height: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 150%;
}

#sidebar li {
}

#sidebar li ul {
	padding: 5px 0 10px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
	background: url(dot.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	font-size: 20px;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #FED772; /* yellow */
}

#sidebar p {
	padding-left: 20px;
	margin-bottom: 5px;
}


#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 2px solid #7B9418;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
	letter-spacing: 1px;
}

