/*
 Valheru WoW Guild - CSS stylesheet
 Created by Ghuyajil
 Partly based on the phpBB subBlack CSS
 Version 1, 20-10-2005
*/

body {
	background-image: url(images/back.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	background-color: #000022;
/*
    scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000022;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
*/
}

a img { border: none; }

body,font,th,td,p { font-family: "Palatino Linotype", Palatino, Times, serif; color: #FFFFAA; font-size: 14px }
a:link,a:active,a:visited { color: #FFFFCC; text-decoration: none; }
a:hover		{ text-decoration: underline; color : #FFFFCC; }
hr	{ height: 0px; border: solid #666688 0px; border-top-width: 1px;}

td		{ padding: 8px; }
td.tight	{ padding: 0px; }
td.framed	{ border: solid 1px #666688; }
td.altrow	{ border: solid 1px #CCCCFF; }

td.block
{
        background-image: url(images/back-dark.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	background-color: #000022;
        border: solid 1px #666688;
}

th
{ font-weight: bold; border: #FFCC66; height: 25px; font-size: 12px; border-width: 0px 0px 0px 0px; }


h1,h2
{ font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none; line-height: 120%; color: #FFCC00;
}


/* General text styles based on forum */
.gen { font-size : 14px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFCC; text-decoration: none; }
a.gen,a.genmed,a.gensmall { color: #FFCC00; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #FFCC00; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #FFFFCC; text-decoration: none; }

.orange			{ color: #FFCC00 }
a.orange		{ color: #FFCC00 }
a.orange:visited	{ color: #FFCC00 }
a.orange:hover		{ color: #FFFFCC; text-decoration: none; }
.biglink		{ font-weight: bold; font-size: 16px; color: #FFCC00 }
a.biglink		{ text-decoration: none; color : #FFCC00; }
a.biglink:visited	{ text-decoration: none; color : #FFCC00; }
a.biglink:hover		{ color: #FFFFCC; text-decoration: none; }


/* Quote & Code blocks (from forum) */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px;
color: #00CC33;
	background-color: #616161; border: #BFBFBF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width:
1px; border-bottom-width: 1px
}

.quote {
	font-family: "Palatino Linotype", Palatino, Times, serif; font-size: 13px;
color: #000000; line-height: 125%;
	background-color: #616161; border: #BFBFBF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width:
1px; border-bottom-width: 1px
}


/* Form elements */
textarea, select {
	color : #FFFFCC;
	font: normal 13px "Palatino Linotype", Palatino, Times, serif;
	border-color : #FFFFCC;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #000000;
	color : #FFFFCC;
}

input { text-indent : 2px; 
	color : #000000; }

/* Button for functions */
input.button {
	background-color : #000000;
	color : #FFFFCC;
	font-size: 13px; font-family: "Palatino Linotype", Palatino, Times, serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #000000;
	color : #FFFFCC;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #000000;
	color : #FFFFCC;
	font-weight : normal;
}