span.name, span.trip
{
    color:#FD3755!important;
}

span.quote
{
    color:#E80000!important;
}

span.heading
{
    color:#D00!important;
}

p.intro a.email span.name
{
    color:#D9005B!important;
}

body
{
    background-color:#FEEBF4;
    background-repeat:no-repeat;
    background-position:101% 180px;
}

div.boardlist
{
    opacity:1;
}

div.boardlist:hover
{
    opacity:1;
}

div.blotter
{
    color:#FF65B9;
    font-size:16px;
    font-style:italic;
}

hr
{
    border-color:#FED3F2;
}

header div.subtitle
{
    color:#ff65b9!important;
}

h1, .contentModuleHeader, .contentModuleHeaderAlt
{
    color: #ffffff;
    font: 18pt Lucida Grande;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    background: #FDACCE;
    border-top: 3px dotted #ffffff;
    border-bottom: 3px dotted #ffffff;
}

a:link,a:visited
{
    -webkit-transition:all ease-in 0.3s;
    -moz-transition:all ease-in 0.3s;
    transition:all ease-in 0.3s;
    color:#5B005B;
    text-decoration:none!important;
}

a:link:hover
{
    text-shadow:0px 0px 4px #CC0258;
}

a.post_no
{
    color:#fff;
}

form table tr th
{
    background:none repeat scroll 0 0 #F396C7;
    color:white;
}

div.banner
{
    background-color:#FDACCE;
}

p.intro span.subject
{
    color:#9505A9;
}

div.post.reply
{
    background-color:#FEDEEC;
    border-color:#FECDE2;
    background-position:bottom right!important;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

div.post.reply.highlighted
{
    background:#FCADD0;
    border-color:#FB99C5;
    background-position:bottom right!important;
}

div.pages
{
    background-color:#FFC5D6;
    border-color:#FFA7C0;
    color:#EF035B;
}

div.ban h2
{
    color:#FF65B9;
    background-color:#FEDEEC;
    background-image:url('https://i.imgur.com/HM2ofqb.png');
    background-position:bottom right;
}

div.ban
{
    border-color:#FEBAD6;
    background-color:#FFF3F8;
}

div.styles
{
    display:none;
}

img.banner
{
    border-color:#000;
}




.desktop-style div.boardlist:nth-child(1), .desktop-style div.boardlist.cb-menu:nth-child(1)
{
    background-color:#FEDEEC;
}