/* 
   Holy Family Parish
   2001 South Broadway Street
   Emmetsburg, IA  50536
   712-852-3187

   www.iowatelecom.net/~holyfamily
   email:  holyfamily@iowatelecom.net 
 
   Author:  Amy Tieszen
   Date Created:   09/07/06 
   Last Modified:  09/30/06
   CSS Validated:  
   Last Validated:

   Stylesheet for viewing Church Pages

   File:  church.css
   Pages using stylesheet:  index.htm, church.htm, 
      organizations.htm, religiouseducation.htm,
      eventscalendar.htm, eministers.htm

*/

body {
   background: #ADD8E6 url(images/hands.jpg) no-repeat center center;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;   
}
h1, h2, h3, h4, h5, h6 {
   color: #00008B;
}
hr {
   color: #00008B;
   size: 3;   
   width: 60%;
   clear: both;
}
.subline {
   width: 30%;
}
caption {
   color: #00008B;
   font-size: 1.5em;
   font-weight: bold;
}
span {
   font-weight: bold;
}
#heading {
   font-weight: bold;
   valign: bottom;
   width:100%;
   border-bottom: 2px solid #000080; 
}
#holyfamily {
   text-align: left; 
   valign: bottom; 
   font-size: 32pt;
}
#top {
   float: left;
}
#heading address {
   font-size: 14pt;
   font-weight: bold;
}
#daycell {
   color:  #00008B;
}
#contacts {
   font-size: 14pt;
}
#contacts caption {
   color: #000000;
   font-size: 1.3em;
}
.title, .name {
   font-weight: bold;
}
#links {
   font-size: 14pt;
   font-weight: bold;
}
.sublinks {
   font-weight: bold;   
}
.sublinks span {
   font-size: 1.2em;
}
.leadphoto {
   clear: both;
   float: left;
}
.followphoto {
   float: right;
}
#mission {
   font-style: italic;
}
.return {
   font-variant: small-caps;
   clear: both;
   float: left;
}
.print {
   font-variant: small-caps;
   float: right;
   target:_blank;
}
#validator {
   clear: right;
   float: right;
}