
/* LINK STYLES */

a:link {
color:#5a7c06;
font-weight: bold;
text-decoration:none;
}

a:visited {
color:#516520;
font-weight: bold;
text-decoration:none;
}

a:hover, a:active, a:focus {
font-weight: bold;
text-decoration:underline;
color:#63813f;
}

#navigation a:link, #navigation a:visited {
color:#624d01;
}


#navigation a:hover, #navigation a:active, #navigation a:focus  {
color:#8d7009;
text-decoration:none;
}

#navigation a#current {
color:#b27e1b;
}

a img {
border:0;
}

 #skip a, #skip a:hover, #skip a:visited {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active, #skip a:focus {
position:static;
width:auto;
height:auto;
}

/* BODY STYLES */

* {
margin:0;
padding:0;
}

html, body {
background-color:#FFF;
background-image: url('bg.gif');
background-repeat:repeat-x;
background-position: 0 223px;
}

body {
color:#000;
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
text-align: center;
}

/* WRAPPER STYLES */

#wrapper {
margin: 0 auto;
text-align:left;
width:50%;
}

/* NAVIGATION STYLES */


#navigation  {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 1.7em;
font-weight:bold;
list-style:none;
text-align:right;
}

#navigation li  {
display: inline;
padding-right: 1em;
}

#content, #footer {
margin-top:1.5em;
}


/* HEADER */

#header img {
padding:0;
margin:0;

}

/* FOOTER */

#footer {
font-size: 1em;
text-align:center;
border-top: 1px solid #afb88d;
}

#footer p {
margin:1em;
}

/* CONTENT */

#content {
font-size: 1.2em;
margin-bottom: 7em;
line-height:1.6em;
}

p {
margin:1em;
margin-bottom:1.4em;
}

.site-button {
float:left;
}

.site-blurb {
float:left;
}

/* HEADING STYLES */

h1, h2, h3, h4, h5, h6 {
color:#194231;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
letter-spacing:0.3em;
}

h1, h2, h3, h4, h5, h6 {
font-size:1.6em;
margin:0.666em;
}


/* LIST STYLES */

ul.link-list {
list-style:none; 
margin:1em;
margin-bottom:1.9em;
}


ul.error-list {
list-style: circle; 
margin:2.3em;
margin-bottom:1.9em;
}

/* TABLE STYLES */

table {
margin: 1em;
}

td, th {
padding-right: 1em;
padding-bottom: 0.5em;
}


/* QUOTATIONS */

blockquote.mark{
background:url(quote.jpg) no-repeat;
padding-left:0.2em;
}

blockquote p {
padding: 0 2em;
text-align:justify;
}

.question {
color:#194231;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}


/* LANGUAGE */

.uppercase {
text-transform:uppercase;
}

.romaji {
font-style:italic;
}

abbr, acronym {
border: none;
}

acronym {speak : normal;}
abbr {speak : spell-out;}


/* FORM STYLES */

input, textarea, select {
background: white;
border: 1px solid black; 
font-family: Arial, Helvetica, sans-serif;
font-size:0.833em;
color: #000; 
padding: 0 0.3em}


/* IMAGE STYLES */

img {
border:0;
margin-right: 0.5em;
}

img#profile {
float:left;
margin:.5em 1em 0em 1em;
padding: 0.3em;
border: 1px solid #7f8e59;
}
