/* CSS Document */

/* St. Mary Catholic Church - Core Page */

* {
  margin: 0;
  padding: 0;
  }

body {
  background-color: #fff;
  color: #000;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  text-align: left;
  }

#div_line {
  position: relative;
  top: 380px;
  height: 5px;
  margin: 0 3em;
  background: url(images/div_line.gif) top left repeat-x;
  }

#page_space {
  width: 100%;
  z-index: 0;
  }

#upperheader, #lowerheader, #upperbody, #lowerbody, #footer {
  width: 100%;
  }

#header_wrap {
  margin: 2em 2em 0;
  height: 160px;
  background: url(images/yellow-white_bg.gif) top left repeat;
  border: 1px #000 solid;
  border-bottom: 0px;
  }
  
#header_liner {
  background: url(images/theme_image.jpg) top left no-repeat;
  padding-left: 200px;
  }

#upperheader {
  position: relative;
  height: 78px;
  background: url(images/cloud_banner_hdr.jpg) top left no-repeat;
  border-bottom: 1px #000 solid;
  }

#quicknotes {
  padding: 5px 150px 0 385px;
  font-size: 110%;
  font-weight: bold;
  color: #630;
  line-height: 1.5em;
  }

#quicknotes ul {
  padding-top: 2px;
  border-top: 1px #630 solid;
  list-style-type: none;
  }

#quicknotes ul li a, #quicknotes ul li a:visited {
  font-weight: normal;
  color: #630;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px dotted #630;
  }

#quicknotes ul li a:hover {
  color: #660;
  font-weight: bold;
  border-bottom: 1px dotted #660;
  }

#lowerheader {
  position: relative;
  margin-top: 5px;
  padding-left: 30px;
  width: auto;
  border-top: 2px #000 solid;
  }

#lowerheader_liner {
  height: 74px;
  background: url(images/site_title_bg.gif) top left repeat-x;
  }

#body_wrap {
  margin: 0 2em;
  background: url(images/yellow-white_bg.gif) top left repeat;
  border: 1px #000 solid;
  border-top: 0px;
  }
  
#upperbody {
  background: url(images/theme_image.jpg) no-repeat left -159px;
  }

#upperbody_liner {
  min-height: 160px;
  padding: 0 0 0 248px;
  }
  
#leadstory {
  font-size: 116%;
  line-height: 1.5em;
  padding: 0 100px 30px 0;
  }

#leadstory h1 {
  padding: 7px 0;
  font-weight: bold;
  font-style: italic;
  }

#leadstory h1 a, #leadstory h1 a:visited {
  text-decoration: none;
  color: #043378;
  }

#leadstory h1 a:hover {
  text-decoration: underline;
  }

#lowerbody {
  margin-top: 10px;
  }
  
#lowerbody_liner {
  padding: 0 30px 20px 18px;
  }

#navspace {
  float: left;
  width: 211px;
  height: 214px;
  margin: 0 30px 0 0;
  background: url(images/navspace-top_left_bg.gif) top left repeat-x;
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
  z-index: 100;
  }

#navspace h1 {
  padding: 6px 0 6px 10px;
  font-size: 130%;
  color: #fff;
  background: url(images/navspace-top_right_bg.gif) no-repeat right;
  border-bottom: 1px #000 solid;
  }

#navspace_liner {
  height: 160px;
  padding: 10px 16px 16px 10px;
  border-right: 1px solid #000;  
  }

#navspace_liner ul {
  font-size: 120%;
  font-weight: bold;
  list-style-type: none;
  line-height: 1.6em;
  }
  
#navspace_liner ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  }
  
#navspace_liner ul li a:hover {
  color: #ff9;
  }
  
.corepg_newslisting {
  float: left;
  width: 30%;
  margin-right: 30px;
  }
  
.corepg_newslisting h1 {
  margin: .2em 0 .8em 0;
  display: block;
  font-size: 130%;
  font-weight: bold;
  color: #043378;
  text-decoration: none;
  border-bottom: 1px dotted #043378;
  }
  
.corepg_newslisting h4 a {
  font-size: 105%;
  margin: 0;
  color: #630;
  }
  
.contentspace {
  }

#footer_wrap {
  margin: 0 2em 2em;
  background-color: #fff;
  }

#footer {
  position: relative;
  min-height: 50px;
  margin-top: 4px;
  font-size: 90%;
  color: #000;
  font-weight: bold;
  }

/* common styling */

.content {
  padding: 4px 16px 0 12px;
  /*border: 1px solid #563;*/
  }

.content h2 {
  font-size: 150%;
  color: #043378;
  margin-top: 5px;
  }

.content h3 {
  font-size: 200%;
  margin-top: 7px;
  color: #6cc;
  }

.content h4 {
  font-size: 130%;
  margin: 2px 0;
  color: #630;
  }

.content p {
  margin: 2px 0 6px;
  font-size: 110%;
  line-height: 1.2em
  }

.content blockquote {
  margin: 8px 30px;
  font-size: 120%;
  color: #000;
  font-weight: bold;
  }

.content hr {
  height: 1px;
  background-color: #000;
  margin: 10px 0;
  color: #f60;
  }

#search {
  text-align: left;
  }

.FSF_form {
  width: 100%;
  }

.FSF_input {
  width: 75%;
  }

.FSF_submit {
  margin: 0 0 0 6px;
  }

#ft_left {
  float: left;
  width: 60%;
  text-align: left;
  }

#ft_right {
  float: right;
  width: 40%;
  text-align: right;
  }

#locations, #garantee {
  font-size: 100%;
  }

#garantee {
  color: #1A4466;
  }

#ft_nav, #ft_nav a {
  font-size: 96%;
  color: #000;
  text-decoration: none;
  }

#copyright {
  font-size: 90%;
  color: #999;
  }

.clear {
  clear: both;
  }