/*		Aster, the Daniel Jackson fl	*/
/*		Star & Leaves layout			*/
/*		Graphics by Lerefuge			*/
/*		HTML and CSS by Nyx				*/

body { }

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

h1, h2, h3, h4, p, label, ul, th, td { font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif; } 
h1 { font-size: 16pt; line-height: 20pt; letter-spacing: 3px; color:#25334D; }
h2 { font-size: 14pt; line-height: 16pt; letter-spacing: 2px; color: #25334D; }
h3, h4 { font-size: 12pt; line-height: 14pt; letter-spacing: 1px; color: #25334D; }
p, label, th, td { font-size: 11pt; line-height: 12pt; color: #5B455C; text-align: left; } 
th { font-weight: bold; text-align: center; }
p.footer { font-size: 8pt; line-height: 10pt; }
ul { font-size: 11pt; line-height: 14pt; color: #5B455C; 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: #C3CCBD;
background-image: url(images/aster_19.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 436px 230px;
margin: 0;
padding: 0; }

#container {
margin: 25px auto 15px 0;
width: 801px;
text-align: left;
}

table#star { width: 800px; border: 0; }
table#star td { padding: 0; }

/*		Forms		*/
input, textarea, option, select
{ width: 250px;
background: #8A9186;
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
font-size: 11pt;
color: #5B455C; 
line-height: 12pt;
border: 1px dotted #25334D;
margin-top: 2px;
margin-bottom: 5px;
padding: 2px; }
option { border: 0; }
input[type=radio], input[type=checkbox] { width: auto; }
input#submit { width: 150px;
font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
font-size: 11pt;
line-height: 12pt;
color: #25334D;
letter-spacing: 1px;
margin-top: 5px;
padding: 2px;
border: 2px outset #25334D;
}
textarea { height: 150px; overflow: auto; }

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