
/* LINK STYLES */

a:link {
color:#369d74;
font-weight: bold;
text-decoration:none;
}

a:visited {
color:#57ac8a;
font-weight: bold;
text-decoration:none;
}

a:hover, a:active, a:focus {
font-weight: bold;
text-decoration:underline;
color:#009b5d;
}

#navigation a:link, #navigation a:visited, #top-nav a:link, #top-nav a:visited {
color:#1d513c;
}

#navigation a:hover, #navigation a:active, #navigation a:focus, #top-nav a:hover, #top-nav a:active, #top-nav a:focus  {
color:#1b7a54;
text-decoration:none;
}

#navigation a#current, #top-nav a#current {
color:#009b5d;
}

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:#81c7ab;
background-image: url('stripe.gif');
}

body {
color:#0f2b1f;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 62.5%;
text-align: center;
}

/* WRAPPER STYLES */

#wrapper {
margin: 0 auto;
text-align:left;
width:400px;
}

/* NAVIGATION STYLES */


#navigation, #top-nav  {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
font-weight:bold;
list-style:none;
border: 1px solid black;
background-color:white;
text-align:center;
}

#navigation li, #top-nav li  {
display: inline;
padding-right: 1em;
}

#navigation, #content, #header, #footer, #top-nav {
margin-top:1.5em;
}


/* HEADER */

#header {
border: 1px solid black;
background-color:white;
text-align:right;
}

#header img {
padding:0;
margin:0;

}

/* FOOTER */

#footer {
border: 1px solid black;
background-color:white;
font-size: 1em;
text-align:center;
}

#footer p {
margin:1em;
}

/* CONTENT */

#content {
font-size: 1.2em;
border: 1px solid black;
background-color:white;
}

p {
margin:1em;
margin-bottom:1.9em;
margin-top:1em;

}

/* ADITIONAL DIV STYLES */

#fanstats {
font-size: 0.85em;
}

#hidden {
left: -9000px;
position: absolute;
top: 0;
}

/* HEADING STYLES */

h1, h2, h3, h4, h5, h6 {
color:#194231;
border-bottom: 1px solid #4c9578;
}

h1, h2, h3, h4, h5, h6 {
font-size:1.25em;
margin:0.666em;
}


/* LIST STYLES */

#rules {
margin: 3.5em;
}

#rules li {
margin-bottom: 1em;
}

ul.show_sort_list {
list-style:none;
margin: 1em;
}


/* QUOTATIONS */

blockquote.mark{
background:url(quote.gif) no-repeat;
margin-left:1em;
}

blockquote p {
margin: 0 3em;
text-align:justify;
}

/* 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: Georgia, "Times New Roman", Times, serif;
font-size:0.833em;
color: #000; 
padding: 0 0.3em}


.center {
text-align:center;
}

.center input {
padding:0.2em;
text-align:center;
}

/* CODESORT STYLES */

.credit {
display:none;
}

.codesort ul {
margin:1em;
}

.codesort li {
display: inline;
padding-right: 0.5em;
}

/* IMAGE STYLES */

img {
border:0;
margin: 0.5em;
}
