@import url('reset.css');

/* Fonts, typefaces if your eye is glass ********************/
body, input, textarea, select, option {
    font-family: "Verdana";
    font-size: 18px;
}

/* Well-chosen defaults, hopefully. ********************/
html {
    height: 100%;
    margin-top: 0;
    margin-bottom: 1px;
    background-color: white;
}

body {
    margin: 2em 10%;
    line-height: 1.5;
    margin-top: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a, a:hover {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

a:hover {
    background: #DFFF9C;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h3, h4, h5, p, ul, ol, blockquote, form {
    margin: 1.5em 0;
}

h1 #banner, h1 #banner:hover {
    display: block;
    text-indent: -999%;

    border: 0; /* Undo anchor link style */
    background-color: white;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: center center;

    height: 264px;
    margin-bottom: 2em;
}

h2 {
    font-size: 2em;
    font-family: Georgia;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    color: #2F3DBC;
}

label {
    width: 10em;
    display: inline-block;
}

input, textarea, select {
    width: 20em;
    display: inline-block;
    vertical-align: middle;
}

input[type="submit"] {
    width: inherit !important;
}

.clear {
    clear: both;
}

#notice {
    background: #fbf;
    padding: 1em 2em;
    text-align: center;
}

/* Fancy tables ********************/
table.fancy {
    width: 100%;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

table.fancy th {
    font-weight: bold;
    border-bottom: 1px solid black;
}

table.fancy th, table.fancy td {
    padding: 5px 0;
}

/* Navigation. ********************/
#nav {
    float: left;
    width: 25%;
    margin-top: 2em;
}

#nav li {
    margin: 0.5em 0;
}

/* Content. ********************/
#content {
    margin-left: 25%;
    padding-left: 20px;
}

#content ul {
    list-style-type: disc;
    margin-left: 2em;
}

/* Footer. ********************/
#footer {
    margin-top: 15em;
    text-align: center;
    font-size: 0.8em;
}

#footer, #footer a {
    color: gray;
    border-bottom: 0;
}

/* Editing. ********************/
body#edit textarea {
    width: 100%;
    height: 50em;
    font-family: Consolas, Monaco, "Lucida Console", monospace;
    font-size: 15px;
}

/* Have the summary line take up the entire width. */
body#edit label {
    width: 100%
}

body#edit input {
    width: 100%;
}

/* Registration. ********************/
form.register label {
    width: 10em;
    vertical-align: middle;
}

form.register div {
    margin-bottom: 2em;
}

form.register div p {
    margin: 1em 0;
}

form.register p {
    margin: 5px 0;
}

form.register h3 {
    border-bottom: 1px solid gray;
}

form.register input, form.register textarea {
    vertical-align: middle;
}

form.register td {
    padding-right: 5px;
}

div#giveusmoney {
    padding: 15px;
    background: #E2EBE4;
    border: 1px solid #D1DAD3;
    margin: 1em 0;
}

div#giveusmoney address {
    font-style: normal;
    margin: 0.5em 5px;
}
