
/* LINK STYLES */

a:link {
	color:#266b7e;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color:#13576a;
	font-weight: bold;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	border-bottom:1px dotted #487e93;
	color:#c4effb;
	font-weight: bold;
	text-decoration:none;
}

#navigation a:link, #navigation a:visited {
	border:0;
	color:#b0dbe6;
	font-weight:normal;
}


#navigation a:hover, #navigation a:active, #navigation a:focus  {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

#navigation a#current {
	color:#ffffff;
	font-weight:normal;
}

a img {
	border:0;
}

/* BODY STYLES */

* {
	margin:0;
	padding:0;
}

html, body {
	background-color:#54a9c1;
	background-image: url('bg.gif');
	background-repeat:repeat-x;
	background-position: top left;
}

body {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

/* WRAPPER STYLES */

#wrapper {
	margin: 0 auto;
	text-align:right;
	width:650px;
}

/* NAVIGATION STYLES */

#navigation  {
	font-family: impact, arial, sans-serif;
	font-size: 2em;
	list-style:none;
	text-align:right;
	top:188px;
	position:relative;
}

#navigation li  {
	display: inline;
	padding-left: 1.5em;
}

#content, #footer {
	margin-top:1.5em;
}


/* HEADER */

#header {
	background-image: url('aryll.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	height:278px;
}


#header img {
	padding:0;
	margin:0;
}

/* FOOTER */

#footer {
	border-top: 5px solid #4ea5c2;
	font-size: 1em;
	text-align:center;
}

#footer p {
	padding:.5em;
}

/* CONTENT */

#content {
	font-size: 1.3em;
	margin-bottom: 2em;
	text-align:left;
}

p {
	margin:0.2em 1em;
	margin-bottom:1.5em;
}


/* HEADING STYLES */

h1, h2, h3, h4, h5, h6 {
	border-bottom:1px dotted #487e93;
	color:#fff;
	font-family: impact, "default sans-serif";
	font-size:2em;
	font-weight:normal;
	margin-left:0.5em;
	width:65%
}

#site-title {
	position:relative;
	top:160px;
}

/* IMAGE STYLES */

img {
	border:0;
	margin-right: 0.5em;
}

.site-image {
float:left;
}

.site-description {
float:right;
}

.clear {
clear:both;
}

/* 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;
}

.right {
	text-align:right;
	font-size:.8em;
}


/* 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; 
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.833em;
	padding: 0 0.3em;
}