/*
Theme Name: NotFurProfit
Author: Frost The Fox
Description: Theme for notfurprofit.org
Version: 1.0.3
Tags: notfurprofit
*/

* {
    margin: 0;
    padding: 0;
}

a:link {
    color: #ccc;
}

a:visited {
    color: #ccc;
}

body {
    background-color: #000;
    color: #ccc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div {
    display: block;
}

p {
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0px;
}

ul {
   list-style-position: inside;
}
ul ul {
   list-style-position: inside;
   margin-left: 15px;
}

header {
    width: 100%;
    height: 50px;
    background-color: #111111;
    border-bottom: #ccc solid;
}

footer {
    position: fixed;
    text-align: center;
    bottom: 0px;
    width: 100%;
}

.box {
    padding: 10px;
    max-width: 700px;
    margin: 0 auto;
    background-color: #191717;
    overflow: hidden;
}

.title {
    height: auto;
    margin-bottom: 10px;
}

.content {
    width: 100%;
}

.sidebar {
    width: 150px;
    padding: 5px;
    background-color: #2d2a2a;
    line-height: 140%;
    float: right;
}

h2 {
    margin-bottom: 5px;
}

h2.headertext {
    padding: 10px;
}

a.headertext:link {
    text-decoration: none;
}

a.headertext:visited {
    text-decoration: none;
}

li.page_item a:link {
    text-decoration: none;
}

li.page_item a:visited {
    text-decoration: none;
}
