/* reset.css (thanks to blueprint)*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
    font: 0.8em Arial, sans-serif;
    background-color: white;
}

a {
    color: black;
}

a:hover {
    color: #654171 !important;
}

.head {
    margin-top: 1.4em;
}

.head .left {
    width: 9%;
    float: left;
}

.head .center {
    width: 61%;
    float: left;
}

.head .right {
    width: 29%;
    float: left;
    text-align: right;
}

.head .menu {
    margin-left: 33%;
    margin-top: 1em;
}

.head .menu li {
    display: inline;
    padding-left: 2.2em;
}

.head img {
    float: left;
}

.head .right .inner {
    margin-top: 0.8em;
    padding-right: 3em;
}

.head .log-in {
    background: no-repeat 0 0.2em url(/static/img/enter.gif);
    padding-left: 1.2em;
}

.madein {
	padding-left:8%;
    float: left;
    width: 30%;
}

.in {
	padding-left:11px;
}

#madein {
	position: relative; 
	left: 1px; 
	top: 0px;
}

.when {
	padding-top: 2px;
	font-size:7pt; 
	color:#c0bfbc;
}

.head .mydumps {
    margin-left: 2em;
}

.footer {
    margin-top: 10em;
    font-size: 0.85em;
    margin-bottom: 2em;
}

.footer, .footer a {
    /* color: #a6a3a3; */
}

.footer .left {
    margin-left: 6%;
    float: left;
}

.footer .left img {
    float: left;
}

.footer .left .designed {
    margin-left: 1em;
    float: left;
}

.designed div {
	margin-top:-2px;
}

.footer .right {
    text-align: right;
    float: right;
    margin-right: 15em;
}

.footer .right .box {
    text-align: center;
}

.footer .right, .footer .right a {
    color: #666;
    font-size: 0.9em;
}

.clear {
    clear: both;
}

.dump-form .comment-field {
    float: left;
    width: 57%;
}

.dump-form .password {
    float: left;
    width: 43%;
}

.organic {
    margin-top: 1em;
    height: 70px;
}

    .organic .left {
        float: left;
        width: 9%;
    }

    .organic .center {
        float: left;
        width: 71%;
        position: relative;
    }

    .organic .right {
        float: left;
        width: 20%;
    }

    .organic .big-banner {
        width: 470px;
        margin: 0 auto;
    }

    .organic .friend-link {
        margin-left: 10px;
        text-align: center;
    }


.body {
    margin-top: 2em;
}

.body-row {
    margin-top: 1em;
}

.body .left {
    float: left;
    width: 9%;
}

.body .content {
    float: left;
    width: 71%;
}

.body .right {
    float: left;
    width: 20%;
}

.dump-form textarea {
    width: 100%;
    height: 20em;
}

.dump-form .comment-field input, .dump-form .password input {
    width: 90%;
    margin-top: 0.3em;
}

.lexers {
    background: no-repeat url(/static/img/scripts.gif);
    padding-left: 1.5em;
}

.lexers, .more-lexers {
    font-size: 0.95em;
    margin-bottom: 3em;
    margin-top: 0.5em;
    background-color: white;
}

.more-lexers {
    display: none;
    position: absolute;
    left: 35em;
    top: 10em;
    height: 50%;
    width: 200px;
    overflow: auto;
    border: 1px solid #666;
}

.lexers a, .more-lexers a {
    text-decoration: none;
    border-bottom: 1px dashed #999;
    margin-left: 0.5em;
}

.more-lexers a {
    display: block;
    border-bottom: none;
}

.more-lexers a:hover {
    background-color: #3399fe;
    color: white !important;
}


.lexers a.selected {
    color: black;
    font-weight: bold;
    /*text-decoration: underline;*/
    text-decoration: none;
    border-bottom: none;
}

.lexers a.more {
    border-bottom: 1px dashed #7b7b7b;
    color: #7b7b7b;
    margin-left: 1em;
}

form input, form textarea {
    display: block;
}

.body em {
    font-style: italic;
}

.dump-form .submit {
    background-color: #eae4e4;
    padding: 0.7em;
    text-align: center;
    margin-top: 3em;
}

.dump-form .submit input {
    display: inline;
}

.body-row {
}

.body-row .left {
    float: left;
    width: 9%;
    height: 3em;
    background-color: #f4f1f1;
}

.body-row .center {
    float: left;
    width: 71%;
    height: 3em;
    overflow: hidden;
}

.body-row .header {
    float: left;
    width: 55%;
    font-size: 1.4em;
    padding-top: 0.5em;
    height: 3em;
    background-color: #f4f1f1;
}

.body-row .info {
    float: left;
    height: 3em;
    background-color: white;
    font-size: 1.4em;
    padding-top: 0.5em;
    padding-left: 3em;
    color: #cbcaca;
}

.body-row .right {
    float: left;
    width: 19%;
}

.dumpers .intro {
    width: 60%;
}

.dumpers .list {
    float: left;
    width: 50%;
}

