.katy_fullbg {
    background-color: rgb(250,253,249);
}
.katy_slice {
    background: url('http://bin.smwcentral.net/u/8006/slice.png') no-repeat bottom right;
    margin-right: 15pt;
    margin-left: auto;
    padding-top: 20pt;
    padding-right: 175pt;
    padding-bottom: 50pt;
    padding-left: 20pt;
}
.katy_postcontent {
    color: rgb(255,255,255);
    background: rgb(153,153,153);
    background: rgba(0,0,0, 0.6);
    border: 3px solid rgb(255,255,255);
    padding: 4pt;
}

.katy_postcontent tt {
    font-family: monospace;
    color: rgb(78, 78, 78);
    background: rgb(240, 240, 240);
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
}

.katy_postcontent a {
    color: rgb(243, 138, 42);
    font-weight: bold;
}

.katy_postcontent a:visited {
    color: rgb(225, 100, 34);
}

.katy_postcontent a:hover {
    text-decoration: solid underline;
}


.katy_postcontent .code {
    color: rgb(78, 78, 78);
    background: rgb(200, 200, 200);
    border: 1px solid rgb(180, 180, 180);
    border-radius: 3px;
}

.katy_postcontent .code .boxhead {
    color: rgb(78, 78, 78);
}

.katy_postcontent .code .box {
    color: rgb(78, 78, 78);
    background: rgb(240, 240, 240);
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    margin: 0;
}

.katy_postcontent .quote {
    color: rgb(78, 78, 78);
    background: rgb(249, 220, 90);
    border: 1px solid rgb(252, 188, 6);
    border-radius: 3px;
}

.katy_postcontent .quote .box {
    color: rgb(78, 78, 78);
    background: rgb(252, 246, 225);
    border: 1px solid rgb(249, 220, 90);
    border-radius: 3px;
}
