/*
Theme Name: Ann's Blog Site
Theme URI: http://blog.annvandelft.com/
Description: A templeta made for Ann's blog
Version: 1.1
Author: Ann van Poperingen & Wojtek Gancarczyk
Author URI: http://blog.annvandelft.com/
*/
html, body {
    background: #000;
    margin: 0;
    padding: 0;
    font-family: Lucida Sans Unicode, sans-serif;
}

#wrap {
    width: 966px;
    background: url("images/bg-content.jpg") left top repeat-y #fff;
    margin: 0 auto;
}

#header {
    width: 966px;
    height: 187px;
}

#nav_left {
    float:left;
    background:#221E1F;
    width:185px;
}

#content {
    float: left;
    width: 596px;
    background: #fff;
}

#nav_right {
    float: left;
    background: #221E1F;
    width: 185px;
}

#footer {
    clear: left;
    text-align: center;
    width: 550px;
    background: #fff;
    margin-left: 209px;
}

#s {
    width:100px;
}

#footer ul {
    color: #000;
}

.post {
    padding: 0 0 0 40px;
    width: 500px;
}

.post h2 {
    text-align: center;
    margin: 0;
    padding-top: 10px;
    font-weight: normal;
    font-size: 24px;
    font-family: Tahoma, sans-serif;
}

.post h2 img {
    border:none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    font-size:12px;
}

h1 {
    margin-top: 0;
    padding-top: 0;
}

#body h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
    text-align: center;
}

#body h2 a:link, #body h2 a:visited, #body h2 a:hover, #body h2 a:visited:hover {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    border: none;
}

#body img {
    border: none;
}
#nav_right h2, #nav_left h2 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
}

h3#comments,
h3#respond {
    font-size: 12px;
}

p {
    font-size: 12px;
    line-height: 1.5em;
}

p.small {
    font-size: 10px;
    margin-top: 0px;
    text-align: center;
}

p.small-bottom {
    font-size: 10px;
    text-align: left;
    margin: 0;
    padding: 0 0 15px 10px;
}

.commentlist p {
    margin: 0;
}

a:link,
a:visited {
    color: #FF679A;
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:visited:hover {
    color:#000;
    text-decoration:none;
    font-weight:bold;
}

.subnav a:link, .subnav a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.subnav a:hover, .subnav a:visited:hover {
    color: #FF679A;
    text-decoration: none;
    font-weight: normal;
}

.pink:hover {
    color: #FF679A;
}

#nav_left img {
    border: none;
}

#nav_left ul, #nav_right ul {
    color:#fff;
}

p {
    padding: 0 10px 0 10px;
}

.subnav {
    padding: 15px 0 15px 15px;
    text-align: left;
    line-height: 1.5em;
}

h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
}

#related-posts {
    padding-left: 10px;
}

#related-posts ul {
    list-style-type: none;

}

#related-posts ul li {
    float: left;
    width: 125px;
}

#related-posts ul li a {
    font-size: 10px;
    line-height: 1.0em;
}
