@charset "utf-8";
body*{
	padding:0px;
	margin: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #476043;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 958px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	width: 958px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 96px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
	padding-bottom: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 958px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #footer {
	background-color: #476043;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* #content p, #content li, #content ul, #content h1, #content h2, #content h3, #content h4, #content div, #content img{
	margin-left: 90px;
	width:500px;
}  
#content p, #content li, #content ul, #content h1, #content h2, #content h3, #content h4, #content div{
	margin-left: 90px;
	width:500px;
} */
#content .post{
	margin-left: 90px;
	width:500px;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #678E5F;
	font-size: 24px;
	margin-bottom: .5em;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
	line-height: 1.3em;
	margin-bottom: 1.2em;
	padding: 0px;
}
#mainContent #sidebar {
	float: right;
	height: 100%;
	width: 250px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 0px;
}
#mainContent #sidebar p {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #mainContent #treeholder {
	background-image: url(images/tree.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 72px;
}
.twoColFixRtHdr #container #mainContent #treeholder #nav {
	float: right;
	margin-right: 1em;
	margin-bottom: 0.1em;
	width:780px;
	padding: 0em;
	padding-top: 4px;
	margin-top: 1px;
}
#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #605F8E;
	font-weight: bold;
	font-size: 1em;
	z-index: 5;
}
.post h2, .post h3, .post h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #78A770;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .25em;
	margin-top:.5em;
	clear:left;
}
.post h3 {
	color: #000000;
	font-size: .75em;
	clear:left;
}
.post h4 {
	color: #000000;
	font-size: .5em;
	clear:left;
}
#sidebar #worksamples {
	margin-top: 1.5em;
}


/* .twoColFixRtHdr #container #mainContent #treeholder #content {
	padding-top: 0.1em;
	padding-left: 90px;
	float:left;
	width: 510px;
}*/
#content ul {
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	font-size: .9em;
}
#content li {
	list-style-type: square;
}
#content a {
	color: #605F8E;
}
.twoColFixRtHdr #container #mainContent #treeholder #nav ul {
	list-style-type: none;
	float: right;
	margin-top:5px;
}
.twoColFixRtHdr #container #mainContent #treeholder #nav li {
	float: left;
	list-style-type: none;
	margin-right: .5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: .5em;
}

.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}
	
.post .entry img {
	border:#333333 solid 1px;
	padding:3px;
	margin:.25em;
}

