body {
    background: url("images/wytchewood-rightbar-90.png") repeat-y fixed right top #999;
	color: #000;
}
#sidebar-wrap1 {
    background: url("images/side-start-ww-rewrite-gr.png") no-repeat scroll left top #666;
}
#sidebar-wrap2 {
    background: url("images/side-bg-ww-rewrite-gr.png") no-repeat scroll right top #666;
}

a {
    color: #360;
    text-decoration: underline;
}
a:hover {
    background-color: #ccc;
    color: #FFFFFF;
    text-decoration: none;
}

.navigation a{
  text-decoration: none;
  color: #333;
}

.postmetadata a {
    color: #333;
}

.post h3.title a {
    color: #000;
    text-decoration: none;
}

.post .postinfo, .attachment .postinfo{
  background: #bbb url(images/postinfo-bg.gif) repeat-x left top;
}

.postmetadata {
    color: #333;
}

ul.secondary-tabs {
  background: #bbb;
}

ul.secondary-tabs a {
  background: #bbb;
}

ul.secondary-tabs a span{
  background: #ddd;
}

ul.secondary-tabs a.active span, ul.secondary-tabs a.current span {
    color: #360;
}

li.comment .details .head{
  background: #bbb;
  color: #333;
}

li.comment .details .text{
  background: #999;
  color: #000;
}

li.comment .details.admincomment .head{
  background: #ddd;
  color: #000;
}

li.comment .details.admincomment .text{
  background: #999;
}

li.comment .wrap{
  background: #999;
  border: 1px solid #bbb;
}


li.comment .details.admincomment .head a {
    color: #000;
}

input, textarea, select {
    background: none transparent;
	border: 1px solid #fff;	
}
