/*******************************************************/
/* Copyright (c) 2009-2010 Prositos ABN 26 026 129 337 */
/*******************************************************/

* {
	margin: 0;
	padding: 0;
	z-index: 0;
}

body {
	background-color: #030e3e;
	border-style: none;
	clear: both;
	color: #000;
	direction: ltr;
	float: none;
	/* font: normal normal normal 10px Arial, Tahoma, Verdana, sans-serif; */
	font: normal normal normal small Verdana, Helvetica, Arial, Tahoma, sans-serif;
	height: auto;
	letter-spacing: 0;
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	overflow: auto;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	unicode-bidi: normal;
	vertical-align: baseline;
	visibility: visible;
	white-space: normal;
	width: 100%;
	word-spacing: 0;
	z-index: 0;
}

h1 {
	background-color: #cfa34c;
	border-bottom: 1px solid #fbd7a1;
	color: #ffffe3;
	/* font-size: 137%; */
	font-size: large;
	font-style: normal;
	font-weight: bold;
	padding-left: 21px;
}

h1 + p,
h1 + ul,
h1 + ol {
	padding-top: 10px;
}

h2 {
	background-color: inherit;
	color: #9a5420;
	/* font-size: 131%; */
	font-style: normal;
	font-weight: bold;
	padding: 10px 0;
}

caption {
	background-color: inherit;
	color: #9a5420;
	font-style: normal;
	font-size: small;
}

h3 {
	background-color: inherit;
	color: #700000;
	/* font-size: 100%; */
	font-style: normal;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h4 {
	background-color: inherit;
	color: #000;
	/* font-size: 100%; */
	font-style: normal;
	font-weight: bold;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

p.firstletter:first-letter {
	font-weight: bold;
}

p.gototop {
	float: right;
	position: relative;
	padding: 20px 0;
}

p.clear {
	clear: both;
}

hr {
	border-top: 1px solid #cfa34c;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

a {
	background-color: inherit;
	border-style: none;
	color: #cc9900;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
}

a img {
	border: none;
}

a:hover,
a:focus {
	font-weight: bold;
	text-decoration: underline;
}

ul, ol {
	list-style-position: outside;
	padding-left: 50px;
	padding-bottom: 10px;
}

ul.gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.gallery li {
	float: left;
	list-style-type: none;
	padding: 0.5em 0.3em 0.5em 0;
}

ul.gallery li a img {
	border: 5px groove rgb(128,0,0);
	padding: .3em;
	opacity:.80;
}

ul.gallery li a img:hover {
	border: 5px dashed rgb(128,0,0);
	opacity: 1;
}


/*

ul li {
	list-style-type: square;
	padding-bottom: 10px;
}
*/

ol li {
	list-style-type: decimal;
	padding-bottom: 5px;
}

li.firstletter:first-letter {
	font-weight: bold;
}

blockquote p {
	font-style: italic;
	padding-left: 25px;
	padding-right: 25px;
}

img.left {
	float: left;
	padding: 10px 10px 10px 0;
	position: relative;
	vertical-align: top;
}

img.right {
	float: right;
	padding: 10px 0 10px 10px;
	position: relative;
	vertical-align: top;
}

img.middle {
	float: none;
	padding: 10px;
	position: relative;
	vertical-align: top;
}

div#left {
	background-color: #030e3e;
	clear: both;
	color: #fff;	
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 178px;
}

div#left div.leftnavigation {
	background-color: #030e3e;
	clear: both;
	color: #fff;	
	float: left;
	margin: 0;
	padding: 10px 2px 0 7px;
	position: relative;
	width: 169px;
}

div#left div.leftnavigation ul.leftmenu {
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 92%;
}

div#left div.leftnavigation ul.leftmenu li {
	background-color: inherit;
	border-bottom: 1px solid #fff;
	color: #f5f5dc;
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 4px;
}

div#left div.leftnavigation ul.leftmenu li a {
	background-color: inherit;
	color: #f5f5dc;
	display: block;
	text-decoration: none;
}

div#left div.leftnavigation ul.leftmenu li a:hover {
	background-color: inherit;
	color: #ffcc44;
}

