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

  Licensed under GPL and MIT.
*/

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
    background-image: url("../img/top_border_pattern.jpg");
    background-repeat: repeat-x;
}




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

h1 {
  font-size: 30px;
  font-style: italic;
  color: #7fbac5;
  display:block;
  width:100%;
  border-bottom: 1px #e3e3e3 solid;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

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,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-top: 5px;
  margin-bottom: 20px;
}