body {
	/*font: 90% Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;*/
	/*font: 75% Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;*/
	font: 75% Tahoma, Arial, Helvetica, sans-serif;
	/*letter-spacing: -0.05em;	*/
	color: #444444;
	background-color: white;
	background-image: url(/images/winter-tree.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-image: url(/images/grid-20px.png);*/
}

html>body {
	font-size: 14px;
}

#site-heading {
	/*background: #35B535;
	color: #eeffee;*/
	color: #cccccc;
	padding-left: 15%;
	font: bold 20px Arial, sans-serif;
	letter-spacing: -0.1em;
	/*background-image: url(/images/gradient-bg.gif);
	background-repeat: repeat-x;*/
	position: relative;
	height: 60px;
	/*color: white;*/
	/*border-bottom: solid 1px #91E775;*/
}

#site-heading img {
	border: none;
	margin-left: 0.5em
}

#site-heading a {
	color: #cccccc;
	text-decoration: none;
}

#site-heading a:hover {
	background: #cccccc;
	color: white;
}

#content {
	margin-left: 15%;
	width: 50%;
}

#rightbar {
	position: absolute;
	font-size: 0.785714286em;
	/*letter-spacing: -0.03em;*/
	left: 80%;
	width: 18%;
	/*top: 5.45454545em;*/
	top: 60px;
	line-height: 1.81818182;
}

#copyright {
	color: gray;
	text-transform: uppercase;
	font-size: 70%;	
}

#rightbar h2 {
	display: none;
}

#rightbar h3 {
	color: #35B535;
}

#rightbar ul,
#rightbar p {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 1.81818182em;
}

#rightbar li {
	margin: 0px;
	padding: 0px;
}

#rightbar dd {
	margin: 0px;
	padding: 0px;
}

#rightbar img {
	border: none;
}

#content h1, #content h2 {
	font-size:  2.14285714em;
	/*font-weight: bold;*/
	line-height: 1.33333333;
	margin-bottom: 0.666666667em;
	color: #35B535;
	letter-spacing: -0.03em;
	float: left;
	max-width: 58%;
}

#content h1 a, 
#content h2 a,
#page-selector a {
	color: #35B535;
	border-bottom: dotted 1px #35B535;
}

#content h1 a:hover, 
#content h2 a:hover,
#page-selector a:hover {
	background: #35B535;
	color: white;
}

.story {
	width: 100%;
	margin-bottom: 1.42857143em;
}

.story-body {
	clear: both;
}

.story-meta {
	float: right;
	/*width: 17em;*/
	max-width: 40%;
	margin-left: 3em;
}

.story-date {
	color: /*#4ECD23*/#8BB536;
	font-size:  0.846153846em; /* 11px */
	/*letter-spacing: -0.03em;*/
	margin-right: 1em;
	text-align: right;
	padding-top: 1em;
}

.story-date abbr {
	border: none;
	cursor: help;
}

.story-tag {
	color: /*#91E775*/ #A2B536;
	font-size: 0.769230769em;
	margin-right: 1em;
	/*letter-spacing: -0.03em;*/
	text-align: right;
}

.story p {
	line-height: 1.42857143;
	margin-bottom: 1.42857143em;
}

.story img {
	float: right;
	margin-top: 1.5em;
	border: 0px;
}

.inline-photo {
	margin-bottom: 	1.53846154em;
}

.inline-photo img {
	float: none;
	margin-top: 0em;
	margin-right: 0.5em;
}

.inline-photo a {
	border: none;
}

.inline-photo a:hover {
	background: none;
}

a {
	text-decoration: none;
	border-bottom: dotted 1px #666666;
	color: #666666;
}

a:hover {
	background: #666666;
	color: white;
}

#page-selector {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 150%;
	/*font-weight: bold;*/
	line-height: 100%;
	color: #35B535;
	/*letter-spacing: -0.07em;*/
	position: relative;
	height: 1em;
}

#page-selector-newer {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page-selector-older {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.story blockquote {
	margin-left: 1.42857143em;
	margin-right: 1.42857143em;
}

.story blockquote p {
	font-size: 0.785714286em;
	line-height: 1.81818182;
	margin-bottom: 1.81818182em;
}

#lightbox a {
	border: none;
}

#lightbox a:hover {
	background-color: transparent;
}
