/*		Send in the Clown!, the Jester fl	*/
/*		Welcome to Hell layout				*/
/*		Graphics, HTML and CSS by Nyx		*/

/*		Text & Links		*/
a:link { text-decoration: underline; color: #918495; font-weight: bold; }
a:visited { text-decoration: underline; color: #918495; font-weight: normal; }
a:hover { text-decoration: none; color: #4B3353; background-color: #918495; }
a:active { text-decoration: none; color: #4B3353; background-color: #918495; }

h1, h2, h3, h4 { font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif; color: #918495;  }
h1 { font-size: 18pt; line-height: 22pt; font-weight: 800; }
h2 { font-size: 14pt; line-height: 16pt; letter-spacing: 1px; }
h3, h4 { font-size: 12pt; line-height: 14pt; }
p, label, ol, ul, th, td { font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif; color: #918495; font-size: 10pt; line-height: 12pt; }
th { font-weight: bold; text-align: center; }
p.footer { font-size: 8pt; line-height: 10pt; }
ul { list-style-type: disc; line-height: 14pt; }
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: #4B3353; margin: 0; padding: 0; }
div#ribbon { width: 200px; height: 200px; margin: 0; padding: 0; position: absolute; right: 0; top: 0; }

/*		Forms		*/
input, textarea, option, select
{ width: 250px; 
background: #4B3353;
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; 
font-size: 10pt;
color: #918495; 
border: 2px solid #918495; 
margin: 2px 0 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;
font-size: 12pt;
margin-top: 5px;
padding: 2px;
border-style: outset;
border-width: 2px; }

/* for BellaBuffs admin */
img { border: 0; }
table td td { padding: 3px; }
/* control row colours in admin */
.literow { background: #4B3353; }
.darkrow { background: #28142F; }
