body {
    font-size: 13px;
    line-height: 2.2;
    font-family: "Open Sans", Arial, sans-serif;
    color: #A9A9A9;
}

a {
    color: #f4dade;
    text-decoration: none
}

a:hover {
    color: #fff
}

img {
    border: none;
}

hr {
    color: #666666;
    background-color: #666666;
    border: 0;
    border-top: transparent;
    border-bottom: transparent;
    margin: 2px 0;
    height: 1px;
}

a.titlelink {
    color: #FFFFFF;
    text-decoration: none;
}

a.titlelink:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

a.category {
    color: #333333;
    text-decoration: none;
}

a.category:hover {
    text-decoration: underline;
}

small {
    color: #383838;
}

.title {
    background-color: #20171b;
    line-height: 45px;
    font-size: 17px;
    font-weight: 300;
    color: #BD5A5A;
}

.category_big, .category_big a {
    font-weight: bold;
}

.category {
    font-weight: normal;
}

.tooltip {
    background: rgba(0, 0, 0, .5);
    padding: 8px;
    display: none;
    position: absolute;
    z-index: 8;
    color: #fff;
}

/* Forms */
form {
    border: none;
    margin: 0;
    padding: 0;
}

input, textarea, select {
    border: 0;
    background-color: #100C0B;
    color: #fff;
    padding: 6px 12px;
    margin: 2px 0;
}

input[type="radio"], input[type="checkbox"],
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
    border: 0;
}
