/* Common Style Sheet for all pages of AbbaMoses site */

body {background-image: url("images/tan2.jpg"); background-repeat: repeat;
  font-family: "Hoefler Text" "Hoefler" serif;}
     
/* material for header */
#heading {display: block; position: absolute; top: 0; left: 0;
  height: 70px; width: 100%; padding: 20px;
  background-color: maroon}
h1, h2 {font-weight: bold; color: #EF9C00; text-align: left; line-height: 30%}
h1 {font: 30px;}
h2 {font: 20px;}

/* hstrip, vstrip, and corner are the decorative "knotted cross" elements */
#hstrip {display: block; position: absolute; top:75px; left: 45px;
  height: 45px; width: 100%;
  background-image: url("images/hborder.gif"); background-repeat: repeat-x}
#vstrip {display: block; position: absolute; top: 120px; left: 0;
  width: 45px; height:25000px;
  background-image: url("images/vborder.gif"); background-repeat: repeat-y}
#corner {display: block; position: absolute; top: 75px; left: 0;
  width: 45px; height: 45px; z-index: 0; background-color: maroon;
  background-image: url("images/button1.gif");}

/* position and size body part of page */
#content {display: block; position: absolute; top: 120px; left:25px;
  height: 800px; width: 90%}

/* Lists of Saints are formatted as definition lists */
dt {font-size: 14px; font-weight: bold; color: #500000;}
dt.date {color: #000060; font-variant: small-caps;}
dd {font-size: 14px; font-weight: normal; color: #500000;}

/* unsorted lists on main pages */
ul {color: #500000; list-style-type: disc; font-size:14px; }

p {font-size:14px; text-align: left; color: #500000;}
p.quote{font-size:12px; position: relative; left:20px; width:90%;}
p.ctr {text-align: center; font-weight: bold}
p.footer {font-size: 12px; color: #004000; text-align: left;}
p.headline {color: #500000;font-weight: bold; text-align: left;}
p.items  {color: #500000; text-align: left;}

table{font-size:14px; color: #500000}

a:link{color:navy}

hr {color: #500000}
span.star {font-weight: bold; color: navy;}
span.it {font-style: italic;}
span.bo {font-weight: bold;}
span.cap {font-weight: bold; color: navy; font-size:20px;}
img.icon {float: left;}
img.cameo {float: right; margin-left: 10px; }
