html { margin: 0; padding: 0; }
body
{
  margin: 0;
  padding: 0;
  background: #fdf5d6 url(../images/parchment-bg2.jpg);
}

/* Typography */

@font-face {
  font-family: 'JaneAusten';
  src: url('../fonts/janeausten-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/janeausten-webfont.woff') format('woff'),
       url('../fonts/janeausten-webfont.ttf') format('truetype'),
       url('../fonts/janeausten-webfont.svg#JaneAusten') format('svg');
}


body
{
  font: 14px/18px "Georgia", "Times New Roman", times, serif;
  color: #2f1306;
}

h1, h2, h3, h4, h5, h6
{
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  font-family: "Georgia", "Times New Roman", times, serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  line-height: 18px;
}

h1 { font-size: 32px; line-height: 36px; letter-spacing: -1px; text-transform: uppercase; }
h2 {
  font-family: "JaneAusten";
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0;
}
h3 { font-size: 21px; line-height: 36px; letter-spacing: -1px; font-weight: normal; font-style: italic; }
h4 { font-size: 14px; font-weight: bold; font-style: italic; letter-spacing: -1px; }
h5 { font-size: 14px; font-weight: normal; text-transform: lowercase; font-variant: small-caps; letter-spacing: 1px;}
h6 { font-size: 14px; font-weight: normal; font-style: italic; text-transform: lowercase; font-variant: small-caps; letter-spacing: 1px;}


.subheading
{
  line-height: 1.2em;
  margin: -4px 0 4px 0;
}

p
{
  margin: 0 0 18px 0;
}

a
{
  color: #31579F;
  text-decoration: underline;
  outline: none;
}

