/* 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.5em;}
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;}*/

/* pybb styles */
/*body {
    font: 0.9em Arial, sans-serif;
    color: #333;
    text-align: center;
}*/

.pybb .main-box  {
    width: 970px;
    margin: 0 auto;
    text-align: left;
}

.pybb a  {
    /*color: black;*/
    color: #33f;
}

.pybb a:hover  {
    color: red;
}

.pybb li  {
    margin-left: 1em;
}

.pybb .head_box  {
    background-color: #444;
    margin-bottom: 1em;
}

.pybb .head_box .head  {
    padding: 1em;
}

.pybb .head  {
    color: #ccc;
}

.pybb .head a  {
    color: #eee;
}

.pybb .head .logo  {
    float: left;
}

.pybb .head .logo a  {
    font-size: 2em;
    text-decoration: none;
}

.pybb .clear  {
    clear: both;
}

.pybb .head .description  {
    padding-top: 0.5em;
    width: 25%;
    float: left;
}

.pybb .navigation  {
    padding-top: 0.5em;
    float: right;
    text-align: right;
    padding-right: 10em;
}

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

.pybb .navigation a  {
}

.pybb a:hover  {
    color: red;
}

.pybb label  {
    font-weight: bold;
    display: block;
}

.pybb input, textarea  {
    display: block;
}

.pybb textarea  {
    padding-top: 0.1em;
    padding-left: 0.2em;
    font-size: 1.3em;
    width: 40em;
    height: 20em;
}

.pybb h1  {
    font-size: 1.5em;
    margin: 1em 0;
    padding: 0.2em 0.5em;
    background-color: #eee;
}

.pybb td.content h1, td.content h2, td.content h3, td.content h4  {
    margin: 0.5em 0;
    padding: 0.2em 0.5em;
}

.pybb td.content h1  {
    font-size: 1.7em;
}

.pybb td.content h2  {
    font-size: 1.5em;
}

.pybb td.content h3  {
   font-size: 1.3em;
}

.pybb td.content h4  {
   font-size: 1.1em;
}


.pybb fieldset  {
    border: 1px solid black;
    padding: 1em;
}

.pybb legend  {
    margin-left: 2em;
    padding: 0 0.5em;
}

.pybb p  {
    margin-bottom: 1em;
}

.pybb td.content p  {
    text-indent: 1.5em;
}

.pybb td.content ul  {
   padding: 1em;
}

.pybb td.content ol  {
   padding: 1em;
}

.pybb .errorlist li  {
    list-style-type: none;
    color: red;
    margin-left: 0;
    font-weight: bold;
}

.pybb .tablist .header  {
    background-color: #eee;
    padding: 0.5em;
    font-size: 1.2em;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
}

.pybb .tablist .header a  {
    color: #666;
}

.pybb .tablist a  {
    color: black;
}

.pybb .quick-access .tablist-row a  {
    color: #33f;
}

.pybb .tablist li, .tablist-inner li  {
    list-style-type: none;
    margin-left: 0;
}

.pybb .tablist-row  {
    border: 1px solid #ccc;
    margin-bottom: 2em;
}

.pybb .tablist li.last  {
    margin-bottom: 0.5em;
}

.pybb .controls  {
    margin-bottom: 1em;
}

.pybb .tablist-inner-row  {
    padding: 0.5em;
}

.pybb .tablist a  {
}

