#header {
	background-position: 10px 35px;
}
#sidebar {
width: 250px;
}


.hentry .title a,
.hentry .title span {
    border: 0px;
}
.hentry .entry a,
.hentry .footer a {
	border-bottom: 1px dotted;
}
.hentry .entry a:hover,
.hentry .footer a:hover {
	color: #033e00;
	border-bottom: 1px solid #033e00;
}
.hentry .entry a.img,
.hentry .entry a.img:hover {
	border: 0px;
}
.hentry .entry .crop,
.hentry .entry img {
    border: 0px;
}

.hentry .entry h3 {
font-size: 1.2em;
margin: 2em 0 0 0;
font-weight: normal;
}

/* Sidebar
   ------- */

H3 A.rsswidget_title, H3 A.rsswidget_title:visited, H3 A.rsswidget_title:hover {
color: white;
text-decoration: none;
}

DIV.rss_list {
margin: 10px;
padding: 0px;
font-size: 0.8em;
}
.rss_list P {
margin: 10px 0px;
}
SPAN.rss-date {
color: #548152;
display: block;
width: 100%;
line-height: 1em;
}
.textwidget P {
margin: 10px;
}


/*Form*/
input, select, textarea {
    color: black;
    background-color:white;
    border: 1px solid #555555;
}
input:active, select:active, textarea:active {
    border-color:black;
    background-color:#EEEEEE;
}
input:focus, select:focus, textarea:focus {
    border-color:black;
    background-color:#EEEEEE;
}
.awesome, .awesome:visited, .awesome:hover {
	background-color: #543173;
}
.thread-even, .even,
.thread-odd, .odd {
	border: 0px;
    border-bottom: 1px solid #543173
}

/* Footer 
   ------ */

#footer P {
margin: 5px 20px;
font-size: 0.8em;
text-align: right;
}
#footer HR {
margin-top: 40px;
border: 0px;
border-top: 1px solid #543173;
}
#footer A {
border-bottom: 1px dotted #543173;
}
#footer A:hover {
border-bottom: 1px solid #543173;
}


/* Front page info panels 
   ---------------------- */
DIV#info_panel_wrap {
height: 250px;
}
#info_panel_wrap h2 {
    border-left: 6px solid #53ac4e;
    border-bottom: 1px solid #543173;
padding: 0 5px;
margin: 0;
font-size: 1.5em;
line-height: 1.7em;
font-weight: normal;
}
#info_panel_wrap DIV.info_panel {
width: 190px;
background-color: #d1e7cf;
float: left;
margin-right: 15px;
height: 100%;
}
.info_panel P {
font-size: 1.1em;
line-height: 1.5em;
padding: 10px;
}
.info_panel A, .info_panel A:visited {
color: #033e00;
border-bottom: 1px dotted #033e00;
}
.info_panel A:hover {
color: #033e00;
border-bottom: 1px dotted #033e00;
}
.info_panel SPAN.date {
color: #543173;
display: block;
font-size: 0.9em;
}
