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

	Licensed under GPL and MIT.
*/

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

body {
	background: #000 url("../i/bg.png") repeat-x top left; /* use jpg for ie6 */
	color:      #333;
	font:       13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	padding:    8px 0 35px 0;
}

a {
	color:           #ec7530;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.floatleft {
	float:  left;
	margin: 0 12px 12px 0;
}

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

#logo {
	background: transparent url('../i/logo2.png') no-repeat scroll 0 0;
	display:    block;
	float:      left;
	height:		76px;
	width:		161px;
}

#logo a {
	display:	 block;
	height:		 76px;
	text-indent: -9999px;
	width:		 161px;
}

h1 {
	font-size: 25px;
}

h2,
h3 {
	font-size:     21px;
	font-weight:   normal;
}

	#pages h2 {
		border-bottom: 2px solid #ec7530;
	}
	
	#pages h3 {
		font-size:     18px;
		margin-bottom: 6px;
	}
	
	.light_grey { color: #222A3C; }

h2, h3, p { margin-bottom: 13px; }

span.subheading {
	font-size:     21px;
	font-weight:   normal;
	border-bottom: 2px solid #ec7530;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

