@import "helper.css";

/* global page definitions */

html {
    height: 100%;
}

body {
    background:#919191 url("/img/bg-pattern.jpg") center 0;
    font: normal 16px/1.5em Arial, sans-serif;
    color: #222;
}

#page_bg { background:url(/img/bg.jpg) no-repeat center 0 }

/* signet */

h1 { padding:40px 0 }

h1#signet a {
    display:block;
    width:190px;
    height:190px;
    background:url("/img/signet.png") no-repeat 0 0;
    text-indent:-999em;
    margin:0 auto;
    border:0;
}

/* typography */

span.amp {
    font-family:"Baskerville", "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
    font-style:italic;
    font-size:1.2em;
    font-weight:normal !important;
}

h2 {
    text-align:center;
    margin:40px 0 0;
    font-family:Georgia, serif;
    font-weight:normal;
    font-size:42px;
    line-height:1.4em;
    font-style:italic;
}

div.wrapper {
    max-width:960px;
    margin:0 auto 0 auto;
    padding: 0 30px;
    position:relative;
    min-height: 100vh;
}

/* styling the footer */

#footer {
    margin:80px 0 0 0;
    padding:0;
    text-align: center;
}

#footer p {
  font-family:Georgia, serif;
  font-style:italic;
  line-height:1.5em;
  font-size:21px;
  margin-bottom: 1.5em;
}
