/* www.scvitaliancatholics.org */
/* main.css */
/* Sarah Hamor, May 2014 */

/* Body */
body {
  background-color: #d6c088;
  font: 12pt Arial;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* Paragraphs */
p {
  margin: 10px 50px 5px 50px; /* narrower? */
  text-align: center;
}


/* Links */
a:link, a:visited, a:active {
  color: #009900;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* Headers */
/* Main Title */
h1 {
  font: small-caps bold 16pt Arial;
  text-align: center;
  margin-top: 10px;
}

/* Menu Items */
h2 {
  font: bold 13.5pt Garamond;
  text-align: center;
}

/* Sub Title */
h3 {
  font: italic small-caps bold 14pt Garamond;
}

/* Other Page Titles */
h4 {
  font: small-caps bold 28pt Garamond;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid; 
  margin: 1.5em 7.3em 0 4.5em;
}

/* Calendar */
dl {
  margin-left: 30px;
}

dt {
  font-weight: bold;
  margin: 0px;
}

dd {
  margin-left: 10px;
  margin-bottom: 5px;
}

/* Contact Form */
table {
  margin: auto;
}

/* Divs */
#leftBarAds {
  position: relative;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  width: 120px;
  height: 100%; 
}

#rightBarAds {
  position: relative;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  width: 120px;
  height: 100%; 
}

#page {
  position: relative;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  width: 909px; /* narrow to 909 to allow ads */
  height: 100%; 
}

#header {
  position: absolute;
  top: 0;
  left: 0; 
  width: 909px; /* narrow to 909 to allow ads */
  height: 218px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: left; 
  background-color: #ffffff;
}

#menu {
  position: absolute;
  top: 218px;
  left: 0; 
  text-align: center;
  width: 907px; /* narrow to 907 to allow ads */
  height: 30px;
  padding-top: 5px;
  background-color: #000066;
  color: #ffffff;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

#content {
  position: absolute;
  top: 248px; 
  left: 0; 
  /* height: 750px;*/
  height: 70%;
  overflow: auto;
  width: 907px; /* narrow to 907 to allow ads */
  background-color: #ffffff;
  border-right: 1px solid black;
  border-left: 1px solid black;
  /* padding-bottom: 50px; */
}

#footer {
  position: fixed;
  color: #FFFFFF;
  background-color: #000066;
  bottom: 0px;
  height: 50px;
  padding-top: 5px;
  text-align: center;
  width: 907px; /* narrow to 907 to allow ads */
  border-right: 1px solid black;
  border-left: 1px solid black; 
}


/* Image Slideshow 5 */

	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:240px;
	}
	#DHTMLgoodies_panel_one{
               		
		float:left;
                margin-left: 80px;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:280px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:400px;	/* Width of large image div */
		height:310px;	/* Height of large image div */
		float:left;
		padding-left:10px;	/* "Air" */
		padding-right:10px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:5px solid #009900;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:110px;
		height:90px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #009900;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	

