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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */


@font-face {
    font-family: 'FanwoodItalic';
    src: url('fanwood_italic-webfont.eot');
    src: url('fanwood_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fanwood_italic-webfont.woff') format('woff'),
         url('fanwood_italic-webfont.ttf') format('truetype'),
         url('fanwood_italic-webfont.svg#FanwoodItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FanwoodRegular';
    src: url('fanwood-webfont.eot');
    src: url('fanwood-webfont.eot?#iefix') format('embedded-opentype'),
         url('fanwood-webfont.woff') format('woff'),
         url('fanwood-webfont.ttf') format('truetype'),
         url('fanwood-webfont.svg#FanwoodRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GoudyBookletter1911Regular';
    src: url('goudy_bookletter_1911-webfont.eot');
    src: url('goudy_bookletter_1911-webfont.eot?#iefix') format('embedded-opentype'),
         url('goudy_bookletter_1911-webfont.woff') format('woff'),
         url('goudy_bookletter_1911-webfont.ttf') format('truetype'),
         url('goudy_bookletter_1911-webfont.svg#GoudyBookletter1911Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font: 13px/21px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

#navigation {
	background: #000;
	height: 36px;
}

#navigation ul {
   width: 972px;
	margin: auto;
}

#navigation li {
	float: left;
}

#navigation a {
	color: #fff;
	display: block;
	padding: 9px 9px 9px 9px;
	text-decoration: none;
}

#navigation a.active {
	background: #fff;
	color: #000;
}

#border {
	border: 1px solid #E0A025;
	margin: 2px;
	background: #fff;
}

#page {
	width: 972px;
	margin: auto;
	overflow: hidden;
	color: #000;
	background: #fff url(../images/snail-bg.png) no-repeat top right;
}

.home #page {
	background: url(../images/becca-portrait.jpg) no-repeat 606px 0;
}

.fffa #page {
	background: url(../images/fffa-bg.jpg) no-repeat 606px 0;
}
.teaching #page {
	background: url(../images/octopi-bg.png) no-repeat top right;
}

#content {
	width: 588px;
	padding: 0 6px 72px 6px;
	float: left;
}	

#sidebar {
   width: 360px;
	padding: 0 6px;
	float: right;
	display: inline;
}

#footer {
	clear: both;
	background: #000;
	border: 1px solid #000;
}

#footer p {
   width: 972px;
	margin: auto;
	padding: 9px 6px;
	color: #fff;
}

#footer a {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "GoudyBookletter1911Regular", "FanwoodRegular", "Palatino Linotype", "Book Antiqua", Palatino, Times, serif;
  line-height: 18px; 
}

h1 {
	font-size: 72px;
	line-height: 72px;
	color: #8ACF3B;
	font-weight: normal;
	padding: 0 4px;
   margin-top: 108px;
	margin-bottom: 24px;
	width: 470px;
}

.sIFR-active h1 {
  visibility: hidden;
  line-height: 1em;
  font-size: 12px;
  margin-bottom: 0px;
}

.fffa h1 {
  color: #64226b; 
}

h2 { 
  font-size: 24px; 
  line-height: 24px;
  margin-bottom: 28px;
  color: #BD5100;
  font-weight: normal;
  padding: 12px 6px 0 6px;
  width: 600px;
} 

.fffa h2 {
  /*color: #64226b;*/
}

.sIFR-active h2 {
  visibility: hidden;
  line-height: 1em;
  font-size: 24px;
}

h3 { 
  font-size: 18px; 
  margin-bottom: 18px;
}

h3.margin-top {
	margin-top: 18px;
}

h4 { 
  font-weight: bold;
  font-size: 15px; 
  margin-bottom: 6px;
}

h4.margin-bottom {
	margin-bottom: 2em;
}

h5 { 
  font-weight: bold;
  font-size: 12px; 
}

#page ul, #page ol { 
  margin-bottom: 18px; 
}

P {
  margin-bottom: 18px; 
}

a {
	color: #0A0F2E;
}

a:visited {
	color: #0A0F2E;
}

a.paper {
 	text-decoration: none;
}

#content h4, #content p {
	padding: 0 72px 0 1px;
}

#content ol {
	list-style-type: decimal;
	padding: 0 24px;
}

#subnav li {
	display: block;
	text-align: center;
	background: #B2DF7E;
	padding: 1px;
}

.fffa #subnav li {background: #64226b;}

#subnav li a {
	display: block;
	padding: 24px 12px;
	font: 16px/18px "GoudyBookletter1911Regular", "Palatino Linotype", "Book Antiqua", Palatino, Times, serif;
	text-decoration: none;
	color: #000;
	background: #B2DF7E;
	border: 1px solid #fff;
}

.fffa #subnav li a {
background: #64226b;
color: #fff;
}

#subnav li a:hover, #subnav li a.active {
	background: #8ACF3B;
}

.fffa #subnav li a:hover, .fffa #subnav li a.active {background: #903e92;}

ul.addMargin {
	margin-top: 36px;
}

#content img {
	border: 1px solid black;
	padding: 1px;
}