/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/


/* Embedded fonts
--------------------------------------------------------------------------------*/


@font-face {
  font-family: Title;
  src: url(../fonts/LetterGothicStd.otf) format("opentype");
}


/*
@font-face {
  font-family: Main;
  src: url(../fonts/GoudyBookLetter1911.otf) format("opentype");
}
*/

@font-face {
  font-family: Main;
  src: url(../fonts/OFLGoudyStM.otf) format("opentype");
}




/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.4 Main, Georgia, Times, serif;
	color: #999999;
}


a {
	font-size: 12px;
	font-weight: normal;
	color: inherit;
	text-decoration: none;
	}
	
a:hover {
	color: #444;
	}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


/* Menu anchor
----------------------------------------------------------------------------------------------------*/

.menu ul, .menu li {
	text-align: center;
	list-style: none;
	margin: 0;
	line-height: 40px;
	font-family: Title, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	}

.menu li a {
	text-decoration: none;
	}

a.current  {
	color: #000;
	text-decoration: underline;
	}

.menu li a:hover {
	color: #444;
	}


/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: Title, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 5px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 10px;
	font-family: Title, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #ccc;
}

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,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}
