/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background:#fff url(../img/warrior_seal.gif) bottom right no-repeat fixed;
	font: 14px/21px Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	color:#333;	
}

a:link, a:visited {
	color:#cc0000;
	text-decoration:none;
}

a:active, a:hover {
	text-decoration:underline;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

blockquote, blockquote p {
	text-indent: -0.5em;
	color:#cc0000;
	}

cite {
	float:right;
	margin-bottom:21px;
}

p.alert {
	color:#cc0000;
	font-weight:bold;
	text-decoration:blink;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 36px;
	line-height:42px;
	color:#cc0000;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h4.pushdown {
	margin-top:6px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 21px;
}
