body {
background: #ffcccc;
}
a {
color: #BF6060;
}
a:hover {
color: #8C0000;
}
#logo {
background: #8c0000;
}
#navigation {
background: #ff9999;
border-top: 1px solid #eed9d9;
border-bottom: 10px solid #cc6666;
}
#navigation ul {
background: url(i/pink/navigation-pink.gif) no-repeat;
}
#navigation ul li {
background: url(i/pink/navigation-pink.gif) no-repeat 100% 0;
}
#column-main {
background: url(i/pink/col-main-pink.gif) repeat-y;
}
#column-main-top {
height: 37px;
background: url(i/pink/col-main-top-pink.gif) no-repeat;
}
#column-main-bottom {
height: 47px;
background: url(i/pink/col-main-bot-pink.gif) no-repeat;
}
div.wp-pagenavi span.current {
background: #8c0000;
}
div.column-side-section {
background: url(i/pink/col-side-sec-pink.gif) repeat-y;
}
div.column-side-section-top {
height: 37px;
background: url(i/pink/col-side-sec-top-pink.gif) no-repeat;
}
div.column-side-section-bottom {
height: 47px;
background: url(i/pink/col-side-sec-bot-pink.gif) no-repeat;
}
div.authorcomment {
background: #ffeded;
}
.button {
background: #8c0000;
}