/* Tel'Laerad Global Website CSS */
/* These are styles which need to be applied to all pages on our site. */

/* The x-small trick sets the em to px ratio at default size to 1:10 until the
 * font size is increased for text, allowing pixel-perfect layouts which 
 * scale. */

* {
	border: 0;
	margin: 0;
	padding: 0;
}
ul {
	padding-left: 2em;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-type: square;
	list-style-image: url(/skin/bullet.gif);
}

body {
	font-size: x-small;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", "Verdana", "Arial", sans-serif;
	background-color: #000000;
	color: #CCCCCC;
	min-width: 80em;
}

h1,h2,h3,h4,h5,h6,h7 {
        color: #D4AF37;
	font-family: "Palatino", "DejaVu Serif", "Bitstream Vera Serif", "Cambria", serif;
	font-size: 100%;
	font-variant: small-caps;
	font-weight: normal;
	background: none;
}

a, .link {
        color: #D4AF37;
        text-decoration: none;
        background: none;
	outline: none;
}

a:hover, .link:hover {
        color: #FFCC33;
        text-shadow: 0px 0px 4px #FFCC33;
}
a:focus, .link:hover {
        color: #FFCC33;
        text-shadow: 0px 0px 4px #FFCC33;
}
