body {
  background-image:url('/image/texture/white_paper.png');
  background-repeat: repeat-xy;
  font-family: 'Gentium Basic', 'Josefin Slab', Palatino, Georgia, 'Times New Roman', Times, serif;
  font-size: 12pt;
  margin:0px;
  padding:0px;
  width: 100%;
  height:100%;
  position:relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
html {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-right: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

div.main {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

div.page {
  text-align: justify;
  color: black;
  width: 800px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
}
.page a         {}
.page a:hover   {}
.page a:link    {color: blue; text-decoration: underline;}
.page a:visited {color: blue;}

div.content {
}
.content {
  color: black;
  border-color: black;
  padding: 10px;
  width: auto;
  display: inline-block;
}
.content a         {}
.content a:hover   {}
.content a:link    {color: black; text-decoration: underline}
.content a:visited {color: black}
div.flyer {
  background-image:url('/image/texture/brown_paper.png');
  background-repeat: repeat-xy;
  display: inline-block;
  padding: 3px;
  text-align: center;
  border: 1px outset grey;
}
.flyer a         {}
.flyer a:hover   {}
.flyer a:link    {color: black; text-decoration: none}
.flyer a:visited {color: black}

.photo-frame {
    background-color: #705030;
    width: 360px;
    padding: 0px;
    position: relative;
}
.photo-frame:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(110, 110, 30, 0.2) 60%, rgba(110, 70, 25, 0.15) 80%);
    box-shadow: inset -5px -3px 15px 0 #705010,
                inset 0px 0px 0px 450px rgba(160, 140, 100, 0.05),
                0 5px 10px rgba(0,0,0,0.5);
}
div.header {
  background-image:url('/image/texture/white_paper.png');
  background-repeat: repeat-xy;
  background-size: 100% 100%;
  font-family: 'Gentium Basic', 'Josefin Slab', Palatino, Georgia, 'Times New Roman', Times, serif;
  color: black;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 3px double black;
  z-index: 99
}
.header a         {font-size: 16pt; font-weight: bold; color: black;}
.header a:hover   {}
.header a:link    {text-decoration: none;}
.header a:visited {}
h1 {
  clear: both;
  font-family: 'Gentium Basic', 'Josefin Slab', Palatino, Georgia, 'Times New Roman', Times, serif;
  font-size: 28px;
  font-weight: bold;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
h2 {
  clear: both;
  font-family: 'Gentium Basic', 'Josefin Slab', Palatino, Georgia, 'Times New Roman', Times, serif;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
h3 {
  clear: both;
  font-family: 'Gentium Basic', 'Josefin Slab', Palatino, Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.calendar_section {
  font-weight: bold;
  border-bottom: 5px double;
}
.calendar_section a:link {
  text-decoration: none;
}

article,article.post {
  background-image:url('/image/mask/torn_right.png'), url('/image/mask/torn_left.png'), url('/image/mask/torn_top.png'), url('/image/mask/torn_bottom.png'), url('/image/texture/grey_paper.png');
  background-position:right top, left bottom, left top, left bottom, left top;
  background-repeat:repeat-y, repeat-y, no-repeat, no-repeat, repeat;
  background-size:auto, auto, contain, contain, auto;
  padding:50px;
  min-height:300px;
}
