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

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

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

.postmetadata a {
    color: #666;
}

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

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

.postmetadata {
    color: #333;
}

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

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

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

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: #fff;
  color: #000;
}

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

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

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


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