@import url(http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css);
@import url(yui.base.css);

body, form {
    margin: 0;
    padding: 0;
}

body {
    background: #000000 url(../images/background.gif) repeat-x;
    font: normal small "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #2FCC61;
    text-align: left;
}

div {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
}

a {
    color: #00FF51;
}

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

p {
    text-align: justify;
}

img {
    border: 0;
}

/* Header */

#header {
    width: 800px;
    height: 160px;
    margin: 0 auto;
    background: url(../images/clover.png) no-repeat right top;
}

/* Logo */

#logo img {
    height: 126px;
    margin: 13px 0 0 0;
}

#logo * {
    margin: 0;
    padding: 0; /*	text-transform: lowercase; */
    color: #FFFFFF;
}

#logo h1 {
    padding: 12px 0 0 0;
    font-size: 3.5em;
    line-height: 100%;
}

#logo h1.line1 {
    letter-spacing: 0.5px;
}

#logo h1.line2 {
    letter-spacing: -1px;
}

#logo h2 {
    letter-spacing: 1.4px;
    font-size: 1.5em;
    margin: 12px 0 0 0;
}

/* Menu */

#menu {
    /*	float: right; */
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover, #menu .active a {
    background: #000000;
}

/* Content */

#content {
    width: 800px;
    margin: 0 auto;
    padding: 23px 0 0 0;
}

/* Column One */

#colOne {
    float: left;
    width: 540px;
    background-repeat: no-repeat;
    min-height: 570px;
}

#colOne h2 {
    font-size: 2.2em;
}

#colOne p, #colOne ul, #colOne ol {
    line-height: 160%;
}

#colOne .credits {
    margin-bottom: 20px;
    padding: 5px 0 20px 8px;
    border-bottom: 1px solid #2C2C2C;
}

#colOne .credits p {
    margin: 0;
    padding: 0;
    line-height: normal;
}

/* Column Two */

#colTwo {
    float: right;
    width: 230px;
}

#colTwo ul {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

#colTwo li {
    margin-bottom: 20px;
}

#colTwo li li {
    margin-bottom: auto;
}

#colTwo li ul {
    padding-left: 20px;
    list-style: square inside;
}

#SpotlightBlip {
    text-align: center;
    margin-bottom: 1em;
}

#textfield1 {
}

#submit1 {
}

/* Footer */

#footer {
    clear: both;
    width: 800px;
    height: 60px;
    margin: 0 auto;
    padding: 20px 0;
}

#footer p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: smaller;
}

.pics {
    width: 218px;
    padding: 0;
    margin: 0;
}

.pics img {
    display: none;
    padding: 6px;
    background-color: #00A563;
    width: 100%;
    top: 0;
    left: 0;
}

.tabs-hide {
    display: none;
}

.tabs-selected a {
    background-color: #000;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
    /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: default;
}

.tabs-container {
}

ul.stories {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}

ul.stories li {
    list-style: none;
    padding-bottom: 1em;
}

ul.stories > li > p {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 0;
}

ul.stories span.name {
    font-size: 140%;
}

ul.stories a.story {
    display: block;
    margin-left: 1.5em;
    outline: 0;
}

ul.stories div {
    display: none;
    background-color: #00D078;
    border: 6px solid #00A563;
    color: #000;
    margin: 1em 0 0 1.5em;
    padding: 0.7em 1em 1px 1em;
}

ul.stories div p {
    margin-top: 0;
}

label {
    display: block;
    font-weight: bold;
}

input, textarea, select {
    margin-bottom: 1em;
}

textarea {
    width: 100%;
    font-family: Arial;
    font-size: 100%;
}

.postresult {
    text-align: center;
    font-weight: bold;
    background-color: White;
    color: Black;
    padding: 1em;
    margin-bottom: 1em;
}

a.toggleform {
    margin-bottom: 1em;
    display: block;
    outline: 0;
}

#classof {
    border: 1px solid gray;
    padding: 0 5px;
    background-color: white;
    color: black;
    margin-right: 3px;
}

.instructions {
    text-align: right;
    font-size: 85%;
    color: White;
    margin-top: -1em;
}

.formfield {
    float: left;
    padding-right: 2em;
}

.formline {
    padding: 0.5em 0;
}

.clear {
    clear: both;
}

#donate {
    background-color: White;
    border: 6px solid #00A563;
    padding: 0.5em;
    text-align: center;
    color: Black;
    margin-bottom: 1.5em;
}

#donate > div {
    font-size: 90%;
}

#donate table {
    width: 195px;
    margin: 0.5em auto 0;
}

#donate input {
    margin-bottom: 0;
}

.radios label {
    padding: 2px 0 2px 20px;
    background: url(../images/icon_checkbox.png) 0 -40px no-repeat;
    color: PaleGreen;
}

.radios label.disabled {
    color: #333;
    opacity: 0.8;
}

.radios label.focus {
    background-position: 0 -114px;
}

.radios label.checked {
    background-position: 0 0;
}

.radios label.checked.focus {
    background-position: 0 -74px;
}

.radios label.checked {
    background-position: 0 -160px;
}

.radios label.checked.focus {
    background-position: 0 -199px;
}

.radios p {
    margin-left: 20px;
}

.checkout {
    width: 190px;
    text-align: center;
    margin: 0 auto 2em;
    padding-top: 6px;
    background-color: White;
    border: solid 6px #00A563;
}

.checkout input {
    margin: 0;
}

.address {
    font-weight: bold;
}

.offscreen {
    position: absolute;
    left: -999em;
}

.caption {
    color: White;
    font-size: 90%;
}

.caption img {
    width: 100%;
    display: block;
    margin-bottom: 0.2em;
}
