body{
    padding: 20px 20px 0 140px;
    font-size: 100%;
    font-family: 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, Verdana, Arial, sans-serif;
}

img {
    border: none!important;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

#content {
    min-width: 40ex;
    text-align: left;
}

h1 img {
    position: absolute;
    left: 20px;
}

p.bread-crumbs {
    margin-bottom: 0;
}

p.bread-crumbs + h2 {
    margin-top: 0;
}

ul {
    list-style: none outside;
    padding: 0;
}

ul li:before {
    content: "— ";
}

.ui-widget li:before {
    content: "!";
    display: none;
}

p {
    margin: 1em 0 0 0;
}

ol, ul {
    margin: 0;
}

ul ul, ol ol, ul ol, ol ul {
    margin-left: 3ex;
}

address {
    clear: both;
    font-style: normal;
    font-size: smaller;
    padding-top: 4em;
    margin-bottom: 10px;
}

form ul.radio li:before {
    content: "";
}

form ul.radio label {
    padding-left: 0.7ex;
}

.error, .errors {
    color: #E33A8E;
    font-size: 90%;
}

form ul.errors li:before {
    content: "";
}

blockquote {
    border-left: 2px solid #008;
    padding-left: 10px;
}

blockquote cite {
    display: block;
    margin-top: 1em;
    font-size: small;
}

a.edit {
    font-size: small;
    color: blue;
}

.rss-link {
    position: absolute;
    margin: -1.5em 0 0 -5ex;
}

.rss-link a {
    background: #FF934D;
    padding: 2px 4px;
    color: #444;
    text-decoration: none;
}

#user_area {
    position: absolute;
    top: 5px;
    right: 30px;
}

form.inline, form.inline * {
    display: inline;
}

input.openid {
    background: url("/img/icons/openid.gif") no-repeat left;
    padding-left: 16px;
}

input.date {
    width: 11ex;
}

textarea {
    display: block;
    width: 100%;
    max-width: 120ex;
    height: 20em;
}

h1.subtitle {
    font-size: 100%;
    margin: 0;
}

a.wikipedia {
    background: url("/img/icons/wikipedia.gif") no-repeat left;
    padding-left: 20px;
}

a.website {
    background: url("/img/icons/website.png") no-repeat left;
    padding-left: 20px;
}

a.imdb {
    background: url("/img/icons/imdb.gif") no-repeat left;
    padding-left: 20px;
}

a.blog {
    background: url("/img/icons/blog.png") no-repeat left;
    padding-left: 20px;
}

a.mail {
    background: url("/img/icons/mail.png") no-repeat left;
    padding-left: 20px;
}

a.skype {
    background: url("/img/icons/skype.gif") no-repeat left;
    padding-left: 20px;
}

a.xmpp {
    background: url("/img/icons/xmpp.gif") no-repeat left;
    padding-left: 20px;
}

a.livejournal {
    background: url("/img/icons/livejournal.png") no-repeat left;
    padding-left: 20px;
}

img.icon {
    vertical-align: middle;
}

.announcement {
    background: #ffc;
    border: #FA9F19 1px solid;
    padding: 20px;
}

