/*
CSS for Christ's Church Website
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: white;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: Times New Roman,Times,serif;
  font-size: xx-large;
  color: black;
  padding-top: 0;
  padding-bottom: .2em;
  padding-left: 0;
  margin: 0;
}

h2, h3 {
  color: black;
  background-color: white;
  font-weight: normal;
  padding-top: 15px;
}

#bodycontent ul, li {
  color: black;
}

#bodycontent p, ol {
  text-align: justify;
  padding-right: 1em;
  line-height: 1.5em;
}


#navigation ul {
  font-size: small;
  list-style-type: none;
  padding-left: 15px;
}

#navigation li {
  padding-bottom: 1em;
}


#name h1{
  padding-left: 190px;
}

#address p {
  color: white;
  background-color: #d8001d;
  font-weight: bold;
  font-size: large:
  font-family: Times New Roman, Times, Serif;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 190px;
  margin: 0;
}

#bodycontent a:visited {
  color: blue;  
  font-weight: normal;
}

#CCNSlogo img {
  padding-left: 75px;
}

#NAEYCAccredited a:link, a:visited {
  color: white;
}

#worshipschedule span {
  font-weight: bold;
}

#advent h2 {
  color: green;
  background-color: white;
}

#advent span {
  color: green;
  background-color: white;
  font-weight: bold;
}

#navigation a:link {
  color: white;  
  font-weight: bold;
}

#navigation a:visited, ul {
  color: white;  
  font-weight: bold;
}

#navigation {
  width: 180px;
  height: 1500px;
  background: #4278d3;
}

h2, h3, ul {
  margin-top: 15px;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header, #name, #address {
  position: absolute;
}

#name {
  top: 92px;
}


#address {
  top: 116px;
  width: 100%;
}

#navigation, #bodycontent {
  top: 144px;
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}