.pybb .footer  {
    font-size: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

.pybb .footer .left  {
    float: left;
    width: 49%;
}


.pybb .footer .right  {
    float: right;
    width: 50%;
    text-align: right;
}

.pybb .crumbs a  {
    font-size: 0.9em;
    color: black;
}

.pybb .crumbs  {
    margin-bottom: 0.7em;
}

.pybb .crumbs strong a  {
    font-size: 1.2em;
    color: #666;
}

.pybb .posts li  {
    list-style-type: none;
    margin-left: 0;
}

.pybb .post  {
    color: black;
    margin-bottom: 1em;
    border: 1px solid #ccc;
}
.pybb .first_post .post  {
    color: black;
    margin-bottom: 1em;
    border: 5px solid #ccc;
}

.pybb .post-inner  {
}

.pybb .tablist-inner .post  {
    background-color: #ddd;
}

.pybb .post .info  {
    width: 15em;
    font-size: 0.8em;
    padding: 1em;
    background-color: #f8f8f8;
    vertical-align: top;
}


.pybb .post .info .author a  {
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
}

.pybb .post .info .updated  {
    padding-left: 0;
}

.pybb .post .content  {
    padding: 1em;
    padding-left: 1.5em;
    color: black;
    font-style: Verdana, sans-serif;
    font-size: 0.9em;
    background-color: #efefef;
}

.pybb .post-odd .content  {
    /*background-color: #D7F4DB;*/
}

.pybb .post-even .content  {
    /*background-color: #E6EBF6;*/
}



.pybb .post .content br  {
    margin-bottom: 0.2em;
}

.pybb .tablist-inner .post  {
    padding: 0;
}


.pybb .postlist-row  {
    border: none;
}

.pybb .postlist-row .header  {
    margin-bottom: 0.3em;
}

.pybb .splitted .left  {
    float: left;
    width: 48%;
}

.pybb .splitted .right  {
    float: right;
    width: 48%;
}

.pybb .tab-selector  {
    float: left;
    padding: 0.5em;
    cursor: pointer;
}

.pybb .tab-selectors .active  {
    background-color: white;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #444;
}

.pybb .tablist .tab-selectors .first  {
    border-left: none;
}

.pybb .tablist .tab-selectors  {
    padding: 0;
}

.pybb .quick-access .time  {
    font-size: 0.8em;
}

.pybb .footer_box  {
    margin-top: 2em;
    color: #444;
    border-top: 1px solid #ccc;
    background-color: #fafafa;
}

.pybb .footer_box a  {
    color: #444;
}

.pybb .footer .inner  {
    padding: 1em;
}

.pybb code  {
    padding: 1em 1em 1em 1em;
}

.pybb pre  {
    margin-bottom: 1em;
    border: 0.3em solid #f5f5f5;
}

.pybb .pagination  {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: right;
}

.pybb .mini.pagination  {
    margin-top: 0.5em;
    margin-bottom: 0;
    text-align: left;
}

.pybb .pagination a, .pagination span  {
    padding: 0 0.2em;
}

.pybb .pagination a  {
    background-color: #efefef;
    border: 1px solid #ccc;
    color: #5c758c !important;
}

.pybb .pagination .current  {
    background-color: #999;
    border: 1px solid #4692bf;
    color: #ffffff;
}

.pybb .pagination .pages-of  {
    cursor: pointer;
    text-decoration: underline;
}

.pybb .post .permalink  {
    color: #999;
    font-weight: bold;
    font-size: 1.2em;
    padding-right: 0.5em;
}

.pybb .post .info .bottom  {
    margin-top: 1em;
}

.pybb .post_count  {
    margin-left: 0.5em;
    padding: 0 0.5em;
    color: #337;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #f0f0f0;
}

.pybb .updated  {
    padding-left: 0.5em;
    font-size: 0.8em;
    color: #666;
}

.pybb .banned  {
    color: red;
}

.pybb .signature  {
    margin-top: 1em;
    padding-top: 0.5em;
    font-size: 0.8em;
    border-top: 1px dashed #bbb;
    color: #999;
}

.pybb .signature a  {
    color: #999;
}

.pybb .ip  {
    padding: 0.2em 0;
    font-size: 0.7em;
    color: #999;
}

.pybb .avatar  {
    display: block;
    margin-bottom: 0.5em;
}

.pybb .avatar img  {
    border: 1px solid #aaa;
}

.pybb .topic .tablist-inner-row a  {
    color: #33f;
}

.pybb .unread  {
    display: list-item;
    list-style-type: disc;
    float: left;
    list-style-position: inside;
    color: #f33;
    margin-right: -0.2em;
}

.pybb .post-controls  {
    margin-top: 1em;
}

.pybb .post-controls a  {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

.pybb .updated-message  {
    font-weight: bold;
    color: #666;
    font-size: 0.9em;
    margin-top: 0.5em;
}

.pybb .forum .description  {
    font-size: 0.9em;
}

.pybb .forum .title a  {
    font-weight: bold;
    color: #333;
    font-family: Helvetica, sans-serif;
    font-size: 1.1em;
}

.pybb .sticky .title a  {
    font-weight: bold;
}

.pybb .topic .title a  {
    font-family: Helvetica, sans-serif;
    font-size: 1.0em;
    color: #333;
}

.pybb .author a, .quick-access .author a  {
    color: #2a2;
    font-size: 0.9em;
}

.pybb .search input  {
    display: inline;
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.pybb .search .query  {
    width: 20em;
    margin-right: 1em;
}

.pybb .search_box  {
    background-color: #666;
    margin-top: -1em;
    margin-bottom: 1em;
}

.pybb .search .comment  {
    padding-left: 1em;
    color: #eee;
}

.pybb .userinfo .avatar  {
    float: left;
    width: 60px;
    margin-right: 1em;
}

.pybb .userinfo .info  {
    float: left;
    line-height: 1.5em;
}

.pybb .userinfo .label  {
    font-weight: bold;
}

.pybb blockquote  {
    /*border-left: 1em solid #ccc;*/
    color: #666;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    background-color: #ddd;
}

.pybb .post blockquote a  {
    color: #666;
}

.pybb em  {
    font-weight: bold;
}

.pybb .notice .inner  {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 0.8em;
    margin-bottom: 1em;
    font-size: 1em;
}

.pybb .users .user  {
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 0.5em;
}

.pybb .users .user .author  {
    font-size: 1.2em;
}

.pybb .filter_form  {
    display: inline;
    padding-left: 1em;
}

.pybb .filter_form input  {
    display: inline;
}

.pybb .pm-link  {
    margin-top: 0.5em;
}

.pybb .pm-link a  {
    color: #666;
}

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

.pybb .post-related  {
    text-align: right;
    width: 100%;
}

.pybb .post-related a  {
    color: #666;
}

.pybb .selected  {
    font-weight: bold;
    font-size: larger;
}

.pybb .pm-common  {
    margin-bottom: 1em;
}

.pybb table.pm  {
    width: 100%;
}

.pybb table.pm .cb  {
    width:1em;
}

.pybb table.pm td, table.pm th  {
    margin:0;
    border:0;
    padding: 5px;
    background: #eee;
    border-bottom:1px solid #ccc;
}

.pybb table.pm .new td, table.pm th  {
    background:#fff;
    font-weight:bold;
}

.pybb table.pm tr.chosen td  {
    background-color: #ffd;
}

.pybb form.pm p  {
    font-size:75%;
}

.pybb form.pm label  {
    display: inline;
    font-weight: normal;
}


.pybb .post-preview, .preview-box .content  {
    background-color: #f5f5f5;
    border: 1px dashed #ccc;
    padding: 1em;
}

.pybb .preview-box .header  {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.3em;
}

.pybb .preview-box  {
    margin-top: 2em;
    margin-bottom: 2em;
    /*background-color: #f9f9f9;*/
    border: 1px solid #ccc;
    padding: 1em;
}

.pybb .submit input  {
    display: inline;
    margin-right: 1em;
}
