html {
	padding: 0;
	margin: 0;
	background: #ececde;
	height: 100%;
}

old_body {
	/*margin: 0 auto 75px auto;*/
	padding: 0;
	margin: 6px auto 50px auto;

	width: 800px;
	line-height: 150%;	/* joe  recent*/
	color: #3c3827;
	background: #f6f6f6;
	font: 10pt/12pt "Georgia", "Verdana", "Arial", "Helvetica", "Geneva", sans-serif; 
}
a {
	color: #889101;
	text-decoration: none;
	font-weight: bold;
}
h2 a, h3 a, h4 a { color: #3c3827; }

h2 a:hover, h3 a:hover, h4 a:hover { text-decoration: underline; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
/* 
***************************/
#content {
	/* position: relative; top: -20px; */
	margin: 0 20px;
}

.column { margin: 0 0 40px; }

.column .head {
	/* border-top: 1px solid #bcc846; */
	border-top: 1px dotted  #bcc846; 
	border-bottom: 1px dotted  #bcc846;  

	background: #e6eddf;
	/* background: #ede6df;  */
	/* background: #e6eddf; */
	/* background: #ececde;  */

	text-align: center;
	line-height: 1.25;
	margin-bottom: 25px;
}
.column .head * { font-size: .85em; }
.column .head * * { font-size: 100%; }
.column .head h2 {
	display: inline;
	margin: 0;
	color: #3c3827;
}
.column .head .divider {
	color: #3c3827;
	margin: 0 .5em;
}
/* old FB style ***************************
#navdiv { 
	background-color: white;
	filter:  alpha(opacity=70);
	-moz-opacity: .70; 
	padding: 4px;

	position: relative;
	top: -30px;
	right: -6px; 
	width: 250px;
}

#navdiv ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font: bold 1.1em/1 "Trebuchet MS", "Trebuchet", sans-serif;
}
#navdiv ul#nav li {
	display: inline;
	margin: 2px;
	padding: 0 4px;
}
#navdiv ul#nav li a {
	text-decoration: none;
}
#navdiv ul#nav li a:hover {
	text-decoration: underline;
	color: #c77a00; 
}

old FB style ***************************/

/* ALL hovered links are undeline/colored */
a:hover { text-decoration: underline; color: #c77a00; /* #42a106; */ }


/* 
***************************/
#oldfooter {
	position: relative;
	overflow: hidden;
	height: 47px;
	background: #444 url("img/tree_ground.jpg") no-repeat;
	color: white;
}
#oldfooter #copyleft {
	position: absolute;
	top: 13px;
	left: 20px;
	margin: 0;
	font-size: .92em;
	color: #ececde;
}
#oldfooter #copyleft a {
	color: #88C612;
}
#oldfooter #django-joint {
	position: absolute;
	top: 11px;
	right: 20px;
}
#oldfooter #django-joint a img { border: none; }
/* 
***************************/
#comments {
	margin-top: 50px;
	border-top: 1px solid #bcc846;
}
#comments.preview { width: 600px; }

#comments h2 {
	text-align: center;
	font-size: .9em;
	margin: 0 0 2em;
}
#comments .no-comments {
	font-size: .9em;
	font-style: italic;
}
#comments .comment {
	color: #999;
	font-size: .9em;
	line-height: 1.3;
	padding: 1em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: -1px;
}
* html #comments .comment {
	height: 1px;
}
#comments .comment.even {
	background: #e6e6e6;
}
#comments .comment .comment-details {
	width: 200px;
	float: left;
	/* 
	background-color: #ececde;
	border: 1px #c2c2c2 dotted; 
	*/
}
#comments .comment .comment-details dl {
	margin: 0;
	padding: 0;
}
#comments .comment .comment-details dl dd {
	font-weight: bold;
	color: #666;
	font-size: 1.0em;
	margin-left: 12px;
}
#comments .comment .comment-main {
	width: 320px;
	float: right;
}
#comments .comment .comment-main p {
	margin: 0 0 1em;
	font-weight: bolder;
	color: #666;
}
#comment-form {
	margin-top: 30px;
}
/* 
***************************/
form.post-comment fieldset {
	border: none;
}
form.post-comment legend {
	display: none;
}
form.post-comment ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
form.post-comment ol li {
	margin: 0 0 10px;
}
form.post-comment ol li label {
	font-size: .9em;
	line-height: 1;
	font-weight: bold;
	margin: 0;
	display: block;
	float: left;
	width: 100px;
}
form.post-comment .no-html {
	margin-left: 100px;
	font-size: .82em;
	font-style: italic;
}
form.post-comment ol li input, form.post-comment ol li textarea {
	display: block;
	float: left;
	width: 300px;
}
form.post-comment .submit {
	margin-left: 100px;
}
/* 
***************************/
#skip {
	overflow: hidden;
	height: 1px;
	text-indent: -2001em;
	position: absolute;
}
.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
p.error {
	font-size: 125%;
	color: red;
	text-align: center;
}
p.error.comments {
	text-align: left;
	margin-left: 100px;
}

.date {
	/*color: silver;*/
	color: #c2c2c2;
	font-weight: bold;
	float: right;
	padding: 0.25em 1em;
	text-align: right;
}
.date1 { display: block; font-size: 1.0em; }
.date2 { display: block; font-size: 0.9em; }
.date3 { display: block; font-size: 0.9em;}


