@charset "utf-8";
/* CSS Document */

body  {
	font-family:  Georgia, Verdana, sans-serif;
	background: #fff url("../images/logo.gif") no-repeat fixed 10% 1%;
	margin: 30px;
	padding: 0;
	text-align: center;
	color: #000000;
}


h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
}

h2 {
	font-weight: bold;
	padding: 5px;
	font-size: 13px;
	margin: 0 5px 0 -5px;
	}
	
h3 {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 10px;
	}
h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin: 0;
	}
h3 a:hover {
	text-decoration: underline;
	}

h4 {
	text-align: right;
	font-size: 10px;
	padding-bottom: 0px;
	}

h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}

h4 a:hover {
	text-decoration: underline;
	color: #A3EF73;
	}
	
.twoColFixLtHdr #container { 
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #ade57e;
	text-align: left;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80; 
} 
.twoColFixLtHdr #header { 
	background: #c8e5af; 
	padding: 0 10px 0 20px;  
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 170px; 
	background: #fff; 
	padding: 15px 10px 15px 20px;
	font-size:12px;
}

#sidebar1 ul {
	list-style-type: none;
	padding: none;
	margin:5px 0 10px -5px;
}
	
#sidebar1 li a {
	text-decoration: none;
	color: #000;
	line-height: 15px;
	font-size: 11px;
	}
	
#sidebar1 li a:hover {
	text-decoration: underline;
	color: #A3EF73;
	}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 190px; 
	padding: 0 20px;
} 

#mainContent img {filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;}
	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c8e5af; 
} 
.twoColFixLtHdr #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;
}
.comments {
	border: 1px dotted #A3EF73;
	padding: 0 5px 0 5px;
	margin: 0 5px 0 5px;
	}
.comments a {
	color: #40791A;
	text-decoration: none;
	border-bottom: 1px dotted #40791A;
	}
.comments a:hover {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;}
	
.post {
	background: #c8e5af;
	padding: 5px 10px 0 15px;
	margin:15px 5px 15px 5px;
	border: 1px solid #c8e5af;
	}

.post a {
	color: #40791A;
	text-decoration: none;
	border-bottom: 1px dotted #40791A;
	}
.post a:hover {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
	
	}
	