a:visited { color: #0C2A5F; }
a:hover, a:active { color: #2F53FF; }

a img { border: none; }

hr
{
  height: 12px;
  width: 600px;
  margin: 1em auto;
  background: url(../images/divider.png) no-repeat;
  border: none;
}

blockquote
{
  font-style: italic;
  color: #643a1f;
  margin-left: 2em;
  margin-right: 2em;
}

/* Layout */

#navigation
{
  display: block;
  border-top: 2px solid #2f1306;
  border-bottom: 2px solid #2f1306;
  margin: 6px 0 18px 0;
  padding: 3px 0;
  padding-left: 38px;
  font-size: 12px;
  text-align: center;
}

/* Flag */
#wrapper
{
  background: url(../images/flag.jpg) top right no-repeat;
}

#navigation
{
  margin: 6px 69px 18px 0; /* right marin is flag width */
  padding-left: 35px; /* half flag width */
}

#navigation li
{
  list-style-type: none;
  background: url(../images/bullet.png) 0 5px no-repeat;
  display: inline;
  margin: 0;
  padding: 0px 3px 0 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#navigation li.first  { padding-left: none; background: none; }
#navigation li.last   { padding-right: none; }
#navigation li.active { font-weight: bold; }

#navigation li a
{
  color: inherit;
  text-decoration: none;
}

#navigation li a:hover,
#navigation li a:active { text-decoration: underline; }

#wrapper
{
  clear: both;
  width: 960px;
  margin: 0 auto;
  padding: 16px 0 9px 0;
}

#footer
{
  clear: both;
  text-align: center;
}

#amm-logo
{
  margin: 18px 0;
}

#rss-feed img
{
  position: relative;
  top: 3px;
}

#footer .link-list
{
  border-top: 1px solid #2f1306;
  padding-top: 2px;
  font-size: 80%;
  line-height: 18px;
}

h1#rmo-header
{
  width: 648px;
  height: 75px;
  background: url(../images/headers/rmo.png);
  text-indent: -9999px;
}

/* Columns */

.col-2 { width: 470px; }
.col-3 { width: 310px; }

/* Common Classes */

.clear { clear: both; }
.hide  { display: none; }

.left     { float: left; }
.right    { float: right; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }

.note { color: #643a1f; }
.title { text-decoration: underline; }
.author,
.metadata
{
  margin: 0 0 18px 0;
  padding: 0;
  font-size: 80%;
  color: #643a1f;
}

.bibliography
{
  list-style: square;
  font-size: 12px;
  margin: 0 0 18px 0;
  padding-left: 12px;
}

.breadcrumbs
{
  margin-bottom: 9px;
}

.breadcrumbs li
{
  display: inline;
  font-size: 80%;
}

.errors
{
  border: 2px solid #bc1515;
  background: #fff8e6;
  padding: 4px;
  margin-bottom: 18px;
}

.errors ul
{
  margin-bottom: 0;
}

.errors li
{
  margin-left: 14px;
  list-style-type: square;
}

.link-list
{
  margin: 0;
  padding: 0;
}

.link-list li
{
  margin: 0;
  padding: 0 6px 0 3px;
  border-right: 1px solid #2f1306;
  display: inline;
}

.link-list li.first,
.link-list li:first-child { padding-left: 0; }

.link-list li.last,
.link-list li:last-child { border-right: none; padding-right: 0; }

/* Resource Lists */

.resource-list p
{
  margin: 0;
  padding: 0;
}

.resource-list li
{
  margin-bottom: .5em;
}

/* Lists */

ul,
ol
{
  margin: 0 0 18px 0;
  padding: 0;
}

ul
{
  list-style-type: none;
}

ul.bulleted
{
  margin-left: 1em;
  list-style-type: square;
}

dl
{
  overflow: auto;
  margin: 0 0 14px 0;
  padding: 0;
}

dt
{
  clear: both;
  float: left;
  font-weight: bold;
  width: 50px;
  padding-right: 8px;
}

dd
{
  float: left;
  padding-bottom: 4px;
}

/* Footnotes */

a.footnote
{
  font-size: 80%;
  vertical-align: super;
}

ol.footnotes
{
  margin: 2em 0 0 2em;
  padding: 0;
  font-size: 80%;
}

ol.footnotes p
{
  margin: 0;
  padding: 0;
}

/* Figures */

.figure,
.photo-with-caption
{
  margin-top: 3px;
}

.figure img,
.photo-with-caption img
{
  background: #fefbed;
  border: 4px double #643a1f;
}

.figure.left, .photo-with-caption.left  { margin-right: 1em; }
.figure.right, .photo-with-caption.right { margin-left: 1em; }

.figure em,
.figure p,
.photo-with-caption em
{
  display: block;
  line-height: 18px;
  font-size: 80%;
  font-style: italic;
  color: #643a1f;
}

/* Home page */

#who-what-why
{
  margin-top: 20px;
}

#who-what-why div
{
  float: left;
  width: 306px;
  margin-right: 21px;
}

#who-what-why div.first { margin-left: 0; }
#who-what-why div.last  { margin-right: 0; }

#who-what-why p
{
    margin: 0 0 18px 0;
    padding: 0;
}

#who-what-why strong { font-weight: normal; }

.primary-quote
{
  margin: 9px 0;
  overflow: auto;

  display: table;
}

.primary-quote img
{
  background: #fefbed;
  border: 4px double #643a1f;
  width: 626px;
  float: left;
}

.primary-quote blockquote
{
  overflow: auto;
  margin: 0;
  padding: 0 1em;
  font-size: 20px;
  line-height: 30px;
  color: #2f1306;
  display: table-cell;
  vertical-align: middle;
}

.primary-quote blockquote p:before
{
  color: #643a1f;
  content: "\201C";
  font-size: 3em;
  line-height: .1em;
  margin-right: .1em;
  vertical-align: -.4em;
}

.primary-quote blockquote p:after {
  color: #643a1f;
  content: "\201D";
  font-size: 3em;
  line-height: .1em;
  vertical-align: -.45em;
}

.primary-quote cite
{
  display: block;
  color: #643a1f;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
}

.primary-quote cite em
{
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.primary-quote cite em:before { content: "\2014 "; }

/* Members */

#member-list
{
  overflow: auto;
  margin: 0 0 9px 0;
}

#member-list .figure
{
  margin-bottom: 9px;
}

#member-list li
{
  list-style-type: none;
  float: left;
  margin-right: 1em;
}

#member-list li.last { margin-right: 0; }

#member-view
{
  position: relative;
  padding-left: 367px;
}

#member-photo
{
  position: absolute;
  left: 0;
  padding-bottom: 9px;
}

/* Sketches */

#sketches .figure
{
  margin-top: 0;
  margin-bottom: 9px;
}

#sketches .link-list
{
  clear: both;
  margin: 9px 0 18px 0;
}

