@import url("layout.css");

html, body, form, fieldset {
    margin: 0;
    padding: 0;
    color: #666;
    background-color: #eee;
    background-image:url("/media/img/background.gif");
    background-repeat: repeat-y;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
    margin: 1em 0;
    padding: 0;
}

acronym, abbr {
    cursor:help;
    border-bottom: 1px dashed black;
}

dd, blockquote {
    margin-left: 1em;
    width: 500px !important;
}

label {
    cursor: pointer;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}


input, select, textarea {
    font-size: 12px;
    padding: 0 5px;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h2 a:link,
h2 a:visited,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:active,
h4 a:link,
h4 a:visited,
h4 a:active,
h5 a:link,
h5 a:visited,
h5 a:active,
h6 a:link,
h6 a:visited,
h6 a:active { 
    border-bottom: none;
    text-decoration: none;
    }

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 1.6em;
    color: #f60;
    background-color: #eee;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: .3em;
    padding-left: 2px;
}

h4,#aw0,#aw1 {
    font-size: 1.2em;
    color: #666;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
}

h5 {
    font-size: 1.6em;
    color: #555;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
}

pre, blockquote {
    color: #666;
    background-color: #eee;
    padding: 5px 5px;
    font-size: 80%;
    width: 550px;
    overflow: auto;
}

a, 
a:link, 
a:active, 
a:visited {
    color: #666;
    background-color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}

a:hover {
    color: #f60;
    background-color: #fff;
}


h3 a, 
h3 a:link, 
h3 a:active, 
h3 a:visited {
    color: #f60;
    background-color: #eee;
    text-decoration: none;
}

h4 a, 
h4 a:link, 
h4 a:active, 
h4 a:visited {
    color: #666;
    background-color: #fff;
    font-weight: bolder;
    
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 25px;
}

li a {
    border-style: none !important;
}

span.drop {
    display: none;
}

ul.errorlist {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 9em;
}

ul.errorlist li {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    font-weight: bold;
    color: red;
    background-color: #fff;
}

a.link {
    background-image:url("/media/img/link.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
}

a.feed {
    background-image:url("/media/img/feed.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
}

a.user {
    background-image:url("/media/img/user.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
}

a.tag {
    background-image:url("/media/img/tag.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
}

a.comment {
    background-image:url("/media/img/comment.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
}

a.user_comment {
    background-image:url("/media/img/user_comment.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
}

a.day {
    background-image:url("/media/img/day.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
}

a.month {
    background-image:url("/media/img/month.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
}

a.year {
    background-image:url("/media/img/year.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
}

a.image {
    border: none;
    vertical-align: bottom;
}

div.comment {
    border-bottom: 2px dotted #eee;
    width: 580px;
}

form label {
    text-align: right;
    padding-right: 4px;
    float: left;
    width: 9em;
    font-weight: bold;
}

p.submit-row {
    text-align: right;
}

div.ad {

    height: 80px;
}

#footer {
    text-align: center;
    font-size: 80%;
    padding-top: 2em;
}

#footer a {
    background-color: #eee;
    border: none;
}

p.pagination {
    text-align: center;
}
