body {
    background: #f1f1f1;
    color: #222;
    font: 11pt/1.6em "Lucida Grande", "Trebuchet MS", sans-serif;
    margin: 0;
}

p, pre, ul { margin: 0 0 1.6em }
a { -webkit-transition: color .1s; color: #ff035b }
a:hover { color: #03a8ff }
a img { border: 0 }
form { margin: 1.6em 0 }
table { border-collapse: collapse }
td { padding: 0; vertical-align: top }
img, textarea { vertical-align: bottom }
pre { white-space: pre-wrap }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 24pt;
    line-height: 2.2em;
    margin: .7333em 0 0;
}

h2 {
    font-size: 22pt;
    line-height: 1.6em;
    margin: .8em 0 0;
}

code {
    font: 9pt/1.9555em "Monaco", "Consolas", monospace;
}

.ajaxy {
    border-bottom: 1px dashed #ff035b;
    color: #ff035b;
}

.ajaxy:hover {
    border-color: #03a8ff;
    color: #03a8ff;
}

a.ajaxy {
    -webkit-transition: all .1s;
    text-decoration: none;
}

#wrapper {
    float: left;
    margin-left: 11em;
    padding-left: 16px;
}

.home #heading {
    margin-top: 1.6em;
}

#heading p {
    font-size: 90%;
    line-height: 1.7777em;
    margin: 0;
}

#heading h1 {
    margin: 0;
}

#navbar {
    background: #f1f1f1;
    background: rgba(241, 241, 241, .9);
    height: 100%;
    position: fixed;
    width: 11em;
    z-index: 1;
}

#list_imageboards {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

#list_imageboards .home {
    font-size: 120%;
    line-height: 2.6666em;
}

#posts {
    list-style-type: none;
    margin: 0;
    padding: .8em 0 1.0666em;
}

.thread {
    border-bottom: 1px dashed #999;
    clear: left;
    margin: 0 .5333em 1.0666em 0;
    padding-top: .5333em;
}

.post {
    background: #e4e4e4;
    border: 1px solid #d6d6d6;
    clear: left;
    float: left;
    margin: 0 .5333em .5333em 0;
    padding: .5333em;
    position: relative;
}

.postmeta {
    font-size: 8pt;
    position: relative;
    top: -.4888em;
}

.postmeta a { text-decoration: none }

.post .image {
    padding-right: 1em;
}

.post .image.without-text {
    padding: 0;
}

.post .text p, .post .text pre {
    margin: 0;
}

.post .text p + p,
.post .text p + pre,
.post .text pre + p,
.post .text pre + pre {
    margin-top: 1.6em;
}

.post .hidden {
    -webkit-transition: color .1s;
    background: #2c2c2c;
    color: #2c2c2c;
}

.post .hidden:hover {
    color: #03a8ff;
}

