/* base.css
 * base stylesheet for the City Beach church of Christ web site
 */

body {
  font-family: sans-serif;
  margin:0pt;
  padding:0pt;
}

h1 {
  font-family: serif;
  margin-top:2pt;
}

a:link { color: #408; }
a:visited { color: #709; }
a:active { color: #808; position:relative; left:-1pt;}
a:hover { color: #C60; text-decoration: underline;}

h1 a:visited {
  text-decoration:none;
}

.headingbox {
  margin-top: 4mm;
  margin-right: 3mm;
  margin-left: 3mm;
  margin-bottom: 1mm;
  text-align:center;
}

div.centre {
  text-align: center;
}

img.bullet {
 border:0;
 height:32px; 
 width:32px;
}

.sitenote, .nb {
  font-size: smaller;
//  clear: both;
}
.sitenote {
  font-style: italic;
}
.nb {
  font-style: normal;
}

p.caption {
  font-style: italic;
  font-size: smaller;
  clear: both;
  margin-top:0px;
  margin-right:0pt;
}

.quote {
  font-style: italic;
}
p.quote {
  text-align: center;
  margin-left:1.5cm;
  margin-right:1.5cm;
}

.indent {
  margin-left:1.5cm;
  margin-top:6pt;
}
.extraindent {
  margin-left:2.5cm;
  margin-top:6pt;
}

.hanging {
  text-indent: -1.5cm;
}

p.wfadots {
}

.wfa {
}

td.thumbs {
 text-align: center;
 width:16.2%;
}
img.thumbs {
 width:120px;
}
.photo {
// width:100%;
  text-align: center;
}

.roster, .rosterday, .rosterselect{
 font-size:10pt;
 border-bottom: solid 1px;
}
.roster, .rosterselect {
 border-left: solid 1px;
}
th.roster {
 border-width:2pt;
}
tr.roster {
 border-style:inset;
}
table.roster {
 border-style:none;
}

.rostergap {
 height	= 3pt;
 border-bottom: solid 2pt;
}

.rosterselect {
 fontWeight:bold;
 border-bottom:solid 2pt;
 color:red;
}

.event {
 background-color:white;

}

.modified {
 text-align: right;
 font-size:smaller;
 font-style: italic;
 margin-right:2pt;
}