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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif; color: #222
}

a:link {
	color: #205edd;
	border-bottom: 1px dashed #205edd;
	text-decoration: none;
}

a:visited {
	color: #205edd;
	border-bottom: 1px dashed #205edd;
	text-decoration: none;
}

a:hover{
	color: #4d5d73;
	border-bottom: 1px solid #4d5d73;
}

#sidebar a:link {
	color: #8fcbd9;
	border-bottom: 1px dashed #8fcbd9;
	text-decoration: none;
}

#sidebar a:visited {
	color: #8fcbd9;
	border-bottom: 1px dashed #8fcbd9;
	text-decoration: none;
}

#sidebar a:hover{
	color: #d9d0c1;
	border-bottom: 1px solid #d9d0c1;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"Lucida Sans", "Arial Black";
}

h1 {
	font-size: 32px;
	color: #40372f;
}

h2 {
	font-size: 22px;
	color: #735d49;
}

h3 {
	font-size: 18px;
	color: #4d5d73;
}

h4 {
	font-size: 18px;
	color: #d9d0c1;
}

h5 {
	font-size: 16px;
	color: #40372f;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
blockquote,
img {
	margin-bottom: 10px;
}