
body {
    background: #3e653c url(../images/header-bg.png) repeat-x;
    font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    line-height: 150%;
}

.header h1 a {
    background: url(../images/header.png) no-repeat;
    height: 160px;
    display: block;
    text-indent: -10000px;
}

.header h2 {
    display: none;
}

.article h1 {
    color: #336;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}

.article h2 {
    color: #336;
    margin-bottom: 20px;
    margin-top: 40px;
}


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

a:hover {
    text-decoration: underline;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.article {
    font-size: 20px;

    width: 660px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 20px;

    background: #dccec7;

    border: 5px solid #a58879;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

nav {
    float: right;
    display: block;
    margin-top: 50px;
    height: 40px;

    margin-right: 10px;

    font-size: 20px;
    text-align: right;
}

nav ul {
    display: inline;
}
nav ul li {
    display: inline;
}

nav form {
    clear: right;
    margin-top: 10px;
}

nav a {
    color: black;
    text-decoration: none;
    padding: 5px;
}

.search {
    width: 160px;
    padding-left: 10px;
    border: 2px solid #333;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    font-size: 20px;
}

.error {
    display: block;
    border: 2px solid #f66;
    background: #fdd;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul {
    list-style: disc;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

ul li {
    padding: 0.25em;
}

label {
    margin-top: 10px;
    margin-bottom: 10px;
}

input {
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
}

input[type=submit] {
    width: auto;
}

textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 8em;
    margin-top: 5px;
}

footer {
    display: block;
    text-align: center;
    color: #ccc;
    font-weight: bold;
}

footer a {
    color: #ccc;
    margin: 20px;
}

.useit h3 {
    text-align: left;
    margin-bottom: 20px;
    color: #777;
}

.useit div {
    background: #1f1f1f;
    color: white;
    padding: 20px;

    margin-top: 20px;
    margin-bottom: 20px;

    border: 5px solid #444;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.useit div .tag {
    color: #ffcfaf;
}

.useit div .string {
    color: #cc9393;
}

.add-member input {
    width: 200px;
    margin-right: 10px;
}

.desc {
    color: #444;
    font-size: 90%;
}

.details {
    color: #444;
    font-size: 80%;
}

.search-results {
   list-style-type: none;
   margin-bottom: .4em;
}