.post .hidden a { color: #2c2c2c }
.post .hidden:hover a { color: #ff035b }
.post .hidden:hover a:hover { color: #03a8ff }

.post .quote {
    color: #2c8eff;
}

.post.omitted {
    background: inherit;
    border-color: #999;
    border-style: solid none;
    border-width: 1px;
    height: 2.6666em;
    padding: 0;
}

.post.omitted .text {
    padding: .5333em .5333em .5333em 0;
}

.post.omitted .foldc {
    background: url("data:image/png;base64,\
iVBORw0KGgoAAAANSUhEUgAAAAkAAAABCAIAAACDoBMqAAAAEElEQVQImWP4iARCg4KQuQBKHBeS\
nxVOpAAAAABJRU5ErkJggg==");
    height: 2.6666em;
    position: absolute;
    top: 0;
    width: 9px;
}

.post.omitted .foldc .foldc {
    background: url("data:image/png;base64,\
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAIAAABy9qH/AAAArUlEQVQYlWP4iATmzJqNzGWAs16/\
fu3r5Y1d7tjRoyoKiq9fvcYiN2vGTEVZucOHDmORK8jLA8rNmD4di5yrkzNQLi8nF13u5cuXyvIK\
QDlnewd0uYMHDgAlgEhJTv758+coctOmTIHIAdH+fftQ5LIzMuFyUyZPQZFzsLWDGAgkM9PTEXJP\
nz5NTky8fu16aFDQ8WPHMtLSEHLAsPjw4QOQAZSDuBndf3A5OAAAmP8XZc3golsAAAAASUVORK5C\
YII=");
    height: 14px;
}

.post.omitted .foldc + .foldc {
    background: url("data:image/png;base64,\
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAIAAABy9qH/AAAAp0lEQVQY02P4iARCg4KQuQwE5J48\
fvL0yRO43I3r1xFyr1+/drZ3WL5smbeHx/SpU8NDQlHM9Hb3UJSVg6DiwkIUuZKiYrjcvLlzUeQW\
zJ8Plzt54iSK3KmTJyES6soqb968QZF7+/athooqUM7XyxuL//x9fYFyFaVlWOSqyiuAcosXLsIi\
t2TxYqDc2TNnsMidP3deS0393bt3WOTev38fExWFHJ4AWnAWpyGR/mgAAAAASUVORK5CYII=");
    bottom: 0;
    top: auto;
}

.post.omitted a {
    font-size: 9pt;
    padding-left: 12px;
}

.post .reply {
    -webkit-transition: opacity .1s;
    cursor: pointer;
    margin: 0 -.5333em;
    opacity: 0;
    position: relative;
    top: .5333em;
}

.post .reply * {
    -webkit-transition: all .1s;
    position: absolute;
}

.post .reply-cursor {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid #ff035b;
    border-radius: 3px;
    bottom: -4px;
    height: 3px;
    left: -2px;
    width: 100%;
}

.post .reply-arrow {
    background: #ff035b url("data:image/png;base64,\
iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAAr0lEQVQoz2P49OnTP3IxAw6J20Bc\
+fnz51VA+i4pmsu/fPmiD6TfkmTzx48f2////88EZN8nydlAja+AzhQFYgdy/LyDAQjI1VwO1SwK\
ZL8nSzMIAL0Qi+QdbyB9nihngwAo0EDOB0UVKOShrjlPMMAYcABsBqDHczkDHgA14AzORAJUkI1L\
M9ALBsiJB1fy3AE0JBLkXzSN7/E5Gx3/BmIbbBqJ1VyOK50T0owXAwCt0BeG4iffKwAAAABJRU5E\
rkJggg==");
    bottom: -6px;
    height: 16px;
    left: -17px;
    width: 15px;
}

.post:hover .reply {
    opacity: 1;
}

.post .reply:hover .reply-cursor {
    border-color: #03a8ff;
}

.post .reply:hover .reply-arrow {
    background-color: #03a8ff;
}

#post_reply {
    border: 1px dashed #d6d6d6;
    clear: left;
    float: left;
    margin: 0 .5333em .5333em 0;
    padding: .5333em;
}

#new-thread {
    font-size: 120%;
    line-height: 2.6666em;
    padding: 2em 0;
}

#new-post form {
    margin: 0;
}

#new-post .wrapper {
    height: 8em;
    position: relative;
}

#new-post .wrapper * {
    position: absolute;
}

#new-post .image {
    width: 8em;
}

#new-post .image.label {
    background: #fff url("data:image/png;base64,\
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAHUlEQVQoU2P4jwNcwwEYRjXQRAMu\
CVwGjWqgiQYAfiu/n2xtS7wAAAAASUVORK5CYII=");
    height: 8em;
    position: absolute;
}

#jpeg * {
    line-height: 1;
}

#preview {
    display: table-cell;
    height: 8em;
    text-align: center;
    vertical-align: middle;
    width: 8em;
}

#jpeg.active #preview {
    background: rgba(255, 255, 255, .5);
}

#preview img {
    max-height: 8em;
    max-width: 8em;
}

#new-post .image.wrapper {
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, .9);
    -moz-box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .9);
    -webkit-box-sizing: border-box;
    border: 1px solid #999;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .9);
    box-sizing: border-box;
    overflow: hidden;
}

#new-post .image.wrapper * {
    border: none; /* Opera */
    font-size: 40em;
    margin: 0;
    opacity: 0;
    right: 0;
}

#new-post .text.wrapper {
    height: auto;
}

#new-post .text.wrapper * {
    font: inherit;
    height: 7.2em;
    margin: 0 .8em;
    padding: .4em;
    position: static;
    width: 29.6em;
}

#new-post .submit.wrapper {
    width: 4em;
}

#new-post .submit.wrapper * {
    bottom: 0;
    margin: auto 0; /* Safari */
}

