/*		Emperor & Magician, the Junpei/Akihiko fl	*/
/*		Hey senpai! layout							*/
/*		Graphics, HTML and CSS by Nyx				*/

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

h1, h2, h3, h4 { font-family: Constantia, Georgia, "Palatino Linotype", Palatino, serif; font-size: 20pt; line-height: 24pt; letter-spacing: 2px; color: #CC0000; } 
h2 { font-size: 16pt; line-height: 18pt; letter-spacing: 1px; color: #0072BC; } 
h3, h4 { font-size: 14pt; line-height: 16pt; color: #0072BC; } 
p, label, ul, ol, th, td { font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif; font-size: 11pt; line-height: 14pt; color: #0072BC; }
th { font-weight: bold; text-align: center; }
p.footer { font-size: 8pt; color: #CC0000; line-height: 10pt; } 
ul { line-height: 16pt; list-style-type: disc; }
ol { line-height: 16pt; 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: #0072BC; margin: 0; padding: 0; }

#container { width: 650px; margin: 0 auto; }
#header { width: auto; background-color: #ffffff;  }
#menu{ width: auto; background-color: #ffffff; list-style-type: none; text-align: center; margin: 0; padding: 10px 20px; }
#menu li { display: inline; padding-right: 30px; }
#content { width: auto; background-color: #ffffff; padding: 5px 20px; }
#footer { width: auto; background-color: #ffffff; padding: 10px 20px; }
#ribbon { width: 200px; height: 200px; margin: 0; padding: 0; position: absolute; right: 0; top: 0; }

/*		Forms		*/
input, select, textarea, option
{ width: 250px;
background: #ffffff;
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; 
color: #0072BC; 
font-size: 12pt; 
line-height: 14pt;
border: 1px solid #cc0000;
margin-top: 2px; 
margin-bottom: 5px;
padding: 2px; }
option { border: 0; }
input#submit { width: 150px; font-size: 12pt; line-height: 14pt; border: 2px outset #cc0000; }
input[type=radio], input[type=checkbox] { width: auto; }
textarea { height: 150px; overflow: auto; }
.required {}

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