/*
 *
 * Cascading Style Sheet 
 * Main css for standard our-saviour.org pages.
 * This file defines the style--fonts, colors, layouts, etc. of the website.
 * For a good reference on CSS see http://www.w3schools.com/css/css_reference.asp
 *
 */

/*-------------------------------------------------------

    Overall Settings

*/
/* BODY: Defines the style for the main body of the browser window */
body { 
  background-color: #EFEACD;
  background-image: url(images/bg_big.jpg); /* Surrounding "border" background */
  background-repeat: repeat-x;
  color: #000000;
  text-align: left;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 12pt;
  line-height: 100%;
  padding: 0px;
  margin: 0px;
}

/* Defines the links style */
a {text-decoration: none;}
a:link { color: #0000ff;}
a:visited { color: #660099;}
a:active { color: #cc00ff;}
a:hover { color: #6666ff; }


/* Defines what headings look like */
h1 {
  font-family: "Modern No. 20", Georgia, "Times New Roman", serif;
  font-size: 22pt;
  font-weight: normal;
  margin: 20px 0px 20px 0px;
  text-decoration: none;
}
h2 {
  font-size: 16pt;
  font-weight: normal; 
  text-decoration: none;
}
h3 {
  font-size: 12pt;
  font-weight: normal;
  text-decoration: underline;
}
h4 {
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
}


/*-------------------------------------------------------
   
   Page Layout Definitions

   A picture of the major page sections:
     +-------BODY---------+
     |  +----PAGE------+  |
     |  |   sitenav    |  |
     |  +--------------+  |
     |  |   BANNER     |  |
     |  +----------+---+  |
     |  |    C     | Q |  |
     |  |    O     | U |  |
     |  |    N     | I |  |
     |  |    T     | C |  |
     |  |    E     | K |  |
     |  |    N     | L |  |
     |  |    T     | I |  |
     |  |          | N |  |
     |  |          | K |  |
     |  |          | S |  |
     |  +----------+---+  |
     +--------------------+

*/

/* PAGE: Defines the style for the entire page */
#page {
  width: 800px; /* 800 pixels wide no matter how wide the user's screen is */
  min-height: 524px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  /* background-position: top left; */
  text-align: left;
  position: relative; /* Make all positions relative to this block */
}

/* BANNER: Defines the part of the page with the banner image, logo and title */
#banner {
  background-image: url(images/bar_subwaysign.png);
  width: 800px;
  height: 225px;
  padding: 0px; margin: 0px;
  color: #FFFFFF;
  font-size: 11pt;
}
#banner.church {background-image: url(images/bar_unisphere.png);}
#banner.alpha {background-image: url(images/bar_more.png);}
#banner.directions {background-image: url(images/bar_manhole.png);}
#banner.staff {background-image: url(images/bar_bricks.png);}
#banner.community {background-image: url(images/bar_apartments.png);}
#banner.youth {background-image: url(images/bar_teens.png);}
#banner.contact {background-image: url(images/bar_phone.png);}
#banner.about {background-image: url(images/bar_regopark.png);}
#banner.worship {background-image: url(images/bar_fruitstand.png);}
#banner.events {background-image: url(images/bar_bench.png);}
#banner.beliefs {background-image: url(images/bar_oslccross.png);}
#banner.expect {background-image: url(images/bar_fruit.png);}
#banner.vbs {background-image: url(images/bar_tree.png);}
#banner.flocks {background-image: url(images/bar_bird.png);}
#banner.d-train {background-image: url(images/bar_subwaysign.png);}
#banner.esl {background-image: url(images/bar_sign.png);}
#banner.main {background-image: none;}
#banner img#logo { 
  float: left;
  padding: 0px; margin: 10px 10px 10px 10px; border: 0px;
}
#banner h1 {
  padding: 30px 30px 10px 30px; margin: 0px; border: 0px;  
  font-size: 24pt;
}

/* SITENAV: Defines the top bar with most of the links */
#sitenav {
  text-align: center;
  width: 800px;
  height: 100px; 
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  overflow: hidden; /* If menu words don't fit, then too bad */
}
#sitenav ul {
  list-style-type: none;
  margin: 20px;
  padding: 0px;
  font-family: "Modern No. 20", Georgia, "Times New Roman", serif;
  text-decoration: none;
}
#sitenav ul#first {
  height: 50px;
  margin: 15px 0px 0px 0px;
  padding: 0px;
  font-size: 17pt;
}
#sitenav ul#first {position: relative;}
#sitenav ul#first ul {
  text-align: center;
  width: 100%;
  height: 30px;
  margin: 0px;
  padding: 0px;
  font-size: 14pt;
}
#sitenav ul ul {position: absolute; top: 100%; left: 0; visibility: hidden;}
#sitenav ul ul#default {visibility: visible;}
#sitenav li {
  display: inline;
  margin: 10px; padding: 0px;
}