#new-post .submit.wrapper #resize-grip {
    background: url("data:image/png;base64,\
iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALUlEQVR42n3JsQ0AQAjDwJ82+28Q\
5ILucXGgyK/tV5LyNUIjNOKMuzVCIzhqAOzet0lo6rYxAAAAAElFTkSuQmCC");
    bottom: -.5333em;
    height: 8px;
    position: absolute;
    right: -.5333em;
    width: 8px;
}

.modal {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
}

#modal_background {
    background-color: #000;
    opacity: .85;
    z-index: 2;
}

#captcha-wrapper {
    float: left;
    left: 50%;
    position: relative;
    text-align: center;
    top: 50%;
}

#captcha-wrapper a {
    border-color: #fff;
    color: #fff;
    font-size: 120%;
    line-height: 2.6666em;
}

#close_captcha {
    background: url(close.png);
    cursor: pointer;
    height: 30px;
    left: -16px;
    position: absolute;
    top: -13px;
    width: 30px;
}

#simple_captcha {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #e4e4e4;
    border: 4px solid #fff;
    border-radius: 4px;
    height: 120px;
    width: 300px;
}

#simple_captcha p {
    margin-top: -.8em;
    padding-top: 60px;
}

#greybox-wrapper {
    height: 100%;
    width: 100%;
}

#greybox-wrapper td {
    text-align: center;
    vertical-align: middle;
}

#close_greybox {
    color: #fff;
    font-size: 120%;
    line-height: 2.6666em;
    position: absolute;
    right: 1.1em;
    text-decoration: none;
    top: 0;
}

#nav2 {
    background: #e4e4e4;
    float: left;
}

#nav2 ul {
    list-style-type: none;
    margin: .5333em 1.0666em 1.0666em .5333em;
    padding: 0;
}

#nav2 li {
    display: inline;
    margin-left: .5333em;
}

#nav2 a {
    -webkit-transition: all .1s;
    text-decoration: none;
}

#nav2 a.current {
    border-bottom: 1px solid #ff035b;
}

#nav2 a.current:hover {
    border-color: #03a8ff;
}

#tools {
    line-height: 1;
    padding-top: .8em;
}

#tools a {
    -moz-border-radius: 3px;
    -moz-box-shadow: rgba(255, 255, 255, .4) 0 1px, inset 0 20px 20px -10px #fff;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: rgba(255, 255, 255, .4) 0 1px, inset 0 20px 20px -10px #fff;
    background: #d6d6d6;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px, inset 0 20px 20px -10px #fff;
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
    padding: 3px 6px;
    text-decoration: none;
    text-shadow: rgba(255, 255, 255, .4) 0 1px;
}

#tools a.active {
    -moz-box-shadow: inset rgba(0, 0, 0, .4) 0 -5px 12px, inset rgba(0, 0, 0, 1) 0 1px 3px, rgba(255, 255, 255, .4) 0 1px;
    -webkit-box-shadow: inset rgba(0, 0, 0, .4) 0 -5px 12px, inset rgba(0, 0, 0, 1) 0 1px 3px, rgba(255, 255, 255, .4) 0 1px;
    background: #b5b5b5;
    box-shadow: inset rgba(0, 0, 0, .4) 0 -5px 12px, inset rgba(0, 0, 0, 1) 0 1px 3px, rgba(255, 255, 255, .4) 0 1px;
}

#pprev {
    -moz-box-shadow: #2c2c2c 0 0 10px;
    -webkit-box-shadow: #2c2c2c 0 0 10px;
    border-color: #fff;
    box-shadow: #2c2c2c 0 0 10px;
    margin: -.5333em 0 0 .9em;
    position: absolute;
}

#pprev.loading { line-height: 1 }
#pprev h1 { line-height: 1; margin-top: 0 }

#animuchan {
    background: url(animuchan.png);
    height: 525px;
    width: 229px;
}

@-webkit-keyframes slowjump {
    from { bottom: 0 }
    to { bottom: 160px }
}

#slowpoke {
    -webkit-animation-name: slowjump;
    -webkit-animation-duration: 1.9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.2, 1, 1, 1);
    background: url(slowpoke.png);
    bottom: 0;
    height: 80px;
    position: absolute;
    right: 0;
    width: 80px;
}
