/*

  960 Grid System ~ Text CSS.

  Learn more ~ http://960.gs/



  Licensed under GPL and MIT.

*/



/* `Basic HTML

----------------------------------------------------------------------------------------------------*/

@font-face {

    font-family: littledays;

    src: url(../fonts/LittleDaysAlt.ttf);

}



@font-face {

    font-family: FanwoodText;

    src: url(../fonts/FanwoodText.otf);

}



@font-face {

    font-family: Goudy;

    src: url(../fonts/Goudy.otf);

}



@font-face {

    font-family: LindenHill;

    src: url(../fonts/LindenHill.otf);

}

	



body {

  font: 18px/1.5 Goudy, Georgia, "Times New Roman", Times, serif;

  letter-spacing:1px;

  word-spacing: 2px;

  font-style: normal;

font-weight: normal;

text-transform: normal;

}



a:link, a:visited, a:active {

	color:#5a7c64;

	text-decoration:none;

	}

	

a:hover {

color:#972f42;

text-decoration:underline;

	}	



/*pre,

code {

  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;

}*/



hr {

  border: 0 #ccc solid;

  border-top-width: 1px;

  clear: both;

  height: 0;

}



/* `Headings

----------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4, .required {

color:#972f42;

}



.page_heading {

	margin-bottom:30px;

	}

	

.componentheading, .contentheading {

	margin-bottom:23px;

	}



h1 {

  font-size: 40px;

  font-family: littledays;

border-bottom:1px dotted #CCCCCC;

  text-transform:lowercase;

line-height:1;

padding-bottom:10px;

margin-top:-5px;

}


h2 {

  font-size: 25px;

    text-transform:uppercase;

}



h3 {

  font-size: 21px;

   border-bottom:1px dotted #CCCCCC;

}



h4 {

  font-size: 19px;

}



h5 {

  font-size: 17px;

}



h6 {

  font-size: 15px;

}



/* `Spacing

----------------------------------------------------------------------------------------------------*/



ol {

  list-style: decimal;

}



ul {

  list-style: disc;

}



li {

  margin-left: 30px;

}



p,

dl,

hr,

h2,

h3,

h4,

h5,

h6,

ol,

ul,

pre,

table,

address,

fieldset,

figure {

  margin-bottom: 20px;

}