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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12.8px;
	line-height: 1.4em;
	color: #6d6d6d;
}


a, a:visited {
	color: #446baa;
}

a:hover {
	color: #222d63;
}


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

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

h1 {
	font-size: 28px;
	font-family: "Palatino Linotype", "Palatino", Georgia, serif;
	color: #509030;
	font-weight: normal;
	margin-bottom: 15px;
	text-shadow: white 1px 1px 1px;
}

h2 {
	font-size: 22px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #4762A7;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: white 1px 1px 1px;
}

h3 {
	font-size: 17px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #4762A7;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 10px;
	text-shadow: white 1px 1px 1px;
}
h3 {
	font-size: 22px;
	font-family: "Palatino Linotype", "Palatino", Georgia, serif;
	color: #509030;
	font-weight: normal;
	margin-bottom: 15px;
	text-shadow: white 1px 1px 1px;
}
h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
dt {
	font-weight: bold;
	color: #f3ede0;
}
dd {
	list-style: square;
	margin-left: 25px;
	font-size: 12px;
}