.dumpers .stat {
    float: left;
    font-size: 1.3em;
    color: #6e6960;
}

.dumpers .stat dt {
    margin-top: 1em;
    float: left;
    clear: left;
    width: 14.5em;
}

.dumpers .stat dd {
    margin-top: 1em;
    display: block;
}

.dumper {
    list-style-type: none;
    list-style-position: outside;
    margin-top: 1.5em;
}

.dumper .dump_count, .dumper .lexer {
    font-size: 0.83em;
    color: #6e6857;
    padding-left: 2em;
}

.dumper .last_visit {
	padding-top:0.1em;
    font-size: 0.83em;
    color: #b7ac8a;
    font-style: italic;
}

span.exit-left {
	padding-right: 2px;
}
span.exit-right {
	padding-left: 2px;
}
 
.big-form label {
    margin-bottom: 0.3em;
    display: block;
}

.big-form input {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.big-form {
}

.big-form .submit, .medium-form .submit {
    background-color: #f5ddd4;
    padding: 0.7em;
    margin-bottom: 1em;
    margin-top: 2em;
}

.medium-form p {
    margin-bottom: 2em;
}

.big-form .submit input, .medium-form .submit input {
    font-size: 1em;
    /*color: #333;*/
    margin-bottom: 0px;
    width: auto;
}

a.forgot-password {
    color: #666;
}

.medium-form label {
    float: left;
    width: 10em;
    display: block;
}

.medium-form input {
    font-size: 1.3em;
    margin-bottom: 0.5em;
    width: 50%;
}

.medium-form {
}

.errorlist li {
    list-style-type: none;
    list-style-position: inside;
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

.errorlist {
    margin-bottom: 0.5em;
}

.dumps th {
    border-bottom: 2px solid #ccc;
    font-size: 1.2em;
    color: black;
    font-weight: bold;
    padding-bottom: 0.2em;
}

.dumps th.date, .dumps td.date {
    color: #999;
}

.dumps tr.space td {
    font-size: 0.5em;
}

.dumps tr.active td {
    background-color: #f4f4f1;
}

.dumps td {
    padding: 0.3em 0.2em;
}

.dumps tr.dump td {
    border-bottom: 1px solid #f5f5f5;
}

.dumps td.edit {
    width: 5%;
    text-align: center;
}

.dumps td.link {
    width: 20%;
}

.dumps td.comment {
    font-style: italic;
}

.dumps td.link a {
    color: green;
}

.dumps td.lexer {
    width: 15%;
}

.dumps td.date {
    width: 17%;
    font-size: 0.9em;
}

.dumps td.delete {
    width: 8%;
    text-align: center;
}

.message {
    font-size: 1.3em;
}

.dump-header {
    zoom: 1;
}

.dump-header .header {
    width: 49%;
}

.dump-header .info {
    width: 49%;
    padding: 0;
    padding-top: 0.5em;
}

.dump-header .user .login {
    color: #444;
    float: left;
    padding-left: 25px;
    background: no-repeat 0px 1px url(/static/img/user-icon.gif);
}

.dump-header .lexer {
    float: right;
    padding-right: 1em;
    font-size: 1.2em;
    color: green;
}

.dump-header .date {
    float: left;
    padding-left: 2em;
    color: #999;
}

.dump-header .text {
    float: right;
}

.dump-header .text a {
    color: #999;
    padding-left: 0.5em;
}

.dump-header .info {
}

.dump-code {
    background-color: #fdfdfd;
    padding: 1em;
    border: 1px dashed #ddd;
    font-family: monospace;
    font-size: 1.3em;
}

.dump-code .highlight {
    background-color: #fdfdfd;
    padding-left: 1em;
}

.dump-code .linenos {
    color: #999;
}

.dump-controls {
    margin-bottom: 15px;
}

.dump-controls .right {
    float: left;
    text-align: right;
    width: 49%;
}
.dump-controls .left {
    float: left;
    width: 50%;
}

.dump-controls .control {
    padding-left: 10px;
}

.dump-controls img {
    vertical-align: middle;
}

.comment-block .tail {
    background: no-repeat 34px 0px url(/static/img/comment-tail.png);
    height: 17px;
}

.comment-block-out {
    margin-left: 5.5%;
}

.comment-block {
    padding-top: 7px;
    margin-bottom: -2em;
    float: left;
}

.comment-block .comment-body {
    background-color: #f1e7e8;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.comment-block .content {
    margin-left: 20px;
    margin-right: 20px;
}

.comment-block .tl {
    background: no-repeat 0% 0% url(/static/img/comment-tl.png);
    height: 20px;
    padding: 0;
}


.comment-block .bl {
    background: no-repeat 0% 0% url(/static/img/comment-bl.png);
    height: 20px;
}

.comment-block .br {
    background: no-repeat 100% 100% url(/static/img/comment-br.png);
    height: 20px;
}

.comment-block .tr {
    background: no-repeat 100% 0% url(/static/img/comment-tr.png);
    height: 20px;
}

h2 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 0.5em;
}

#about p {
	font-size: 1.1em;
	padding-bottom: 15px;
	line-height: 1.4em;
	width: 80%;
}

