/**************************
Duke Street Church  Website

typography.css

October 2008
Updated March 2010 to include passion for life stuff
**************************/

body {
  font-family: Arial, sans-serif;
  font-size: medium;
  line-height: 1.2em;
}

h1,h2,h3,h4, div#menubar li, div#mainbox p, .stafflist dt,
body.eventlist ul#upcoming-events dt.title {
  font-family: "Times New Roman", Times, serif;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3, .stafflist dt {
  font-size: 1.3em;
  font-style: italic;
}

h4 {
  font-size: 1.1em;
}

p, li {
  font-size: 0.9em;
}

div#menubar li {
  text-transform: lowercase;
}

a:active,
a:focus,
a:hover {
  text-decoration: underline;
}

div#more-bar li,
div#more-bar dd,
div#more-bar div div {
  font-size: 0.8em;
}

div#more-bar dt,
div#more-bar dd.date {
  font-size: 0.8em;
  font-weight: bold;
}

blockquote p {
  font-size: 1em;
}

body#innerpage div#content-inner p.standfirst { 
  font-weight: bold;                                                
}

a {
  text-decoration: none;
}

ul#quicklinks {
  font-size: 0.75em;
}

div#menubar li{
  font-size: 1.3em;
}

div#menubar li#showmemore a{
  font-size: 0.7em;
}

div#menubar ul#first-level ul li a{
  font-size: 0.57em;
  line-height: 1em;
}

div#mainbox p {
  font-size: 1.5em;
  line-height: 1.2em;
}

div#footer {
  text-align:center;
  font-size: 0.75em;
}

div#footer p#copyright, 
ul#breadcrumb {
  font-size: 0.8em;
}

div#picture-bar p.caption {
  text-align: right;
  font-size: 0.8em;
  line-height: 1em;
}

body.eventlist ul#upcoming-events dt {
  font-weight: bold;
  font-size: 0.75em;
}

body.eventlist ul#upcoming-events dt.title {
  font-weight: normal;
  font-size: 1.5em;
}

#mainbox2 dl dt,
#mainbox2 dl dd {
  font-size: 0.825em;
}

#mainbox2 dl dt {
  font-weight: bolder;
}
