/*Eric Meyer's reset'*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Georgia, serif;;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Layout */

p {
  margin: 0 0 20px 0;
 }

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


h2 {
  font-size: 120px;
  text-align: center;
  color: #fff;
  letter-spacing: -3px;
  line-height: 120px;
  padding: 15px 0;
}

h3 {
  font-size: 80px;
  text-align: center;
  color: #fff;
  letter-spacing: -3px;
  line-height: 120px;
}

body {
  background-color: #0A0909;
  color: #5B5C61;
  font-size: 16px;
  line-height: 20px;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#content {
  padding: 18px 0;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -1px;
}

div.intro-content {
  margin: 0 200px;
}

#table {
  clear: both;
  margin: 0 auto;
  padding-top: 0;
  text-align: left;
  width: 650px;
  font-size: 25px;
  line-height: 120%;
}

div.footer{
  font-size: 12px;
  text-align :center;
  position: absolute;
  width: 1000px;
}

ul.entry {
/*  margin-top: 50px;*/
}

ul.entry li {
  border-top: 1px solid #1d1d22;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-top: 15px;
}

ul.entry li span {
  clear: both;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  text-align: right;
  width: 20px;
}


/*Errors and Notices*/
#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