div#right {
	background-color: #030e3e;
	color: #000;	
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 579px;
}

div#right div#header {
	clear: both;
	float: left;
	height: 87px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 579px;
}

div#right div#header img {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

div#right div.navigation {
	background-color: #3d0011;
	border: 1px solid #fbd7a1;
	clear: both;
	color: #fbd7a1;
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 2px 0 3px 10px;
	position: relative;
	width: 567px;
}

div#right div.navigation ul.menu {
	margin: 0;
	padding: 0;
	text-align: left;
}

div#right div.navigation ul.menu li {
	background-color: #3d0011;
	border-left: 1px solid #fbd7a1;
	color: #fbd7a1;
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 7px;
}

div#right div.navigation ul.menu li.last {
	border-right: 1px solid #fbd7a1;
}

div#right div.navigation ul.menu li a {
	background-color: #3d0011;
	color: #fbd7a1;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

div#right div.navigation ul.menu li a:hover {
	background-color: #3d0011;
	color: #fdebcf;
}

div#right div#content {
	background-color: #ffffe3;
	clear: both;
	color: #000;
	float: left;
	margin: 0;
	min-height: 500px;
	padding: 14px 21px 10px 21px;
	position: relative;
	vertical-align: top;
	width: 537px;
}

div#right div#content div.col1,
div#right div#content div.col2 {
	float: left;
	padding: 10px;
	position: relative;
}

div#right div#content div.col1 {
	width: 300px;
}

div#right div#content div.col2 {
	width: 196px;
}

div#right div#content div.col2,
div#right div#content div.col2 p {
	text-align: center;
}

div#right div#content div.col1 div.quicklinks {
	border: 5px inset #cfa34c;
	margin: 5px 0 0;
	padding: 5px;
	text-align: center;
	width: 260px;
}

div#right div#content div.col1 div.quicklinks a {
	color: #00f;
	display: block;
}

div#right div#content div.baptism {
	background-color: #ccc;
	height: 10em;
	min-height: 120px;
	padding: 0 5px;
}

div#right div#content div#parishhistory1,
div#right div#content div#parishhistory2 {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	width: 200px;
}

div#right div#content div#parishhistory3 {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
	width: 200px;
}

div#right div#content div#parishhistory1 p,
div#right div#content div#parishhistory2 p,
div#right div#content div#parishhistory3 p {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-style: oblique;
}

div#right div#content p.acknowledge {
	font-weight: bold;
	text-align: center;
}

div#right div#content div.photos {
	float: left;
	position: relative;
	width: 200px;
}

div#right div#content div.photos div.gallery {
	float: left;
	position: relative;
	text-align: center;
	width: 200px;
}

div#right div#content div.photos div.caption {
	float: left;
	position: relative;
	text-align: center;
	width: 200px;
}

div.logos {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

div.logos div.logo {
	border: 4px outset #cfa34c;
	float: left;
	height: 92px;
	margin: 30px 20px 0 0;
	position: relative;
	width: 150px;
}

div#right div.nothing {
	background-color: #030e3e;
	clear: both;
	color: #fbd7a1;
	float: left;
	height: 15px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 577px;
}

div#right div#footer {
	background-color: #030e3e;
	clear: both;
	color: #fbd7a1;
	font-size: 10px;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	width: 577px;
}

div#right div#footer p {
	clear: both;
	text-align: center;
}

div#right div#footer a {
	background-color: #030e3e;
	border-style: none;
	color: #fbd7a1;
	text-decoration: none;
	text-transform: none;
}

div#right div#footer a:hover {
	text-decoration: underline;
}

div#right div#footer div#designedby {
	border-style: none;
	clear: both;
	font: normal small-caps normal 9px Garamond, "Book Antiqua", serif;
	letter-spacing: 1px;
	margin: 0;
	padding-right: 20px;
	text-align: center;
	text-transform: none;
	visibility: visible;
	z-index: 0;
}

div#right div#footer div#designedby a {
	border: none;
	border-bottom: 1px solid #fbd7a1;
	font-size: 9px;
	font-style: normal;
	padding-bottom: 1px;
	text-decoration: none;
	text-transform: none;
}
