li {
    margin-left: 1em;
}
.navigation {
    padding-top: 0.5em;
    float: right;
    text-align: right;
}

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

.navigation a {
}

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

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

td.content ul {
   padding: 1em;
}

td.content ol {
   padding: 1em;
}

.tablist li
{
    display:block;
}

.tablist .header {
    background-color:#ffefb0;
    padding: 0.5em;
    font-size: 1.2em;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
}
.tablist .header
{
    margin:0;
    padding:0.3em;
}
.tablist .header a, .tablist .header a:visited
{
    color:#000;
    text-decoration:none;
}

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

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

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

.controls {
    margin-bottom: 1em;
}

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

.tablist a {
}

.crumbs {
    font-size:18px;
    margin-bottom: 0.7em;
    text-align:left;
}

.crumbs strong a {
    font-size: 1.2em;
}

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

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

.post-inner {
}

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

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


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

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

.post .content {
    padding: 15px;
    color: black;
    font-style: Verdana, sans-serif;
    background-color: #fff9e0;
}

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

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


.postlist-row {
    border: none;
}

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

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

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

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

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

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

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

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

code {
    padding: 1em;
}

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

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

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

.pagination a {
    background-color: #efefef;
    border: 1px solid #ccc;
}

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

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

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

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

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

.updated {
    padding-left: 0.5em;
    font-size: 0.8em;
}

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

.ip {
    padding: 0.2em 0;
    font-size: 0.7em;
}

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

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

.topic .tablist-inner-row a {
}

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

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

.post-controls a {
    text-decoration: none;
    font-weight: bold;
}

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

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

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

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

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

.author a, .quick-access .author a {
    font-size: 0.9em;
}

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

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

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

.search .comment {
    padding-left: 1em;
}

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

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

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

blockquote {
    color: #666;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    background-color: #ddd;
}

.post blockquote a {
}

em {
    font-weight: bold;
}

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

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

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

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

.filter_form input {
    display: inline;
}

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

.pm-link a {
}

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

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

.post-related a {
}

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

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

table.pm {
    width: 100%;
}

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

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

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

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

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

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


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

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

.preview-box {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 1px solid #ccc;
    padding: 1em;
}

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

#id_name, #id_body, #id_subject
{
    width:95%;
}