/*
CSS for All Souls, a Unitarian Universalists Congregation site
*/
body {
  font-family: Arial, sans-serif;
  background-color: white;
  color: #6b3492;
  width: 100%;
  line-height: 120%;
  padding: 0;
  margin: 0;
background: #FFFFFF url(graphics/Allf.jpg) no-repeat;
  
  
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  
  background-color: white;
  color: #6b3492;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  

}

h2, h3 {
  color: #6b3492;
  font-size: 100%;
  font-weight: normal;
  padding-top: 15px;
}



li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bolder;
  color: #6b3492;
}
/*

#tagline  {
  color: #fbe860;
  font-style: italic;
  font-family: Georgia, Times, serif;
  text-align: right;

  border-top: 3px solid #fbe860;
  
  border-bottom: 3px solid #7da5d8;

  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  padding-right: .8em;
  margin: 0;
  
  
}
*/

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: white;
  
}

a:visited {
  color: yellow;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: purple;
}

a:active {
  color: aqua;
  background-color: purple;
}
/*
.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}
*/

blockquote.fun {
  font-style: italic;
}

#navigation {
  text-align: center;
  width: 120px;
  height: 400px;

padding-top: 20px;
padding-right: 20px;


}

#header {
  color: #fbe860;
  font-family: arial, sans-serif;
  font-size: x-large;
  text-align: right ;
  padding-right: 0px;
  
  padding-left: 30px;
  padding-bottom: 0px;
  
  border-top-width: 100%;   
  
  border-bottom-width: 100%;
  width: 100%;
  height: 140px;
  

}

#footer  {
  color: #6b3492;
  font-family: sans-serif;
  font-size: medium;
  font-weight: bold;
  text-align: left ;
  padding: 20px;
}
#links1  {
  color: #6b3492;
  font-family: sans-serif;
  font-size: medium;
  font-weight: bold;
  text-align: left ;
  padding: 20px;
}
img.feature {
  float: left;
  margin: 0px;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid purple;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: gray;
}



table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #e2edff url(backgrounds/td.jpg) ;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

/*
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 {
  position: absolute;
}

#navigation, #bodycontent {
  top: 140px;
  left: 22px;
}

#bodycontent {
  left: 185px;
}

#header {
  width: 100%;
}
#footer {
  width: 100%;
  position: relative; left: -170px; bottom: 0px;
}

