html, body, form, ul, li {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
}

a,
a:visited {
    color: #BF4E42;
}

a img {
    border: 0;
    vertical-align: middle;
}

img.favicon {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

p {
    line-height: 1.4;
}

ul {
    list-style-type: none;
}

#header {
    background-color: #193441;
    border-bottom: 1px solid #91AA9D;
    padding: 10px 0 0 10px;
}

#header .logo {
    color: #FFF;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 10px;
}

#header .logo .tagline {
    font-size: 75%;
    font-weight: normal;
}

#header form.search {
    position: absolute;
    right: 10px;
    top: 10px;
}

#header a {
    color: #FFF;
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
}

#header ul li {
    background-color: #4C6774;
    display: inline;
    margin-right: 5px;
    padding: 5px 5px 0 5px;
    white-space: nowrap;
}

#header ul li.current {
    background-color: #fff;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #91AA9D;
    border-right: 1px solid #91AA9D;
    border-top: 1px solid #91AA9D;
    font-weight: bold;
}

#header ul li.current a {
    color: #193441;
}

#custom {
    clear: left;
    float: left;
}

#view {
    clear: right;
    float: right;
}

.box {
    background-color: #C4DDCF;
    border: 1px solid #91AA9D;
    font-size: 85%;
    text-align: center;
    margin: 15px;
    overflow: hidden;
    padding: 10px;
}

#custom form,
#view #preview {
    margin-bottom: 10px;
}

#custom form input {
    text-align: center;
}

#content {
    clear: both;
    margin: 15px;
}

#content.columns {
    float: left;
    margin-left: 0px;
    margin-right: -200px;
    width: 100%;
}

#left {
    margin-left: 15px;
    margin-right: 200px;
}

#right {
    float: right;
    width: 180px;
}

#right .header {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.ad {
    clear: both;
    text-align: center;
}

.stories {
    clear: both;
}

.stories li.story {
    border-bottom: 2px solid #ecefe5;
    clear: both;
    color: grey;
    line-height: 1.4;
    padding-bottom: 10px;
    padding-top: 10px;
}

.stories li.story .title a,
.stories li.story .title a:visited {
    color: #9C1D25;
    font-size: 115%;
    font-weight: bold;
}

.stories li.story .share {
    margin-left: 10px;
}

.stories li.story .details {
    font-size: 85%;
}

.stories li.story .summary {
    color: #000;
    font-size: 100%;
    padding: 5px;
}

.notes ul {
    padding: 5px;
}

.hidden {
    display: none;
}

.message,
.error {
    clear: both;
    margin: 15px;
    padding: 5px;
    text-align: center;
}

.message {
    background-color: #FFFFCC;
    border: 1px solid #FFDD66;
}

.error {
    background-color: #FFBBBB;
    border: 1px solid #BB3333;
}

.center,
form.register,
form.friendfeed {
    text-align: center;
}

.center table {
    margin-left: auto;
    margin-right: auto;
}

form.register #id_url {
    width: 450px;
}

.stories li.story .users a,
.stories li.story .tags a {
    margin-right: 3px;
}

.stories li.story .users a.friend {
    font-weight: bold;
}

.stories li.story a.more {
    font-weight: bold;
    white-space: nowrap;
}

.thread {
    display: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

.stats ul {
    width: 25%;
    float: left;
}

.stats ul li {
    margin-bottom: 5px;
}

.stats .counter {
    color: #333;
    font-size: 85%;
}

ul.help li {
    margin-bottom: 5px;
}

ul.users li {
    display: inline;
    margin-right: 5px;
}

.clear {
    clear: both;
}

.navigation {
    float: left;
}

.navigation,
#counter {
    background-color: #C4DDCF;
    border: 1px solid #91AA9D;
    margin: 15px;
    padding: 10px;
}

.navigation .prev {
    margin-right: 10px;
}

.navigation .num {
    margin-right: 3px;
}

.navigation a {
    padding: 5px;
}

.navigation .next {
    margin-left: 10px;
}

#counter {
    float: right;
}

#footer {
    background-color: #193441;
    border-top: 1px solid #91AA9D;
    clear: both;
    color: #FFF;
    font-size: 85%;
    padding: 15px;
    text-align: center;
}

#footer a {
    color: #FFF;
}
