/* 
   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/06/06 
   Last Modified:  12/15/06
   CSS Validated:  
   Last Validated:

      Stylesheet for viewing Church Calendars

   File:  calendars.css
   Pages using stylesheet:  january.htm, february.htm, march.htm, 
      april.htm, may.htm, june.htm, july.htm, august.htm, 
      september.htm, october.htm, november.htm, december.htm

*/


body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   background-image: none;
}
#heading {
   font-weight: bold;
   border-bottom: 2px solid black;
}
.leadphoto {
   clear: both;
   float: left;
}
.followphoto {
   float: right;
}
.month {
   font-family: sans-serif; 
   font-size: .9em; 
   background: #FFFFFF;
   border: 3px solid #000080;
   rules: all; 
   float: right; 
   margin: 0px 0 0 5;
}
.month thead {
   background-color: #C0C0C0; 
   color: #000080;
}
.othermonth {
   background-color: #808080;
}
.date, .title {
   font-weight: bold;
}

.monthdetails p {
   text-align: left;
}
.monthdetails p span {
   font-weight: bold;
}
#monthly {
   clear: right;
   float: left;
   border: 2px solid #000080;
   rules: cols;
}
#weeklyeministers {
   width: 500px;
   float: right;
   border: 2px solid #000080;
}
#weeklychoir {
   width: 500px;
   float: left;
   border: 2px solid #000080;
}
#nextweeklyeministers {
   width: 500px;
   clear: both;
   float: right;
   border: 2px solid #000080;
}
#nextweeklychoir {
   width: 500px;
   clear: both;
   float: left;
   border: 2px solid #000080;
}
.holidayministers {
   width: 800px;
   clear: both;
   float: left;
   border: 2px solid #006400;

   color: #006400;
}
caption { 
   text-decoration: underline;
}
.holidayministers caption {
   color: #006400; 
   text-decoration: underline;
}
.helpwanted {
   font-weight: bold;
   font-style: italic;
   color: #000000;
}
.position, .time, .volunteer {
   font-weight: bold;
}
#updated {
   color: #000080;
   font-style: italic;
   clear: both;
   float: right;
}

