/* ---------------------------------- */
/* St. Brigid Catholic Church Website */
/* Master Stylesheet                  */
/* ---------------------------------- */


/* ------------ Imported Stylesheets ------------ */

@import url("menu.css");


/* ------------ Preliminaries ------------ */

img {
  display: block;
}

a {
  text-decoration: none;
  color: black;
}

ul, li {
  list-style: none;
}

ul.pagelist, ul.pagelist li{
  list-style-type: disc !important
}


/* ------------ Font Styles ------------ */

h2 {
  font-family: Helvetica, sans-serif;
  font-size: 200%;
  font-weight: bold;
  margin-top: 0;
  padding-top: 0;
}

h3 {
  font-variant: small-caps;
  margin-bottom: -0.5em;
  padding-bottom: 0;
}

.department {
  font-weight: bold;
  font-size: 110%;
}

.director {
  font-weight: bold;
}

.directorinfo {
  font-size: 90%;
}

.toplink {
  text-align: right;
  font-size: 80%;
}

.intextlink {
  text-decoration: none;
  border-bottom: 1px dashed black;
}

.intextlink:hover {
  text-decoration: none !important;
  border: none;
  background: #E4FF4D;
}

.smalltitle {
  font-family: lucida grande,arial,verdana;
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
}

#masstimes {
  float: left;
  width: 100%;
  padding: 5px;
  margin-bottom: 2em;
  border: 1px solid black;
}

#masstimes h3 {
  padding: 0;
  margin: 0;
  font-variant: small-caps;
  text-align: center;
}

#masstimes h4 {
  padding: 0;
  margin: 0;
  font-variant: small-caps;
}


/* ------------ Layout Styles ------------ */

#page {
  background-color: #A7B08A;
}

#premain{
  width: 860px;
  margin: 0 auto;
  padding: 5px;
}

#main {
  width: 850px;
  float: left;
  padding: 5px;
  border-style: solid;
  border-color: #304628;
  border-width: 1px 3px 3px 1px;
  background-color: #FFFACD;
  font-family: Arial, sans-serif;
}

h1 {
  width: 100%;
  height: 150px;
  padding: 0;
  margin: 0;
  border: none;
  float: left;
}

#nav {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  margin-right: -5px;
  border: 1px solid #00B000;
  z-index: 2000;
}

#contentgroup {
  width: 100%;
  padding: 0;
  margin:0;
  border: none;
  float: left;
  background: #FFFACD url(../images/fauxcolumn.gif) repeat-y;
}

#sub {
  width: 230px;
  padding: 30px 5px 5px 0px;
  margin: 0;
  border: none;
  float: left;
}

#sub h3 {
  font-variant: small-caps;
  text-indent: 1.5em;
  font-size: 110%;
  margin: 0px;
  padding: 0px;
}

#sub ul {
  margin-top: 0.3em;
}

#sub li {
  margin-bottom: 0.4em;
}

#sub li:hover {
  list-style-image: url(../images/brigidbullet.gif);
  background: #E4FF4D;
}

#sub a {
  display: block;
  width: 100%;
  height: 100%;
}

#content {
  width: 570px;
  padding: 10px 10px;
  margin: 0;
  border: none;
  float: right;
}

#content a:hover,
#footer a:hover {
  background: #E4FF4D;
}

#footer {
  width: 100%;
  padding: 2em 0em 1em 0em;
  margin: 0;
  font-size: 90%;
  font-variant: small-caps;
  background: #00B000;
  text-align: center;
  float: left;
}

#homepic {
  width: 100%;
  float: left;
}

#homepic img{
  border: 4px double #304628;
  margin: 10px auto;
  width: 80%;
  height: 80%;
}

#staff {
  padding: 15px 0px;
  margin-left: -10px;
  width: 105%;
}

#staff img {
	width: 150px;
	height: 150px;
	border: none;
}