/*		Reason, the Hitoshura fl		*/
/*		Yearning for a New World layout	*/
/*		Graphics by Lerefuge			*/
/*		HTML and CSS by Nyx				*/

/*		Text & Links		*/
a { font-weight: bold; }
a:link { text-decoration: underline; color: #9ea3c1; }
a:visited { text-decoration: underline; color: #9ea3c1; font-weight: normal; }
a:hover { text-decoration: none; color:#fff; background-color: #6c9dbe; }
a:active { text-decoration: underline; color:#000; }
a img { border: 0; }

h1, h2, h3, h4 { font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif; color: #6c9dbe; font-variant: small-caps; }
h1 { font-size: 18pt; letter-spacing: 2pt; line-height: 22pt; } 
h2 { font-size: 14pt; letter-spacing: 1pt; line-height: 16pt; } 
h3, h4 { font-size: 12pt; line-height: 14pt; } 
p, label, ol, ul, th, td { font-family: Helvetica, Calibri, Arial, sans-serif; color: #6c9dbe; font-size: 10pt; line-height: 12pt; }
th { font-weight: bold; text-align: center; }
p.footer { font-size: 8pt; line-height: 10pt; letter-spacing: 1pt; text-align: right; }
p.poison { font-size: 8pt; line-height: 10pt; text-align: center; }
ol, ul { line-height: 14pt; list-style-type: hiragana; text-align: left; }
ul { list-style-type: disc; }
strong { font-weight: bold; }
em { font-style: italic; }
.right { text-align: right; }
.center { text-align: center; }

/* My haxx0rz */
img.button { margin: 2px; }
div#exchange { text-align: center; margin: 0 auto; }

/*		Body		*/
body 
{ background: #fff; margin: 0; padding: 0; }

table#layout { width: 601px; border: 0; min-height: 600px; }
#ribbon { width: 200px; height: 200px; margin: 0; padding: 0; position: absolute; right: 0; top: 0; }

/*		Forms		*/
input, select, textarea
{ width: 250px;
background: #fff;
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
font-size: 10pt;
color: #6c9dbe; 
border: 1px solid #6c9dbe;
margin-top: 2px;
margin-bottom: 5px;
padding: 2px; 
}
option { border: 0; }
input[type=radio], input[type=checkbox] { width: auto; }
textarea { height: 150px; overflow: auto; }
.required {}
input#submit { width: 150px;
font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif; 
color: #6c9dbe; 
font-size: 10pt; 
letter-spacing: 1pt; 
line-height: 12pt; 
font-variant: small-caps;
margin-top: 5px;
padding: 2px;
border: 2px outset #6c9dbe; }

/* for BellaBuffs admin */
img { border: 0; }
table#layout td td { padding: 3px; }
/* control row colours in admin */
.literow { background: #fff; }
.darkrow { background: #D0E1EB; }
