/*		In Nomine Patris, the Sparda fl	*/
/*		Devil Sunday layout				*/
/*		Graphics, HTML and CSS by Nyx	*/

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

h1, h2, h3, h4, p.credit { font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif; color: #823464; }
h1 { font-size: 18pt; line-height: 20pt; letter-spacing: 2px; }
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: Cambria, "Times New Roman", Times, serif; color: #823464; font-size: 11pt; line-height: 12pt; } 
th { font-weight: bold; text-align: center; }
p.footer { font-size: 9pt; line-height: 10pt; text-align: right; }
p.poison { font-size: 9pt; line-height: 10pt; text-align: center; }
ol, ul { line-height: 14pt; list-style-type: lower-greek; }
ul { list-style-type: circle; }
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: #130012; margin: 0; padding: 0; }

#container { background: #350032; margin: 0 auto; width: 500px; }
#header { margin: 0; width: auto; }
#content { margin: 0; padding: 10px; width: auto; }
#footer { margin: 0; padding: 5px 10px; width: auto; }
#ribbon { width: 200px; height: 200px; margin: 0; padding: 0; position: absolute; right: 0; top: 0; }
/*		Forms		*/
input, textarea, select { width: 250px;
background: #130012;
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
color: #FAF729;
font-size: 11pt;
line-height: 12pt; 
border: 3px double #FAF729;
margin: 2px 0 5px;
padding: 2px; 
}
option { border: 0; }
input[type=radio], input[type=checkbox] { width: auto; }
textarea { height: 150px; overflow: auto; }
input#submit { width: 150px;
font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
font-size: 11pt;
margin-top: 5px;
padding: 2px;
border: 2px outset #FAF729; }
.required {}

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