@charset "iso-8859-1";
/* CSS stylesfor St Edmund's Church Website, Copyright WHAD.co.uk 2009 */

/* fix the bcackground */
body {
	padding: 0;
	margin: 0;
	background-color:#646351;
	font-family: Verdana, sans-serif;
	
}

.descr{
	text-align:center;
}



.floatright {
	float: left; 
	display: block;
	clear: both;
	margin-bottom: 20px;
	margin-top: 0px;

}




/* styling for the footer */
.footer {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	text-align: center;
}
	
/* styling for the footer links */ 
a:footer:visited {
	text-decoration: none;
	color:#ff0000;
}

a.footer:hover {
	text-decoration: underline;
	color: blue;
}

a.footer:link {
	text-decoration: none;
	color: yellow;
}


/* styling for the navigation */
.navigation {
	font-size: 12px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding-right: 9px;
	float: none;
	padding-left: 9px;
	
	}

.navigation a:visited {
	color:#CCC;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: none;
	color: #FFF;
}

/*a.navigation:link {
	text-decoration: none;
}*/

.navigation a:link	{
	color:#CCC;
	text-decoration:none
}


.new, new a:hover, new a:link, new a:visited{
	font:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#FFF;
	text-decoration:none;
	
}

.small_text {
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
}
.welcome {
	font-style: italic;
	font-family: Verdana, sans-serif;
	font-size: .8em;
}



.small_text a:link	{
	color:#03F;
	text-decoration:none
}

.small_text a:visited {
	color:#03F;
	text-decoration: none;
}

.small_text a:hover {
	text-decoration: underline;
	color: #03F;
}

.title {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

/* ================================== */

/* container for the footer */
#footer {
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: auto;
	height: auto;
	z-index: 1;
	background-color: #364c40;
	left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* container for the photos on the right panel */
#gallery {
	position: relative;
	top: 10px;
	width: auto;
	height: 250px;
	z-index: 15;
	float: right;
	right: 8px;
}



/* container for the header */
#header{
	position: inherit;
	right: 0px;
	width: auto;
	z-index: 50;
	height: 160px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center;

}




/* container for the main area */
#main {
	position: inherit;
	top: 0px;
	width: 580px;
	min-height: 400px;
	z-index: 15;
	left: 0px;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	}

#edmund {
	position:relative;
	top: 550px;
	width: 300px;
	right: 20px;
	float: left;
	background-color:#06C;
	height: 200px;
	
}


/* container for main text area */
#mainText {
	position: inherit;
	top: 7px;
	width: auto;
	min-height: 93%;
	z-index: auto;
	left: 12px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	right: 20px;
	color: #364C40;
	text-align: left;
	font-size: 1.2em;
	bottom: 40px;
	height: auto;
	}

	.mainText p {
	padding-left: 50px;
	padding-right: 50px;
	color: #36F;

}



/* container for the navigation */
#navHor {
	position: relative;
	top: 0px;
	width: auto;
	height: auto;
	right: 0px;
	z-index: 11;
	background-color: #364c40;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	}
/*container for stacked photos*/

#photo01, photo02, photo03, photo04, photo05, photo06 {
	position: relative;
	top: 0px;
	width: auto;
	height: 280px;
	z-index: 15;
	clear: both;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}





/* container for the right panel */
#rightPanel {
	background-color: #a29958;
	position:absolute;
	width: 200px;
	top 0px;
	top: 200px;
	height: auto;
	right: 0px;
}



/* container for right panel text */
#rightPanelText {
	position: absolute;
	top: 260px;
	right: 0px;
	width: 180px;
	height: auto;
	z-index: 15;
	margin: 5px;
	font-size: .9em;
}


/* container for all contents */
#wrapper {
	background-color: #F9F9F9;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	position: relative;
	margin: auto;
	top: -20px;
	bottom:0px;
	width: 800px;
	border-right-color: #000;
	border-left-color: #000;
	border-right-width: 2px;
	border-left-width: 2px;
	height: auto;
	min-height: 550px;
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
