/*		Token Sane One, the Gale fl		*/
/*		Q.E.D. layout					*/
/*		Graphics, HTML and CSS by Nyx	*/

/*		Text & Links		*/
a:link { text-decoration: underline; color: #EF8000; }
a:visited { text-decoration: none; color: #009871; }
a:hover { text-decoration: none; color: #EF8000; }
a:active { text-decoration: none; color: #EF8000; }

h1, h2, h3, h3 { font-family: Consolas, "Bitstream Vera Sans Mono", monospace; } 
h1 { font-size: 20pt; line-height: 24pt; letter-spacing: 3px; color: #009871;margin-top: 0; }
h2 { font-size: 16pt; line-height: 19pt; letter-spacing: 1px; color: #333; }
h3, h4 { font-size: 14pt; line-height: 16pt; color: #333; } 
p, label, ul, ol, th, td { font-family: "Courier New", Courier, monospace; font-size: 12pt; line-height: 14pt; color: #333; text-align: justify; }
th { font-weight: bold; text-align: center; }
p.footer { font-size: 9pt; color: #333; line-height: 10pt; } 
ul { list-style-type: square; }
ol { list-style-type: decimal; }
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;
font-family: "Courier New", Courier, monospace; font-size: 12pt; line-height: 14pt; color: #333; }

#container { width: 800px; height: 600px; background-image:url(images/galebg.jpg); margin: 0 auto 0 0; }
#content { float: left; width: 530px; height: 380px; border: 2px solid #009871; padding: 5px; overflow: auto; }
#menu { clear: both; padding: 10px 5px; }
#menu a { font-family: "Courier New", Courier, monospace; font-size: 12pt; line-height: 14pt; }
#ribbon { width: 200px; height: 200px; margin: 0; padding: 0; position: absolute; right: 0; top: 0; }

/*		Forms		*/
input, select, textarea, option
{ width: 250px; 
background: #fff;
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
color: #333; 
font-size: 10pt; 
line-height: 12pt;
border: 1px solid #009871;
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-size: 10pt; 
line-height: 12pt;
font-weight: bold;
border: 2px outset #009871; }

/* for BellaBuffs admin */
img { border: 0; }
td { padding: 3px; }
#navigation { list-style-type: none; margin: 0; padding: 0; }
#navigation li { display: inline; padding: 2px 8px; }
/* control row colours in admin */
.literow { background: #fff; }
.darkrow { background: #ddd; }
