/*		Facing Destiny, the Roland fl	*/
/*		Let the Monster In layout		*/
/*		Graphics, HTML and CSS by Nyx	*/

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

h1, h2, h3, h4 { font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif; font-size: 18pt; line-height: 22pt; letter-spacing: 2px; color: #2B7E8A; font-variant: small-caps; } 
h2 { font-size: 16pt; line-height: 18pt; letter-spacing: 1px; font-variant: normal; }
h3, h4 { font-size: 14pt; line-height: 16pt; letter-spacing: 1px; font-variant: normal; }
p, label, ol, ul, th, td { font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif; font-size: 11pt; line-height: 13pt; color: #2B7E8A; }
th { font-weight: bold; text-align: center; }
p.footer { font-size: 9pt; line-height: 12pt; } 
ol { line-height: 16pt; color: #2B7E8A; list-style-type: decimal; }
ul { line-height: 16pt; color: #2B7E8A; 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: #061013; margin: 0; padding: 0;
font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif; font-size: 11pt; line-height: 13pt; color: #2B7E8A; }

#container { width: 900px; }
#header { width: 900px; }
#menu { width: 900px; }
#headermenu { list-style-type: none; text-align: center; margin: 0; padding: 0; }
#headermenu li { display: inline; font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif; font-size: 14pt; line-height: 14pt; padding: 2px 8px; }
#content { padding: 0 10px; }
#footer { padding: 0 0 10px 0; }
#ribbon { width: 200px; height: 200px; margin: 0; padding: 0; position: absolute; right: 0; top: 0; }

/*		Forms		*/
input, select, textarea, option
{ width: 250px;
background: #061013;
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; 
color: #FDFF7C; 
font-size: 12pt; 
line-height: 14pt;
border: 1px solid #FDFF7C; 
margin-top: 2px; 
margin-bottom: 5px;
padding: 2px; }

option { border: 0; }

input#submit
{ width: 150px;
font-size: 12pt; 
line-height: 14pt;
border: 2px outset #FDFF7C; }
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: #061013; }
.darkrow { background: #010304; }
