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

  Licensed under GPL and MIT.
*/

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

body {
  font: 14px/1.5 'Gudea', sans-serif;
  color:#333333;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

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

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

h1, h2, h3, h4 {
	color:#c22e2e;
}

h1 {
	font-size: 154px;
	font-family: 'Ultra', cursive;
	font-weight:normal;
	text-shadow:	1px 1px 0 #ff8859, 3px 3px 0 #444, 4px 4px 0 #444, 5px 5px 0 #444;
}

h2 {
	font-size: 37px;
	text-shadow:	1px 1px 0 #ff8859, 2px 2px 0 #444;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

/* `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,
figure {
  margin-bottom: 20px;
}