h1,h2,h3,h4,h5,h6 {
    color: #601B66;
}

h3 a {
    color: #601B66 !important;
    text-decoration: none;
}

a {
    color: #D900B0;
}

#header {
    background: #7e2387 url('../images/magenta/n1.gif') repeat-x;
}

#logo h2 {
    color: #E2D2E4;
}

#menu li a {
    background: #fff url('../images/magenta/n4.gif') repeat-x;
}

#menu li a.active {
    background: #CA2FAD url('../images/magenta/n3.gif') repeat-x;
    border: solid 1px #A94B97;
}

#main {
    background: #fff url('../images/magenta/n2.gif') 0px 1px repeat-x;
}

#main_inner .post ul.post_info li.date {
    background-image: url('../images/magenta/n5.gif');
}

#main_inner .post ul.post_info li.comments {
    background-image: url('../images/magenta/n6.gif');
}

input.button {
    background: #CA2FAD url('../images/magenta/n3.gif') repeat-x;
    border: solid 1px #A94B97;
}

.pagenav li span.current {
    background: #CA2FAD url('../images/magenta/n3.gif') repeat-x;
    color: #fff;
}

.pagenav li a, .pagenav li span {
    border: solid 1px #A94B97;
}


