/*
CSS for St Faiths Website
*/



body {
	font-family:  Book Antiqua, Arial Unicode MS, Arial, sans-serif;
	line-height: 100%;
	background-color: #e3e3e3;
	padding: 0;
	margin: 0;
}

#header {
	width: 100%;
	height: 180px;
	border-top: 3px solid #003366;
	background: #003366 url(images/backgroundphototwo.jpg) no-repeat right;
}

#strap p {
	font-family: Book Antiqua, Arial Unicode MS, Arial, sans-serif;
	font-weight: bold;
	color: white;
	padding-top: 1em;
	padding-left: 2.2em;
	margin: 0;
}

#Tagline {
	width: 100%;
	font-family: Book Antiqua, Arial Unicode MS, Arial, sans-serif;
	color: #e3e3e3;
	background: #7d9ec0;
	border-top: 3px solid #4682b4;
	border-bottom: 3px solid #4682b4;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
}

h1 {
	font-size: 2.5em;
	color: white;
	padding-top: 2em;
	padding-left: .8em;
	margin: 0;
}

h2 {
	color: #003366;
	font-size: 150%;
	font-weight: bold;
	padding-top: 15px;
}

h3 {
	color: #003366;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
}


/*
Navigation bar
*/

#navigation {
	width: 180px;
	height: 1000px;
	background: #7da5a8;
}

#navigation li {
	font-size: 0.8em;
	line-height: 120%;
}

#navigation li a {
	border-top: 3px solid #7da5a8;
	border-bottom: 3px solid #7da5a8;
	display: block;
	text-decoration: none;
}

/* Selected item */
#navigation li.this {
    list-style-type: circle;
}
#navigation li.this a {
	border-top: 3px solid #4682b4;
	border-bottom: 3px solid #4682b4;
	display: block;
	text-decoration: none;
}


p, ul {
	font-size: medium;
	color: #333399;
}


/*
This section deals with the position of items on the screen. It uses absolute positioning.
*/

#navigation, #BodyContent, #header, #Tagline {
	position: absolute;
}

#Tagline {
    top: 180px;
	height: 0px;
}

#navigation {
	top: 190px;
	z-index: -1;
}

#BodyContent {
	left: 200px;
	top: 195px;
}


a {
	font-weight: bold;
}

a:link {
	color: navy;
}

a:visited {
	color: #660066;
}

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

a:active {
	color:aqua;
	background-color: navy;
}



table.events {
	border-collapse: collapse;
}	

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

table.events th {
	font-size: large;
	text-align: left;
	background: #003366;
	color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

table.events td {
	font-size: medium;
	background: #cccccc; 
}

img {
	border: 3px solid #4682b4;
}

.photohome {
	border: 0px;
}

.right {
	float: right;
	margin-right: 2em;
	margin-left: 1em;
}

.left {
	float: left;
	margin-right: 1em;
}

.clear {
	clear: both;
}

.photosmall {
	padding-left: 350px;
}

.photocredit {
	font-size: small;
	color: gray;
}

.photocaption {
	font-size: small;
}

#contactdetails {
	font-weight: bold;
	font-size: large;
	padding-left: 50px;
}


/*
Photo montage for the welcome page
*/

div.i1 {  /* Church */
    position: relative;
    left: 0px;
    top: 0px;
}

div.i2 {  /* Group */
    position: relative;
    left: +400px;
    top: -280px;
    z-index: -1;
}

div.i3 {  /* Children */
    position: relative;
    left: -100px;
    top: -10px;
    z-index: -1;
}