#about blockquote {
	padding: 5px 0 0 15px !important;
}

.name {
	color: #654171;
}

.wide-form textarea {
    width: 80%;
}

.wide-form input {
    width: 80%;
}

.wide-form input.submit {
    width: auto;
    font-size: 1.5em;
    color: #333;
}

.wide-form .submit-box {
    background-color: #eae4e4;
    padding: 0.7em;
    text-align: center;
    margin-top: 3em;
}

.wide-form .submit-box input {
    margin: 0 auto;
}

.detect-result {
    margin-bottom: 1em;
    font-size: 1.5em;
    color: green;
}

.advert {
    padding-top: 2em;
    margin-right: 11%;
    text-align: center;
    font-size: 0.8em;
    color: #666;
}

.advert a {
    color: #666;
}

.sharing h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
}

.sharing textarea {
    width: 100%;
    height: 10em;
    margin-bottom: 5em;
}

.sharing-button {
    background-color: #eee;
    border: 1px solid #999;
    color: #666;
    margin-left: 1em;
    padding: 0.2em;
}

.sharing .done {
    padding-left: 1em;
    color: green;
    display: none;
}

.sharing .note {
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
}

.advertize {
    text-align: center;
    color: #666;
}

.advertize li {
    list-style-type: none;
    display: inline;
}

.search-form input {
    display: inline;
    padding-right: 1em;
}

.search-form input {
    display: inline;
    padding-right: 1em;
    margin-bottom: 1em;
}

.pagination {
    margin-top: 2em;
    font-size: 1.3em;
}

.search-help {
    margin-bottom: 1em;
    font-size: 1.2em;
    background-color: #eee;
    padding: 0.5em;
}

.dump-link {
    position: fixed;
    font-size: 4em;
    top: 120px;
    margin: 0.3em;
}

.dump-link a {
    text-decoration: none;
    color: #999;
}

#next-dump-link {
    right: 0;
}

#previous-dump-link {
    left: 0;
}



.dump-code .selected {
    background-color: #c3fdb8;
}

.dump-code .highlight {
    padding-left: 0em;
}

.dump-code .highlight div {
    padding-left: 1em;
}

.share-bar {
    margin-top: 2em;
    margin-bottom: 1em;
}

.thread {
    margin-left: 1em;
}

.comment-details {
    padding: 0.5em 0;
}

.comment-details .date {
    color: #999;
}

.comment-details .author a {
    font-weight: bold;
}

.comment-tree {
    margin-bottom: 1em;
}

.comment-details:hover {
    background-color: #eee;
}

.block {
    margin: 2em 0;
}
    .block h3 {
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 0.5em;
    }


.dump-links {
    color: #666;
}

    .dump-links dt {
        float: left;
        clear: left;
    }

    .dump-links dd {
        margin-left: 1em;
        float: left;
    }

    .dump-links dl {
        margin-left: 1em;
        margin-top: 1em;
    }

    .dump-links a {
        font-size: 1.3em;
        padding-right: 1em;
        color: #666;
    }

.share-bar {
    color: #666;
}

.back-block {
    margin-bottom: 2em;
}

.CodeMirror {
    border: 1px solid #666;
    font-size: 1.3em;
    font-family: monotype;
}

.CodeMirror pre {
    line-height: 1.3em !important;
}

.sidebar-banner {
    margin-top: 25px;
    margin-left: 30px;
    width: 150px;
    font-weight: normal;
    background-color: #f5f5f5;
}

    .sidebar-banner .title a {
        text-decoration: none;
        color: white;
        border-left: 0.3em solid #B41818;
        padding: 0.5em;
        background-color: #303030;
        display: block;
        font-size: 1.4em;
    }

    .sidebar-banner .title a:hover, .sidebar-banner .title a:hover span {
        color: white !important;
    }

    .sidebar-banner .title a span {
        color: #676767;
    }

    .sidebar-banner .banner-body {
        padding: 0.4em;
    }

.adsense {
    margin: 10px 0;
}

.typhoon, .typhoon a {
    color: gray;
    text-align: center;
    font-size: 0.8em;
}

.typhoon a {
    font-size: 1.1em;
}

.index-block {
    position: absolute;
    height: 1px;
    width: 1px;
    top: 0;
    left: 0;
    overflow: hidden;
}

.index-block, .index-block a {
    color: #666;
}

.tort8 {
    margin-top: 1em;
    color: black;
    font-size: 1em;
}

    .tort-navigation {
        font-size: 1.2em;
    }
    .tort-description {
        font-size: 0.8em;
    }
    .tort-red {
        color: #C11B17;
    }
    .tort-search-form {
        background-color: #9c9;
        padding: 0.5em;
        margin-top: 0.2em;
        float: left;
    }
    .tort-search-form input {
        display: inline;
    }
    .tort-search-form input[name="q"] {
        width: 25em;
    }