#sitenav a {text-decoration: none;}
#sitenav ul#first a:link { color: #EFEACD;}
#sitenav ul#first a:visited { color: #EFEACD;}
#sitenav ul#first a:active { color: #EFEACD;}
#sitenav ul#first a:hover { color: #CCBD98;}

#sitenav ul#first ul a:link { color: #362309;}
#sitenav ul#first ul a:visited { color: #362309;}
#sitenav ul#first ul a:active { color: #362309;}
#sitenav ul#first ul a:hover { color: #664A22;}

/* QUICKLINKS: Defines the thin side bar to hold links to popular pages */
#quicklinks {
  text-align: left;
  float: right;
  /* position: absolute; top: 138px; left: 0px;*/
  width: 100px;
  height: 386px; 
  margin: 0px;
  padding: 0px;
  color: #362309;
  font-weight: bold;
  overflow: hidden; /* If menu words don't fit, then too bad */
}
#quicklinks ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
#quicklinks li {
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
#quicklinks a {text-decoration: none;}
#quicklinks a:link { color: #362309;}
#quicklinks a:visited { color: #362309;}
#quicklinks a:active { color: #362309;}
#quicklinks a:hover { color: #664A22;}


/* CONTENT: Defines the part of the page that has the real content */
#content {
  width: 680px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 30px 10px;
/*  position: relative; */
}


/*-------------------------------------------------------

   Styles for page extras

*/

.sidepanel {
  background: url(images/bg_panel.png);
  float: right;
  width: 250px;
  margin: 10px;
  padding: 5px;
}
.sidepanel h2 {margin-top: 0px;}

/* BREADCRUM: Defines the links showing where a page is in the site tree */
p.breadcrum {
  font-size: 8pt;
  color: #999999;
}
p.breadcrum a{
  font-size: 10pt;
  color: #999999;
}
p.breadcrum a:link { color: #999999;}
p.breadcrum a:visited { color: #999999;}
p.breadcrum a:active { color: #999999;}
p.breadcrum a:hover { color: #999999;}

/* NEW: Defines the What's New section inside the content div */
div.new {
  width: 300px;
  display: block;
  margin-top: 20px;
  padding: 0px;
  background-color: #ECF4FC;
  border-style: solid;
  border-width: 1px;
  border-color: #5858A0;
  color: #5858A0;
}
div.new h2 {
  margin: 0px;
  color: #5858A0;
  font-size: 12pt;
  background-color: #FED19D;
}
div.new div.newdate {
  display: inline;
  margin: 10px;
  font-size: 8pt;
}
div.new ul {
  margin: 0px;
  padding-bottom: 10px;
}


/*-------------------------------------------------------
   
   Image Classes
  
*/
img {border: 0px;}

#printhead {display: none;}

/* RIGHT: To float a picture on the right */
img.right {float: right; padding: 10px;}

/* LEFT: To float a picture on the right */
img.left {float: left; padding: 10px;}

/* PAGEPIC: The main picture for a page */
img.pagepic {
  float: right;
  position: relative; top: -30px;
}

/* EMAIL: for use in displaying email address images */
img.email {
  vertical-align: text-bottom;
}

/* EMAIL: for use in displaying small images inline with the text */
img.inline {
  vertical-align: text-top;
}


/*-------------------------------------------------------
   
   Misc. Classes
  
*/
/* CLEAR: Needed for layout purposes. See template.html */
.clear {
  clear: both;
}

.right {
  float: right;
}

.indent {
  margin-left: 40px;
}

blockquote {
  margin-left: 40px;
  margin-right: 40px;
  font-style: italic;
}
blockquote i{font-style: normal;}

p.copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 8pt;
  color: #999999;
}

/* For use of check box options, such as in the facility use form */
ul.options {
  list-style-type: circle;
}

ul li {padding-bottom: 10px;}
ul.companies li {padding: 0px;}

table.table {
  border-style: none;
  border-collapse: collapse;
}
table.table td {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  padding: 2px;
}